@lessly/sdk-app 32.0.0 → 32.1.1

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 (39) hide show
  1. package/README.md +1 -1
  2. package/dist/analytics/index.d.cts +1 -1
  3. package/dist/analytics/index.d.ts +1 -1
  4. package/dist/brain/index.d.cts +1 -1
  5. package/dist/brain/index.d.ts +1 -1
  6. package/dist/{client.gen-Bqi5pP6g.d.cts → client.gen-BaBUJ3xx.d.cts} +38 -0
  7. package/dist/{client.gen-Bqi5pP6g.d.ts → client.gen-BaBUJ3xx.d.ts} +38 -0
  8. package/dist/consent/index.d.cts +1 -1
  9. package/dist/consent/index.d.ts +1 -1
  10. package/dist/deployment/index.d.cts +1 -1
  11. package/dist/deployment/index.d.ts +1 -1
  12. package/dist/index.cjs +19 -1
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +6 -1
  15. package/dist/index.d.ts +6 -1
  16. package/dist/index.js +19 -1
  17. package/dist/index.js.map +1 -1
  18. package/dist/mail/index.d.cts +2 -2
  19. package/dist/mail/index.d.ts +2 -2
  20. package/dist/observe/index.d.cts +1 -1
  21. package/dist/observe/index.d.ts +1 -1
  22. package/dist/organization/index.d.cts +1 -1
  23. package/dist/organization/index.d.ts +1 -1
  24. package/dist/playground/index.d.cts +1 -1
  25. package/dist/playground/index.d.ts +1 -1
  26. package/dist/realtime/index.d.cts +1 -1
  27. package/dist/realtime/index.d.ts +1 -1
  28. package/dist/support/index.d.cts +1 -1
  29. package/dist/support/index.d.ts +1 -1
  30. package/dist/tracking/index.d.cts +1 -1
  31. package/dist/tracking/index.d.ts +1 -1
  32. package/dist/users/index.d.cts +1 -1
  33. package/dist/users/index.d.ts +1 -1
  34. package/dist/waitlist/index.d.cts +1 -1
  35. package/dist/waitlist/index.d.ts +1 -1
  36. package/docs/recipes/local-dev.md +4 -0
  37. package/docs/recipes/sdk-usage.md +20 -0
  38. package/package.json +2 -2
  39. package/src/gen/types.gen.ts +38 -0
package/README.md CHANGED
@@ -14,7 +14,7 @@ Create a client with `createLesslyApp`, then call operations through the Proxy n
14
14
  import { createLesslyApp } from '@lessly/sdk-app';
15
15
 
16
16
  const sdk = createLesslyApp({
17
- baseUrl: 'https://api.lessly.dev',
17
+ baseUrl: 'https://api.lessly.dev', // or a page-relative '/api' in the browser
18
18
  productId: 'prod_123',
19
19
  // getCsrfToken defaults to reading the `lessly_csrf` cookie; override for SSR/tests.
20
20
  });
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, A as AnalyticsQueryRunInput, a as AnalyticsQueryRunOutput } from '../client.gen-Bqi5pP6g.cjs';
1
+ import { G as GeneratedClient, A as AnalyticsQueryRunInput, a as AnalyticsQueryRunOutput } from '../client.gen-BaBUJ3xx.cjs';
2
2
 
3
3
  declare const analyticsQueryRunQueryOptions: (sdk: GeneratedClient, input: AnalyticsQueryRunInput) => {
4
4
  queryKey: readonly ["analytics", "query", "run", AnalyticsQueryRunInput];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, A as AnalyticsQueryRunInput, a as AnalyticsQueryRunOutput } from '../client.gen-Bqi5pP6g.js';
1
+ import { G as GeneratedClient, A as AnalyticsQueryRunInput, a as AnalyticsQueryRunOutput } from '../client.gen-BaBUJ3xx.js';
2
2
 
