@lessly/sdk-app 2.0.0 → 4.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.
- package/dist/brain/index.cjs +196 -0
- package/dist/brain/index.cjs.map +1 -0
- package/dist/brain/index.d.cts +156 -0
- package/dist/brain/index.d.ts +156 -0
- package/dist/brain/index.js +157 -0
- package/dist/brain/index.js.map +1 -0
- package/dist/client.gen-X92iZNqA.d.cts +14786 -0
- package/dist/client.gen-X92iZNqA.d.ts +14786 -0
- package/dist/consent/index.cjs +81 -0
- package/dist/consent/index.cjs.map +1 -0
- package/dist/consent/index.d.cts +64 -0
- package/dist/consent/index.d.ts +64 -0
- package/dist/consent/index.js +65 -0
- package/dist/consent/index.js.map +1 -0
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +3710 -1192
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3710 -1192
- package/dist/index.js.map +1 -1
- package/dist/mail/index.cjs +261 -0
- package/dist/mail/index.cjs.map +1 -0
- package/dist/mail/index.d.cts +209 -0
- package/dist/mail/index.d.ts +209 -0
- package/dist/mail/index.js +209 -0
- package/dist/mail/index.js.map +1 -0
- package/dist/organization/index.cjs +20 -0
- package/dist/organization/index.cjs.map +1 -1
- package/dist/organization/index.d.cts +18 -2
- package/dist/organization/index.d.ts +18 -2
- package/dist/organization/index.js +17 -1
- package/dist/organization/index.js.map +1 -1
- package/dist/playground/index.d.cts +1 -1
- package/dist/playground/index.d.ts +1 -1
- package/dist/tracking/index.cjs +201 -0
- package/dist/tracking/index.cjs.map +1 -0
- package/dist/tracking/index.d.cts +160 -0
- package/dist/tracking/index.d.ts +160 -0
- package/dist/tracking/index.js +161 -0
- package/dist/tracking/index.js.map +1 -0
- package/dist/waitlist/index.cjs +41 -0
- package/dist/waitlist/index.cjs.map +1 -0
- package/dist/waitlist/index.d.cts +32 -0
- package/dist/waitlist/index.d.ts +32 -0
- package/dist/waitlist/index.js +33 -0
- package/dist/waitlist/index.js.map +1 -0
- package/docs/recipes/sdk-usage.md +7 -0
- package/package.json +27 -2
- package/src/gen/bindings.gen.ts +3826 -1330
- package/src/gen/brain/index.ts +3 -0
- package/src/gen/brain/queryOptions.gen.ts +257 -0
- package/src/gen/client.gen.ts +612 -0
- package/src/gen/consent/index.ts +3 -0
- package/src/gen/consent/queryOptions.gen.ts +102 -0
- package/src/gen/mail/index.ts +3 -0
- package/src/gen/mail/queryOptions.gen.ts +331 -0
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/organization/index.ts +1 -1
- package/src/gen/organization/queryOptions.gen.ts +26 -0
- package/src/gen/tracking/index.ts +3 -0
- package/src/gen/tracking/queryOptions.gen.ts +261 -0
- package/src/gen/types.gen.ts +13594 -2540
- package/src/gen/waitlist/index.ts +3 -0
- package/src/gen/waitlist/queryOptions.gen.ts +50 -0
- package/dist/client.gen-DHH3h3Ub.d.cts +0 -3313
- 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-X92iZNqA.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-X92iZNqA.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,
|
|
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-X92iZNqA.cjs';
|
|
2
2
|
|
|
3
3
|
declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, 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-X92iZNqA.js';
|
|
2
2
|
|
|
3
3
|
declare const deploymentAlertCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|