@lessly/sdk-app 2.0.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. package/dist/brain/index.cjs +196 -0
  2. package/dist/brain/index.cjs.map +1 -0
  3. package/dist/brain/index.d.cts +156 -0
  4. package/dist/brain/index.d.ts +156 -0
  5. package/dist/brain/index.js +157 -0
  6. package/dist/brain/index.js.map +1 -0
  7. package/dist/client.gen-C2BnhKLx.d.cts +14782 -0
  8. package/dist/client.gen-C2BnhKLx.d.ts +14782 -0
  9. package/dist/consent/index.cjs +81 -0
  10. package/dist/consent/index.cjs.map +1 -0
  11. package/dist/consent/index.d.cts +64 -0
  12. package/dist/consent/index.d.ts +64 -0
  13. package/dist/consent/index.js +65 -0
  14. package/dist/consent/index.js.map +1 -0
  15. package/dist/deployment/index.d.cts +1 -1
  16. package/dist/deployment/index.d.ts +1 -1
  17. package/dist/index.cjs +3714 -1192
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.cts +1 -1
  20. package/dist/index.d.ts +1 -1
  21. package/dist/index.js +3714 -1192
  22. package/dist/index.js.map +1 -1
  23. package/dist/mail/index.cjs +261 -0
  24. package/dist/mail/index.cjs.map +1 -0
  25. package/dist/mail/index.d.cts +209 -0
  26. package/dist/mail/index.d.ts +209 -0
  27. package/dist/mail/index.js +209 -0
  28. package/dist/mail/index.js.map +1 -0
  29. package/dist/organization/index.cjs +20 -0
  30. package/dist/organization/index.cjs.map +1 -1
  31. package/dist/organization/index.d.cts +18 -2
  32. package/dist/organization/index.d.ts +18 -2
  33. package/dist/organization/index.js +17 -1
  34. package/dist/organization/index.js.map +1 -1
  35. package/dist/playground/index.d.cts +1 -1
  36. package/dist/playground/index.d.ts +1 -1
  37. package/dist/tracking/index.cjs +201 -0
  38. package/dist/tracking/index.cjs.map +1 -0
  39. package/dist/tracking/index.d.cts +160 -0
  40. package/dist/tracking/index.d.ts +160 -0
  41. package/dist/tracking/index.js +161 -0
  42. package/dist/tracking/index.js.map +1 -0
  43. package/dist/waitlist/index.cjs +41 -0
  44. package/dist/waitlist/index.cjs.map +1 -0
  45. package/dist/waitlist/index.d.cts +32 -0
  46. package/dist/waitlist/index.d.ts +32 -0
  47. package/dist/waitlist/index.js +33 -0
  48. package/dist/waitlist/index.js.map +1 -0
  49. package/docs/recipes/sdk-usage.md +7 -0
  50. package/package.json +27 -2
  51. package/src/gen/bindings.gen.ts +3830 -1330
  52. package/src/gen/brain/index.ts +3 -0
  53. package/src/gen/brain/queryOptions.gen.ts +257 -0
  54. package/src/gen/client.gen.ts +612 -0
  55. package/src/gen/consent/index.ts +3 -0
  56. package/src/gen/consent/queryOptions.gen.ts +102 -0
  57. package/src/gen/mail/index.ts +3 -0
  58. package/src/gen/mail/queryOptions.gen.ts +331 -0
  59. package/src/gen/manifest.gen.ts +1 -1
  60. package/src/gen/organization/index.ts +1 -1
  61. package/src/gen/organization/queryOptions.gen.ts +26 -0
  62. package/src/gen/tracking/index.ts +3 -0
  63. package/src/gen/tracking/queryOptions.gen.ts +261 -0
  64. package/src/gen/types.gen.ts +13591 -2541
  65. package/src/gen/waitlist/index.ts +3 -0
  66. package/src/gen/waitlist/queryOptions.gen.ts +50 -0
  67. package/dist/client.gen-DHH3h3Ub.d.cts +0 -3313
  68. package/dist/client.gen-DHH3h3Ub.d.ts +0 -3313