3
3
  declare const analyticsQueryRunQueryOptions: (sdk: GeneratedClient, input: AnalyticsQueryRunInput) => {
4
4
  queryKey: readonly ["analytics", "query", "run", AnalyticsQueryRunInput];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, B as BrainBackupCreateInput, b as BrainBackupCreateOutput, c as BrainBackupRestoreInput, d as BrainBackupRestoreOutput, e as BrainBackupStatusInput, f as BrainBackupStatusOutput, g as BrainBackupsListInput, h as BrainBackupsListOutput, i as BrainClickupChannelsListInput, j as BrainClickupChannelsListOutput, k as BrainClickupConnectionsListInput, l as BrainClickupConnectionsListOutput, m as BrainClickupListsListInput, n as BrainClickupListsListOutput, o as BrainClickupSpacesListInput, p as BrainClickupSpacesListOutput, q as BrainCognitionDigestInput, r as BrainCognitionDigestOutput, s as BrainCognitionStatusInput, t as BrainCognitionStatusOutput, u as BrainCognitionSweepInput, v as BrainCognitionSweepOutput, w as BrainConnectorBranchesListInput, x as BrainConnectorBranchesListOutput, y as BrainConnectorConnectionsListInput, z as BrainConnectorConnectionsListOutput, C as BrainConnectorReposListInput, D as BrainConnectorReposListOutput, E as BrainDaemonBatchStatusInput, F as BrainDaemonBatchStatusOutput, H as BrainDaemonCreateInput, I as BrainDaemonCreateOutput, J as BrainDaemonGetInput, K as BrainDaemonGetOutput, L as BrainDaemonReingestInput, M as BrainDaemonReingestOutput, N as BrainDaemonRemoveInput, O as BrainDaemonRemoveOutput, P as BrainDaemonRunItemsInput, Q as BrainDaemonRunItemsOutput, R as BrainDaemonRunInput, S as BrainDaemonRunOutput, T as BrainDaemonRunsInput, U as BrainDaemonRunsOutput, V as BrainDaemonStatusInput, W as BrainDaemonStatusOutput, X as BrainDaemonUpdateInput, Y as BrainDaemonUpdateOutput, Z as BrainDaemonsListInput, _ as BrainDaemonsListOutput, $ as BrainGdriveConnectionsListInput, a0 as BrainGdriveConnectionsListOutput, a1 as BrainKnowledgeEntityMemoriesInput, a2 as BrainKnowledgeEntityMemoriesOutput, a3 as BrainKnowledgeGraphInput, a4 as BrainKnowledgeGraphOutput, a5 as BrainKnowledgeNeighborhoodInput, a6 as BrainKnowledgeNeighborhoodOutput, a7 as BrainKnowledgeRelationsInput, a8 as BrainKnowledgeRelationsOutput, a9 as BrainKnowledgeSearchInput, aa as BrainKnowledgeSearchOutput, ab as BrainMemoryAddInput, ac as BrainMemoryAddOutput, ad as BrainMemoryDeleteInput, ae as BrainMemoryDeleteOutput, af as BrainMemoryGetInput, ag as BrainMemoryGetOutput, ah as BrainMemoryListInput, ai as BrainMemoryListOutput, aj as BrainMemorySearchInput, ak as BrainMemorySearchOutput, al as BrainMemoryStatsInput, am as BrainMemoryStatsOutput, an as BrainMemoryUpdateInput, ao as BrainMemoryUpdateOutput, ap as BrainProductSharedMemoryResetInput, aq as BrainProductSharedMemoryResetOutput, ar as BrainRestoreStatusInput, as as BrainRestoreStatusOutput } from '../client.gen-Bqi5pP6g.cjs';
