@lessly/sdk-app 52.0.0 → 52.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/_types/gen/analytics/index.d.ts +2 -0
  2. package/dist/_types/gen/analytics/queryOptions.gen.d.ts +46 -0
  3. package/dist/_types/gen/bindings.gen.d.ts +3 -0
  4. package/dist/_types/gen/brain/index.d.ts +2 -0
  5. package/dist/_types/gen/brain/queryOptions.gen.d.ts +162 -0
  6. package/dist/_types/gen/client.gen.d.ts +983 -0
  7. package/dist/_types/gen/consent/index.d.ts +2 -0
  8. package/dist/_types/gen/consent/queryOptions.gen.d.ts +62 -0
  9. package/dist/_types/gen/content/index.d.ts +2 -0
  10. package/dist/_types/gen/content/queryOptions.gen.d.ts +126 -0
  11. package/dist/_types/gen/deployment/index.d.ts +2 -0
  12. package/dist/_types/gen/deployment/queryOptions.gen.d.ts +438 -0
  13. package/dist/_types/gen/mail/index.d.ts +2 -0
  14. package/dist/_types/gen/mail/queryOptions.gen.d.ts +206 -0
  15. package/dist/_types/gen/manifest.gen.d.ts +1 -0
  16. package/dist/_types/gen/observe/index.d.ts +2 -0
  17. package/dist/_types/gen/observe/queryOptions.gen.d.ts +142 -0
  18. package/dist/_types/gen/organization/index.d.ts +2 -0
  19. package/dist/_types/gen/organization/queryOptions.gen.d.ts +286 -0
  20. package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
  21. package/dist/_types/gen/playground/index.d.ts +3 -0
  22. package/dist/_types/gen/playground/queryOptions.gen.d.ts +50 -0
  23. package/dist/_types/gen/realtime/index.d.ts +2 -0
  24. package/dist/_types/gen/realtime/queryOptions.gen.d.ts +114 -0
  25. package/dist/_types/gen/support/index.d.ts +2 -0
  26. package/dist/_types/gen/support/queryOptions.gen.d.ts +178 -0
  27. package/dist/_types/gen/tracking/index.d.ts +2 -0
  28. package/dist/_types/gen/tracking/queryOptions.gen.d.ts +146 -0
  29. package/dist/_types/gen/types.gen.d.ts +97920 -0
  30. package/dist/_types/gen/users/index.d.ts +2 -0
  31. package/dist/_types/gen/users/queryOptions.gen.d.ts +178 -0
  32. package/dist/_types/gen/waitlist/index.d.ts +2 -0
  33. package/dist/_types/gen/waitlist/queryOptions.gen.d.ts +30 -0
  34. package/dist/_types/index.d.ts +7 -0
  35. package/dist/_types/package.json +1 -0
  36. package/dist/_types/runtime/connectStream.d.ts +15 -0
  37. package/dist/_types/runtime/createLesslyApp.d.ts +6 -0
  38. package/dist/_types/runtime/csrf.d.ts +1 -0
  39. package/dist/_types/runtime/errors.d.ts +7 -0
  40. package/dist/_types/runtime/name.d.ts +26 -0
  41. package/dist/_types/runtime/request.d.ts +9 -0
  42. package/dist/{types-gTIUAUsP.d.cts → _types/runtime/types.d.ts} +18 -20
  43. package/dist/analytics/index.cjs +50 -0
  44. package/dist/analytics/index.cjs.map +1 -1
  45. package/dist/analytics/index.d.cts +1 -8
  46. package/dist/analytics/index.d.ts +1 -8
  47. package/dist/analytics/index.js +41 -1
  48. package/dist/analytics/index.js.map +1 -1
  49. package/dist/brain/index.d.cts +1 -164
  50. package/dist/brain/index.d.ts +1 -164
  51. package/dist/{chunk-5IRH5DIK.js → chunk-4XZXPEXP.js} +264 -2
  52. package/dist/chunk-4XZXPEXP.js.map +1 -0
  53. package/dist/consent/index.d.cts +1 -64
  54. package/dist/consent/index.d.ts +1 -64
  55. package/dist/content/index.d.cts +1 -128
  56. package/dist/content/index.d.ts +1 -128
  57. package/dist/deployment/index.d.cts +1 -440
  58. package/dist/deployment/index.d.ts +1 -440
  59. package/dist/index.cjs +262 -0
  60. package/dist/index.cjs.map +1 -1
  61. package/dist/index.d.cts +1 -32
  62. package/dist/index.d.ts +1 -32
  63. package/dist/index.js +1 -1
  64. package/dist/mail/index.d.cts +1 -209
  65. package/dist/mail/index.d.ts +1 -209
  66. package/dist/observe/index.d.cts +1 -144
  67. package/dist/observe/index.d.ts +1 -144
  68. package/dist/organization/index.d.cts +1 -288
  69. package/dist/organization/index.d.ts +1 -288
  70. package/dist/playground/index.cjs.map +1 -1
  71. package/dist/playground/index.d.cts +1 -55
  72. package/dist/playground/index.d.ts +1 -55
  73. package/dist/playground/index.js +1 -1
  74. package/dist/realtime/index.d.cts +1 -116
  75. package/dist/realtime/index.d.ts +1 -116
  76. package/dist/support/index.d.cts +1 -180
  77. package/dist/support/index.d.ts +1 -180
  78. package/dist/tracking/index.d.cts +1 -148
  79. package/dist/tracking/index.d.ts +1 -148
  80. package/dist/users/index.d.cts +1 -180
  81. package/dist/users/index.d.ts +1 -180
  82. package/dist/waitlist/index.d.cts +1 -32
  83. package/dist/waitlist/index.d.ts +1 -32
  84. package/package.json +123 -48
  85. package/src/gen/analytics/index.ts +1 -1
  86. package/src/gen/analytics/queryOptions.gen.ts +67 -0
  87. package/src/gen/bindings.gen.ts +262 -0
  88. package/src/gen/client.gen.ts +40 -0
  89. package/src/gen/types.gen.ts +47078 -0
  90. package/dist/chunk-5IRH5DIK.js.map +0 -1
  91. package/dist/client.gen-DlSflqUn.d.cts +0 -46965
  92. package/dist/client.gen-DlSflqUn.d.ts +0 -46965
  93. package/dist/types-gTIUAUsP.d.ts +0 -82