@@ -0,0 +1,81 @@
1
+ 'use strict';
2
+
3
+ // src/gen/consent/queryOptions.gen.ts
4
+ var consentConfigCookieDomainUpsertMutationOptions = (sdk) => ({
5
+ mutationKey: ["consent", "config-cookie-domain", "upsert"],
6
+ mutationFn: (input) => sdk["consent"]["config-cookie-domain"]["upsert"](input)
7
+ });
8
+ var consentConfigCustomizationUpsertMutationOptions = (sdk) => ({
9
+ mutationKey: ["consent", "config-customization", "upsert"],
10
+ mutationFn: (input) => sdk["consent"]["config-customization"]["upsert"](input)
11
+ });
12
+ var consentConfigFloatingIconUpsertMutationOptions = (sdk) => ({
13
+ mutationKey: ["consent", "config-floating-icon", "upsert"],
14
+ mutationFn: (input) => sdk["consent"]["config-floating-icon"]["upsert"](input)
15
+ });
16
+ var consentConfigThemeUpsertMutationOptions = (sdk) => ({
17
+ mutationKey: ["consent", "config-theme", "upsert"],
18
+ mutationFn: (input) => sdk["consent"]["config-theme"]["upsert"](input)
19
+ });
20
+ var consentDashboardConfigGetQueryOptions = (sdk, input) => ({
21
+ queryKey: ["consent", "dashboard-config", "get", input],
22
+ queryFn: () => sdk["consent"]["dashboard-config"]["get"](input)
23
+ });
24
+ var consentDashboardDecisionsListQueryOptions = (sdk, input) => ({
25
+ queryKey: ["consent", "dashboard-decisions", "list", input],
26
+ queryFn: () => sdk["consent"]["dashboard-decisions"]["list"](input)
27
+ });
28
+ var consentDashboardEmbedSnippetGetQueryOptions = (sdk, input) => ({
29
+ queryKey: ["consent", "dashboard-embed-snippet", "get", input],
30
+ queryFn: () => sdk["consent"]["dashboard-embed-snippet"]["get"](input)
31
+ });
32
+ var consentDashboardStatsGetQueryOptions = (sdk, input) => ({
33
+ queryKey: ["consent", "dashboard-stats", "get", input],
34
+ queryFn: () => sdk["consent"]["dashboard-stats"]["get"](input)
35
+ });
36
+ var consentEmbedGetQueryOptions = (sdk, input) => ({
37
+ queryKey: ["consent", "embed", "get", input],
38
+ queryFn: () => sdk["consent"]["embed"]["get"](input)
39
+ });
40
+ var consentProvidersCreateMutationOptions = (sdk) => ({
41
+ mutationKey: ["consent", "providers", "create"],
42
+ mutationFn: (input) => sdk["consent"]["providers"]["create"](input)
43
+ });
44
+ var consentProvidersDeleteMutationOptions = (sdk) => ({
45
+ mutationKey: ["consent", "providers", "delete"],
46
+ mutationFn: (input) => sdk["consent"]["providers"]["delete"](input)
47
+ });
48
+ var consentProvidersListQueryOptions = (sdk, input) => ({
49
+ queryKey: ["consent", "providers", "list", input],
50
+ queryFn: () => sdk["consent"]["providers"]["list"](input)
51
+ });
52
+ var consentProvidersUpdateMutationOptions = (sdk) => ({
53
+ mutationKey: ["consent", "providers", "update"],
54
+ mutationFn: (input) => sdk["consent"]["providers"]["update"](input)
55
+ });
56
+ var consentRecordsExportQueryOptions = (sdk, input) => ({
57
+ queryKey: ["consent", "records", "export", input],
58
+ queryFn: () => sdk["consent"]["records"]["export"](input)
59
+ });
60
+ var consentStatsGetQueryOptions = (sdk, input) => ({
61
+ queryKey: ["consent", "stats", "get", input],
62
+ queryFn: () => sdk["consent"]["stats"]["get"](input)
63
+ });
64
+
65
+ exports.consentConfigCookieDomainUpsertMutationOptions = consentConfigCookieDomainUpsertMutationOptions;
66
+ exports.consentConfigCustomizationUpsertMutationOptions = consentConfigCustomizationUpsertMutationOptions;
67
+ exports.consentConfigFloatingIconUpsertMutationOptions = consentConfigFloatingIconUpsertMutationOptions;
68
+ exports.consentConfigThemeUpsertMutationOptions = consentConfigThemeUpsertMutationOptions;
69
+ exports.consentDashboardConfigGetQueryOptions = consentDashboardConfigGetQueryOptions;
70
+ exports.consentDashboardDecisionsListQueryOptions = consentDashboardDecisionsListQueryOptions;
71
+ exports.consentDashboardEmbedSnippetGetQueryOptions = consentDashboardEmbedSnippetGetQueryOptions;
72
+ exports.consentDashboardStatsGetQueryOptions = consentDashboardStatsGetQueryOptions;
73
+ exports.consentEmbedGetQueryOptions = consentEmbedGetQueryOptions;
74
+ exports.consentProvidersCreateMutationOptions = consentProvidersCreateMutationOptions;
75
+ exports.consentProvidersDeleteMutationOptions = consentProvidersDeleteMutationOptions;
76
+ exports.consentProvidersListQueryOptions = consentProvidersListQueryOptions;
77
+ exports.consentProvidersUpdateMutationOptions = consentProvidersUpdateMutationOptions;
78
+ exports.consentRecordsExportQueryOptions = consentRecordsExportQueryOptions;
79
+ exports.consentStatsGetQueryOptions = consentStatsGetQueryOptions;
80
+ //# sourceMappingURL=index.cjs.map
81
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/gen/consent/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.cjs","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n ConsentConfigCookieDomainUpsertInput,\n ConsentConfigCustomizationUpsertInput,\n ConsentConfigFloatingIconUpsertInput,\n ConsentConfigThemeUpsertInput,\n ConsentDashboardConfigGetInput,\n ConsentDashboardConfigGetOutput,\n ConsentDashboardDecisionsListInput,\n ConsentDashboardDecisionsListOutput,\n ConsentDashboardEmbedSnippetGetInput,\n ConsentDashboardEmbedSnippetGetOutput,\n ConsentDashboardStatsGetInput,\n ConsentDashboardStatsGetOutput,\n ConsentEmbedGetInput,\n ConsentEmbedGetOutput,\n ConsentProvidersCreateInput,\n ConsentProvidersDeleteInput,\n ConsentProvidersListInput,\n ConsentProvidersListOutput,\n ConsentProvidersUpdateInput,\n ConsentRecordsExportInput,\n ConsentRecordsExportOutput,\n ConsentStatsGetInput,\n ConsentStatsGetOutput,\n} from '../types.gen';\n\nexport const consentConfigCookieDomainUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'config-cookie-domain', 'upsert'],\n mutationFn: (input: ConsentConfigCookieDomainUpsertInput) => sdk['consent']['config-cookie-domain']['upsert'](input),\n});\n\nexport const consentConfigCustomizationUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'config-customization', 'upsert'],\n mutationFn: (input: ConsentConfigCustomizationUpsertInput) => sdk['consent']['config-customization']['upsert'](input),\n});\n\nexport const consentConfigFloatingIconUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'config-floating-icon', 'upsert'],\n mutationFn: (input: ConsentConfigFloatingIconUpsertInput) => sdk['consent']['config-floating-icon']['upsert'](input),\n});\n\nexport const consentConfigThemeUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'config-theme', 'upsert'],\n mutationFn: (input: ConsentConfigThemeUpsertInput) => sdk['consent']['config-theme']['upsert'](input),\n});\n\nexport const consentDashboardConfigGetQueryOptions = (sdk: GeneratedClient, input: ConsentDashboardConfigGetInput) => ({\n queryKey: ['consent', 'dashboard-config', 'get', input] as const,\n queryFn: () => sdk['consent']['dashboard-config']['get'](input),\n});\n\nexport const consentDashboardDecisionsListQueryOptions = (sdk: GeneratedClient, input: ConsentDashboardDecisionsListInput) => ({\n queryKey: ['consent', 'dashboard-decisions', 'list', input] as const,\n queryFn: () => sdk['consent']['dashboard-decisions']['list'](input),\n});\n\nexport const consentDashboardEmbedSnippetGetQueryOptions = (sdk: GeneratedClient, input: ConsentDashboardEmbedSnippetGetInput) => ({\n queryKey: ['consent', 'dashboard-embed-snippet', 'get', input] as const,\n queryFn: () => sdk['consent']['dashboard-embed-snippet']['get'](input),\n});\n\nexport const consentDashboardStatsGetQueryOptions = (sdk: GeneratedClient, input: ConsentDashboardStatsGetInput) => ({\n queryKey: ['consent', 'dashboard-stats', 'get', input] as const,\n queryFn: () => sdk['consent']['dashboard-stats']['get'](input),\n});\n\nexport const consentEmbedGetQueryOptions = (sdk: GeneratedClient, input: ConsentEmbedGetInput) => ({\n queryKey: ['consent', 'embed', 'get', input] as const,\n queryFn: () => sdk['consent']['embed']['get'](input),\n});\n\nexport const consentProvidersCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'providers', 'create'],\n mutationFn: (input: ConsentProvidersCreateInput) => sdk['consent']['providers']['create'](input),\n});\n\nexport const consentProvidersDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'providers', 'delete'],\n mutationFn: (input: ConsentProvidersDeleteInput) => sdk['consent']['providers']['delete'](input),\n});\n\nexport const consentProvidersListQueryOptions = (sdk: GeneratedClient, input: ConsentProvidersListInput) => ({\n queryKey: ['consent', 'providers', 'list', input] as const,\n queryFn: () => sdk['consent']['providers']['list'](input),\n});\n\nexport const consentProvidersUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'providers', 'update'],\n mutationFn: (input: ConsentProvidersUpdateInput) => sdk['consent']['providers']['update'](input),\n});\n\nexport const consentRecordsExportQueryOptions = (sdk: GeneratedClient, input: ConsentRecordsExportInput) => ({\n queryKey: ['consent', 'records', 'export', input] as const,\n queryFn: () => sdk['consent']['records']['export'](input),\n});\n\nexport const consentStatsGetQueryOptions = (sdk: GeneratedClient, input: ConsentStatsGetInput) => ({\n queryKey: ['consent', 'stats', 'get', input] as const,\n queryFn: () => sdk['consent']['stats']['get'](input),\n});\n"]}
@@ -0,0 +1,64 @@
1
+ import { G as GeneratedClient, an as ConsentConfigCookieDomainUpsertInput, ao as ConsentConfigCookieDomainUpsertOutput, ap as ConsentConfigCustomizationUpsertInput, aq as ConsentConfigCustomizationUpsertOutput, ar as ConsentConfigFloatingIconUpsertInput, as as ConsentConfigFloatingIconUpsertOutput, at as ConsentConfigThemeUpsertInput, au as ConsentConfigThemeUpsertOutput, av as ConsentDashboardConfigGetInput, aw as ConsentDashboardConfigGetOutput, ax as ConsentDashboardDecisionsListInput, ay as ConsentDashboardDecisionsListOutput, az as ConsentDashboardEmbedSnippetGetInput, aA as ConsentDashboardEmbedSnippetGetOutput, aB as ConsentDashboardStatsGetInput, aC as ConsentDashboardStatsGetOutput, aD as ConsentEmbedGetInput, aE as ConsentEmbedGetOutput, aF as ConsentProvidersCreateInput, aG as ConsentProvidersCreateOutput, aH as ConsentProvidersDeleteInput, aI as ConsentProvidersDeleteOutput, aJ as ConsentProvidersListInput, aK as ConsentProvidersListOutput, aL as ConsentProvidersUpdateInput, aM as ConsentProvidersUpdateOutput, aN as ConsentRecordsExportInput, aO as ConsentRecordsExportOutput, aP as ConsentStatsGetInput, aQ as ConsentStatsGetOutput } from '../client.gen-C2BnhKLx.cjs';
2
+
3
+ declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
4
+ mutationKey: string[];
5
+ mutationFn: (input: ConsentConfigCookieDomainUpsertInput) => Promise<ConsentConfigCookieDomainUpsertOutput>;
6
+ };
7
+ declare const consentConfigCustomizationUpsertMutationOptions: (sdk: GeneratedClient) => {
8
+ mutationKey: string[];
9
+ mutationFn: (input: ConsentConfigCustomizationUpsertInput) => Promise<ConsentConfigCustomizationUpsertOutput>;
10
+ };
11
+ declare const consentConfigFloatingIconUpsertMutationOptions: (sdk: GeneratedClient) => {
12
+ mutationKey: string[];
13
+ mutationFn: (input: ConsentConfigFloatingIconUpsertInput) => Promise<ConsentConfigFloatingIconUpsertOutput>;
14
+ };
15
+ declare const consentConfigThemeUpsertMutationOptions: (sdk: GeneratedClient) => {
16
+ mutationKey: string[];
17
+ mutationFn: (input: ConsentConfigThemeUpsertInput) => Promise<ConsentConfigThemeUpsertOutput>;
18
+ };
19
+ declare const consentDashboardConfigGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardConfigGetInput) => {
20
+ queryKey: readonly ["consent", "dashboard-config", "get", ConsentDashboardConfigGetInput];
21
+ queryFn: () => Promise<ConsentDashboardConfigGetOutput>;
22
+ };
23
+ declare const consentDashboardDecisionsListQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardDecisionsListInput) => {
24
+ queryKey: readonly ["consent", "dashboard-decisions", "list", ConsentDashboardDecisionsListInput];
25
+ queryFn: () => Promise<ConsentDashboardDecisionsListOutput>;
26
+ };
27
+ declare const consentDashboardEmbedSnippetGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardEmbedSnippetGetInput) => {
28
+ queryKey: readonly ["consent", "dashboard-embed-snippet", "get", ConsentDashboardEmbedSnippetGetInput];
29
+ queryFn: () => Promise<ConsentDashboardEmbedSnippetGetOutput>;
30
+ };
31
+ declare const consentDashboardStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardStatsGetInput) => {
32
+ queryKey: readonly ["consent", "dashboard-stats", "get", ConsentDashboardStatsGetInput];
33
+ queryFn: () => Promise<ConsentDashboardStatsGetOutput>;
34
+ };
35
+ declare const consentEmbedGetQueryOptions: (sdk: GeneratedClient, input: ConsentEmbedGetInput) => {
36
+ queryKey: readonly ["consent", "embed", "get", ConsentEmbedGetInput];
37
+ queryFn: () => Promise<ConsentEmbedGetOutput>;
38
+ };
39
+ declare const consentProvidersCreateMutationOptions: (sdk: GeneratedClient) => {
40
+ mutationKey: string[];
41
+ mutationFn: (input: ConsentProvidersCreateInput) => Promise<ConsentProvidersCreateOutput>;
42
+ };
43
+ declare const consentProvidersDeleteMutationOptions: (sdk: GeneratedClient) => {
44
+ mutationKey: string[];
45
+ mutationFn: (input: ConsentProvidersDeleteInput) => Promise<ConsentProvidersDeleteOutput>;
46
+ };
47
+ declare const consentProvidersListQueryOptions: (sdk: GeneratedClient, input: ConsentProvidersListInput) => {
48
+ queryKey: readonly ["consent", "providers", "list", ConsentProvidersListInput];
49
+ queryFn: () => Promise<ConsentProvidersListOutput>;
50
+ };
51
+ declare const consentProvidersUpdateMutationOptions: (sdk: GeneratedClient) => {
52
+ mutationKey: string[];
53
+ mutationFn: (input: ConsentProvidersUpdateInput) => Promise<ConsentProvidersUpdateOutput>;
54
+ };
55
+ declare const consentRecordsExportQueryOptions: (sdk: GeneratedClient, input: ConsentRecordsExportInput) => {
56
+ queryKey: readonly ["consent", "records", "export", ConsentRecordsExportInput];
57
+ queryFn: () => Promise<ConsentRecordsExportOutput>;
58
+ };
59
+ declare const consentStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentStatsGetInput) => {
60
+ queryKey: readonly ["consent", "stats", "get", ConsentStatsGetInput];
61
+ queryFn: () => Promise<ConsentStatsGetOutput>;
62
+ };
63
+
64
+ export { ConsentConfigCookieDomainUpsertInput, ConsentConfigCookieDomainUpsertOutput, ConsentConfigCustomizationUpsertInput, ConsentConfigCustomizationUpsertOutput, ConsentConfigFloatingIconUpsertInput, ConsentConfigFloatingIconUpsertOutput, ConsentConfigThemeUpsertInput, ConsentConfigThemeUpsertOutput, ConsentDashboardConfigGetInput, ConsentDashboardConfigGetOutput, ConsentDashboardDecisionsListInput, ConsentDashboardDecisionsListOutput, ConsentDashboardEmbedSnippetGetInput, ConsentDashboardEmbedSnippetGetOutput, ConsentDashboardStatsGetInput, ConsentDashboardStatsGetOutput, ConsentEmbedGetInput, ConsentEmbedGetOutput, ConsentProvidersCreateInput, ConsentProvidersCreateOutput, ConsentProvidersDeleteInput, ConsentProvidersDeleteOutput, ConsentProvidersListInput, ConsentProvidersListOutput, ConsentProvidersUpdateInput, ConsentProvidersUpdateOutput, ConsentRecordsExportInput, ConsentRecordsExportOutput, ConsentStatsGetInput, ConsentStatsGetOutput, consentConfigCookieDomainUpsertMutationOptions, consentConfigCustomizationUpsertMutationOptions, consentConfigFloatingIconUpsertMutationOptions, consentConfigThemeUpsertMutationOptions, consentDashboardConfigGetQueryOptions, consentDashboardDecisionsListQueryOptions, consentDashboardEmbedSnippetGetQueryOptions, consentDashboardStatsGetQueryOptions, consentEmbedGetQueryOptions, consentProvidersCreateMutationOptions, consentProvidersDeleteMutationOptions, consentProvidersListQueryOptions, consentProvidersUpdateMutationOptions, consentRecordsExportQueryOptions, consentStatsGetQueryOptions };
@@ -0,0 +1,64 @@
1
+ import { G as GeneratedClient, an as ConsentConfigCookieDomainUpsertInput, ao as ConsentConfigCookieDomainUpsertOutput, ap as ConsentConfigCustomizationUpsertInput, aq as ConsentConfigCustomizationUpsertOutput, ar as ConsentConfigFloatingIconUpsertInput, as as ConsentConfigFloatingIconUpsertOutput, at as ConsentConfigThemeUpsertInput, au as ConsentConfigThemeUpsertOutput, av as ConsentDashboardConfigGetInput, aw as ConsentDashboardConfigGetOutput, ax as ConsentDashboardDecisionsListInput, ay as ConsentDashboardDecisionsListOutput, az as ConsentDashboardEmbedSnippetGetInput, aA as ConsentDashboardEmbedSnippetGetOutput, aB as ConsentDashboardStatsGetInput, aC as ConsentDashboardStatsGetOutput, aD as ConsentEmbedGetInput, aE as ConsentEmbedGetOutput, aF as ConsentProvidersCreateInput, aG as ConsentProvidersCreateOutput, aH as ConsentProvidersDeleteInput, aI as ConsentProvidersDeleteOutput, aJ as ConsentProvidersListInput, aK as ConsentProvidersListOutput, aL as ConsentProvidersUpdateInput, aM as ConsentProvidersUpdateOutput, aN as ConsentRecordsExportInput, aO as ConsentRecordsExportOutput, aP as ConsentStatsGetInput, aQ as ConsentStatsGetOutput } from '../client.gen-C2BnhKLx.js';
2
+
3
+ declare const consentConfigCookieDomainUpsertMutationOptions: (sdk: GeneratedClient) => {
4
+ mutationKey: string[];
5
+ mutationFn: (input: ConsentConfigCookieDomainUpsertInput) => Promise<ConsentConfigCookieDomainUpsertOutput>;
6
+ };
7
+ declare const consentConfigCustomizationUpsertMutationOptions: (sdk: GeneratedClient) => {
8
+ mutationKey: string[];
9
+ mutationFn: (input: ConsentConfigCustomizationUpsertInput) => Promise<ConsentConfigCustomizationUpsertOutput>;
10
+ };
11
+ declare const consentConfigFloatingIconUpsertMutationOptions: (sdk: GeneratedClient) => {
12
+ mutationKey: string[];
13
+ mutationFn: (input: ConsentConfigFloatingIconUpsertInput) => Promise<ConsentConfigFloatingIconUpsertOutput>;
14
+ };
15
+ declare const consentConfigThemeUpsertMutationOptions: (sdk: GeneratedClient) => {
16
+ mutationKey: string[];
17
+ mutationFn: (input: ConsentConfigThemeUpsertInput) => Promise<ConsentConfigThemeUpsertOutput>;
18
+ };
19
+ declare const consentDashboardConfigGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardConfigGetInput) => {
20
+ queryKey: readonly ["consent", "dashboard-config", "get", ConsentDashboardConfigGetInput];
21
+ queryFn: () => Promise<ConsentDashboardConfigGetOutput>;
22
+ };
23
+ declare const consentDashboardDecisionsListQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardDecisionsListInput) => {
24
+ queryKey: readonly ["consent", "dashboard-decisions", "list", ConsentDashboardDecisionsListInput];
25
+ queryFn: () => Promise<ConsentDashboardDecisionsListOutput>;
26
+ };
27
+ declare const consentDashboardEmbedSnippetGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardEmbedSnippetGetInput) => {
28
+ queryKey: readonly ["consent", "dashboard-embed-snippet", "get", ConsentDashboardEmbedSnippetGetInput];
29
+ queryFn: () => Promise<ConsentDashboardEmbedSnippetGetOutput>;
30
+ };
31
+ declare const consentDashboardStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentDashboardStatsGetInput) => {
32
+ queryKey: readonly ["consent", "dashboard-stats", "get", ConsentDashboardStatsGetInput];
33
+ queryFn: () => Promise<ConsentDashboardStatsGetOutput>;
34
+ };
35
+ declare const consentEmbedGetQueryOptions: (sdk: GeneratedClient, input: ConsentEmbedGetInput) => {
36
+ queryKey: readonly ["consent", "embed", "get", ConsentEmbedGetInput];
37
+ queryFn: () => Promise<ConsentEmbedGetOutput>;
38
+ };
39
+ declare const consentProvidersCreateMutationOptions: (sdk: GeneratedClient) => {
40
+ mutationKey: string[];
41
+ mutationFn: (input: ConsentProvidersCreateInput) => Promise<ConsentProvidersCreateOutput>;
42
+ };
43
+ declare const consentProvidersDeleteMutationOptions: (sdk: GeneratedClient) => {
44
+ mutationKey: string[];
45
+ mutationFn: (input: ConsentProvidersDeleteInput) => Promise<ConsentProvidersDeleteOutput>;
46
+ };
47
+ declare const consentProvidersListQueryOptions: (sdk: GeneratedClient, input: ConsentProvidersListInput) => {
48
+ queryKey: readonly ["consent", "providers", "list", ConsentProvidersListInput];
49
+ queryFn: () => Promise<ConsentProvidersListOutput>;
50
+ };
51
+ declare const consentProvidersUpdateMutationOptions: (sdk: GeneratedClient) => {
52
+ mutationKey: string[];
53
+ mutationFn: (input: ConsentProvidersUpdateInput) => Promise<ConsentProvidersUpdateOutput>;
54
+ };
55
+ declare const consentRecordsExportQueryOptions: (sdk: GeneratedClient, input: ConsentRecordsExportInput) => {
56
+ queryKey: readonly ["consent", "records", "export", ConsentRecordsExportInput];
57
+ queryFn: () => Promise<ConsentRecordsExportOutput>;
58
+ };
59
+ declare const consentStatsGetQueryOptions: (sdk: GeneratedClient, input: ConsentStatsGetInput) => {
60
+ queryKey: readonly ["consent", "stats", "get", ConsentStatsGetInput];
61
+ queryFn: () => Promise<ConsentStatsGetOutput>;
62
+ };
63
+
64
+ export { ConsentConfigCookieDomainUpsertInput, ConsentConfigCookieDomainUpsertOutput, ConsentConfigCustomizationUpsertInput, ConsentConfigCustomizationUpsertOutput, ConsentConfigFloatingIconUpsertInput, ConsentConfigFloatingIconUpsertOutput, ConsentConfigThemeUpsertInput, ConsentConfigThemeUpsertOutput, ConsentDashboardConfigGetInput, ConsentDashboardConfigGetOutput, ConsentDashboardDecisionsListInput, ConsentDashboardDecisionsListOutput, ConsentDashboardEmbedSnippetGetInput, ConsentDashboardEmbedSnippetGetOutput, ConsentDashboardStatsGetInput, ConsentDashboardStatsGetOutput, ConsentEmbedGetInput, ConsentEmbedGetOutput, ConsentProvidersCreateInput, ConsentProvidersCreateOutput, ConsentProvidersDeleteInput, ConsentProvidersDeleteOutput, ConsentProvidersListInput, ConsentProvidersListOutput, ConsentProvidersUpdateInput, ConsentProvidersUpdateOutput, ConsentRecordsExportInput, ConsentRecordsExportOutput, ConsentStatsGetInput, ConsentStatsGetOutput, consentConfigCookieDomainUpsertMutationOptions, consentConfigCustomizationUpsertMutationOptions, consentConfigFloatingIconUpsertMutationOptions, consentConfigThemeUpsertMutationOptions, consentDashboardConfigGetQueryOptions, consentDashboardDecisionsListQueryOptions, consentDashboardEmbedSnippetGetQueryOptions, consentDashboardStatsGetQueryOptions, consentEmbedGetQueryOptions, consentProvidersCreateMutationOptions, consentProvidersDeleteMutationOptions, consentProvidersListQueryOptions, consentProvidersUpdateMutationOptions, consentRecordsExportQueryOptions, consentStatsGetQueryOptions };
@@ -0,0 +1,65 @@
1
+ // src/gen/consent/queryOptions.gen.ts
2
+ var consentConfigCookieDomainUpsertMutationOptions = (sdk) => ({
3
+ mutationKey: ["consent", "config-cookie-domain", "upsert"],
4
+ mutationFn: (input) => sdk["consent"]["config-cookie-domain"]["upsert"](input)
5
+ });
6
+ var consentConfigCustomizationUpsertMutationOptions = (sdk) => ({
7
+ mutationKey: ["consent", "config-customization", "upsert"],
8
+ mutationFn: (input) => sdk["consent"]["config-customization"]["upsert"](input)
9
+ });
10
+ var consentConfigFloatingIconUpsertMutationOptions = (sdk) => ({
11
+ mutationKey: ["consent", "config-floating-icon", "upsert"],
12
+ mutationFn: (input) => sdk["consent"]["config-floating-icon"]["upsert"](input)
13
+ });
14
+ var consentConfigThemeUpsertMutationOptions = (sdk) => ({
15
+ mutationKey: ["consent", "config-theme", "upsert"],
16
+ mutationFn: (input) => sdk["consent"]["config-theme"]["upsert"](input)
17
+ });
18
+ var consentDashboardConfigGetQueryOptions = (sdk, input) => ({
19
+ queryKey: ["consent", "dashboard-config", "get", input],
20
+ queryFn: () => sdk["consent"]["dashboard-config"]["get"](input)
21
+ });
22
+ var consentDashboardDecisionsListQueryOptions = (sdk, input) => ({
23
+ queryKey: ["consent", "dashboard-decisions", "list", input],
24
+ queryFn: () => sdk["consent"]["dashboard-decisions"]["list"](input)
25
+ });
26
+ var consentDashboardEmbedSnippetGetQueryOptions = (sdk, input) => ({
27
+ queryKey: ["consent", "dashboard-embed-snippet", "get", input],
28
+ queryFn: () => sdk["consent"]["dashboard-embed-snippet"]["get"](input)
29
+ });
30
+ var consentDashboardStatsGetQueryOptions = (sdk, input) => ({
31
+ queryKey: ["consent", "dashboard-stats", "get", input],
32
+ queryFn: () => sdk["consent"]["dashboard-stats"]["get"](input)
33
+ });
34
+ var consentEmbedGetQueryOptions = (sdk, input) => ({
35
+ queryKey: ["consent", "embed", "get", input],
36
+ queryFn: () => sdk["consent"]["embed"]["get"](input)
37
+ });
38
+ var consentProvidersCreateMutationOptions = (sdk) => ({
39
+ mutationKey: ["consent", "providers", "create"],
40
+ mutationFn: (input) => sdk["consent"]["providers"]["create"](input)
41
+ });
42
+ var consentProvidersDeleteMutationOptions = (sdk) => ({
43
+ mutationKey: ["consent", "providers", "delete"],
44
+ mutationFn: (input) => sdk["consent"]["providers"]["delete"](input)
45
+ });
46
+ var consentProvidersListQueryOptions = (sdk, input) => ({
47
+ queryKey: ["consent", "providers", "list", input],
48
+ queryFn: () => sdk["consent"]["providers"]["list"](input)
49
+ });
50
+ var consentProvidersUpdateMutationOptions = (sdk) => ({
51
+ mutationKey: ["consent", "providers", "update"],
52
+ mutationFn: (input) => sdk["consent"]["providers"]["update"](input)
53
+ });
54
+ var consentRecordsExportQueryOptions = (sdk, input) => ({
55
+ queryKey: ["consent", "records", "export", input],
56
+ queryFn: () => sdk["consent"]["records"]["export"](input)
57
+ });
58
+ var consentStatsGetQueryOptions = (sdk, input) => ({
59
+ queryKey: ["consent", "stats", "get", input],
60
+ queryFn: () => sdk["consent"]["stats"]["get"](input)
61
+ });
62
+
63
+ export { consentConfigCookieDomainUpsertMutationOptions, consentConfigCustomizationUpsertMutationOptions, consentConfigFloatingIconUpsertMutationOptions, consentConfigThemeUpsertMutationOptions, consentDashboardConfigGetQueryOptions, consentDashboardDecisionsListQueryOptions, consentDashboardEmbedSnippetGetQueryOptions, consentDashboardStatsGetQueryOptions, consentEmbedGetQueryOptions, consentProvidersCreateMutationOptions, consentProvidersDeleteMutationOptions, consentProvidersListQueryOptions, consentProvidersUpdateMutationOptions, consentRecordsExportQueryOptions, consentStatsGetQueryOptions };
64
+ //# sourceMappingURL=index.js.map
65
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/gen/consent/queryOptions.gen.ts"],"names":[],"mappings":"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","file":"index.js","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n ConsentConfigCookieDomainUpsertInput,\n ConsentConfigCustomizationUpsertInput,\n ConsentConfigFloatingIconUpsertInput,\n ConsentConfigThemeUpsertInput,\n ConsentDashboardConfigGetInput,\n ConsentDashboardConfigGetOutput,\n ConsentDashboardDecisionsListInput,\n ConsentDashboardDecisionsListOutput,\n ConsentDashboardEmbedSnippetGetInput,\n ConsentDashboardEmbedSnippetGetOutput,\n ConsentDashboardStatsGetInput,\n ConsentDashboardStatsGetOutput,\n ConsentEmbedGetInput,\n ConsentEmbedGetOutput,\n ConsentProvidersCreateInput,\n ConsentProvidersDeleteInput,\n ConsentProvidersListInput,\n ConsentProvidersListOutput,\n ConsentProvidersUpdateInput,\n ConsentRecordsExportInput,\n ConsentRecordsExportOutput,\n ConsentStatsGetInput,\n ConsentStatsGetOutput,\n} from '../types.gen';\n\nexport const consentConfigCookieDomainUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'config-cookie-domain', 'upsert'],\n mutationFn: (input: ConsentConfigCookieDomainUpsertInput) => sdk['consent']['config-cookie-domain']['upsert'](input),\n});\n\nexport const consentConfigCustomizationUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'config-customization', 'upsert'],\n mutationFn: (input: ConsentConfigCustomizationUpsertInput) => sdk['consent']['config-customization']['upsert'](input),\n});\n\nexport const consentConfigFloatingIconUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'config-floating-icon', 'upsert'],\n mutationFn: (input: ConsentConfigFloatingIconUpsertInput) => sdk['consent']['config-floating-icon']['upsert'](input),\n});\n\nexport const consentConfigThemeUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'config-theme', 'upsert'],\n mutationFn: (input: ConsentConfigThemeUpsertInput) => sdk['consent']['config-theme']['upsert'](input),\n});\n\nexport const consentDashboardConfigGetQueryOptions = (sdk: GeneratedClient, input: ConsentDashboardConfigGetInput) => ({\n queryKey: ['consent', 'dashboard-config', 'get', input] as const,\n queryFn: () => sdk['consent']['dashboard-config']['get'](input),\n});\n\nexport const consentDashboardDecisionsListQueryOptions = (sdk: GeneratedClient, input: ConsentDashboardDecisionsListInput) => ({\n queryKey: ['consent', 'dashboard-decisions', 'list', input] as const,\n queryFn: () => sdk['consent']['dashboard-decisions']['list'](input),\n});\n\nexport const consentDashboardEmbedSnippetGetQueryOptions = (sdk: GeneratedClient, input: ConsentDashboardEmbedSnippetGetInput) => ({\n queryKey: ['consent', 'dashboard-embed-snippet', 'get', input] as const,\n queryFn: () => sdk['consent']['dashboard-embed-snippet']['get'](input),\n});\n\nexport const consentDashboardStatsGetQueryOptions = (sdk: GeneratedClient, input: ConsentDashboardStatsGetInput) => ({\n queryKey: ['consent', 'dashboard-stats', 'get', input] as const,\n queryFn: () => sdk['consent']['dashboard-stats']['get'](input),\n});\n\nexport const consentEmbedGetQueryOptions = (sdk: GeneratedClient, input: ConsentEmbedGetInput) => ({\n queryKey: ['consent', 'embed', 'get', input] as const,\n queryFn: () => sdk['consent']['embed']['get'](input),\n});\n\nexport const consentProvidersCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'providers', 'create'],\n mutationFn: (input: ConsentProvidersCreateInput) => sdk['consent']['providers']['create'](input),\n});\n\nexport const consentProvidersDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'providers', 'delete'],\n mutationFn: (input: ConsentProvidersDeleteInput) => sdk['consent']['providers']['delete'](input),\n});\n\nexport const consentProvidersListQueryOptions = (sdk: GeneratedClient, input: ConsentProvidersListInput) => ({\n queryKey: ['consent', 'providers', 'list', input] as const,\n queryFn: () => sdk['consent']['providers']['list'](input),\n});\n\nexport const consentProvidersUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['consent', 'providers', 'update'],\n mutationFn: (input: ConsentProvidersUpdateInput) => sdk['consent']['providers']['update'](input),\n});\n\nexport const consentRecordsExportQueryOptions = (sdk: GeneratedClient, input: ConsentRecordsExportInput) => ({\n queryKey: ['consent', 'records', 'export', input] as const,\n queryFn: () => sdk['consent']['records']['export'](input),\n});\n\nexport const consentStatsGetQueryOptions = (sdk: GeneratedClient, input: ConsentStatsGetInput) => ({\n queryKey: ['consent', 'stats', 'get', input] as const,\n queryFn: () => sdk['consent']['stats']['get'](input),\n});\n"]}
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, D as DeploymentAlertCreateInput, a as DeploymentAlertCreateOutput, b as DeploymentAlertDeleteInput, c as DeploymentAlertDeleteOutput, d as DeploymentAlertEventsListInput, e as DeploymentAlertEventsListOutput, f as DeploymentAlertListInput, g as DeploymentAlertListOutput, h as DeploymentAlertUpdateInput, i as DeploymentAlertUpdateOutput, j as DeploymentAnalyticsQueryInput, k as DeploymentAnalyticsQueryOutput, l as DeploymentAuditListInput, m as DeploymentAuditListOutput, n as DeploymentBuildGetInput, o as DeploymentBuildGetOutput, p as DeploymentBuildListInput, q as DeploymentBuildListOutput, r as DeploymentBuildLogsInput, s as DeploymentBuildLogsOutput, t as DeploymentCanvasGetInput, u as DeploymentCanvasGetOutput, v as DeploymentCanvasMoveNodeInput, w as DeploymentCanvasMoveNodeOutput, x as DeploymentCloudSqlBackfillLogFlagsInput, y as DeploymentCloudSqlBackfillLogFlagsOutput, z as DeploymentCloudSqlDatabaseAttachInput, A as DeploymentCloudSqlDatabaseAttachOutput, B as DeploymentCloudSqlDatabaseCreateInput, C as DeploymentCloudSqlDatabaseCreateOutput, E as DeploymentCloudSqlDatabaseDeleteInput, F as DeploymentCloudSqlDatabaseDeleteOutput, H as DeploymentCloudSqlDatabaseDetachInput, I as DeploymentCloudSqlDatabaseDetachOutput, J as DeploymentCloudSqlDatabaseGetInput, K as DeploymentCloudSqlDatabaseGetOutput, L as DeploymentCloudSqlDatabaseListInput, M as DeploymentCloudSqlDatabaseListOutput, N as DeploymentCloudSqlInstanceBackupListInput, O as DeploymentCloudSqlInstanceBackupListOutput, P as DeploymentCloudSqlInstanceBackupInput, Q as DeploymentCloudSqlInstanceBackupOutput, R as DeploymentCloudSqlInstanceCreateInput, S as DeploymentCloudSqlInstanceCreateOutput, T as DeploymentCloudSqlInstanceDeleteInput, U as DeploymentCloudSqlInstanceDeleteOutput, V as DeploymentCloudSqlInstanceGetInput, W as DeploymentCloudSqlInstanceGetOutput, X as DeploymentCloudSqlInstanceListInput, Y as DeploymentCloudSqlInstanceListOutput, Z as DeploymentCloudSqlInstanceResizeInput, _ as DeploymentCloudSqlInstanceResizeOutput, $ as DeploymentCloudSqlInstanceRestoreInput, a0 as DeploymentCloudSqlInstanceRestoreOutput, a1 as DeploymentCloudSqlLogsInput, a2 as DeploymentCloudSqlLogsOutput, a3 as DeploymentDeploymentCancelInput, a4 as DeploymentDeploymentCancelOutput, a5 as DeploymentDeploymentGetInput, a6 as DeploymentDeploymentGetOutput, a7 as DeploymentDeploymentListInput, a8 as DeploymentDeploymentListOutput, a9 as DeploymentDomainAddInput, aa as DeploymentDomainAddOutput, ab as DeploymentDomainAllowedListInput, ac as DeploymentDomainAllowedListOutput, ad as DeploymentDomainGetInput, ae as DeploymentDomainGetOutput, af as DeploymentDomainListByServiceInput, ag as DeploymentDomainListByServiceOutput, ah as DeploymentDomainListInput, ai as DeploymentDomainListOutput, aj as DeploymentDomainRedirectWwwInput, ak as DeploymentDomainRedirectWwwOutput, al as DeploymentDomainRemoveInput, am as DeploymentDomainRemoveOutput, an as DeploymentDomainRoutesAddInput, ao as DeploymentDomainRoutesAddOutput, ap as DeploymentDomainRoutesListInput, aq as DeploymentDomainRoutesListOutput, ar as DeploymentDomainRoutesRemoveInput, as as DeploymentDomainRoutesRemoveOutput, at as DeploymentDomainRoutesUpdateInput, au as DeploymentDomainRoutesUpdateOutput, av as DeploymentDomainVerifyInput, aw as DeploymentDomainVerifyOutput, ax as DeploymentEnvironmentCreateInput, ay as DeploymentEnvironmentCreateOutput, az as DeploymentEnvironmentDeleteInput, aA as DeploymentEnvironmentDeleteOutput, aB as DeploymentEnvironmentForkInput, aC as DeploymentEnvironmentForkOutput, aD as DeploymentEnvironmentGetInput, aE as DeploymentEnvironmentGetOutput, aF as DeploymentEnvironmentListInput, aG as DeploymentEnvironmentListOutput, aH as DeploymentEnvironmentReconcileInput, aI as DeploymentEnvironmentReconcileOutput, aJ as DeploymentEnvironmentUpdateInput, aK as DeploymentEnvironmentUpdateOutput, aL as DeploymentEventsListByEnvironmentInput, aM as DeploymentEventsListByEnvironmentOutput, aN as DeploymentEventsListByServiceInput, aO as DeploymentEventsListByServiceOutput, aP as DeploymentManagedServiceBackupListInput, aQ as DeploymentManagedServiceBackupListOutput, aR as DeploymentManagedServiceBackupInput, aS as DeploymentManagedServiceBackupOutput, aT as DeploymentManagedServiceConnectInfoInput, aU as DeploymentManagedServiceConnectInfoOutput, aV as DeploymentManagedServiceDeleteInput, aW as DeploymentManagedServiceDeleteOutput, aX as DeploymentManagedServiceGetInput, aY as DeploymentManagedServiceGetOutput, aZ as DeploymentManagedServiceListInput, a_ as DeploymentManagedServiceListOutput, a$ as DeploymentManagedServiceLogsInput, b0 as DeploymentManagedServiceLogsOutput, b1 as DeploymentManagedServiceProvisionInput, b2 as DeploymentManagedServiceProvisionOutput, b3 as DeploymentManagedServiceReconcileInput, b4 as DeploymentManagedServiceReconcileOutput, b5 as DeploymentManagedServiceResizeInput, b6 as DeploymentManagedServiceResizeOutput, b7 as DeploymentManagedServiceRestoreInput, b8 as DeploymentManagedServiceRestoreOutput, b9 as DeploymentManagedServiceStartInput, ba as DeploymentManagedServiceStartOutput, bb as DeploymentManagedServiceStopInput, bc as DeploymentManagedServiceStopOutput, bd as DeploymentManagedServiceTypesInput, be as DeploymentManagedServiceTypesOutput, bf as DeploymentMetricsGetInput, bg as DeploymentMetricsGetOutput, bh as DeploymentPreviewEnvironmentCreateInput, bi as DeploymentPreviewEnvironmentCreateOutput, bj as DeploymentPreviewEnvironmentDeleteInput, bk as DeploymentPreviewEnvironmentDeleteOutput, bl as DeploymentPreviewEnvironmentListInput, bm as DeploymentPreviewEnvironmentListOutput, bn as DeploymentPreviewPolicyGetInput, bo as DeploymentPreviewPolicyGetOutput, bp as DeploymentPreviewPolicySetInput, bq as DeploymentPreviewPolicySetOutput, br as DeploymentServiceCreateInput, bs as DeploymentServiceCreateOutput, bt as DeploymentServiceDeleteInput, bu as DeploymentServiceDeleteOutput, bv as DeploymentServiceExecInput, bw as DeploymentServiceExecOutput, bx as DeploymentServiceGetInput, by as DeploymentServiceGetOutput, bz as DeploymentServiceListInput, bA as DeploymentServiceListOutput, bB as DeploymentServiceLogsInput, bC as DeploymentServiceLogsOutput, bD as DeploymentServiceRedeployInput, bE as DeploymentServiceRedeployOutput, bF as DeploymentServiceRestartInput, bG as DeploymentServiceRestartOutput, bH as DeploymentServiceRollbackInput, bI as DeploymentServiceRollbackOutput, bJ as DeploymentServiceScaleInput, bK as DeploymentServiceScaleOutput, bL as DeploymentServiceUpdateInput, bM as DeploymentServiceUpdateOutput, bN as DeploymentSshCommandInput, bO as DeploymentSshCommandOutput, bP as DeploymentSshKeyDeleteInput, bQ as DeploymentSshKeyDeleteOutput, bR as DeploymentSshKeyListInput, bS as DeploymentSshKeyListOutput, bT as DeploymentSshKeyRegisterInput, bU as DeploymentSshKeyRegisterOutput, bV as DeploymentVariableListEnvInput, bW as DeploymentVariableListEnvOutput, bX as DeploymentVariableListProductInput, bY as DeploymentVariableListProductOutput, bZ as DeploymentVariableListInput, b_ as DeploymentVariableListOutput, b$ as DeploymentVariableSetEnvInput, c0 as DeploymentVariableSetEnvOutput, c1 as DeploymentVariableSetInput, c2 as DeploymentVariableSetOutput, c3 as DeploymentVariableSetProductInput, c4 as DeploymentVariableSetProductOutput, c5 as DeploymentVariableUnsetEnvInput, c6 as DeploymentVariableUnsetEnvOutput, c7 as DeploymentVariableUnsetInput, c8 as DeploymentVariableUnsetOutput, c9 as DeploymentVariableUnsetProductInput, ca as DeploymentVariableUnsetProductOutput, cb as DeploymentVcsBranchListInput, cc as DeploymentVcsBranchListOutput, cd as DeploymentVcsConnectionListInput, ce as DeploymentVcsConnectionListOutput, cf as DeploymentVcsRepoListInput, cg as DeploymentVcsRepoListOutput, ch as DeploymentVolumeCreateInput, ci as DeploymentVolumeCreateOutput, cj as DeploymentVolumeDeleteInput, ck as DeploymentVolumeDeleteOutput, cl as DeploymentVolumeDetachInput, cm as DeploymentVolumeDetachOutput, cn as DeploymentVolumeGetInput, co as DeploymentVolumeGetOutput, cp as DeploymentVolumeListInput, cq as DeploymentVolumeListOutput, cr as DeploymentVolumeResizeInput, cs as DeploymentVolumeResizeOutput } from '../client.gen-DHH3h3Ub.cjs';
1
+ import { G as GeneratedClient, aR as DeploymentAlertCreateInput, aS as DeploymentAlertCreateOutput, aT as DeploymentAlertDeleteInput, aU as DeploymentAlertDeleteOutput, aV as DeploymentAlertEventsListInput, aW as DeploymentAlertEventsListOutput, aX as DeploymentAlertListInput, aY as DeploymentAlertListOutput, aZ as DeploymentAlertUpdateInput, a_ as DeploymentAlertUpdateOutput, a$ as DeploymentAnalyticsQueryInput, b0 as DeploymentAnalyticsQueryOutput, b1 as DeploymentAuditListInput, b2 as DeploymentAuditListOutput, b3 as DeploymentBuildGetInput, b4 as DeploymentBuildGetOutput, b5 as DeploymentBuildListInput, b6 as DeploymentBuildListOutput, b7 as DeploymentBuildLogsInput, b8 as DeploymentBuildLogsOutput, b9 as DeploymentCanvasGetInput, ba as DeploymentCanvasGetOutput, bb as DeploymentCanvasMoveNodeInput, bc as DeploymentCanvasMoveNodeOutput, bd as DeploymentCloudSqlBackfillLogFlagsInput, be as DeploymentCloudSqlBackfillLogFlagsOutput, bf as DeploymentCloudSqlDatabaseAttachInput, bg as DeploymentCloudSqlDatabaseAttachOutput, bh as DeploymentCloudSqlDatabaseCreateInput, bi as DeploymentCloudSqlDatabaseCreateOutput, bj as DeploymentCloudSqlDatabaseDeleteInput, bk as DeploymentCloudSqlDatabaseDeleteOutput, bl as DeploymentCloudSqlDatabaseDetachInput, bm as DeploymentCloudSqlDatabaseDetachOutput, bn as DeploymentCloudSqlDatabaseGetInput, bo as DeploymentCloudSqlDatabaseGetOutput, bp as DeploymentCloudSqlDatabaseListInput, bq as DeploymentCloudSqlDatabaseListOutput, br as DeploymentCloudSqlInstanceBackupListInput, bs as DeploymentCloudSqlInstanceBackupListOutput, bt as DeploymentCloudSqlInstanceBackupInput, bu as DeploymentCloudSqlInstanceBackupOutput, bv as DeploymentCloudSqlInstanceCreateInput, bw as DeploymentCloudSqlInstanceCreateOutput, bx as DeploymentCloudSqlInstanceDeleteInput, by as DeploymentCloudSqlInstanceDeleteOutput, bz as DeploymentCloudSqlInstanceGetInput, bA as DeploymentCloudSqlInstanceGetOutput, bB as DeploymentCloudSqlInstanceListInput, bC as DeploymentCloudSqlInstanceListOutput, bD as DeploymentCloudSqlInstanceResizeInput, bE as DeploymentCloudSqlInstanceResizeOutput, bF as DeploymentCloudSqlInstanceRestoreInput, bG as DeploymentCloudSqlInstanceRestoreOutput, bH as DeploymentCloudSqlLogsInput, bI as DeploymentCloudSqlLogsOutput, bJ as DeploymentDeploymentCancelInput, bK as DeploymentDeploymentCancelOutput, bL as DeploymentDeploymentGetInput, bM as DeploymentDeploymentGetOutput, bN as DeploymentDeploymentListInput, bO as DeploymentDeploymentListOutput, bP as DeploymentDomainAddInput, bQ as DeploymentDomainAddOutput, bR as DeploymentDomainAllowedListInput, bS as DeploymentDomainAllowedListOutput, bT as DeploymentDomainGetInput, bU as DeploymentDomainGetOutput, bV as DeploymentDomainListByServiceInput, bW as DeploymentDomainListByServiceOutput, bX as DeploymentDomainListInput, bY as DeploymentDomainListOutput, bZ as DeploymentDomainRedirectWwwInput, b_ as DeploymentDomainRedirectWwwOutput, b$ as DeploymentDomainRemoveInput, c0 as DeploymentDomainRemoveOutput, c1 as DeploymentDomainRoutesAddInput, c2 as DeploymentDomainRoutesAddOutput, c3 as DeploymentDomainRoutesListInput, c4 as DeploymentDomainRoutesListOutput, c5 as DeploymentDomainRoutesRemoveInput, c6 as DeploymentDomainRoutesRemoveOutput, c7 as DeploymentDomainRoutesUpdateInput, c8 as DeploymentDomainRoutesUpdateOutput, c9 as DeploymentDomainVerifyInput, ca as DeploymentDomainVerifyOutput, cb as DeploymentEnvironmentCreateInput, cc as DeploymentEnvironmentCreateOutput, cd as DeploymentEnvironmentDeleteInput, ce as DeploymentEnvironmentDeleteOutput, cf as DeploymentEnvironmentForkInput, cg as DeploymentEnvironmentForkOutput, ch as DeploymentEnvironmentGetInput, ci as DeploymentEnvironmentGetOutput, cj as DeploymentEnvironmentListInput, ck as DeploymentEnvironmentListOutput, cl as DeploymentEnvironmentReconcileInput, cm as DeploymentEnvironmentReconcileOutput, cn as DeploymentEnvironmentUpdateInput, co as DeploymentEnvironmentUpdateOutput, cp as DeploymentEventsListByEnvironmentInput, cq as DeploymentEventsListByEnvironmentOutput, cr as DeploymentEventsListByServiceInput, cs as DeploymentEventsListByServiceOutput, ct as DeploymentManagedServiceBackupListInput, cu as DeploymentManagedServiceBackupListOutput, cv as DeploymentManagedServiceBackupInput, cw as DeploymentManagedServiceBackupOutput, cx as DeploymentManagedServiceConnectInfoInput, cy as DeploymentManagedServiceConnectInfoOutput, cz as DeploymentManagedServiceDeleteInput, cA as DeploymentManagedServiceDeleteOutput, cB as DeploymentManagedServiceGetInput, cC as DeploymentManagedServiceGetOutput, cD as DeploymentManagedServiceListInput, cE as DeploymentManagedServiceListOutput, cF as DeploymentManagedServiceLogsInput, cG as DeploymentManagedServiceLogsOutput, cH as DeploymentManagedServiceProvisionInput, cI as DeploymentManagedServiceProvisionOutput, cJ as DeploymentManagedServiceReconcileInput, cK as DeploymentManagedServiceReconcileOutput, cL as DeploymentManagedServiceResizeInput, cM as DeploymentManagedServiceResizeOutput, cN as DeploymentManagedServiceRestoreInput, cO as DeploymentManagedServiceRestoreOutput, cP as DeploymentManagedServiceStartInput, cQ as DeploymentManagedServiceStartOutput, cR as DeploymentManagedServiceStopInput, cS as DeploymentManagedServiceStopOutput, cT as DeploymentManagedServiceTypesInput, cU as DeploymentManagedServiceTypesOutput, cV as DeploymentMetricsGetInput, cW as DeploymentMetricsGetOutput, cX as DeploymentPreviewEnvironmentCreateInput, cY as DeploymentPreviewEnvironmentCreateOutput, cZ as DeploymentPreviewEnvironmentDeleteInput, c_ as DeploymentPreviewEnvironmentDeleteOutput, c$ as DeploymentPreviewEnvironmentListInput, d0 as DeploymentPreviewEnvironmentListOutput, d1 as DeploymentPreviewPolicyGetInput, d2 as DeploymentPreviewPolicyGetOutput, d3 as DeploymentPreviewPolicySetInput, d4 as DeploymentPreviewPolicySetOutput, d5 as DeploymentServiceCreateInput, d6 as DeploymentServiceCreateOutput, d7 as DeploymentServiceDeleteInput, d8 as DeploymentServiceDeleteOutput, d9 as DeploymentServiceExecInput, da as DeploymentServiceExecOutput, db as DeploymentServiceGetInput, dc as DeploymentServiceGetOutput, dd as DeploymentServiceListInput, de as DeploymentServiceListOutput, df as DeploymentServiceLogsInput, dg as DeploymentServiceLogsOutput, dh as DeploymentServiceRedeployInput, di as DeploymentServiceRedeployOutput, dj as DeploymentServiceRestartInput, dk as DeploymentServiceRestartOutput, dl as DeploymentServiceRollbackInput, dm as DeploymentServiceRollbackOutput, dn as DeploymentServiceScaleInput, dp as DeploymentServiceScaleOutput, dq as DeploymentServiceUpdateInput, dr as DeploymentServiceUpdateOutput, ds as DeploymentSshCommandInput, dt as DeploymentSshCommandOutput, du as DeploymentSshKeyDeleteInput, dv as DeploymentSshKeyDeleteOutput, dw as DeploymentSshKeyListInput, dx as DeploymentSshKeyListOutput, dy as DeploymentSshKeyRegisterInput, dz as DeploymentSshKeyRegisterOutput, dA as DeploymentVariableListEnvInput, dB as DeploymentVariableListEnvOutput, dC as DeploymentVariableListProductInput, dD as DeploymentVariableListProductOutput, dE as DeploymentVariableListInput, dF as DeploymentVariableListOutput, dG as DeploymentVariableSetEnvInput, dH as DeploymentVariableSetEnvOutput, dI as DeploymentVariableSetInput, dJ as DeploymentVariableSetOutput, dK as DeploymentVariableSetProductInput, dL as DeploymentVariableSetProductOutput, dM as DeploymentVariableUnsetEnvInput, dN as DeploymentVariableUnsetEnvOutput, dO as DeploymentVariableUnsetInput, dP as DeploymentVariableUnsetOutput, dQ as DeploymentVariableUnsetProductInput, dR as DeploymentVariableUnsetProductOutput, dS as DeploymentVcsBranchListInput, dT as DeploymentVcsBranchListOutput, dU as DeploymentVcsConnectionListInput, dV as DeploymentVcsConnectionListOutput, dW as DeploymentVcsRepoListInput, dX as DeploymentVcsRepoListOutput, dY as DeploymentVolumeCreateInput, dZ as DeploymentVolumeCreateOutput, d_ as DeploymentVolumeDeleteInput, d$ as DeploymentVolumeDeleteOutput, e0 as DeploymentVolumeDetachInput, e1 as DeploymentVolumeDetachOutput, e2 as DeploymentVolumeGetInput, e3 as DeploymentVolumeGetOutput, e4 as DeploymentVolumeListInput, e5 as DeploymentVolumeListOutput, e6 as DeploymentVolumeResizeInput, e7 as DeploymentVolumeResizeOutput } from '../client.gen-C2BnhKLx.cjs';
2
2
 