1
+ import { G as GeneratedClient, B as BrainBackupCreateInput, b as BrainBackupCreateOutput, c as BrainBackupRestoreInput, d as BrainBackupRestoreOutput, e as BrainBackupStatusInput, f as BrainBackupStatusOutput, g as BrainBackupsListInput, h as BrainBackupsListOutput, i as BrainClickupChannelsListInput, j as BrainClickupChannelsListOutput, k as BrainClickupConnectionsListInput, l as BrainClickupConnectionsListOutput, m as BrainClickupListsListInput, n as BrainClickupListsListOutput, o as BrainClickupSpacesListInput, p as BrainClickupSpacesListOutput, q as BrainCognitionDigestInput, r as BrainCognitionDigestOutput, s as BrainCognitionStatusInput, t as BrainCognitionStatusOutput, u as BrainCognitionSweepInput, v as BrainCognitionSweepOutput, w as BrainConnectorBranchesListInput, x as BrainConnectorBranchesListOutput, y as BrainConnectorConnectionsListInput, z as BrainConnectorConnectionsListOutput, C as BrainConnectorReposListInput, D as BrainConnectorReposListOutput, E as BrainDaemonBatchStatusInput, F as BrainDaemonBatchStatusOutput, H as BrainDaemonCreateInput, I as BrainDaemonCreateOutput, J as BrainDaemonGetInput, K as BrainDaemonGetOutput, L as BrainDaemonReingestInput, M as BrainDaemonReingestOutput, N as BrainDaemonRemoveInput, O as BrainDaemonRemoveOutput, P as BrainDaemonRunItemsInput, Q as BrainDaemonRunItemsOutput, R as BrainDaemonRunInput, S as BrainDaemonRunOutput, T as BrainDaemonRunsInput, U as BrainDaemonRunsOutput, V as BrainDaemonStatusInput, W as BrainDaemonStatusOutput, X as BrainDaemonUpdateInput, Y as BrainDaemonUpdateOutput, Z as BrainDaemonsListInput, _ as BrainDaemonsListOutput, $ as BrainGdriveConnectionsListInput, a0 as BrainGdriveConnectionsListOutput, a1 as BrainKnowledgeEntityMemoriesInput, a2 as BrainKnowledgeEntityMemoriesOutput, a3 as BrainKnowledgeGraphInput, a4 as BrainKnowledgeGraphOutput, a5 as BrainKnowledgeNeighborhoodInput, a6 as BrainKnowledgeNeighborhoodOutput, a7 as BrainKnowledgeRelationsInput, a8 as BrainKnowledgeRelationsOutput, a9 as BrainKnowledgeSearchInput, aa as BrainKnowledgeSearchOutput, ab as BrainMemoryAddInput, ac as BrainMemoryAddOutput, ad as BrainMemoryDeleteInput, ae as BrainMemoryDeleteOutput, af as BrainMemoryGetInput, ag as BrainMemoryGetOutput, ah as BrainMemoryListInput, ai as BrainMemoryListOutput, aj as BrainMemorySearchInput, ak as BrainMemorySearchOutput, al as BrainMemoryStatsInput, am as BrainMemoryStatsOutput, an as BrainMemoryUpdateInput, ao as BrainMemoryUpdateOutput, ap as BrainProductSharedMemoryResetInput, aq as BrainProductSharedMemoryResetOutput, ar as BrainRestoreStatusInput, as as BrainRestoreStatusOutput } from '../client.gen-BaBUJ3xx.cjs';
2
2
 
3
3
  declare const brainBackupCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, B as BrainBackupCreateInput, b as BrainBackupCreateOutput, c as BrainBackupRestoreInput, d as BrainBackupRestoreOutput, e as BrainBackupStatusInput, f as BrainBackupStatusOutput, g as BrainBackupsListInput, h as BrainBackupsListOutput, i as BrainClickupChannelsListInput, j as BrainClickupChannelsListOutput, k as BrainClickupConnectionsListInput, l as BrainClickupConnectionsListOutput, m as BrainClickupListsListInput, n as BrainClickupListsListOutput, o as BrainClickupSpacesListInput, p as BrainClickupSpacesListOutput, q as BrainCognitionDigestInput, r as BrainCognitionDigestOutput, s as BrainCognitionStatusInput, t as BrainCognitionStatusOutput, u as BrainCognitionSweepInput, v as BrainCognitionSweepOutput, w as BrainConnectorBranchesListInput, x as BrainConnectorBranchesListOutput, y as BrainConnectorConnectionsListInput, z as BrainConnectorConnectionsListOutput, C as BrainConnectorReposListInput, D as BrainConnectorReposListOutput, E as BrainDaemonBatchStatusInput, F as BrainDaemonBatchStatusOutput, H as BrainDaemonCreateInput, I as BrainDaemonCreateOutput, J as BrainDaemonGetInput, K as BrainDaemonGetOutput, L as BrainDaemonReingestInput, M as BrainDaemonReingestOutput, N as BrainDaemonRemoveInput, O as BrainDaemonRemoveOutput, P as BrainDaemonRunItemsInput, Q as BrainDaemonRunItemsOutput, R as BrainDaemonRunInput, S as BrainDaemonRunOutput, T as BrainDaemonRunsInput, U as BrainDaemonRunsOutput, V as BrainDaemonStatusInput, W as BrainDaemonStatusOutput, X as BrainDaemonUpdateInput, Y as BrainDaemonUpdateOutput, Z as BrainDaemonsListInput, _ as BrainDaemonsListOutput, $ as BrainGdriveConnectionsListInput, a0 as BrainGdriveConnectionsListOutput, a1 as BrainKnowledgeEntityMemoriesInput, a2 as BrainKnowledgeEntityMemoriesOutput, a3 as BrainKnowledgeGraphInput, a4 as BrainKnowledgeGraphOutput, a5 as BrainKnowledgeNeighborhoodInput, a6 as BrainKnowledgeNeighborhoodOutput, a7 as BrainKnowledgeRelationsInput, a8 as BrainKnowledgeRelationsOutput, a9 as BrainKnowledgeSearchInput, aa as BrainKnowledgeSearchOutput, ab as BrainMemoryAddInput, ac as BrainMemoryAddOutput, ad as BrainMemoryDeleteInput, ae as BrainMemoryDeleteOutput, af as BrainMemoryGetInput, ag as BrainMemoryGetOutput, ah as BrainMemoryListInput, ai as BrainMemoryListOutput, aj as BrainMemorySearchInput, ak as BrainMemorySearchOutput, al as BrainMemoryStatsInput, am as BrainMemoryStatsOutput, an as BrainMemoryUpdateInput, ao as BrainMemoryUpdateOutput, ap as BrainProductSharedMemoryResetInput, aq as BrainProductSharedMemoryResetOutput, ar as BrainRestoreStatusInput, as as BrainRestoreStatusOutput } from '../client.gen-Bqi5pP6g.js';