@@ -1,180 +1 @@
1
- import { G as GeneratedClient, o1 as UsersApikeysCreateInput, o2 as UsersApikeysCreateOutput, o3 as UsersApikeysListInput, o4 as UsersApikeysListOutput, o5 as UsersApikeysRevokeInput, o6 as UsersApikeysRevokeOutput, o7 as UsersAuditListInput, o8 as UsersAuditListOutput, o9 as UsersConfigGetInput, oa as UsersConfigGetOutput, ob as UsersConfigUpsertInput, oc as UsersConfigUpsertOutput, od as UsersFactorsListInput, oe as UsersFactorsListOutput, of as UsersFactorsResetInput, og as UsersFactorsResetOutput, oh as UsersKeysListInput, oi as UsersKeysListOutput, oj as UsersKeysRevokeInput, ok as UsersKeysRevokeOutput, ol as UsersKeysRotateInput, om as UsersKeysRotateOutput, on as UsersOpsRetentionGetInput, oo as UsersOpsRetentionGetOutput, op as UsersOpsSloGetInput, oq as UsersOpsSloGetOutput, or as UsersPasskeysListInput, os as UsersPasskeysListOutput, ot as UsersPasskeysRevokeInput, ou as UsersPasskeysRevokeOutput, ov as UsersSessionsGetInput, ow as UsersSessionsGetOutput, ox as UsersSessionsImpersonateInput, oy as UsersSessionsImpersonateOutput, oz as UsersSessionsListInput, oA as UsersSessionsListOutput, oB as UsersSessionsRevokeInput, oC as UsersSessionsRevokeOutput, oD as UsersStatsGetInput, oE as UsersStatsGetOutput, oF as UsersUsersBanInput, oG as UsersUsersBanOutput, oH as UsersUsersCreateInput, oI as UsersUsersCreateOutput, oJ as UsersUsersDeleteInput, oK as UsersUsersDeleteOutput, oL as UsersUsersEraseInput, oM as UsersUsersEraseOutput, oN as UsersUsersExportInput, oO as UsersUsersExportOutput, oP as UsersUsersGetInput, oQ as UsersUsersGetOutput, oR as UsersUsersImportInput, oS as UsersUsersImportOutput, oT as UsersUsersInviteInput, oU as UsersUsersInviteOutput, oV as UsersUsersListInput, oW as UsersUsersListOutput, oX as UsersUsersSetPrimaryIdentifierInput, oY as UsersUsersSetPrimaryIdentifierOutput, oZ as UsersUsersUnbanInput, o_ as UsersUsersUnbanOutput, o$ as UsersUsersUpdateInput, p0 as UsersUsersUpdateOutput, p1 as UsersWaitlistEraseInput, p2 as UsersWaitlistEraseOutput, p3 as UsersWaitlistFunnelInput, p4 as UsersWaitlistFunnelOutput, p5 as UsersWaitlistImportInput, p6 as UsersWaitlistImportOutput, p7 as UsersWaitlistInviteInput, p8 as UsersWaitlistInviteOutput, p9 as UsersWaitlistListInput, pa as UsersWaitlistListOutput, pb as UsersWebhooksCreateInput, pc as UsersWebhooksCreateOutput, pd as UsersWebhooksDeleteInput, pe as UsersWebhooksDeleteOutput, pf as UsersWebhooksDeliveriesListInput, pg as UsersWebhooksDeliveriesListOutput, ph as UsersWebhooksGetInput, pi as UsersWebhooksGetOutput, pj as UsersWebhooksListInput, pk as UsersWebhooksListOutput, pl as UsersWebhooksRotateSecretInput, pm as UsersWebhooksRotateSecretOutput, pn as UsersWebhooksUpdateInput, po as UsersWebhooksUpdateOutput } from '../client.gen-DlSflqUn.cjs';
2
-
3
- declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
4
- mutationKey: string[];
5
- mutationFn: (input: UsersApikeysCreateInput) => Promise<UsersApikeysCreateOutput>;
6
- };
7
- declare const usersApikeysListQueryOptions: (sdk: GeneratedClient, input: UsersApikeysListInput) => {
8
- queryKey: readonly ["users", "apikeys", "list", UsersApikeysListInput];
9
- queryFn: () => Promise<UsersApikeysListOutput>;
10
- };
11
- declare const usersApikeysRevokeMutationOptions: (sdk: GeneratedClient) => {
12
- mutationKey: string[];
13
- mutationFn: (input: UsersApikeysRevokeInput) => Promise<UsersApikeysRevokeOutput>;
14
- };
15
- declare const usersAuditListQueryOptions: (sdk: GeneratedClient, input: UsersAuditListInput) => {
16
- queryKey: readonly ["users", "audit", "list", UsersAuditListInput];
17
- queryFn: () => Promise<UsersAuditListOutput>;
18
- };
19
- declare const usersConfigGetQueryOptions: (sdk: GeneratedClient, input: UsersConfigGetInput) => {
20
- queryKey: readonly ["users", "config", "get", UsersConfigGetInput];
21
- queryFn: () => Promise<UsersConfigGetOutput>;
22
- };
23
- declare const usersConfigUpsertMutationOptions: (sdk: GeneratedClient) => {
24
- mutationKey: string[];
25
- mutationFn: (input: UsersConfigUpsertInput) => Promise<UsersConfigUpsertOutput>;
26
- };
27
- declare const usersFactorsListQueryOptions: (sdk: GeneratedClient, input: UsersFactorsListInput) => {
28
- queryKey: readonly ["users", "factors", "list", UsersFactorsListInput];
29
- queryFn: () => Promise<UsersFactorsListOutput>;
30
- };
31
- declare const usersFactorsResetMutationOptions: (sdk: GeneratedClient) => {
32
- mutationKey: string[];
33
- mutationFn: (input: UsersFactorsResetInput) => Promise<UsersFactorsResetOutput>;
34
- };
35
- declare const usersKeysListQueryOptions: (sdk: GeneratedClient, input: UsersKeysListInput) => {
36
- queryKey: readonly ["users", "keys", "list", UsersKeysListInput];
37
- queryFn: () => Promise<UsersKeysListOutput>;
38
- };
39
- declare const usersKeysRevokeMutationOptions: (sdk: GeneratedClient) => {
40
- mutationKey: string[];
41
- mutationFn: (input: UsersKeysRevokeInput) => Promise<UsersKeysRevokeOutput>;
42
- };
43
- declare const usersKeysRotateMutationOptions: (sdk: GeneratedClient) => {
44
- mutationKey: string[];
45
- mutationFn: (input: UsersKeysRotateInput) => Promise<UsersKeysRotateOutput>;
46
- };
47
- declare const usersOpsRetentionGetMutationOptions: (sdk: GeneratedClient) => {
48
- mutationKey: string[];
49
- mutationFn: (input: UsersOpsRetentionGetInput) => Promise<UsersOpsRetentionGetOutput>;
50
- };
51
- declare const usersOpsSloGetMutationOptions: (sdk: GeneratedClient) => {
52
- mutationKey: string[];
53
- mutationFn: (input: UsersOpsSloGetInput) => Promise<UsersOpsSloGetOutput>;
54
- };
55
- declare const usersPasskeysListQueryOptions: (sdk: GeneratedClient, input: UsersPasskeysListInput) => {
56
- queryKey: readonly ["users", "passkeys", "list", UsersPasskeysListInput];
57
- queryFn: () => Promise<UsersPasskeysListOutput>;
58
- };
59
- declare const usersPasskeysRevokeMutationOptions: (sdk: GeneratedClient) => {
60
- mutationKey: string[];
61
- mutationFn: (input: UsersPasskeysRevokeInput) => Promise<UsersPasskeysRevokeOutput>;
62
- };
63
- declare const usersSessionsGetQueryOptions: (sdk: GeneratedClient, input: UsersSessionsGetInput) => {
64
- queryKey: readonly ["users", "sessions", "get", UsersSessionsGetInput];
65
- queryFn: () => Promise<UsersSessionsGetOutput>;
66
- };
67
- declare const usersSessionsImpersonateMutationOptions: (sdk: GeneratedClient) => {
68
- mutationKey: string[];
69
- mutationFn: (input: UsersSessionsImpersonateInput) => Promise<UsersSessionsImpersonateOutput>;
70
- };
71
- declare const usersSessionsListQueryOptions: (sdk: GeneratedClient, input: UsersSessionsListInput) => {
72
- queryKey: readonly ["users", "sessions", "list", UsersSessionsListInput];
73
- queryFn: () => Promise<UsersSessionsListOutput>;
74
- };
75
- declare const usersSessionsRevokeMutationOptions: (sdk: GeneratedClient) => {
76
- mutationKey: string[];
77
- mutationFn: (input: UsersSessionsRevokeInput) => Promise<UsersSessionsRevokeOutput>;
78
- };
79
- declare const usersStatsGetMutationOptions: (sdk: GeneratedClient) => {
80
- mutationKey: string[];
81
- mutationFn: (input: UsersStatsGetInput) => Promise<UsersStatsGetOutput>;
82
- };
83
- declare const usersUsersBanMutationOptions: (sdk: GeneratedClient) => {
84
- mutationKey: string[];
85
- mutationFn: (input: UsersUsersBanInput) => Promise<UsersUsersBanOutput>;
86
- };
87
- declare const usersUsersCreateMutationOptions: (sdk: GeneratedClient) => {
88
- mutationKey: string[];
89
- mutationFn: (input: UsersUsersCreateInput) => Promise<UsersUsersCreateOutput>;
90
- };
91
- declare const usersUsersDeleteMutationOptions: (sdk: GeneratedClient) => {
92
- mutationKey: string[];
93
- mutationFn: (input: UsersUsersDeleteInput) => Promise<UsersUsersDeleteOutput>;
94
- };
95
- declare const usersUsersEraseMutationOptions: (sdk: GeneratedClient) => {
96
- mutationKey: string[];
97
- mutationFn: (input: UsersUsersEraseInput) => Promise<UsersUsersEraseOutput>;
98
- };
99
- declare const usersUsersExportMutationOptions: (sdk: GeneratedClient) => {
100
- mutationKey: string[];
101
- mutationFn: (input: UsersUsersExportInput) => Promise<UsersUsersExportOutput>;
102
- };
103
- declare const usersUsersGetQueryOptions: (sdk: GeneratedClient, input: UsersUsersGetInput) => {
104
- queryKey: readonly ["users", "users", "get", UsersUsersGetInput];
105
- queryFn: () => Promise<UsersUsersGetOutput>;
106
- };
107
- declare const usersUsersImportMutationOptions: (sdk: GeneratedClient) => {
108
- mutationKey: string[];
109
- mutationFn: (input: UsersUsersImportInput) => Promise<UsersUsersImportOutput>;
110
- };
111
- declare const usersUsersInviteMutationOptions: (sdk: GeneratedClient) => {
112
- mutationKey: string[];
113
- mutationFn: (input: UsersUsersInviteInput) => Promise<UsersUsersInviteOutput>;
114
- };
115
- declare const usersUsersListQueryOptions: (sdk: GeneratedClient, input: UsersUsersListInput) => {
116
- queryKey: readonly ["users", "users", "list", UsersUsersListInput];
117
- queryFn: () => Promise<UsersUsersListOutput>;
118
- };
119
- declare const usersUsersSetPrimaryIdentifierMutationOptions: (sdk: GeneratedClient) => {
120
- mutationKey: string[];
121
- mutationFn: (input: UsersUsersSetPrimaryIdentifierInput) => Promise<UsersUsersSetPrimaryIdentifierOutput>;
122
- };
123
- declare const usersUsersUnbanMutationOptions: (sdk: GeneratedClient) => {
124
- mutationKey: string[];
125
- mutationFn: (input: UsersUsersUnbanInput) => Promise<UsersUsersUnbanOutput>;
126
- };
127
- declare const usersUsersUpdateMutationOptions: (sdk: GeneratedClient) => {
128
- mutationKey: string[];
129
- mutationFn: (input: UsersUsersUpdateInput) => Promise<UsersUsersUpdateOutput>;
130
- };
131
- declare const usersWaitlistEraseMutationOptions: (sdk: GeneratedClient) => {
132
- mutationKey: string[];
133
- mutationFn: (input: UsersWaitlistEraseInput) => Promise<UsersWaitlistEraseOutput>;
134
- };
135
- declare const usersWaitlistFunnelMutationOptions: (sdk: GeneratedClient) => {
136
- mutationKey: string[];
137
- mutationFn: (input: UsersWaitlistFunnelInput) => Promise<UsersWaitlistFunnelOutput>;
138
- };
139
- declare const usersWaitlistImportMutationOptions: (sdk: GeneratedClient) => {
140
- mutationKey: string[];
141
- mutationFn: (input: UsersWaitlistImportInput) => Promise<UsersWaitlistImportOutput>;
142
- };
143
- declare const usersWaitlistInviteMutationOptions: (sdk: GeneratedClient) => {
144
- mutationKey: string[];
145
- mutationFn: (input: UsersWaitlistInviteInput) => Promise<UsersWaitlistInviteOutput>;
146
- };
147
- declare const usersWaitlistListMutationOptions: (sdk: GeneratedClient) => {
148
- mutationKey: string[];
149
- mutationFn: (input: UsersWaitlistListInput) => Promise<UsersWaitlistListOutput>;
150
- };
151
- declare const usersWebhooksCreateMutationOptions: (sdk: GeneratedClient) => {
152
- mutationKey: string[];
153
- mutationFn: (input: UsersWebhooksCreateInput) => Promise<UsersWebhooksCreateOutput>;
154
- };
155
- declare const usersWebhooksDeleteMutationOptions: (sdk: GeneratedClient) => {
156
- mutationKey: string[];
157
- mutationFn: (input: UsersWebhooksDeleteInput) => Promise<UsersWebhooksDeleteOutput>;
158
- };
159
- declare const usersWebhooksDeliveriesListQueryOptions: (sdk: GeneratedClient, input: UsersWebhooksDeliveriesListInput) => {
160
- queryKey: readonly ["users", "webhooks-deliveries", "list", UsersWebhooksDeliveriesListInput];
161
- queryFn: () => Promise<UsersWebhooksDeliveriesListOutput>;
162
- };
163
- declare const usersWebhooksGetQueryOptions: (sdk: GeneratedClient, input: UsersWebhooksGetInput) => {
164
- queryKey: readonly ["users", "webhooks", "get", UsersWebhooksGetInput];
165
- queryFn: () => Promise<UsersWebhooksGetOutput>;
166
- };
167
- declare const usersWebhooksListQueryOptions: (sdk: GeneratedClient, input: UsersWebhooksListInput) => {
168
- queryKey: readonly ["users", "webhooks", "list", UsersWebhooksListInput];
169
- queryFn: () => Promise<UsersWebhooksListOutput>;
170
- };
171
- declare const usersWebhooksRotateSecretMutationOptions: (sdk: GeneratedClient) => {
172
- mutationKey: string[];
173
- mutationFn: (input: UsersWebhooksRotateSecretInput) => Promise<UsersWebhooksRotateSecretOutput>;
174
- };
175
- declare const usersWebhooksUpdateMutationOptions: (sdk: GeneratedClient) => {
176
- mutationKey: string[];
177
- mutationFn: (input: UsersWebhooksUpdateInput) => Promise<UsersWebhooksUpdateOutput>;
178
- };
179
-
180
- export { UsersApikeysCreateInput, UsersApikeysCreateOutput, UsersApikeysListInput, UsersApikeysListOutput, UsersApikeysRevokeInput, UsersApikeysRevokeOutput, UsersAuditListInput, UsersAuditListOutput, UsersConfigGetInput, UsersConfigGetOutput, UsersConfigUpsertInput, UsersConfigUpsertOutput, UsersFactorsListInput, UsersFactorsListOutput, UsersFactorsResetInput, UsersFactorsResetOutput, UsersKeysListInput, UsersKeysListOutput, UsersKeysRevokeInput, UsersKeysRevokeOutput, UsersKeysRotateInput, UsersKeysRotateOutput, UsersOpsRetentionGetInput, UsersOpsRetentionGetOutput, UsersOpsSloGetInput, UsersOpsSloGetOutput, UsersPasskeysListInput, UsersPasskeysListOutput, UsersPasskeysRevokeInput, UsersPasskeysRevokeOutput, UsersSessionsGetInput, UsersSessionsGetOutput, UsersSessionsImpersonateInput, UsersSessionsImpersonateOutput, UsersSessionsListInput, UsersSessionsListOutput, UsersSessionsRevokeInput, UsersSessionsRevokeOutput, UsersStatsGetInput, UsersStatsGetOutput, UsersUsersBanInput, UsersUsersBanOutput, UsersUsersCreateInput, UsersUsersCreateOutput, UsersUsersDeleteInput, UsersUsersDeleteOutput, UsersUsersEraseInput, UsersUsersEraseOutput, UsersUsersExportInput, UsersUsersExportOutput, UsersUsersGetInput, UsersUsersGetOutput, UsersUsersImportInput, UsersUsersImportOutput, UsersUsersInviteInput, UsersUsersInviteOutput, UsersUsersListInput, UsersUsersListOutput, UsersUsersSetPrimaryIdentifierInput, UsersUsersSetPrimaryIdentifierOutput, UsersUsersUnbanInput, UsersUsersUnbanOutput, UsersUsersUpdateInput, UsersUsersUpdateOutput, UsersWaitlistEraseInput, UsersWaitlistEraseOutput, UsersWaitlistFunnelInput, UsersWaitlistFunnelOutput, UsersWaitlistImportInput, UsersWaitlistImportOutput, UsersWaitlistInviteInput, UsersWaitlistInviteOutput, UsersWaitlistListInput, UsersWaitlistListOutput, UsersWebhooksCreateInput, UsersWebhooksCreateOutput, UsersWebhooksDeleteInput, UsersWebhooksDeleteOutput, UsersWebhooksDeliveriesListInput, UsersWebhooksDeliveriesListOutput, UsersWebhooksGetInput, UsersWebhooksGetOutput, UsersWebhooksListInput, UsersWebhooksListOutput, UsersWebhooksRotateSecretInput, UsersWebhooksRotateSecretOutput, UsersWebhooksUpdateInput, UsersWebhooksUpdateOutput, usersApikeysCreateMutationOptions, usersApikeysListQueryOptions, usersApikeysRevokeMutationOptions, usersAuditListQueryOptions, usersConfigGetQueryOptions, usersConfigUpsertMutationOptions, usersFactorsListQueryOptions, usersFactorsResetMutationOptions, usersKeysListQueryOptions, usersKeysRevokeMutationOptions, usersKeysRotateMutationOptions, usersOpsRetentionGetMutationOptions, usersOpsSloGetMutationOptions, usersPasskeysListQueryOptions, usersPasskeysRevokeMutationOptions, usersSessionsGetQueryOptions, usersSessionsImpersonateMutationOptions, usersSessionsListQueryOptions, usersSessionsRevokeMutationOptions, usersStatsGetMutationOptions, usersUsersBanMutationOptions, usersUsersCreateMutationOptions, usersUsersDeleteMutationOptions, usersUsersEraseMutationOptions, usersUsersExportMutationOptions, usersUsersGetQueryOptions, usersUsersImportMutationOptions, usersUsersInviteMutationOptions, usersUsersListQueryOptions, usersUsersSetPrimaryIdentifierMutationOptions, usersUsersUnbanMutationOptions, usersUsersUpdateMutationOptions, usersWaitlistEraseMutationOptions, usersWaitlistFunnelMutationOptions, usersWaitlistImportMutationOptions, usersWaitlistInviteMutationOptions, usersWaitlistListMutationOptions, usersWebhooksCreateMutationOptions, usersWebhooksDeleteMutationOptions, usersWebhooksDeliveriesListQueryOptions, usersWebhooksGetQueryOptions, usersWebhooksListQueryOptions, usersWebhooksRotateSecretMutationOptions, usersWebhooksUpdateMutationOptions };
1
+ export * from '../_types/gen/users/index.js';
@@ -1,180 +1 @@
1
- import { G as GeneratedClient, o1 as UsersApikeysCreateInput, o2 as UsersApikeysCreateOutput, o3 as UsersApikeysListInput, o4 as UsersApikeysListOutput, o5 as UsersApikeysRevokeInput, o6 as UsersApikeysRevokeOutput, o7 as UsersAuditListInput, o8 as UsersAuditListOutput, o9 as UsersConfigGetInput, oa as UsersConfigGetOutput, ob as UsersConfigUpsertInput, oc as UsersConfigUpsertOutput, od as UsersFactorsListInput, oe as UsersFactorsListOutput, of as UsersFactorsResetInput, og as UsersFactorsResetOutput, oh as UsersKeysListInput, oi as UsersKeysListOutput, oj as UsersKeysRevokeInput, ok as UsersKeysRevokeOutput, ol as UsersKeysRotateInput, om as UsersKeysRotateOutput, on as UsersOpsRetentionGetInput, oo as UsersOpsRetentionGetOutput, op as UsersOpsSloGetInput, oq as UsersOpsSloGetOutput, or as UsersPasskeysListInput, os as UsersPasskeysListOutput, ot as UsersPasskeysRevokeInput, ou as UsersPasskeysRevokeOutput, ov as UsersSessionsGetInput, ow as UsersSessionsGetOutput, ox as UsersSessionsImpersonateInput, oy as UsersSessionsImpersonateOutput, oz as UsersSessionsListInput, oA as UsersSessionsListOutput, oB as UsersSessionsRevokeInput, oC as UsersSessionsRevokeOutput, oD as UsersStatsGetInput, oE as UsersStatsGetOutput, oF as UsersUsersBanInput, oG as UsersUsersBanOutput, oH as UsersUsersCreateInput, oI as UsersUsersCreateOutput, oJ as UsersUsersDeleteInput, oK as UsersUsersDeleteOutput, oL as UsersUsersEraseInput, oM as UsersUsersEraseOutput, oN as UsersUsersExportInput, oO as UsersUsersExportOutput, oP as UsersUsersGetInput, oQ as UsersUsersGetOutput, oR as UsersUsersImportInput, oS as UsersUsersImportOutput, oT as UsersUsersInviteInput, oU as UsersUsersInviteOutput, oV as UsersUsersListInput, oW as UsersUsersListOutput, oX as UsersUsersSetPrimaryIdentifierInput, oY as UsersUsersSetPrimaryIdentifierOutput, oZ as UsersUsersUnbanInput, o_ as UsersUsersUnbanOutput, o$ as UsersUsersUpdateInput, p0 as UsersUsersUpdateOutput, p1 as UsersWaitlistEraseInput, p2 as UsersWaitlistEraseOutput, p3 as UsersWaitlistFunnelInput, p4 as UsersWaitlistFunnelOutput, p5 as UsersWaitlistImportInput, p6 as UsersWaitlistImportOutput, p7 as UsersWaitlistInviteInput, p8 as UsersWaitlistInviteOutput, p9 as UsersWaitlistListInput, pa as UsersWaitlistListOutput, pb as UsersWebhooksCreateInput, pc as UsersWebhooksCreateOutput, pd as UsersWebhooksDeleteInput, pe as UsersWebhooksDeleteOutput, pf as UsersWebhooksDeliveriesListInput, pg as UsersWebhooksDeliveriesListOutput, ph as UsersWebhooksGetInput, pi as UsersWebhooksGetOutput, pj as UsersWebhooksListInput, pk as UsersWebhooksListOutput, pl as UsersWebhooksRotateSecretInput, pm as UsersWebhooksRotateSecretOutput, pn as UsersWebhooksUpdateInput, po as UsersWebhooksUpdateOutput } from '../client.gen-DlSflqUn.js';
2
-
3
- declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
4
- mutationKey: string[];
5
- mutationFn: (input: UsersApikeysCreateInput) => Promise<UsersApikeysCreateOutput>;
6
- };
7
- declare const usersApikeysListQueryOptions: (sdk: GeneratedClient, input: UsersApikeysListInput) => {
8
- queryKey: readonly ["users", "apikeys", "list", UsersApikeysListInput];
9
- queryFn: () => Promise<UsersApikeysListOutput>;
10
- };
11
- declare const usersApikeysRevokeMutationOptions: (sdk: GeneratedClient) => {
12
- mutationKey: string[];
13
- mutationFn: (input: UsersApikeysRevokeInput) => Promise<UsersApikeysRevokeOutput>;
14
- };
15
- declare const usersAuditListQueryOptions: (sdk: GeneratedClient, input: UsersAuditListInput) => {
16
- queryKey: readonly ["users", "audit", "list", UsersAuditListInput];
17
- queryFn: () => Promise<UsersAuditListOutput>;
18
- };
19
- declare const usersConfigGetQueryOptions: (sdk: GeneratedClient, input: UsersConfigGetInput) => {
20
- queryKey: readonly ["users", "config", "get", UsersConfigGetInput];
21
- queryFn: () => Promise<UsersConfigGetOutput>;
22
- };
23
- declare const usersConfigUpsertMutationOptions: (sdk: GeneratedClient) => {
24
- mutationKey: string[];
25
- mutationFn: (input: UsersConfigUpsertInput) => Promise<UsersConfigUpsertOutput>;
26
- };
27
- declare const usersFactorsListQueryOptions: (sdk: GeneratedClient, input: UsersFactorsListInput) => {
28
- queryKey: readonly ["users", "factors", "list", UsersFactorsListInput];
29
- queryFn: () => Promise<UsersFactorsListOutput>;
30
- };
31
- declare const usersFactorsResetMutationOptions: (sdk: GeneratedClient) => {
32
- mutationKey: string[];
33
- mutationFn: (input: UsersFactorsResetInput) => Promise<UsersFactorsResetOutput>;
34
- };
35
- declare const usersKeysListQueryOptions: (sdk: GeneratedClient, input: UsersKeysListInput) => {
36
- queryKey: readonly ["users", "keys", "list", UsersKeysListInput];
37
- queryFn: () => Promise<UsersKeysListOutput>;
38
- };
39
- declare const usersKeysRevokeMutationOptions: (sdk: GeneratedClient) => {
40
- mutationKey: string[];
41
- mutationFn: (input: UsersKeysRevokeInput) => Promise<UsersKeysRevokeOutput>;
42
- };
43
- declare const usersKeysRotateMutationOptions: (sdk: GeneratedClient) => {
44
- mutationKey: string[];
45
- mutationFn: (input: UsersKeysRotateInput) => Promise<UsersKeysRotateOutput>;
46
- };
47
- declare const usersOpsRetentionGetMutationOptions: (sdk: GeneratedClient) => {
48
- mutationKey: string[];
49
- mutationFn: (input: UsersOpsRetentionGetInput) => Promise<UsersOpsRetentionGetOutput>;
50
- };
51
- declare const usersOpsSloGetMutationOptions: (sdk: GeneratedClient) => {
52
- mutationKey: string[];
53
- mutationFn: (input: UsersOpsSloGetInput) => Promise<UsersOpsSloGetOutput>;
54
- };
55
- declare const usersPasskeysListQueryOptions: (sdk: GeneratedClient, input: UsersPasskeysListInput) => {
56
- queryKey: readonly ["users", "passkeys", "list", UsersPasskeysListInput];
57
- queryFn: () => Promise<UsersPasskeysListOutput>;
58
- };
59
- declare const usersPasskeysRevokeMutationOptions: (sdk: GeneratedClient) => {
60
- mutationKey: string[];
61
- mutationFn: (input: UsersPasskeysRevokeInput) => Promise<UsersPasskeysRevokeOutput>;
62
- };
63
- declare const usersSessionsGetQueryOptions: (sdk: GeneratedClient, input: UsersSessionsGetInput) => {
64
- queryKey: readonly ["users", "sessions", "get", UsersSessionsGetInput];
65
- queryFn: () => Promise<UsersSessionsGetOutput>;
66
- };
67
- declare const usersSessionsImpersonateMutationOptions: (sdk: GeneratedClient) => {
68
- mutationKey: string[];
69
- mutationFn: (input: UsersSessionsImpersonateInput) => Promise<UsersSessionsImpersonateOutput>;
70
- };
71
- declare const usersSessionsListQueryOptions: (sdk: GeneratedClient, input: UsersSessionsListInput) => {
72
- queryKey: readonly ["users", "sessions", "list", UsersSessionsListInput];
73
- queryFn: () => Promise<UsersSessionsListOutput>;
74
- };
75
- declare const usersSessionsRevokeMutationOptions: (sdk: GeneratedClient) => {
76
- mutationKey: string[];
77
- mutationFn: (input: UsersSessionsRevokeInput) => Promise<UsersSessionsRevokeOutput>;
78
- };
79
- declare const usersStatsGetMutationOptions: (sdk: GeneratedClient) => {
80
- mutationKey: string[];
81
- mutationFn: (input: UsersStatsGetInput) => Promise<UsersStatsGetOutput>;
82
- };
83
- declare const usersUsersBanMutationOptions: (sdk: GeneratedClient) => {
84
- mutationKey: string[];
85
- mutationFn: (input: UsersUsersBanInput) => Promise<UsersUsersBanOutput>;
86
- };
87
- declare const usersUsersCreateMutationOptions: (sdk: GeneratedClient) => {
88
- mutationKey: string[];
89
- mutationFn: (input: UsersUsersCreateInput) => Promise<UsersUsersCreateOutput>;
90
- };
91
- declare const usersUsersDeleteMutationOptions: (sdk: GeneratedClient) => {
92
- mutationKey: string[];
93
- mutationFn: (input: UsersUsersDeleteInput) => Promise<UsersUsersDeleteOutput>;
94
- };
95
- declare const usersUsersEraseMutationOptions: (sdk: GeneratedClient) => {
96
- mutationKey: string[];
97
- mutationFn: (input: UsersUsersEraseInput) => Promise<UsersUsersEraseOutput>;
98
- };
99
- declare const usersUsersExportMutationOptions: (sdk: GeneratedClient) => {
100
- mutationKey: string[];
101
- mutationFn: (input: UsersUsersExportInput) => Promise<UsersUsersExportOutput>;
102
- };
103
- declare const usersUsersGetQueryOptions: (sdk: GeneratedClient, input: UsersUsersGetInput) => {
104
- queryKey: readonly ["users", "users", "get", UsersUsersGetInput];
105
- queryFn: () => Promise<UsersUsersGetOutput>;
106
- };
107
- declare const usersUsersImportMutationOptions: (sdk: GeneratedClient) => {
108
- mutationKey: string[];
109
- mutationFn: (input: UsersUsersImportInput) => Promise<UsersUsersImportOutput>;
110
- };
111
- declare const usersUsersInviteMutationOptions: (sdk: GeneratedClient) => {
112
- mutationKey: string[];
113
- mutationFn: (input: UsersUsersInviteInput) => Promise<UsersUsersInviteOutput>;
114
- };
115
- declare const usersUsersListQueryOptions: (sdk: GeneratedClient, input: UsersUsersListInput) => {
116
- queryKey: readonly ["users", "users", "list", UsersUsersListInput];
117
- queryFn: () => Promise<UsersUsersListOutput>;
118
- };
119
- declare const usersUsersSetPrimaryIdentifierMutationOptions: (sdk: GeneratedClient) => {
120
- mutationKey: string[];
121
- mutationFn: (input: UsersUsersSetPrimaryIdentifierInput) => Promise<UsersUsersSetPrimaryIdentifierOutput>;
122
- };
123
- declare const usersUsersUnbanMutationOptions: (sdk: GeneratedClient) => {
124
- mutationKey: string[];
125
- mutationFn: (input: UsersUsersUnbanInput) => Promise<UsersUsersUnbanOutput>;
126
- };
127
- declare const usersUsersUpdateMutationOptions: (sdk: GeneratedClient) => {
128
- mutationKey: string[];
129
- mutationFn: (input: UsersUsersUpdateInput) => Promise<UsersUsersUpdateOutput>;
130
- };
131
- declare const usersWaitlistEraseMutationOptions: (sdk: GeneratedClient) => {
132
- mutationKey: string[];
133
- mutationFn: (input: UsersWaitlistEraseInput) => Promise<UsersWaitlistEraseOutput>;
134
- };
135
- declare const usersWaitlistFunnelMutationOptions: (sdk: GeneratedClient) => {
136
- mutationKey: string[];
137
- mutationFn: (input: UsersWaitlistFunnelInput) => Promise<UsersWaitlistFunnelOutput>;
138
- };
139
- declare const usersWaitlistImportMutationOptions: (sdk: GeneratedClient) => {
140
- mutationKey: string[];
141
- mutationFn: (input: UsersWaitlistImportInput) => Promise<UsersWaitlistImportOutput>;
142
- };
143
- declare const usersWaitlistInviteMutationOptions: (sdk: GeneratedClient) => {
144
- mutationKey: string[];
145
- mutationFn: (input: UsersWaitlistInviteInput) => Promise<UsersWaitlistInviteOutput>;
146
- };
147
- declare const usersWaitlistListMutationOptions: (sdk: GeneratedClient) => {
148
- mutationKey: string[];
149
- mutationFn: (input: UsersWaitlistListInput) => Promise<UsersWaitlistListOutput>;
150
- };
151
- declare const usersWebhooksCreateMutationOptions: (sdk: GeneratedClient) => {
152
- mutationKey: string[];
153
- mutationFn: (input: UsersWebhooksCreateInput) => Promise<UsersWebhooksCreateOutput>;
154
- };
155
- declare const usersWebhooksDeleteMutationOptions: (sdk: GeneratedClient) => {
156
- mutationKey: string[];
157
- mutationFn: (input: UsersWebhooksDeleteInput) => Promise<UsersWebhooksDeleteOutput>;
158
- };
159
- declare const usersWebhooksDeliveriesListQueryOptions: (sdk: GeneratedClient, input: UsersWebhooksDeliveriesListInput) => {
160
- queryKey: readonly ["users", "webhooks-deliveries", "list", UsersWebhooksDeliveriesListInput];
161
- queryFn: () => Promise<UsersWebhooksDeliveriesListOutput>;
162
- };
163
- declare const usersWebhooksGetQueryOptions: (sdk: GeneratedClient, input: UsersWebhooksGetInput) => {
164
- queryKey: readonly ["users", "webhooks", "get", UsersWebhooksGetInput];
165
- queryFn: () => Promise<UsersWebhooksGetOutput>;
166
- };
167
- declare const usersWebhooksListQueryOptions: (sdk: GeneratedClient, input: UsersWebhooksListInput) => {
168
- queryKey: readonly ["users", "webhooks", "list", UsersWebhooksListInput];
169
- queryFn: () => Promise<UsersWebhooksListOutput>;
170
- };
171
- declare const usersWebhooksRotateSecretMutationOptions: (sdk: GeneratedClient) => {
172
- mutationKey: string[];
173
- mutationFn: (input: UsersWebhooksRotateSecretInput) => Promise<UsersWebhooksRotateSecretOutput>;
174
- };
175
- declare const usersWebhooksUpdateMutationOptions: (sdk: GeneratedClient) => {
176
- mutationKey: string[];
177
- mutationFn: (input: UsersWebhooksUpdateInput) => Promise<UsersWebhooksUpdateOutput>;
178
- };
179
-
180
- export { UsersApikeysCreateInput, UsersApikeysCreateOutput, UsersApikeysListInput, UsersApikeysListOutput, UsersApikeysRevokeInput, UsersApikeysRevokeOutput, UsersAuditListInput, UsersAuditListOutput, UsersConfigGetInput, UsersConfigGetOutput, UsersConfigUpsertInput, UsersConfigUpsertOutput, UsersFactorsListInput, UsersFactorsListOutput, UsersFactorsResetInput, UsersFactorsResetOutput, UsersKeysListInput, UsersKeysListOutput, UsersKeysRevokeInput, UsersKeysRevokeOutput, UsersKeysRotateInput, UsersKeysRotateOutput, UsersOpsRetentionGetInput, UsersOpsRetentionGetOutput, UsersOpsSloGetInput, UsersOpsSloGetOutput, UsersPasskeysListInput, UsersPasskeysListOutput, UsersPasskeysRevokeInput, UsersPasskeysRevokeOutput, UsersSessionsGetInput, UsersSessionsGetOutput, UsersSessionsImpersonateInput, UsersSessionsImpersonateOutput, UsersSessionsListInput, UsersSessionsListOutput, UsersSessionsRevokeInput, UsersSessionsRevokeOutput, UsersStatsGetInput, UsersStatsGetOutput, UsersUsersBanInput, UsersUsersBanOutput, UsersUsersCreateInput, UsersUsersCreateOutput, UsersUsersDeleteInput, UsersUsersDeleteOutput, UsersUsersEraseInput, UsersUsersEraseOutput, UsersUsersExportInput, UsersUsersExportOutput, UsersUsersGetInput, UsersUsersGetOutput, UsersUsersImportInput, UsersUsersImportOutput, UsersUsersInviteInput, UsersUsersInviteOutput, UsersUsersListInput, UsersUsersListOutput, UsersUsersSetPrimaryIdentifierInput, UsersUsersSetPrimaryIdentifierOutput, UsersUsersUnbanInput, UsersUsersUnbanOutput, UsersUsersUpdateInput, UsersUsersUpdateOutput, UsersWaitlistEraseInput, UsersWaitlistEraseOutput, UsersWaitlistFunnelInput, UsersWaitlistFunnelOutput, UsersWaitlistImportInput, UsersWaitlistImportOutput, UsersWaitlistInviteInput, UsersWaitlistInviteOutput, UsersWaitlistListInput, UsersWaitlistListOutput, UsersWebhooksCreateInput, UsersWebhooksCreateOutput, UsersWebhooksDeleteInput, UsersWebhooksDeleteOutput, UsersWebhooksDeliveriesListInput, UsersWebhooksDeliveriesListOutput, UsersWebhooksGetInput, UsersWebhooksGetOutput, UsersWebhooksListInput, UsersWebhooksListOutput, UsersWebhooksRotateSecretInput, UsersWebhooksRotateSecretOutput, UsersWebhooksUpdateInput, UsersWebhooksUpdateOutput, usersApikeysCreateMutationOptions, usersApikeysListQueryOptions, usersApikeysRevokeMutationOptions, usersAuditListQueryOptions, usersConfigGetQueryOptions, usersConfigUpsertMutationOptions, usersFactorsListQueryOptions, usersFactorsResetMutationOptions, usersKeysListQueryOptions, usersKeysRevokeMutationOptions, usersKeysRotateMutationOptions, usersOpsRetentionGetMutationOptions, usersOpsSloGetMutationOptions, usersPasskeysListQueryOptions, usersPasskeysRevokeMutationOptions, usersSessionsGetQueryOptions, usersSessionsImpersonateMutationOptions, usersSessionsListQueryOptions, usersSessionsRevokeMutationOptions, usersStatsGetMutationOptions, usersUsersBanMutationOptions, usersUsersCreateMutationOptions, usersUsersDeleteMutationOptions, usersUsersEraseMutationOptions, usersUsersExportMutationOptions, usersUsersGetQueryOptions, usersUsersImportMutationOptions, usersUsersInviteMutationOptions, usersUsersListQueryOptions, usersUsersSetPrimaryIdentifierMutationOptions, usersUsersUnbanMutationOptions, usersUsersUpdateMutationOptions, usersWaitlistEraseMutationOptions, usersWaitlistFunnelMutationOptions, usersWaitlistImportMutationOptions, usersWaitlistInviteMutationOptions, usersWaitlistListMutationOptions, usersWebhooksCreateMutationOptions, usersWebhooksDeleteMutationOptions, usersWebhooksDeliveriesListQueryOptions, usersWebhooksGetQueryOptions, usersWebhooksListQueryOptions, usersWebhooksRotateSecretMutationOptions, usersWebhooksUpdateMutationOptions };
1
+ export * from '../_types/gen/users/index.js';
@@ -1,32 +1 @@
1
- import { G as GeneratedClient, pp as WaitlistConfigGetInput, pq as WaitlistConfigGetOutput, pr as WaitlistConfigUpsertInput, ps as WaitlistConfigUpsertOutput, pt as WaitlistEmbedGetInput, pu as WaitlistEmbedGetOutput, pv as WaitlistInvitesSendInput, pw as WaitlistInvitesSendOutput, px as WaitlistSignupsEraseInput, py as WaitlistSignupsEraseOutput, pz as WaitlistSignupsFunnelInput, pA as WaitlistSignupsFunnelOutput, pB as WaitlistSignupsListInput, pC as WaitlistSignupsListOutput } from '../client.gen-DlSflqUn.cjs';
2
-
3
- declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
4
- queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
5
- queryFn: () => Promise<WaitlistConfigGetOutput>;
6
- };
7
- declare const waitlistConfigUpsertMutationOptions: (sdk: GeneratedClient) => {
8
- mutationKey: string[];
9
- mutationFn: (input: WaitlistConfigUpsertInput) => Promise<WaitlistConfigUpsertOutput>;
10
- };
11
- declare const waitlistEmbedGetQueryOptions: (sdk: GeneratedClient, input: WaitlistEmbedGetInput) => {
12
- queryKey: readonly ["waitlist", "embed", "get", WaitlistEmbedGetInput];
13
- queryFn: () => Promise<WaitlistEmbedGetOutput>;
14
- };
15
- declare const waitlistInvitesSendMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: WaitlistInvitesSendInput) => Promise<WaitlistInvitesSendOutput>;
18
- };
19
- declare const waitlistSignupsEraseMutationOptions: (sdk: GeneratedClient) => {
20
- mutationKey: string[];
21
- mutationFn: (input: WaitlistSignupsEraseInput) => Promise<WaitlistSignupsEraseOutput>;
22
- };
23
- declare const waitlistSignupsFunnelQueryOptions: (sdk: GeneratedClient, input: WaitlistSignupsFunnelInput) => {
24
- queryKey: readonly ["waitlist", "signups", "funnel", WaitlistSignupsFunnelInput];
25
- queryFn: () => Promise<WaitlistSignupsFunnelOutput>;
26
- };
27
- declare const waitlistSignupsListQueryOptions: (sdk: GeneratedClient, input: WaitlistSignupsListInput) => {
28
- queryKey: readonly ["waitlist", "signups", "list", WaitlistSignupsListInput];
29
- queryFn: () => Promise<WaitlistSignupsListOutput>;
30
- };
31
-
32
- export { WaitlistConfigGetInput, WaitlistConfigGetOutput, WaitlistConfigUpsertInput, WaitlistConfigUpsertOutput, WaitlistEmbedGetInput, WaitlistEmbedGetOutput, WaitlistInvitesSendInput, WaitlistInvitesSendOutput, WaitlistSignupsEraseInput, WaitlistSignupsEraseOutput, WaitlistSignupsFunnelInput, WaitlistSignupsFunnelOutput, WaitlistSignupsListInput, WaitlistSignupsListOutput, waitlistConfigGetQueryOptions, waitlistConfigUpsertMutationOptions, waitlistEmbedGetQueryOptions, waitlistInvitesSendMutationOptions, waitlistSignupsEraseMutationOptions, waitlistSignupsFunnelQueryOptions, waitlistSignupsListQueryOptions };
1
+ export * from '../_types/gen/waitlist/index.js';
@@ -1,32 +1 @@
1
- import { G as GeneratedClient, pp as WaitlistConfigGetInput, pq as WaitlistConfigGetOutput, pr as WaitlistConfigUpsertInput, ps as WaitlistConfigUpsertOutput, pt as WaitlistEmbedGetInput, pu as WaitlistEmbedGetOutput, pv as WaitlistInvitesSendInput, pw as WaitlistInvitesSendOutput, px as WaitlistSignupsEraseInput, py as WaitlistSignupsEraseOutput, pz as WaitlistSignupsFunnelInput, pA as WaitlistSignupsFunnelOutput, pB as WaitlistSignupsListInput, pC as WaitlistSignupsListOutput } from '../client.gen-DlSflqUn.js';
2
-
3
- declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
4
- queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
5
- queryFn: () => Promise<WaitlistConfigGetOutput>;
6
- };
7
- declare const waitlistConfigUpsertMutationOptions: (sdk: GeneratedClient) => {
8
- mutationKey: string[];
9
- mutationFn: (input: WaitlistConfigUpsertInput) => Promise<WaitlistConfigUpsertOutput>;
10
- };
11
- declare const waitlistEmbedGetQueryOptions: (sdk: GeneratedClient, input: WaitlistEmbedGetInput) => {
12
- queryKey: readonly ["waitlist", "embed", "get", WaitlistEmbedGetInput];
13
- queryFn: () => Promise<WaitlistEmbedGetOutput>;
14
- };
15
- declare const waitlistInvitesSendMutationOptions: (sdk: GeneratedClient) => {
16
- mutationKey: string[];
17
- mutationFn: (input: WaitlistInvitesSendInput) => Promise<WaitlistInvitesSendOutput>;
18
- };
19
- declare const waitlistSignupsEraseMutationOptions: (sdk: GeneratedClient) => {
20
- mutationKey: string[];
21
- mutationFn: (input: WaitlistSignupsEraseInput) => Promise<WaitlistSignupsEraseOutput>;
22
- };
23
- declare const waitlistSignupsFunnelQueryOptions: (sdk: GeneratedClient, input: WaitlistSignupsFunnelInput) => {
24
- queryKey: readonly ["waitlist", "signups", "funnel", WaitlistSignupsFunnelInput];
25
- queryFn: () => Promise<WaitlistSignupsFunnelOutput>;
26
- };
27
- declare const waitlistSignupsListQueryOptions: (sdk: GeneratedClient, input: WaitlistSignupsListInput) => {
28
- queryKey: readonly ["waitlist", "signups", "list", WaitlistSignupsListInput];
29
- queryFn: () => Promise<WaitlistSignupsListOutput>;
30
- };
31
-
32
- export { WaitlistConfigGetInput, WaitlistConfigGetOutput, WaitlistConfigUpsertInput, WaitlistConfigUpsertOutput, WaitlistEmbedGetInput, WaitlistEmbedGetOutput, WaitlistInvitesSendInput, WaitlistInvitesSendOutput, WaitlistSignupsEraseInput, WaitlistSignupsEraseOutput, WaitlistSignupsFunnelInput, WaitlistSignupsFunnelOutput, WaitlistSignupsListInput, WaitlistSignupsListOutput, waitlistConfigGetQueryOptions, waitlistConfigUpsertMutationOptions, waitlistEmbedGetQueryOptions, waitlistInvitesSendMutationOptions, waitlistSignupsEraseMutationOptions, waitlistSignupsFunnelQueryOptions, waitlistSignupsListQueryOptions };
1
+ export * from '../_types/gen/waitlist/index.js';