3
3
  declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
@@ -1,4 +1,4 @@
1
- import { G as GeneratedClient, D as DeploymentAlertCreateInput, a as DeploymentAlertCreateOutput, b as DeploymentAlertDeleteInput, c as DeploymentAlertDeleteOutput, d as DeploymentAlertEventsListInput, e as DeploymentAlertEventsListOutput, f as DeploymentAlertListInput, g as DeploymentAlertListOutput, h as DeploymentAlertUpdateInput, i as DeploymentAlertUpdateOutput, j as DeploymentAnalyticsQueryInput, k as DeploymentAnalyticsQueryOutput, l as DeploymentAuditListInput, m as DeploymentAuditListOutput, n as DeploymentBuildGetInput, o as DeploymentBuildGetOutput, p as DeploymentBuildListInput, q as DeploymentBuildListOutput, r as DeploymentBuildLogsInput, s as DeploymentBuildLogsOutput, t as DeploymentCanvasGetInput, u as DeploymentCanvasGetOutput, v as DeploymentCanvasMoveNodeInput, w as DeploymentCanvasMoveNodeOutput, x as DeploymentCloudSqlBackfillLogFlagsInput, y as DeploymentCloudSqlBackfillLogFlagsOutput, z as DeploymentCloudSqlDatabaseAttachInput, A as DeploymentCloudSqlDatabaseAttachOutput, B as DeploymentCloudSqlDatabaseCreateInput, C as DeploymentCloudSqlDatabaseCreateOutput, E as DeploymentCloudSqlDatabaseDeleteInput, F as DeploymentCloudSqlDatabaseDeleteOutput, H as DeploymentCloudSqlDatabaseDetachInput, I as DeploymentCloudSqlDatabaseDetachOutput, J as DeploymentCloudSqlDatabaseGetInput, K as DeploymentCloudSqlDatabaseGetOutput, L as DeploymentCloudSqlDatabaseListInput, M as DeploymentCloudSqlDatabaseListOutput, N as DeploymentCloudSqlInstanceBackupListInput, O as DeploymentCloudSqlInstanceBackupListOutput, P as DeploymentCloudSqlInstanceBackupInput, Q as DeploymentCloudSqlInstanceBackupOutput, R as DeploymentCloudSqlInstanceCreateInput, S as DeploymentCloudSqlInstanceCreateOutput, T as DeploymentCloudSqlInstanceDeleteInput, U as DeploymentCloudSqlInstanceDeleteOutput, V as DeploymentCloudSqlInstanceGetInput, W as DeploymentCloudSqlInstanceGetOutput, X as DeploymentCloudSqlInstanceListInput, Y as DeploymentCloudSqlInstanceListOutput, Z as DeploymentCloudSqlInstanceResizeInput, _ as DeploymentCloudSqlInstanceResizeOutput, $ as DeploymentCloudSqlInstanceRestoreInput, a0 as DeploymentCloudSqlInstanceRestoreOutput, a1 as DeploymentCloudSqlLogsInput, a2 as DeploymentCloudSqlLogsOutput, a3 as DeploymentDeploymentCancelInput, a4 as DeploymentDeploymentCancelOutput, a5 as DeploymentDeploymentGetInput, a6 as DeploymentDeploymentGetOutput, a7 as DeploymentDeploymentListInput, a8 as DeploymentDeploymentListOutput, a9 as DeploymentDomainAddInput, aa as DeploymentDomainAddOutput, ab as DeploymentDomainAllowedListInput, ac as DeploymentDomainAllowedListOutput, ad as DeploymentDomainGetInput, ae as DeploymentDomainGetOutput, af as DeploymentDomainListByServiceInput, ag as DeploymentDomainListByServiceOutput, ah as DeploymentDomainListInput, ai as DeploymentDomainListOutput, aj as DeploymentDomainRedirectWwwInput, ak as DeploymentDomainRedirectWwwOutput, al as DeploymentDomainRemoveInput, am as DeploymentDomainRemoveOutput, an as DeploymentDomainRoutesAddInput, ao as DeploymentDomainRoutesAddOutput, ap as DeploymentDomainRoutesListInput, aq as DeploymentDomainRoutesListOutput, ar as DeploymentDomainRoutesRemoveInput, as as DeploymentDomainRoutesRemoveOutput, at as DeploymentDomainRoutesUpdateInput, au as DeploymentDomainRoutesUpdateOutput, av as DeploymentDomainVerifyInput, aw as DeploymentDomainVerifyOutput, ax as DeploymentEnvironmentCreateInput, ay as DeploymentEnvironmentCreateOutput, az as DeploymentEnvironmentDeleteInput, aA as DeploymentEnvironmentDeleteOutput, aB as DeploymentEnvironmentForkInput, aC as DeploymentEnvironmentForkOutput, aD as DeploymentEnvironmentGetInput, aE as DeploymentEnvironmentGetOutput, aF as DeploymentEnvironmentListInput, aG as DeploymentEnvironmentListOutput, aH as DeploymentEnvironmentReconcileInput, aI as DeploymentEnvironmentReconcileOutput, aJ as DeploymentEnvironmentUpdateInput, aK as DeploymentEnvironmentUpdateOutput, aL as DeploymentEventsListByEnvironmentInput, aM as DeploymentEventsListByEnvironmentOutput, aN as DeploymentEventsListByServiceInput, aO as DeploymentEventsListByServiceOutput, aP as DeploymentManagedServiceBackupListInput, aQ as DeploymentManagedServiceBackupListOutput, aR as DeploymentManagedServiceBackupInput, aS as DeploymentManagedServiceBackupOutput, aT as DeploymentManagedServiceConnectInfoInput, aU as DeploymentManagedServiceConnectInfoOutput, aV as DeploymentManagedServiceDeleteInput, aW as DeploymentManagedServiceDeleteOutput, aX as DeploymentManagedServiceGetInput, aY as DeploymentManagedServiceGetOutput, aZ as DeploymentManagedServiceListInput, a_ as DeploymentManagedServiceListOutput, a$ as DeploymentManagedServiceLogsInput, b0 as DeploymentManagedServiceLogsOutput, b1 as DeploymentManagedServiceProvisionInput, b2 as DeploymentManagedServiceProvisionOutput, b3 as DeploymentManagedServiceReconcileInput, b4 as DeploymentManagedServiceReconcileOutput, b5 as DeploymentManagedServiceResizeInput, b6 as DeploymentManagedServiceResizeOutput, b7 as DeploymentManagedServiceRestoreInput, b8 as DeploymentManagedServiceRestoreOutput, b9 as DeploymentManagedServiceStartInput, ba as DeploymentManagedServiceStartOutput, bb as DeploymentManagedServiceStopInput, bc as DeploymentManagedServiceStopOutput, bd as DeploymentManagedServiceTypesInput, be as DeploymentManagedServiceTypesOutput, bf as DeploymentMetricsGetInput, bg as DeploymentMetricsGetOutput, bh as DeploymentPreviewEnvironmentCreateInput, bi as DeploymentPreviewEnvironmentCreateOutput, bj as DeploymentPreviewEnvironmentDeleteInput, bk as DeploymentPreviewEnvironmentDeleteOutput, bl as DeploymentPreviewEnvironmentListInput, bm as DeploymentPreviewEnvironmentListOutput, bn as DeploymentPreviewPolicyGetInput, bo as DeploymentPreviewPolicyGetOutput, bp as DeploymentPreviewPolicySetInput, bq as DeploymentPreviewPolicySetOutput, br as DeploymentServiceCreateInput, bs as DeploymentServiceCreateOutput, bt as DeploymentServiceDeleteInput, bu as DeploymentServiceDeleteOutput, bv as DeploymentServiceExecInput, bw as DeploymentServiceExecOutput, bx as DeploymentServiceGetInput, by as DeploymentServiceGetOutput, bz as DeploymentServiceListInput, bA as DeploymentServiceListOutput, bB as DeploymentServiceLogsInput, bC as DeploymentServiceLogsOutput, bD as DeploymentServiceRedeployInput, bE as DeploymentServiceRedeployOutput, bF as DeploymentServiceRestartInput, bG as DeploymentServiceRestartOutput, bH as DeploymentServiceRollbackInput, bI as DeploymentServiceRollbackOutput, bJ as DeploymentServiceScaleInput, bK as DeploymentServiceScaleOutput, bL as DeploymentServiceUpdateInput, bM as DeploymentServiceUpdateOutput, bN as DeploymentSshCommandInput, bO as DeploymentSshCommandOutput, bP as DeploymentSshKeyDeleteInput, bQ as DeploymentSshKeyDeleteOutput, bR as DeploymentSshKeyListInput, bS as DeploymentSshKeyListOutput, bT as DeploymentSshKeyRegisterInput, bU as DeploymentSshKeyRegisterOutput, bV as DeploymentVariableListEnvInput, bW as DeploymentVariableListEnvOutput, bX as DeploymentVariableListProductInput, bY as DeploymentVariableListProductOutput, bZ as DeploymentVariableListInput, b_ as DeploymentVariableListOutput, b$ as DeploymentVariableSetEnvInput, c0 as DeploymentVariableSetEnvOutput, c1 as DeploymentVariableSetInput, c2 as DeploymentVariableSetOutput, c3 as DeploymentVariableSetProductInput, c4 as DeploymentVariableSetProductOutput, c5 as DeploymentVariableUnsetEnvInput, c6 as DeploymentVariableUnsetEnvOutput, c7 as DeploymentVariableUnsetInput, c8 as DeploymentVariableUnsetOutput, c9 as DeploymentVariableUnsetProductInput, ca as DeploymentVariableUnsetProductOutput, cb as DeploymentVcsBranchListInput, cc as DeploymentVcsBranchListOutput, cd as DeploymentVcsConnectionListInput, ce as DeploymentVcsConnectionListOutput, cf as DeploymentVcsRepoListInput, cg as DeploymentVcsRepoListOutput, ch as DeploymentVolumeCreateInput, ci as DeploymentVolumeCreateOutput, cj as DeploymentVolumeDeleteInput, ck as DeploymentVolumeDeleteOutput, cl as DeploymentVolumeDetachInput, cm as DeploymentVolumeDetachOutput, cn as DeploymentVolumeGetInput, co as DeploymentVolumeGetOutput, cp as DeploymentVolumeListInput, cq as DeploymentVolumeListOutput, cr as DeploymentVolumeResizeInput, cs as DeploymentVolumeResizeOutput } from '../client.gen-DHH3h3Ub.js';
1
+ import { G as GeneratedClient, aR as DeploymentAlertCreateInput, aS as DeploymentAlertCreateOutput, aT as DeploymentAlertDeleteInput, aU as DeploymentAlertDeleteOutput, aV as DeploymentAlertEventsListInput, aW as DeploymentAlertEventsListOutput, aX as DeploymentAlertListInput, aY as DeploymentAlertListOutput, aZ as DeploymentAlertUpdateInput, a_ as DeploymentAlertUpdateOutput, a$ as DeploymentAnalyticsQueryInput, b0 as DeploymentAnalyticsQueryOutput, b1 as DeploymentAuditListInput, b2 as DeploymentAuditListOutput, b3 as DeploymentBuildGetInput, b4 as DeploymentBuildGetOutput, b5 as DeploymentBuildListInput, b6 as DeploymentBuildListOutput, b7 as DeploymentBuildLogsInput, b8 as DeploymentBuildLogsOutput, b9 as DeploymentCanvasGetInput, ba as DeploymentCanvasGetOutput, bb as DeploymentCanvasMoveNodeInput, bc as DeploymentCanvasMoveNodeOutput, bd as DeploymentCloudSqlBackfillLogFlagsInput, be as DeploymentCloudSqlBackfillLogFlagsOutput, bf as DeploymentCloudSqlDatabaseAttachInput, bg as DeploymentCloudSqlDatabaseAttachOutput, bh as DeploymentCloudSqlDatabaseCreateInput, bi as DeploymentCloudSqlDatabaseCreateOutput, bj as DeploymentCloudSqlDatabaseDeleteInput, bk as DeploymentCloudSqlDatabaseDeleteOutput, bl as DeploymentCloudSqlDatabaseDetachInput, bm as DeploymentCloudSqlDatabaseDetachOutput, bn as DeploymentCloudSqlDatabaseGetInput, bo as DeploymentCloudSqlDatabaseGetOutput, bp as DeploymentCloudSqlDatabaseListInput, bq as DeploymentCloudSqlDatabaseListOutput, br as DeploymentCloudSqlInstanceBackupListInput, bs as DeploymentCloudSqlInstanceBackupListOutput, bt as DeploymentCloudSqlInstanceBackupInput, bu as DeploymentCloudSqlInstanceBackupOutput, bv as DeploymentCloudSqlInstanceCreateInput, bw as DeploymentCloudSqlInstanceCreateOutput, bx as DeploymentCloudSqlInstanceDeleteInput, by as DeploymentCloudSqlInstanceDeleteOutput, bz as DeploymentCloudSqlInstanceGetInput, bA as DeploymentCloudSqlInstanceGetOutput, bB as DeploymentCloudSqlInstanceListInput, bC as DeploymentCloudSqlInstanceListOutput, bD as DeploymentCloudSqlInstanceResizeInput, bE as DeploymentCloudSqlInstanceResizeOutput, bF as DeploymentCloudSqlInstanceRestoreInput, bG as DeploymentCloudSqlInstanceRestoreOutput, bH as DeploymentCloudSqlLogsInput, bI as DeploymentCloudSqlLogsOutput, bJ as DeploymentDeploymentCancelInput, bK as DeploymentDeploymentCancelOutput, bL as DeploymentDeploymentGetInput, bM as DeploymentDeploymentGetOutput, bN as DeploymentDeploymentListInput, bO as DeploymentDeploymentListOutput, bP as DeploymentDomainAddInput, bQ as DeploymentDomainAddOutput, bR as DeploymentDomainAllowedListInput, bS as DeploymentDomainAllowedListOutput, bT as DeploymentDomainGetInput, bU as DeploymentDomainGetOutput, bV as DeploymentDomainListByServiceInput, bW as DeploymentDomainListByServiceOutput, bX as DeploymentDomainListInput, bY as DeploymentDomainListOutput, bZ as DeploymentDomainRedirectWwwInput, b_ as DeploymentDomainRedirectWwwOutput, b$ as DeploymentDomainRemoveInput, c0 as DeploymentDomainRemoveOutput, c1 as DeploymentDomainRoutesAddInput, c2 as DeploymentDomainRoutesAddOutput, c3 as DeploymentDomainRoutesListInput, c4 as DeploymentDomainRoutesListOutput, c5 as DeploymentDomainRoutesRemoveInput, c6 as DeploymentDomainRoutesRemoveOutput, c7 as DeploymentDomainRoutesUpdateInput, c8 as DeploymentDomainRoutesUpdateOutput, c9 as DeploymentDomainVerifyInput, ca as DeploymentDomainVerifyOutput, cb as DeploymentEnvironmentCreateInput, cc as DeploymentEnvironmentCreateOutput, cd as DeploymentEnvironmentDeleteInput, ce as DeploymentEnvironmentDeleteOutput, cf as DeploymentEnvironmentForkInput, cg as DeploymentEnvironmentForkOutput, ch as DeploymentEnvironmentGetInput, ci as DeploymentEnvironmentGetOutput, cj as DeploymentEnvironmentListInput, ck as DeploymentEnvironmentListOutput, cl as DeploymentEnvironmentReconcileInput, cm as DeploymentEnvironmentReconcileOutput, cn as DeploymentEnvironmentUpdateInput, co as DeploymentEnvironmentUpdateOutput, cp as DeploymentEventsListByEnvironmentInput, cq as DeploymentEventsListByEnvironmentOutput, cr as DeploymentEventsListByServiceInput, cs as DeploymentEventsListByServiceOutput, ct as DeploymentManagedServiceBackupListInput, cu as DeploymentManagedServiceBackupListOutput, cv as DeploymentManagedServiceBackupInput, cw as DeploymentManagedServiceBackupOutput, cx as DeploymentManagedServiceConnectInfoInput, cy as DeploymentManagedServiceConnectInfoOutput, cz as DeploymentManagedServiceDeleteInput, cA as DeploymentManagedServiceDeleteOutput, cB as DeploymentManagedServiceGetInput, cC as DeploymentManagedServiceGetOutput, cD as DeploymentManagedServiceListInput, cE as DeploymentManagedServiceListOutput, cF as DeploymentManagedServiceLogsInput, cG as DeploymentManagedServiceLogsOutput, cH as DeploymentManagedServiceProvisionInput, cI as DeploymentManagedServiceProvisionOutput, cJ as DeploymentManagedServiceReconcileInput, cK as DeploymentManagedServiceReconcileOutput, cL as DeploymentManagedServiceResizeInput, cM as DeploymentManagedServiceResizeOutput, cN as DeploymentManagedServiceRestoreInput, cO as DeploymentManagedServiceRestoreOutput, cP as DeploymentManagedServiceStartInput, cQ as DeploymentManagedServiceStartOutput, cR as DeploymentManagedServiceStopInput, cS as DeploymentManagedServiceStopOutput, cT as DeploymentManagedServiceTypesInput, cU as DeploymentManagedServiceTypesOutput, cV as DeploymentMetricsGetInput, cW as DeploymentMetricsGetOutput, cX as DeploymentPreviewEnvironmentCreateInput, cY as DeploymentPreviewEnvironmentCreateOutput, cZ as DeploymentPreviewEnvironmentDeleteInput, c_ as DeploymentPreviewEnvironmentDeleteOutput, c$ as DeploymentPreviewEnvironmentListInput, d0 as DeploymentPreviewEnvironmentListOutput, d1 as DeploymentPreviewPolicyGetInput, d2 as DeploymentPreviewPolicyGetOutput, d3 as DeploymentPreviewPolicySetInput, d4 as DeploymentPreviewPolicySetOutput, d5 as DeploymentServiceCreateInput, d6 as DeploymentServiceCreateOutput, d7 as DeploymentServiceDeleteInput, d8 as DeploymentServiceDeleteOutput, d9 as DeploymentServiceExecInput, da as DeploymentServiceExecOutput, db as DeploymentServiceGetInput, dc as DeploymentServiceGetOutput, dd as DeploymentServiceListInput, de as DeploymentServiceListOutput, df as DeploymentServiceLogsInput, dg as DeploymentServiceLogsOutput, dh as DeploymentServiceRedeployInput, di as DeploymentServiceRedeployOutput, dj as DeploymentServiceRestartInput, dk as DeploymentServiceRestartOutput, dl as DeploymentServiceRollbackInput, dm as DeploymentServiceRollbackOutput, dn as DeploymentServiceScaleInput, dp as DeploymentServiceScaleOutput, dq as DeploymentServiceUpdateInput, dr as DeploymentServiceUpdateOutput, ds as DeploymentSshCommandInput, dt as DeploymentSshCommandOutput, du as DeploymentSshKeyDeleteInput, dv as DeploymentSshKeyDeleteOutput, dw as DeploymentSshKeyListInput, dx as DeploymentSshKeyListOutput, dy as DeploymentSshKeyRegisterInput, dz as DeploymentSshKeyRegisterOutput, dA as DeploymentVariableListEnvInput, dB as DeploymentVariableListEnvOutput, dC as DeploymentVariableListProductInput, dD as DeploymentVariableListProductOutput, dE as DeploymentVariableListInput, dF as DeploymentVariableListOutput, dG as DeploymentVariableSetEnvInput, dH as DeploymentVariableSetEnvOutput, dI as DeploymentVariableSetInput, dJ as DeploymentVariableSetOutput, dK as DeploymentVariableSetProductInput, dL as DeploymentVariableSetProductOutput, dM as DeploymentVariableUnsetEnvInput, dN as DeploymentVariableUnsetEnvOutput, dO as DeploymentVariableUnsetInput, dP as DeploymentVariableUnsetOutput, dQ as DeploymentVariableUnsetProductInput, dR as DeploymentVariableUnsetProductOutput, dS as DeploymentVcsBranchListInput, dT as DeploymentVcsBranchListOutput, dU as DeploymentVcsConnectionListInput, dV as DeploymentVcsConnectionListOutput, dW as DeploymentVcsRepoListInput, dX as DeploymentVcsRepoListOutput, dY as DeploymentVolumeCreateInput, dZ as DeploymentVolumeCreateOutput, d_ as DeploymentVolumeDeleteInput, d$ as DeploymentVolumeDeleteOutput, e0 as DeploymentVolumeDetachInput, e1 as DeploymentVolumeDetachOutput, e2 as DeploymentVolumeGetInput, e3 as DeploymentVolumeGetOutput, e4 as DeploymentVolumeListInput, e5 as DeploymentVolumeListOutput, e6 as DeploymentVolumeResizeInput, e7 as DeploymentVolumeResizeOutput } from '../client.gen-C2BnhKLx.js';
2
2
 
3
3
  declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];