1
+ import { G as GeneratedClient, B as BrainBackupCreateInput, b as BrainBackupCreateOutput, c as BrainBackupRestoreInput, d as BrainBackupRestoreOutput, e as BrainBackupStatusInput, f as BrainBackupStatusOutput, g as BrainBackupsListInput, h as BrainBackupsListOutput, i as BrainClickupChannelsListInput, j as BrainClickupChannelsListOutput, k as BrainClickupConnectionsListInput, l as BrainClickupConnectionsListOutput, m as BrainClickupListsListInput, n as BrainClickupListsListOutput, o as BrainClickupSpacesListInput, p as BrainClickupSpacesListOutput, q as BrainCognitionDigestInput, r as BrainCognitionDigestOutput, s as BrainCognitionStatusInput, t as BrainCognitionStatusOutput, u as BrainCognitionSweepInput, v as BrainCognitionSweepOutput, w as BrainConnectorBranchesListInput, x as BrainConnectorBranchesListOutput, y as BrainConnectorConnectionsListInput, z as BrainConnectorConnectionsListOutput, C as BrainConnectorReposListInput, D as BrainConnectorReposListOutput, E as BrainDaemonBatchStatusInput, F as BrainDaemonBatchStatusOutput, H as BrainDaemonCreateInput, I as BrainDaemonCreateOutput, J as BrainDaemonGetInput, K as BrainDaemonGetOutput, L as BrainDaemonReingestInput, M as BrainDaemonReingestOutput, N as BrainDaemonRemoveInput, O as BrainDaemonRemoveOutput, P as BrainDaemonRunItemsInput, Q as BrainDaemonRunItemsOutput, R as BrainDaemonRunInput, S as BrainDaemonRunOutput, T as BrainDaemonRunsInput, U as BrainDaemonRunsOutput, V as BrainDaemonStatusInput, W as BrainDaemonStatusOutput, X as BrainDaemonUpdateInput, Y as BrainDaemonUpdateOutput, Z as BrainDaemonsListInput, _ as BrainDaemonsListOutput, $ as BrainGdriveConnectionsListInput, a0 as BrainGdriveConnectionsListOutput, a1 as BrainKnowledgeEntityMemoriesInput, a2 as BrainKnowledgeEntityMemoriesOutput, a3 as BrainKnowledgeGraphInput, a4 as BrainKnowledgeGraphOutput, a5 as BrainKnowledgeNeighborhoodInput, a6 as BrainKnowledgeNeighborhoodOutput, a7 as BrainKnowledgeRelationsInput, a8 as BrainKnowledgeRelationsOutput, a9 as BrainKnowledgeSearchInput, aa as BrainKnowledgeSearchOutput, ab as BrainMemoryAddInput, ac as BrainMemoryAddOutput, ad as BrainMemoryDeleteInput, ae as BrainMemoryDeleteOutput, af as BrainMemoryGetInput, ag as BrainMemoryGetOutput, ah as BrainMemoryListInput, ai as BrainMemoryListOutput, aj as BrainMemorySearchInput, ak as BrainMemorySearchOutput, al as BrainMemoryStatsInput, am as BrainMemoryStatsOutput, an as BrainMemoryUpdateInput, ao as BrainMemoryUpdateOutput, ap as BrainProductSharedMemoryResetInput, aq as BrainProductSharedMemoryResetOutput, ar as BrainRestoreStatusInput, as as BrainRestoreStatusOutput } from '../client.gen-BaBUJ3xx.js';
2
2
 
3
3
  declare const brainBackupCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -12782,6 +12782,44 @@ interface ObserveIssuesGetOutput {
12782
12782
  * Identifier of the issue
12783
12783
  */
12784
12784
  id: string;
12785
+ /**
12786
+ * Stack of the most recent event, or null when the issue has no events yet or the stack could not be read
12787
+ */
12788
+ stack: ({
12789
+ /**
12790
+ * The stack, resolved where a stored source map matched the frame
12791
+ */
12792
+ frames: {
12793
+ /**
12794
+ * Column number, original when the frame resolved
12795
+ */
12796
+ colno?: number;
12797
+ /**
12798
+ * Whether the frame belongs to the application rather than a dependency
12799
+ */
12800
+ inApp?: boolean;
12801
+ /**
12802
+ * Line number, original when the frame resolved
12803
+ */
12804
+ lineno?: number;
12805
+ /**
12806
+ * Original file when the frame resolved, else the minified one
12807
+ */
12808
+ filename?: string;
12809
+ /**
12810
+ * Function name, original where the source map names one
12811
+ */
12812
+ function?: string;
12813
+ /**
12814
+ * False means no source map matched and the frame is exactly as it was recorded
12815
+ */
12816
+ resolved: boolean;
12817
+ }[];
12818
+ /**
12819
+ * Identifier of the event the stack was taken from
12820
+ */
12821
+ eventId: string;
12822
+ } | null);
12785
12823
  /**
12786
12824
  * Display title, set when the issue opened and never rewritten
12787
12825
  */
@@ -12782,6 +12782,44 @@ interface ObserveIssuesGetOutput {
12782
12782
  * Identifier of the issue
12783
12783
  */
12784
12784
  id: string;
12785
+ /**
12786
+ * Stack of the most recent event, or null when the issue has no events yet or the stack could not be read
12787
+ */
12788
+ stack: ({
12789
+ /**
12790
+ * The stack, resolved where a stored source map matched the frame
12791
+ */
12792
+ frames: {
12793
+ /**
12794
+ * Column number, original when the frame resolved
12795
+ */
12796
+ colno?: number;
12797
+ /**
12798
+ * Whether the frame belongs to the application rather than a dependency
12799
+ */
12800
+ inApp?: boolean;
12801
+ /**
12802
+ * Line number, original when the frame resolved
12803
+ */
12804
+ lineno?: number;
12805
+ /**
12806
+ * Original file when the frame resolved, else the minified one
12807
+ */
12808
+ filename?: string;
12809
+ /**
12810
+ * Function name, original where the source map names one
12811
+ */
12812
+ function?: string;
12813
+ /**
12814
+ * False means no source map matched and the frame is exactly as it was recorded
12815
+ */
12816
+ resolved: boolean;
12817
+ }[];
12818
+ /**
12819
+ * Identifier of the event the stack was taken from
12820
+ */
12821
+ eventId: string;
12822
+ } | null);
12785
12823
  /**
12786
12824
  * Display title, set when the issue opened and never rewritten
12787
12825
  */
@@ -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-Bqi5pP6g.cjs';
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-BaBUJ3xx.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-Bqi5pP6g.js';
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-BaBUJ3xx.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 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-Bqi5pP6g.cjs';
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-BaBUJ3xx.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 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-Bqi5pP6g.js';
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-BaBUJ3xx.js';
2
2
 
3
3
  declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
package/dist/index.cjs CHANGED
@@ -64,8 +64,26 @@ function resolveRequest(binding, input = {}) {
64
64
  }
65
65
  return { path, query, body: Object.keys(body).length > 0 ? body : void 0 };
66
66
  }
67
+ function documentBase(baseUrl) {
68
+ const href = globalThis.location?.href;
69
+ if (typeof href !== "string" || href === "") {
70
+ throw new Error(
71
+ `@lessly/sdk-app: relative baseUrl "${baseUrl}" cannot be resolved outside a browser (globalThis.location is unavailable). Pass an absolute baseUrl, e.g. "https://api.lessly.dev".`
72
+ );
73
+ }
74
+ return href;
75
+ }
76
+ function isAbsolute(baseUrl) {
77
+ try {
78
+ new URL(baseUrl);
79
+ return true;
80
+ } catch {
81
+ return false;
82
+ }
83
+ }
67
84
  function buildUrl(baseUrl, path, query) {
68
- const url = new URL(baseUrl.replace(/\/$/, "") + path);
85
+ const base = baseUrl.replace(/\/$/, "") + path;
86
+ const url = isAbsolute(baseUrl) ? new URL(base) : new URL(base, documentBase(baseUrl));
69
87
  for (const [k, v] of Object.entries(query)) {
70
88
  if (v === void 0 || v === null) continue;
71
89
  if (Array.isArray(v)) v.forEach((item) => url.searchParams.append(k, String(item)));