@lessly/sdk-app 39.1.0 → 41.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/analytics/index.d.cts +1 -1
- package/dist/analytics/index.d.ts +1 -1
- package/dist/brain/index.cjs +0 -5
- package/dist/brain/index.cjs.map +1 -1
- package/dist/brain/index.d.cts +2 -6
- package/dist/brain/index.d.ts +2 -6
- package/dist/brain/index.js +1 -5
- package/dist/brain/index.js.map +1 -1
- package/dist/{client.gen-Co3x1ZjK.d.cts → client.gen-CMLEyXO3.d.cts} +340 -99
- package/dist/{client.gen-Co3x1ZjK.d.ts → client.gen-CMLEyXO3.d.ts} +340 -99
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +148 -13
- 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 +148 -13
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/observe/index.d.cts +1 -1
- package/dist/observe/index.d.ts +1 -1
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.cjs +66 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +52 -0
- package/dist/playground/index.d.ts +52 -0
- package/dist/playground/index.js +53 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/realtime/index.d.cts +1 -1
- package/dist/realtime/index.d.ts +1 -1
- package/dist/support/index.d.cts +1 -1
- package/dist/support/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/users/index.cjs +10 -0
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.d.cts +10 -2
- package/dist/users/index.d.ts +10 -2
- package/dist/users/index.js +9 -1
- package/dist/users/index.js.map +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +7 -2
- package/src/gen/bindings.gen.ts +148 -13
- package/src/gen/brain/index.ts +1 -1
- package/src/gen/brain/queryOptions.gen.ts +0 -7
- package/src/gen/client.gen.ts +60 -5
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/playground/index.ts +3 -0
- package/src/gen/playground/queryOptions.gen.ts +86 -0
- package/src/gen/types.gen.ts +343 -97
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +13 -0
package/dist/users/index.cjs
CHANGED
|
@@ -53,6 +53,14 @@ var usersOpsSloGetMutationOptions = (sdk) => ({
|
|
|
53
53
|
mutationKey: ["users", "ops-slo", "get"],
|
|
54
54
|
mutationFn: (input) => sdk["users"]["ops-slo"]["get"](input)
|
|
55
55
|
});
|
|
56
|
+
var usersPasskeysListQueryOptions = (sdk, input) => ({
|
|
57
|
+
queryKey: ["users", "passkeys", "list", input],
|
|
58
|
+
queryFn: () => sdk["users"]["passkeys"]["list"](input)
|
|
59
|
+
});
|
|
60
|
+
var usersPasskeysRevokeMutationOptions = (sdk) => ({
|
|
61
|
+
mutationKey: ["users", "passkeys", "revoke"],
|
|
62
|
+
mutationFn: (input) => sdk["users"]["passkeys"]["revoke"](input)
|
|
63
|
+
});
|
|
56
64
|
var usersSessionsGetQueryOptions = (sdk, input) => ({
|
|
57
65
|
queryKey: ["users", "sessions", "get", input],
|
|
58
66
|
queryFn: () => sdk["users"]["sessions"]["get"](input)
|
|
@@ -183,6 +191,8 @@ exports.usersKeysRevokeMutationOptions = usersKeysRevokeMutationOptions;
|
|
|
183
191
|
exports.usersKeysRotateMutationOptions = usersKeysRotateMutationOptions;
|
|
184
192
|
exports.usersOpsRetentionGetMutationOptions = usersOpsRetentionGetMutationOptions;
|
|
185
193
|
exports.usersOpsSloGetMutationOptions = usersOpsSloGetMutationOptions;
|
|
194
|
+
exports.usersPasskeysListQueryOptions = usersPasskeysListQueryOptions;
|
|
195
|
+
exports.usersPasskeysRevokeMutationOptions = usersPasskeysRevokeMutationOptions;
|
|
186
196
|
exports.usersSessionsGetQueryOptions = usersSessionsGetQueryOptions;
|
|
187
197
|
exports.usersSessionsImpersonateMutationOptions = usersSessionsImpersonateMutationOptions;
|
|
188
198
|
exports.usersSessionsListQueryOptions = usersSessionsListQueryOptions;
|
package/dist/users/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/gen/users/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 UsersApikeysCreateInput,\n UsersApikeysListInput,\n UsersApikeysListOutput,\n UsersApikeysRevokeInput,\n UsersAuditListInput,\n UsersAuditListOutput,\n UsersConfigGetInput,\n UsersConfigGetOutput,\n UsersConfigUpsertInput,\n UsersFactorsListInput,\n UsersFactorsListOutput,\n UsersFactorsResetInput,\n UsersKeysListInput,\n UsersKeysListOutput,\n UsersKeysRevokeInput,\n UsersKeysRotateInput,\n UsersOpsRetentionGetInput,\n UsersOpsSloGetInput,\n UsersSessionsGetInput,\n UsersSessionsGetOutput,\n UsersSessionsImpersonateInput,\n UsersSessionsListInput,\n UsersSessionsListOutput,\n UsersSessionsRevokeInput,\n UsersStatsGetInput,\n UsersUsersBanInput,\n UsersUsersCreateInput,\n UsersUsersDeleteInput,\n UsersUsersEraseInput,\n UsersUsersExportInput,\n UsersUsersGetInput,\n UsersUsersGetOutput,\n UsersUsersImportInput,\n UsersUsersInviteInput,\n UsersUsersListInput,\n UsersUsersListOutput,\n UsersUsersSetPrimaryIdentifierInput,\n UsersUsersUnbanInput,\n UsersUsersUpdateInput,\n UsersWaitlistEraseInput,\n UsersWaitlistFunnelInput,\n UsersWaitlistImportInput,\n UsersWaitlistInviteInput,\n UsersWaitlistListInput,\n UsersWebhooksCreateInput,\n UsersWebhooksDeleteInput,\n UsersWebhooksDeliveriesListInput,\n UsersWebhooksDeliveriesListOutput,\n UsersWebhooksGetInput,\n UsersWebhooksGetOutput,\n UsersWebhooksListInput,\n UsersWebhooksListOutput,\n UsersWebhooksRotateSecretInput,\n UsersWebhooksUpdateInput,\n} from '../types.gen';\n\nexport const usersApikeysCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'apikeys', 'create'],\n mutationFn: (input: UsersApikeysCreateInput) => sdk['users']['apikeys']['create'](input),\n});\n\nexport const usersApikeysListQueryOptions = (sdk: GeneratedClient, input: UsersApikeysListInput) => ({\n queryKey: ['users', 'apikeys', 'list', input] as const,\n queryFn: () => sdk['users']['apikeys']['list'](input),\n});\n\nexport const usersApikeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'apikeys', 'revoke'],\n mutationFn: (input: UsersApikeysRevokeInput) => sdk['users']['apikeys']['revoke'](input),\n});\n\nexport const usersAuditListQueryOptions = (sdk: GeneratedClient, input: UsersAuditListInput) => ({\n queryKey: ['users', 'audit', 'list', input] as const,\n queryFn: () => sdk['users']['audit']['list'](input),\n});\n\nexport const usersConfigGetQueryOptions = (sdk: GeneratedClient, input: UsersConfigGetInput) => ({\n queryKey: ['users', 'config', 'get', input] as const,\n queryFn: () => sdk['users']['config']['get'](input),\n});\n\nexport const usersConfigUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'config', 'upsert'],\n mutationFn: (input: UsersConfigUpsertInput) => sdk['users']['config']['upsert'](input),\n});\n\nexport const usersFactorsListQueryOptions = (sdk: GeneratedClient, input: UsersFactorsListInput) => ({\n queryKey: ['users', 'factors', 'list', input] as const,\n queryFn: () => sdk['users']['factors']['list'](input),\n});\n\nexport const usersFactorsResetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'factors', 'reset'],\n mutationFn: (input: UsersFactorsResetInput) => sdk['users']['factors']['reset'](input),\n});\n\nexport const usersKeysListQueryOptions = (sdk: GeneratedClient, input: UsersKeysListInput) => ({\n queryKey: ['users', 'keys', 'list', input] as const,\n queryFn: () => sdk['users']['keys']['list'](input),\n});\n\nexport const usersKeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'keys', 'revoke'],\n mutationFn: (input: UsersKeysRevokeInput) => sdk['users']['keys']['revoke'](input),\n});\n\nexport const usersKeysRotateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'keys', 'rotate'],\n mutationFn: (input: UsersKeysRotateInput) => sdk['users']['keys']['rotate'](input),\n});\n\nexport const usersOpsRetentionGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'ops-retention', 'get'],\n mutationFn: (input: UsersOpsRetentionGetInput) => sdk['users']['ops-retention']['get'](input),\n});\n\nexport const usersOpsSloGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'ops-slo', 'get'],\n mutationFn: (input: UsersOpsSloGetInput) => sdk['users']['ops-slo']['get'](input),\n});\n\nexport const usersSessionsGetQueryOptions = (sdk: GeneratedClient, input: UsersSessionsGetInput) => ({\n queryKey: ['users', 'sessions', 'get', input] as const,\n queryFn: () => sdk['users']['sessions']['get'](input),\n});\n\nexport const usersSessionsImpersonateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'sessions', 'impersonate'],\n mutationFn: (input: UsersSessionsImpersonateInput) => sdk['users']['sessions']['impersonate'](input),\n});\n\nexport const usersSessionsListQueryOptions = (sdk: GeneratedClient, input: UsersSessionsListInput) => ({\n queryKey: ['users', 'sessions', 'list', input] as const,\n queryFn: () => sdk['users']['sessions']['list'](input),\n});\n\nexport const usersSessionsRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'sessions', 'revoke'],\n mutationFn: (input: UsersSessionsRevokeInput) => sdk['users']['sessions']['revoke'](input),\n});\n\nexport const usersStatsGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'stats', 'get'],\n mutationFn: (input: UsersStatsGetInput) => sdk['users']['stats']['get'](input),\n});\n\nexport const usersUsersBanMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'ban'],\n mutationFn: (input: UsersUsersBanInput) => sdk['users']['users']['ban'](input),\n});\n\nexport const usersUsersCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'create'],\n mutationFn: (input: UsersUsersCreateInput) => sdk['users']['users']['create'](input),\n});\n\nexport const usersUsersDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'delete'],\n mutationFn: (input: UsersUsersDeleteInput) => sdk['users']['users']['delete'](input),\n});\n\nexport const usersUsersEraseMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'erase'],\n mutationFn: (input: UsersUsersEraseInput) => sdk['users']['users']['erase'](input),\n});\n\nexport const usersUsersExportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'export'],\n mutationFn: (input: UsersUsersExportInput) => sdk['users']['users']['export'](input),\n});\n\nexport const usersUsersGetQueryOptions = (sdk: GeneratedClient, input: UsersUsersGetInput) => ({\n queryKey: ['users', 'users', 'get', input] as const,\n queryFn: () => sdk['users']['users']['get'](input),\n});\n\nexport const usersUsersImportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'import'],\n mutationFn: (input: UsersUsersImportInput) => sdk['users']['users']['import'](input),\n});\n\nexport const usersUsersInviteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'invite'],\n mutationFn: (input: UsersUsersInviteInput) => sdk['users']['users']['invite'](input),\n});\n\nexport const usersUsersListQueryOptions = (sdk: GeneratedClient, input: UsersUsersListInput) => ({\n queryKey: ['users', 'users', 'list', input] as const,\n queryFn: () => sdk['users']['users']['list'](input),\n});\n\nexport const usersUsersSetPrimaryIdentifierMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users-set-primary', 'identifier'],\n mutationFn: (input: UsersUsersSetPrimaryIdentifierInput) => sdk['users']['users-set-primary']['identifier'](input),\n});\n\nexport const usersUsersUnbanMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'unban'],\n mutationFn: (input: UsersUsersUnbanInput) => sdk['users']['users']['unban'](input),\n});\n\nexport const usersUsersUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'update'],\n mutationFn: (input: UsersUsersUpdateInput) => sdk['users']['users']['update'](input),\n});\n\nexport const usersWaitlistEraseMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'erase'],\n mutationFn: (input: UsersWaitlistEraseInput) => sdk['users']['waitlist']['erase'](input),\n});\n\nexport const usersWaitlistFunnelMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'funnel'],\n mutationFn: (input: UsersWaitlistFunnelInput) => sdk['users']['waitlist']['funnel'](input),\n});\n\nexport const usersWaitlistImportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'import'],\n mutationFn: (input: UsersWaitlistImportInput) => sdk['users']['waitlist']['import'](input),\n});\n\nexport const usersWaitlistInviteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'invite'],\n mutationFn: (input: UsersWaitlistInviteInput) => sdk['users']['waitlist']['invite'](input),\n});\n\nexport const usersWaitlistListMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'list'],\n mutationFn: (input: UsersWaitlistListInput) => sdk['users']['waitlist']['list'](input),\n});\n\nexport const usersWebhooksCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'create'],\n mutationFn: (input: UsersWebhooksCreateInput) => sdk['users']['webhooks']['create'](input),\n});\n\nexport const usersWebhooksDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'delete'],\n mutationFn: (input: UsersWebhooksDeleteInput) => sdk['users']['webhooks']['delete'](input),\n});\n\nexport const usersWebhooksDeliveriesListQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksDeliveriesListInput) => ({\n queryKey: ['users', 'webhooks-deliveries', 'list', input] as const,\n queryFn: () => sdk['users']['webhooks-deliveries']['list'](input),\n});\n\nexport const usersWebhooksGetQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksGetInput) => ({\n queryKey: ['users', 'webhooks', 'get', input] as const,\n queryFn: () => sdk['users']['webhooks']['get'](input),\n});\n\nexport const usersWebhooksListQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksListInput) => ({\n queryKey: ['users', 'webhooks', 'list', input] as const,\n queryFn: () => sdk['users']['webhooks']['list'](input),\n});\n\nexport const usersWebhooksRotateSecretMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks-rotate', 'secret'],\n mutationFn: (input: UsersWebhooksRotateSecretInput) => sdk['users']['webhooks-rotate']['secret'](input),\n});\n\nexport const usersWebhooksUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'update'],\n mutationFn: (input: UsersWebhooksUpdateInput) => sdk['users']['webhooks']['update'](input),\n});\n"]}
|
|
1
|
+
{"version":3,"sources":["../../src/gen/users/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 UsersApikeysCreateInput,\n UsersApikeysListInput,\n UsersApikeysListOutput,\n UsersApikeysRevokeInput,\n UsersAuditListInput,\n UsersAuditListOutput,\n UsersConfigGetInput,\n UsersConfigGetOutput,\n UsersConfigUpsertInput,\n UsersFactorsListInput,\n UsersFactorsListOutput,\n UsersFactorsResetInput,\n UsersKeysListInput,\n UsersKeysListOutput,\n UsersKeysRevokeInput,\n UsersKeysRotateInput,\n UsersOpsRetentionGetInput,\n UsersOpsSloGetInput,\n UsersPasskeysListInput,\n UsersPasskeysListOutput,\n UsersPasskeysRevokeInput,\n UsersSessionsGetInput,\n UsersSessionsGetOutput,\n UsersSessionsImpersonateInput,\n UsersSessionsListInput,\n UsersSessionsListOutput,\n UsersSessionsRevokeInput,\n UsersStatsGetInput,\n UsersUsersBanInput,\n UsersUsersCreateInput,\n UsersUsersDeleteInput,\n UsersUsersEraseInput,\n UsersUsersExportInput,\n UsersUsersGetInput,\n UsersUsersGetOutput,\n UsersUsersImportInput,\n UsersUsersInviteInput,\n UsersUsersListInput,\n UsersUsersListOutput,\n UsersUsersSetPrimaryIdentifierInput,\n UsersUsersUnbanInput,\n UsersUsersUpdateInput,\n UsersWaitlistEraseInput,\n UsersWaitlistFunnelInput,\n UsersWaitlistImportInput,\n UsersWaitlistInviteInput,\n UsersWaitlistListInput,\n UsersWebhooksCreateInput,\n UsersWebhooksDeleteInput,\n UsersWebhooksDeliveriesListInput,\n UsersWebhooksDeliveriesListOutput,\n UsersWebhooksGetInput,\n UsersWebhooksGetOutput,\n UsersWebhooksListInput,\n UsersWebhooksListOutput,\n UsersWebhooksRotateSecretInput,\n UsersWebhooksUpdateInput,\n} from '../types.gen';\n\nexport const usersApikeysCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'apikeys', 'create'],\n mutationFn: (input: UsersApikeysCreateInput) => sdk['users']['apikeys']['create'](input),\n});\n\nexport const usersApikeysListQueryOptions = (sdk: GeneratedClient, input: UsersApikeysListInput) => ({\n queryKey: ['users', 'apikeys', 'list', input] as const,\n queryFn: () => sdk['users']['apikeys']['list'](input),\n});\n\nexport const usersApikeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'apikeys', 'revoke'],\n mutationFn: (input: UsersApikeysRevokeInput) => sdk['users']['apikeys']['revoke'](input),\n});\n\nexport const usersAuditListQueryOptions = (sdk: GeneratedClient, input: UsersAuditListInput) => ({\n queryKey: ['users', 'audit', 'list', input] as const,\n queryFn: () => sdk['users']['audit']['list'](input),\n});\n\nexport const usersConfigGetQueryOptions = (sdk: GeneratedClient, input: UsersConfigGetInput) => ({\n queryKey: ['users', 'config', 'get', input] as const,\n queryFn: () => sdk['users']['config']['get'](input),\n});\n\nexport const usersConfigUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'config', 'upsert'],\n mutationFn: (input: UsersConfigUpsertInput) => sdk['users']['config']['upsert'](input),\n});\n\nexport const usersFactorsListQueryOptions = (sdk: GeneratedClient, input: UsersFactorsListInput) => ({\n queryKey: ['users', 'factors', 'list', input] as const,\n queryFn: () => sdk['users']['factors']['list'](input),\n});\n\nexport const usersFactorsResetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'factors', 'reset'],\n mutationFn: (input: UsersFactorsResetInput) => sdk['users']['factors']['reset'](input),\n});\n\nexport const usersKeysListQueryOptions = (sdk: GeneratedClient, input: UsersKeysListInput) => ({\n queryKey: ['users', 'keys', 'list', input] as const,\n queryFn: () => sdk['users']['keys']['list'](input),\n});\n\nexport const usersKeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'keys', 'revoke'],\n mutationFn: (input: UsersKeysRevokeInput) => sdk['users']['keys']['revoke'](input),\n});\n\nexport const usersKeysRotateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'keys', 'rotate'],\n mutationFn: (input: UsersKeysRotateInput) => sdk['users']['keys']['rotate'](input),\n});\n\nexport const usersOpsRetentionGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'ops-retention', 'get'],\n mutationFn: (input: UsersOpsRetentionGetInput) => sdk['users']['ops-retention']['get'](input),\n});\n\nexport const usersOpsSloGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'ops-slo', 'get'],\n mutationFn: (input: UsersOpsSloGetInput) => sdk['users']['ops-slo']['get'](input),\n});\n\nexport const usersPasskeysListQueryOptions = (sdk: GeneratedClient, input: UsersPasskeysListInput) => ({\n queryKey: ['users', 'passkeys', 'list', input] as const,\n queryFn: () => sdk['users']['passkeys']['list'](input),\n});\n\nexport const usersPasskeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'passkeys', 'revoke'],\n mutationFn: (input: UsersPasskeysRevokeInput) => sdk['users']['passkeys']['revoke'](input),\n});\n\nexport const usersSessionsGetQueryOptions = (sdk: GeneratedClient, input: UsersSessionsGetInput) => ({\n queryKey: ['users', 'sessions', 'get', input] as const,\n queryFn: () => sdk['users']['sessions']['get'](input),\n});\n\nexport const usersSessionsImpersonateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'sessions', 'impersonate'],\n mutationFn: (input: UsersSessionsImpersonateInput) => sdk['users']['sessions']['impersonate'](input),\n});\n\nexport const usersSessionsListQueryOptions = (sdk: GeneratedClient, input: UsersSessionsListInput) => ({\n queryKey: ['users', 'sessions', 'list', input] as const,\n queryFn: () => sdk['users']['sessions']['list'](input),\n});\n\nexport const usersSessionsRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'sessions', 'revoke'],\n mutationFn: (input: UsersSessionsRevokeInput) => sdk['users']['sessions']['revoke'](input),\n});\n\nexport const usersStatsGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'stats', 'get'],\n mutationFn: (input: UsersStatsGetInput) => sdk['users']['stats']['get'](input),\n});\n\nexport const usersUsersBanMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'ban'],\n mutationFn: (input: UsersUsersBanInput) => sdk['users']['users']['ban'](input),\n});\n\nexport const usersUsersCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'create'],\n mutationFn: (input: UsersUsersCreateInput) => sdk['users']['users']['create'](input),\n});\n\nexport const usersUsersDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'delete'],\n mutationFn: (input: UsersUsersDeleteInput) => sdk['users']['users']['delete'](input),\n});\n\nexport const usersUsersEraseMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'erase'],\n mutationFn: (input: UsersUsersEraseInput) => sdk['users']['users']['erase'](input),\n});\n\nexport const usersUsersExportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'export'],\n mutationFn: (input: UsersUsersExportInput) => sdk['users']['users']['export'](input),\n});\n\nexport const usersUsersGetQueryOptions = (sdk: GeneratedClient, input: UsersUsersGetInput) => ({\n queryKey: ['users', 'users', 'get', input] as const,\n queryFn: () => sdk['users']['users']['get'](input),\n});\n\nexport const usersUsersImportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'import'],\n mutationFn: (input: UsersUsersImportInput) => sdk['users']['users']['import'](input),\n});\n\nexport const usersUsersInviteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'invite'],\n mutationFn: (input: UsersUsersInviteInput) => sdk['users']['users']['invite'](input),\n});\n\nexport const usersUsersListQueryOptions = (sdk: GeneratedClient, input: UsersUsersListInput) => ({\n queryKey: ['users', 'users', 'list', input] as const,\n queryFn: () => sdk['users']['users']['list'](input),\n});\n\nexport const usersUsersSetPrimaryIdentifierMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users-set-primary', 'identifier'],\n mutationFn: (input: UsersUsersSetPrimaryIdentifierInput) => sdk['users']['users-set-primary']['identifier'](input),\n});\n\nexport const usersUsersUnbanMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'unban'],\n mutationFn: (input: UsersUsersUnbanInput) => sdk['users']['users']['unban'](input),\n});\n\nexport const usersUsersUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'update'],\n mutationFn: (input: UsersUsersUpdateInput) => sdk['users']['users']['update'](input),\n});\n\nexport const usersWaitlistEraseMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'erase'],\n mutationFn: (input: UsersWaitlistEraseInput) => sdk['users']['waitlist']['erase'](input),\n});\n\nexport const usersWaitlistFunnelMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'funnel'],\n mutationFn: (input: UsersWaitlistFunnelInput) => sdk['users']['waitlist']['funnel'](input),\n});\n\nexport const usersWaitlistImportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'import'],\n mutationFn: (input: UsersWaitlistImportInput) => sdk['users']['waitlist']['import'](input),\n});\n\nexport const usersWaitlistInviteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'invite'],\n mutationFn: (input: UsersWaitlistInviteInput) => sdk['users']['waitlist']['invite'](input),\n});\n\nexport const usersWaitlistListMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'list'],\n mutationFn: (input: UsersWaitlistListInput) => sdk['users']['waitlist']['list'](input),\n});\n\nexport const usersWebhooksCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'create'],\n mutationFn: (input: UsersWebhooksCreateInput) => sdk['users']['webhooks']['create'](input),\n});\n\nexport const usersWebhooksDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'delete'],\n mutationFn: (input: UsersWebhooksDeleteInput) => sdk['users']['webhooks']['delete'](input),\n});\n\nexport const usersWebhooksDeliveriesListQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksDeliveriesListInput) => ({\n queryKey: ['users', 'webhooks-deliveries', 'list', input] as const,\n queryFn: () => sdk['users']['webhooks-deliveries']['list'](input),\n});\n\nexport const usersWebhooksGetQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksGetInput) => ({\n queryKey: ['users', 'webhooks', 'get', input] as const,\n queryFn: () => sdk['users']['webhooks']['get'](input),\n});\n\nexport const usersWebhooksListQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksListInput) => ({\n queryKey: ['users', 'webhooks', 'list', input] as const,\n queryFn: () => sdk['users']['webhooks']['list'](input),\n});\n\nexport const usersWebhooksRotateSecretMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks-rotate', 'secret'],\n mutationFn: (input: UsersWebhooksRotateSecretInput) => sdk['users']['webhooks-rotate']['secret'](input),\n});\n\nexport const usersWebhooksUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'update'],\n mutationFn: (input: UsersWebhooksUpdateInput) => sdk['users']['webhooks']['update'](input),\n});\n"]}
|
package/dist/users/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, mQ as UsersApikeysCreateInput, mR as UsersApikeysCreateOutput, mS as UsersApikeysListInput, mT as UsersApikeysListOutput, mU as UsersApikeysRevokeInput, mV as UsersApikeysRevokeOutput, mW as UsersAuditListInput, mX as UsersAuditListOutput, mY as UsersConfigGetInput, mZ as UsersConfigGetOutput, m_ as UsersConfigUpsertInput, m$ as UsersConfigUpsertOutput, n0 as UsersFactorsListInput, n1 as UsersFactorsListOutput, n2 as UsersFactorsResetInput, n3 as UsersFactorsResetOutput, n4 as UsersKeysListInput, n5 as UsersKeysListOutput, n6 as UsersKeysRevokeInput, n7 as UsersKeysRevokeOutput, n8 as UsersKeysRotateInput, n9 as UsersKeysRotateOutput, na as UsersOpsRetentionGetInput, nb as UsersOpsRetentionGetOutput, nc as UsersOpsSloGetInput, nd as UsersOpsSloGetOutput, ne as UsersPasskeysListInput, nf as UsersPasskeysListOutput, ng as UsersPasskeysRevokeInput, nh as UsersPasskeysRevokeOutput, ni as UsersSessionsGetInput, nj as UsersSessionsGetOutput, nk as UsersSessionsImpersonateInput, nl as UsersSessionsImpersonateOutput, nm as UsersSessionsListInput, nn as UsersSessionsListOutput, no as UsersSessionsRevokeInput, np as UsersSessionsRevokeOutput, nq as UsersStatsGetInput, nr as UsersStatsGetOutput, ns as UsersUsersBanInput, nt as UsersUsersBanOutput, nu as UsersUsersCreateInput, nv as UsersUsersCreateOutput, nw as UsersUsersDeleteInput, nx as UsersUsersDeleteOutput, ny as UsersUsersEraseInput, nz as UsersUsersEraseOutput, nA as UsersUsersExportInput, nB as UsersUsersExportOutput, nC as UsersUsersGetInput, nD as UsersUsersGetOutput, nE as UsersUsersImportInput, nF as UsersUsersImportOutput, nG as UsersUsersInviteInput, nH as UsersUsersInviteOutput, nI as UsersUsersListInput, nJ as UsersUsersListOutput, nK as UsersUsersSetPrimaryIdentifierInput, nL as UsersUsersSetPrimaryIdentifierOutput, nM as UsersUsersUnbanInput, nN as UsersUsersUnbanOutput, nO as UsersUsersUpdateInput, nP as UsersUsersUpdateOutput, nQ as UsersWaitlistEraseInput, nR as UsersWaitlistEraseOutput, nS as UsersWaitlistFunnelInput, nT as UsersWaitlistFunnelOutput, nU as UsersWaitlistImportInput, nV as UsersWaitlistImportOutput, nW as UsersWaitlistInviteInput, nX as UsersWaitlistInviteOutput, nY as UsersWaitlistListInput, nZ as UsersWaitlistListOutput, n_ as UsersWebhooksCreateInput, n$ as UsersWebhooksCreateOutput, o0 as UsersWebhooksDeleteInput, o1 as UsersWebhooksDeleteOutput, o2 as UsersWebhooksDeliveriesListInput, o3 as UsersWebhooksDeliveriesListOutput, o4 as UsersWebhooksGetInput, o5 as UsersWebhooksGetOutput, o6 as UsersWebhooksListInput, o7 as UsersWebhooksListOutput, o8 as UsersWebhooksRotateSecretInput, o9 as UsersWebhooksRotateSecretOutput, oa as UsersWebhooksUpdateInput, ob as UsersWebhooksUpdateOutput } from '../client.gen-CMLEyXO3.cjs';
|
|
2
2
|
|
|
3
3
|
declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -52,6 +52,14 @@ declare const usersOpsSloGetMutationOptions: (sdk: GeneratedClient) => {
|
|
|
52
52
|
mutationKey: string[];
|
|
53
53
|
mutationFn: (input: UsersOpsSloGetInput) => Promise<UsersOpsSloGetOutput>;
|
|
54
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
|
+
};
|
|
55
63
|
declare const usersSessionsGetQueryOptions: (sdk: GeneratedClient, input: UsersSessionsGetInput) => {
|
|
56
64
|
queryKey: readonly ["users", "sessions", "get", UsersSessionsGetInput];
|
|
57
65
|
queryFn: () => Promise<UsersSessionsGetOutput>;
|
|
@@ -169,4 +177,4 @@ declare const usersWebhooksUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
|
169
177
|
mutationFn: (input: UsersWebhooksUpdateInput) => Promise<UsersWebhooksUpdateOutput>;
|
|
170
178
|
};
|
|
171
179
|
|
|
172
|
-
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, 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, 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 };
|
|
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 };
|
package/dist/users/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, mQ as UsersApikeysCreateInput, mR as UsersApikeysCreateOutput, mS as UsersApikeysListInput, mT as UsersApikeysListOutput, mU as UsersApikeysRevokeInput, mV as UsersApikeysRevokeOutput, mW as UsersAuditListInput, mX as UsersAuditListOutput, mY as UsersConfigGetInput, mZ as UsersConfigGetOutput, m_ as UsersConfigUpsertInput, m$ as UsersConfigUpsertOutput, n0 as UsersFactorsListInput, n1 as UsersFactorsListOutput, n2 as UsersFactorsResetInput, n3 as UsersFactorsResetOutput, n4 as UsersKeysListInput, n5 as UsersKeysListOutput, n6 as UsersKeysRevokeInput, n7 as UsersKeysRevokeOutput, n8 as UsersKeysRotateInput, n9 as UsersKeysRotateOutput, na as UsersOpsRetentionGetInput, nb as UsersOpsRetentionGetOutput, nc as UsersOpsSloGetInput, nd as UsersOpsSloGetOutput, ne as UsersPasskeysListInput, nf as UsersPasskeysListOutput, ng as UsersPasskeysRevokeInput, nh as UsersPasskeysRevokeOutput, ni as UsersSessionsGetInput, nj as UsersSessionsGetOutput, nk as UsersSessionsImpersonateInput, nl as UsersSessionsImpersonateOutput, nm as UsersSessionsListInput, nn as UsersSessionsListOutput, no as UsersSessionsRevokeInput, np as UsersSessionsRevokeOutput, nq as UsersStatsGetInput, nr as UsersStatsGetOutput, ns as UsersUsersBanInput, nt as UsersUsersBanOutput, nu as UsersUsersCreateInput, nv as UsersUsersCreateOutput, nw as UsersUsersDeleteInput, nx as UsersUsersDeleteOutput, ny as UsersUsersEraseInput, nz as UsersUsersEraseOutput, nA as UsersUsersExportInput, nB as UsersUsersExportOutput, nC as UsersUsersGetInput, nD as UsersUsersGetOutput, nE as UsersUsersImportInput, nF as UsersUsersImportOutput, nG as UsersUsersInviteInput, nH as UsersUsersInviteOutput, nI as UsersUsersListInput, nJ as UsersUsersListOutput, nK as UsersUsersSetPrimaryIdentifierInput, nL as UsersUsersSetPrimaryIdentifierOutput, nM as UsersUsersUnbanInput, nN as UsersUsersUnbanOutput, nO as UsersUsersUpdateInput, nP as UsersUsersUpdateOutput, nQ as UsersWaitlistEraseInput, nR as UsersWaitlistEraseOutput, nS as UsersWaitlistFunnelInput, nT as UsersWaitlistFunnelOutput, nU as UsersWaitlistImportInput, nV as UsersWaitlistImportOutput, nW as UsersWaitlistInviteInput, nX as UsersWaitlistInviteOutput, nY as UsersWaitlistListInput, nZ as UsersWaitlistListOutput, n_ as UsersWebhooksCreateInput, n$ as UsersWebhooksCreateOutput, o0 as UsersWebhooksDeleteInput, o1 as UsersWebhooksDeleteOutput, o2 as UsersWebhooksDeliveriesListInput, o3 as UsersWebhooksDeliveriesListOutput, o4 as UsersWebhooksGetInput, o5 as UsersWebhooksGetOutput, o6 as UsersWebhooksListInput, o7 as UsersWebhooksListOutput, o8 as UsersWebhooksRotateSecretInput, o9 as UsersWebhooksRotateSecretOutput, oa as UsersWebhooksUpdateInput, ob as UsersWebhooksUpdateOutput } from '../client.gen-CMLEyXO3.js';
|
|
2
2
|
|
|
3
3
|
declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
|
|
4
4
|
mutationKey: string[];
|
|
@@ -52,6 +52,14 @@ declare const usersOpsSloGetMutationOptions: (sdk: GeneratedClient) => {
|
|
|
52
52
|
mutationKey: string[];
|
|
53
53
|
mutationFn: (input: UsersOpsSloGetInput) => Promise<UsersOpsSloGetOutput>;
|
|
54
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
|
+
};
|
|
55
63
|
declare const usersSessionsGetQueryOptions: (sdk: GeneratedClient, input: UsersSessionsGetInput) => {
|
|
56
64
|
queryKey: readonly ["users", "sessions", "get", UsersSessionsGetInput];
|
|
57
65
|
queryFn: () => Promise<UsersSessionsGetOutput>;
|
|
@@ -169,4 +177,4 @@ declare const usersWebhooksUpdateMutationOptions: (sdk: GeneratedClient) => {
|
|
|
169
177
|
mutationFn: (input: UsersWebhooksUpdateInput) => Promise<UsersWebhooksUpdateOutput>;
|
|
170
178
|
};
|
|
171
179
|
|
|
172
|
-
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, 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, 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 };
|
|
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 };
|
package/dist/users/index.js
CHANGED
|
@@ -51,6 +51,14 @@ var usersOpsSloGetMutationOptions = (sdk) => ({
|
|
|
51
51
|
mutationKey: ["users", "ops-slo", "get"],
|
|
52
52
|
mutationFn: (input) => sdk["users"]["ops-slo"]["get"](input)
|
|
53
53
|
});
|
|
54
|
+
var usersPasskeysListQueryOptions = (sdk, input) => ({
|
|
55
|
+
queryKey: ["users", "passkeys", "list", input],
|
|
56
|
+
queryFn: () => sdk["users"]["passkeys"]["list"](input)
|
|
57
|
+
});
|
|
58
|
+
var usersPasskeysRevokeMutationOptions = (sdk) => ({
|
|
59
|
+
mutationKey: ["users", "passkeys", "revoke"],
|
|
60
|
+
mutationFn: (input) => sdk["users"]["passkeys"]["revoke"](input)
|
|
61
|
+
});
|
|
54
62
|
var usersSessionsGetQueryOptions = (sdk, input) => ({
|
|
55
63
|
queryKey: ["users", "sessions", "get", input],
|
|
56
64
|
queryFn: () => sdk["users"]["sessions"]["get"](input)
|
|
@@ -168,6 +176,6 @@ var usersWebhooksUpdateMutationOptions = (sdk) => ({
|
|
|
168
176
|
mutationFn: (input) => sdk["users"]["webhooks"]["update"](input)
|
|
169
177
|
});
|
|
170
178
|
|
|
171
|
-
export { usersApikeysCreateMutationOptions, usersApikeysListQueryOptions, usersApikeysRevokeMutationOptions, usersAuditListQueryOptions, usersConfigGetQueryOptions, usersConfigUpsertMutationOptions, usersFactorsListQueryOptions, usersFactorsResetMutationOptions, usersKeysListQueryOptions, usersKeysRevokeMutationOptions, usersKeysRotateMutationOptions, usersOpsRetentionGetMutationOptions, usersOpsSloGetMutationOptions, 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 };
|
|
179
|
+
export { 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 };
|
|
172
180
|
//# sourceMappingURL=index.js.map
|
|
173
181
|
//# sourceMappingURL=index.js.map
|
package/dist/users/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/gen/users/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 UsersApikeysCreateInput,\n UsersApikeysListInput,\n UsersApikeysListOutput,\n UsersApikeysRevokeInput,\n UsersAuditListInput,\n UsersAuditListOutput,\n UsersConfigGetInput,\n UsersConfigGetOutput,\n UsersConfigUpsertInput,\n UsersFactorsListInput,\n UsersFactorsListOutput,\n UsersFactorsResetInput,\n UsersKeysListInput,\n UsersKeysListOutput,\n UsersKeysRevokeInput,\n UsersKeysRotateInput,\n UsersOpsRetentionGetInput,\n UsersOpsSloGetInput,\n UsersSessionsGetInput,\n UsersSessionsGetOutput,\n UsersSessionsImpersonateInput,\n UsersSessionsListInput,\n UsersSessionsListOutput,\n UsersSessionsRevokeInput,\n UsersStatsGetInput,\n UsersUsersBanInput,\n UsersUsersCreateInput,\n UsersUsersDeleteInput,\n UsersUsersEraseInput,\n UsersUsersExportInput,\n UsersUsersGetInput,\n UsersUsersGetOutput,\n UsersUsersImportInput,\n UsersUsersInviteInput,\n UsersUsersListInput,\n UsersUsersListOutput,\n UsersUsersSetPrimaryIdentifierInput,\n UsersUsersUnbanInput,\n UsersUsersUpdateInput,\n UsersWaitlistEraseInput,\n UsersWaitlistFunnelInput,\n UsersWaitlistImportInput,\n UsersWaitlistInviteInput,\n UsersWaitlistListInput,\n UsersWebhooksCreateInput,\n UsersWebhooksDeleteInput,\n UsersWebhooksDeliveriesListInput,\n UsersWebhooksDeliveriesListOutput,\n UsersWebhooksGetInput,\n UsersWebhooksGetOutput,\n UsersWebhooksListInput,\n UsersWebhooksListOutput,\n UsersWebhooksRotateSecretInput,\n UsersWebhooksUpdateInput,\n} from '../types.gen';\n\nexport const usersApikeysCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'apikeys', 'create'],\n mutationFn: (input: UsersApikeysCreateInput) => sdk['users']['apikeys']['create'](input),\n});\n\nexport const usersApikeysListQueryOptions = (sdk: GeneratedClient, input: UsersApikeysListInput) => ({\n queryKey: ['users', 'apikeys', 'list', input] as const,\n queryFn: () => sdk['users']['apikeys']['list'](input),\n});\n\nexport const usersApikeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'apikeys', 'revoke'],\n mutationFn: (input: UsersApikeysRevokeInput) => sdk['users']['apikeys']['revoke'](input),\n});\n\nexport const usersAuditListQueryOptions = (sdk: GeneratedClient, input: UsersAuditListInput) => ({\n queryKey: ['users', 'audit', 'list', input] as const,\n queryFn: () => sdk['users']['audit']['list'](input),\n});\n\nexport const usersConfigGetQueryOptions = (sdk: GeneratedClient, input: UsersConfigGetInput) => ({\n queryKey: ['users', 'config', 'get', input] as const,\n queryFn: () => sdk['users']['config']['get'](input),\n});\n\nexport const usersConfigUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'config', 'upsert'],\n mutationFn: (input: UsersConfigUpsertInput) => sdk['users']['config']['upsert'](input),\n});\n\nexport const usersFactorsListQueryOptions = (sdk: GeneratedClient, input: UsersFactorsListInput) => ({\n queryKey: ['users', 'factors', 'list', input] as const,\n queryFn: () => sdk['users']['factors']['list'](input),\n});\n\nexport const usersFactorsResetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'factors', 'reset'],\n mutationFn: (input: UsersFactorsResetInput) => sdk['users']['factors']['reset'](input),\n});\n\nexport const usersKeysListQueryOptions = (sdk: GeneratedClient, input: UsersKeysListInput) => ({\n queryKey: ['users', 'keys', 'list', input] as const,\n queryFn: () => sdk['users']['keys']['list'](input),\n});\n\nexport const usersKeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'keys', 'revoke'],\n mutationFn: (input: UsersKeysRevokeInput) => sdk['users']['keys']['revoke'](input),\n});\n\nexport const usersKeysRotateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'keys', 'rotate'],\n mutationFn: (input: UsersKeysRotateInput) => sdk['users']['keys']['rotate'](input),\n});\n\nexport const usersOpsRetentionGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'ops-retention', 'get'],\n mutationFn: (input: UsersOpsRetentionGetInput) => sdk['users']['ops-retention']['get'](input),\n});\n\nexport const usersOpsSloGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'ops-slo', 'get'],\n mutationFn: (input: UsersOpsSloGetInput) => sdk['users']['ops-slo']['get'](input),\n});\n\nexport const usersSessionsGetQueryOptions = (sdk: GeneratedClient, input: UsersSessionsGetInput) => ({\n queryKey: ['users', 'sessions', 'get', input] as const,\n queryFn: () => sdk['users']['sessions']['get'](input),\n});\n\nexport const usersSessionsImpersonateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'sessions', 'impersonate'],\n mutationFn: (input: UsersSessionsImpersonateInput) => sdk['users']['sessions']['impersonate'](input),\n});\n\nexport const usersSessionsListQueryOptions = (sdk: GeneratedClient, input: UsersSessionsListInput) => ({\n queryKey: ['users', 'sessions', 'list', input] as const,\n queryFn: () => sdk['users']['sessions']['list'](input),\n});\n\nexport const usersSessionsRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'sessions', 'revoke'],\n mutationFn: (input: UsersSessionsRevokeInput) => sdk['users']['sessions']['revoke'](input),\n});\n\nexport const usersStatsGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'stats', 'get'],\n mutationFn: (input: UsersStatsGetInput) => sdk['users']['stats']['get'](input),\n});\n\nexport const usersUsersBanMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'ban'],\n mutationFn: (input: UsersUsersBanInput) => sdk['users']['users']['ban'](input),\n});\n\nexport const usersUsersCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'create'],\n mutationFn: (input: UsersUsersCreateInput) => sdk['users']['users']['create'](input),\n});\n\nexport const usersUsersDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'delete'],\n mutationFn: (input: UsersUsersDeleteInput) => sdk['users']['users']['delete'](input),\n});\n\nexport const usersUsersEraseMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'erase'],\n mutationFn: (input: UsersUsersEraseInput) => sdk['users']['users']['erase'](input),\n});\n\nexport const usersUsersExportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'export'],\n mutationFn: (input: UsersUsersExportInput) => sdk['users']['users']['export'](input),\n});\n\nexport const usersUsersGetQueryOptions = (sdk: GeneratedClient, input: UsersUsersGetInput) => ({\n queryKey: ['users', 'users', 'get', input] as const,\n queryFn: () => sdk['users']['users']['get'](input),\n});\n\nexport const usersUsersImportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'import'],\n mutationFn: (input: UsersUsersImportInput) => sdk['users']['users']['import'](input),\n});\n\nexport const usersUsersInviteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'invite'],\n mutationFn: (input: UsersUsersInviteInput) => sdk['users']['users']['invite'](input),\n});\n\nexport const usersUsersListQueryOptions = (sdk: GeneratedClient, input: UsersUsersListInput) => ({\n queryKey: ['users', 'users', 'list', input] as const,\n queryFn: () => sdk['users']['users']['list'](input),\n});\n\nexport const usersUsersSetPrimaryIdentifierMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users-set-primary', 'identifier'],\n mutationFn: (input: UsersUsersSetPrimaryIdentifierInput) => sdk['users']['users-set-primary']['identifier'](input),\n});\n\nexport const usersUsersUnbanMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'unban'],\n mutationFn: (input: UsersUsersUnbanInput) => sdk['users']['users']['unban'](input),\n});\n\nexport const usersUsersUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'update'],\n mutationFn: (input: UsersUsersUpdateInput) => sdk['users']['users']['update'](input),\n});\n\nexport const usersWaitlistEraseMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'erase'],\n mutationFn: (input: UsersWaitlistEraseInput) => sdk['users']['waitlist']['erase'](input),\n});\n\nexport const usersWaitlistFunnelMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'funnel'],\n mutationFn: (input: UsersWaitlistFunnelInput) => sdk['users']['waitlist']['funnel'](input),\n});\n\nexport const usersWaitlistImportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'import'],\n mutationFn: (input: UsersWaitlistImportInput) => sdk['users']['waitlist']['import'](input),\n});\n\nexport const usersWaitlistInviteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'invite'],\n mutationFn: (input: UsersWaitlistInviteInput) => sdk['users']['waitlist']['invite'](input),\n});\n\nexport const usersWaitlistListMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'list'],\n mutationFn: (input: UsersWaitlistListInput) => sdk['users']['waitlist']['list'](input),\n});\n\nexport const usersWebhooksCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'create'],\n mutationFn: (input: UsersWebhooksCreateInput) => sdk['users']['webhooks']['create'](input),\n});\n\nexport const usersWebhooksDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'delete'],\n mutationFn: (input: UsersWebhooksDeleteInput) => sdk['users']['webhooks']['delete'](input),\n});\n\nexport const usersWebhooksDeliveriesListQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksDeliveriesListInput) => ({\n queryKey: ['users', 'webhooks-deliveries', 'list', input] as const,\n queryFn: () => sdk['users']['webhooks-deliveries']['list'](input),\n});\n\nexport const usersWebhooksGetQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksGetInput) => ({\n queryKey: ['users', 'webhooks', 'get', input] as const,\n queryFn: () => sdk['users']['webhooks']['get'](input),\n});\n\nexport const usersWebhooksListQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksListInput) => ({\n queryKey: ['users', 'webhooks', 'list', input] as const,\n queryFn: () => sdk['users']['webhooks']['list'](input),\n});\n\nexport const usersWebhooksRotateSecretMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks-rotate', 'secret'],\n mutationFn: (input: UsersWebhooksRotateSecretInput) => sdk['users']['webhooks-rotate']['secret'](input),\n});\n\nexport const usersWebhooksUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'update'],\n mutationFn: (input: UsersWebhooksUpdateInput) => sdk['users']['webhooks']['update'](input),\n});\n"]}
|
|
1
|
+
{"version":3,"sources":["../../src/gen/users/queryOptions.gen.ts"],"names":[],"mappings":";AA8DO,IAAM,iCAAA,GAAoC,CAAC,GAAA,MAA0B;AAAA,EAC1E,WAAA,EAAa,CAAC,OAAA,EAAS,SAAA,EAAW,QAAQ,CAAA;AAAA,EAC1C,UAAA,EAAY,CAAC,KAAA,KAAmC,GAAA,CAAI,OAAO,EAAE,SAAS,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACzF,CAAA;AAEO,IAAM,4BAAA,GAA+B,CAAC,GAAA,EAAsB,KAAA,MAAkC;AAAA,EACnG,QAAA,EAAU,CAAC,OAAA,EAAS,SAAA,EAAW,QAAQ,KAAK,CAAA;AAAA,EAC5C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,SAAS,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACtD,CAAA;AAEO,IAAM,iCAAA,GAAoC,CAAC,GAAA,MAA0B;AAAA,EAC1E,WAAA,EAAa,CAAC,OAAA,EAAS,SAAA,EAAW,QAAQ,CAAA;AAAA,EAC1C,UAAA,EAAY,CAAC,KAAA,KAAmC,GAAA,CAAI,OAAO,EAAE,SAAS,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACzF,CAAA;AAEO,IAAM,0BAAA,GAA6B,CAAC,GAAA,EAAsB,KAAA,MAAgC;AAAA,EAC/F,QAAA,EAAU,CAAC,OAAA,EAAS,OAAA,EAAS,QAAQ,KAAK,CAAA;AAAA,EAC1C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACpD,CAAA;AAEO,IAAM,0BAAA,GAA6B,CAAC,GAAA,EAAsB,KAAA,MAAgC;AAAA,EAC/F,QAAA,EAAU,CAAC,OAAA,EAAS,QAAA,EAAU,OAAO,KAAK,CAAA;AAAA,EAC1C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,QAAQ,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACpD,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,MAA0B;AAAA,EACzE,WAAA,EAAa,CAAC,OAAA,EAAS,QAAA,EAAU,QAAQ,CAAA;AAAA,EACzC,UAAA,EAAY,CAAC,KAAA,KAAkC,GAAA,CAAI,OAAO,EAAE,QAAQ,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACvF,CAAA;AAEO,IAAM,4BAAA,GAA+B,CAAC,GAAA,EAAsB,KAAA,MAAkC;AAAA,EACnG,QAAA,EAAU,CAAC,OAAA,EAAS,SAAA,EAAW,QAAQ,KAAK,CAAA;AAAA,EAC5C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,SAAS,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACtD,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,MAA0B;AAAA,EACzE,WAAA,EAAa,CAAC,OAAA,EAAS,SAAA,EAAW,OAAO,CAAA;AAAA,EACzC,UAAA,EAAY,CAAC,KAAA,KAAkC,GAAA,CAAI,OAAO,EAAE,SAAS,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AACvF,CAAA;AAEO,IAAM,yBAAA,GAA4B,CAAC,GAAA,EAAsB,KAAA,MAA+B;AAAA,EAC7F,QAAA,EAAU,CAAC,OAAA,EAAS,MAAA,EAAQ,QAAQ,KAAK,CAAA;AAAA,EACzC,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,MAAM,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACnD,CAAA;AAEO,IAAM,8BAAA,GAAiC,CAAC,GAAA,MAA0B;AAAA,EACvE,WAAA,EAAa,CAAC,OAAA,EAAS,MAAA,EAAQ,QAAQ,CAAA;AAAA,EACvC,UAAA,EAAY,CAAC,KAAA,KAAgC,GAAA,CAAI,OAAO,EAAE,MAAM,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACnF,CAAA;AAEO,IAAM,8BAAA,GAAiC,CAAC,GAAA,MAA0B;AAAA,EACvE,WAAA,EAAa,CAAC,OAAA,EAAS,MAAA,EAAQ,QAAQ,CAAA;AAAA,EACvC,UAAA,EAAY,CAAC,KAAA,KAAgC,GAAA,CAAI,OAAO,EAAE,MAAM,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACnF,CAAA;AAEO,IAAM,mCAAA,GAAsC,CAAC,GAAA,MAA0B;AAAA,EAC5E,WAAA,EAAa,CAAC,OAAA,EAAS,eAAA,EAAiB,KAAK,CAAA;AAAA,EAC7C,UAAA,EAAY,CAAC,KAAA,KAAqC,GAAA,CAAI,OAAO,EAAE,eAAe,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC9F,CAAA;AAEO,IAAM,6BAAA,GAAgC,CAAC,GAAA,MAA0B;AAAA,EACtE,WAAA,EAAa,CAAC,OAAA,EAAS,SAAA,EAAW,KAAK,CAAA;AAAA,EACvC,UAAA,EAAY,CAAC,KAAA,KAA+B,GAAA,CAAI,OAAO,EAAE,SAAS,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAClF,CAAA;AAEO,IAAM,6BAAA,GAAgC,CAAC,GAAA,EAAsB,KAAA,MAAmC;AAAA,EACrG,QAAA,EAAU,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,KAAK,CAAA;AAAA,EAC7C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACvD,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3F,CAAA;AAEO,IAAM,4BAAA,GAA+B,CAAC,GAAA,EAAsB,KAAA,MAAkC;AAAA,EACnG,QAAA,EAAU,CAAC,OAAA,EAAS,UAAA,EAAY,OAAO,KAAK,CAAA;AAAA,EAC5C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACtD,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,MAA0B;AAAA,EAChF,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,aAAa,CAAA;AAAA,EAChD,UAAA,EAAY,CAAC,KAAA,KAAyC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,aAAa,CAAA,CAAE,KAAK;AACrG,CAAA;AAEO,IAAM,6BAAA,GAAgC,CAAC,GAAA,EAAsB,KAAA,MAAmC;AAAA,EACrG,QAAA,EAAU,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,KAAK,CAAA;AAAA,EAC7C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACvD,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3F,CAAA;AAEO,IAAM,4BAAA,GAA+B,CAAC,GAAA,MAA0B;AAAA,EACrE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,KAAK,CAAA;AAAA,EACrC,UAAA,EAAY,CAAC,KAAA,KAA8B,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC/E,CAAA;AAEO,IAAM,4BAAA,GAA+B,CAAC,GAAA,MAA0B;AAAA,EACrE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,KAAK,CAAA;AAAA,EACrC,UAAA,EAAY,CAAC,KAAA,KAA8B,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AAC/E,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,MAA0B;AAAA,EACxE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,QAAQ,CAAA;AAAA,EACxC,UAAA,EAAY,CAAC,KAAA,KAAiC,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACrF,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,MAA0B;AAAA,EACxE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,QAAQ,CAAA;AAAA,EACxC,UAAA,EAAY,CAAC,KAAA,KAAiC,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACrF,CAAA;AAEO,IAAM,8BAAA,GAAiC,CAAC,GAAA,MAA0B;AAAA,EACvE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,OAAO,CAAA;AAAA,EACvC,UAAA,EAAY,CAAC,KAAA,KAAgC,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AACnF,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,MAA0B;AAAA,EACxE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,QAAQ,CAAA;AAAA,EACxC,UAAA,EAAY,CAAC,KAAA,KAAiC,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACrF,CAAA;AAEO,IAAM,yBAAA,GAA4B,CAAC,GAAA,EAAsB,KAAA,MAA+B;AAAA,EAC7F,QAAA,EAAU,CAAC,OAAA,EAAS,OAAA,EAAS,OAAO,KAAK,CAAA;AAAA,EACzC,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACnD,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,MAA0B;AAAA,EACxE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,QAAQ,CAAA;AAAA,EACxC,UAAA,EAAY,CAAC,KAAA,KAAiC,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACrF,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,MAA0B;AAAA,EACxE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,QAAQ,CAAA;AAAA,EACxC,UAAA,EAAY,CAAC,KAAA,KAAiC,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACrF,CAAA;AAEO,IAAM,0BAAA,GAA6B,CAAC,GAAA,EAAsB,KAAA,MAAgC;AAAA,EAC/F,QAAA,EAAU,CAAC,OAAA,EAAS,OAAA,EAAS,QAAQ,KAAK,CAAA;AAAA,EAC1C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACpD,CAAA;AAEO,IAAM,6CAAA,GAAgD,CAAC,GAAA,MAA0B;AAAA,EACtF,WAAA,EAAa,CAAC,OAAA,EAAS,mBAAA,EAAqB,YAAY,CAAA;AAAA,EACxD,UAAA,EAAY,CAAC,KAAA,KAA+C,GAAA,CAAI,OAAO,EAAE,mBAAmB,CAAA,CAAE,YAAY,CAAA,CAAE,KAAK;AACnH,CAAA;AAEO,IAAM,8BAAA,GAAiC,CAAC,GAAA,MAA0B;AAAA,EACvE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,OAAO,CAAA;AAAA,EACvC,UAAA,EAAY,CAAC,KAAA,KAAgC,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AACnF,CAAA;AAEO,IAAM,+BAAA,GAAkC,CAAC,GAAA,MAA0B;AAAA,EACxE,WAAA,EAAa,CAAC,OAAA,EAAS,OAAA,EAAS,QAAQ,CAAA;AAAA,EACxC,UAAA,EAAY,CAAC,KAAA,KAAiC,GAAA,CAAI,OAAO,EAAE,OAAO,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACrF,CAAA;AAEO,IAAM,iCAAA,GAAoC,CAAC,GAAA,MAA0B;AAAA,EAC1E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,OAAO,CAAA;AAAA,EAC1C,UAAA,EAAY,CAAC,KAAA,KAAmC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,OAAO,CAAA,CAAE,KAAK;AACzF,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3F,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3F,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3F,CAAA;AAEO,IAAM,gCAAA,GAAmC,CAAC,GAAA,MAA0B;AAAA,EACzE,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,MAAM,CAAA;AAAA,EACzC,UAAA,EAAY,CAAC,KAAA,KAAkC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACvF,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3F,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3F,CAAA;AAEO,IAAM,uCAAA,GAA0C,CAAC,GAAA,EAAsB,KAAA,MAA6C;AAAA,EACzH,QAAA,EAAU,CAAC,OAAA,EAAS,qBAAA,EAAuB,QAAQ,KAAK,CAAA;AAAA,EACxD,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,qBAAqB,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AAClE,CAAA;AAEO,IAAM,4BAAA,GAA+B,CAAC,GAAA,EAAsB,KAAA,MAAkC;AAAA,EACnG,QAAA,EAAU,CAAC,OAAA,EAAS,UAAA,EAAY,OAAO,KAAK,CAAA;AAAA,EAC5C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,KAAK,CAAA,CAAE,KAAK;AACtD,CAAA;AAEO,IAAM,6BAAA,GAAgC,CAAC,GAAA,EAAsB,KAAA,MAAmC;AAAA,EACrG,QAAA,EAAU,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,KAAK,CAAA;AAAA,EAC7C,OAAA,EAAS,MAAM,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,MAAM,CAAA,CAAE,KAAK;AACvD,CAAA;AAEO,IAAM,wCAAA,GAA2C,CAAC,GAAA,MAA0B;AAAA,EACjF,WAAA,EAAa,CAAC,OAAA,EAAS,iBAAA,EAAmB,QAAQ,CAAA;AAAA,EAClD,UAAA,EAAY,CAAC,KAAA,KAA0C,GAAA,CAAI,OAAO,EAAE,iBAAiB,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AACxG,CAAA;AAEO,IAAM,kCAAA,GAAqC,CAAC,GAAA,MAA0B;AAAA,EAC3E,WAAA,EAAa,CAAC,OAAA,EAAS,UAAA,EAAY,QAAQ,CAAA;AAAA,EAC3C,UAAA,EAAY,CAAC,KAAA,KAAoC,GAAA,CAAI,OAAO,EAAE,UAAU,CAAA,CAAE,QAAQ,CAAA,CAAE,KAAK;AAC3F,CAAA","file":"index.js","sourcesContent":["// AUTOGENERATED by scripts/generate.ts — do not edit.\nimport type { GeneratedClient } from '../client.gen';\nimport type {\n UsersApikeysCreateInput,\n UsersApikeysListInput,\n UsersApikeysListOutput,\n UsersApikeysRevokeInput,\n UsersAuditListInput,\n UsersAuditListOutput,\n UsersConfigGetInput,\n UsersConfigGetOutput,\n UsersConfigUpsertInput,\n UsersFactorsListInput,\n UsersFactorsListOutput,\n UsersFactorsResetInput,\n UsersKeysListInput,\n UsersKeysListOutput,\n UsersKeysRevokeInput,\n UsersKeysRotateInput,\n UsersOpsRetentionGetInput,\n UsersOpsSloGetInput,\n UsersPasskeysListInput,\n UsersPasskeysListOutput,\n UsersPasskeysRevokeInput,\n UsersSessionsGetInput,\n UsersSessionsGetOutput,\n UsersSessionsImpersonateInput,\n UsersSessionsListInput,\n UsersSessionsListOutput,\n UsersSessionsRevokeInput,\n UsersStatsGetInput,\n UsersUsersBanInput,\n UsersUsersCreateInput,\n UsersUsersDeleteInput,\n UsersUsersEraseInput,\n UsersUsersExportInput,\n UsersUsersGetInput,\n UsersUsersGetOutput,\n UsersUsersImportInput,\n UsersUsersInviteInput,\n UsersUsersListInput,\n UsersUsersListOutput,\n UsersUsersSetPrimaryIdentifierInput,\n UsersUsersUnbanInput,\n UsersUsersUpdateInput,\n UsersWaitlistEraseInput,\n UsersWaitlistFunnelInput,\n UsersWaitlistImportInput,\n UsersWaitlistInviteInput,\n UsersWaitlistListInput,\n UsersWebhooksCreateInput,\n UsersWebhooksDeleteInput,\n UsersWebhooksDeliveriesListInput,\n UsersWebhooksDeliveriesListOutput,\n UsersWebhooksGetInput,\n UsersWebhooksGetOutput,\n UsersWebhooksListInput,\n UsersWebhooksListOutput,\n UsersWebhooksRotateSecretInput,\n UsersWebhooksUpdateInput,\n} from '../types.gen';\n\nexport const usersApikeysCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'apikeys', 'create'],\n mutationFn: (input: UsersApikeysCreateInput) => sdk['users']['apikeys']['create'](input),\n});\n\nexport const usersApikeysListQueryOptions = (sdk: GeneratedClient, input: UsersApikeysListInput) => ({\n queryKey: ['users', 'apikeys', 'list', input] as const,\n queryFn: () => sdk['users']['apikeys']['list'](input),\n});\n\nexport const usersApikeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'apikeys', 'revoke'],\n mutationFn: (input: UsersApikeysRevokeInput) => sdk['users']['apikeys']['revoke'](input),\n});\n\nexport const usersAuditListQueryOptions = (sdk: GeneratedClient, input: UsersAuditListInput) => ({\n queryKey: ['users', 'audit', 'list', input] as const,\n queryFn: () => sdk['users']['audit']['list'](input),\n});\n\nexport const usersConfigGetQueryOptions = (sdk: GeneratedClient, input: UsersConfigGetInput) => ({\n queryKey: ['users', 'config', 'get', input] as const,\n queryFn: () => sdk['users']['config']['get'](input),\n});\n\nexport const usersConfigUpsertMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'config', 'upsert'],\n mutationFn: (input: UsersConfigUpsertInput) => sdk['users']['config']['upsert'](input),\n});\n\nexport const usersFactorsListQueryOptions = (sdk: GeneratedClient, input: UsersFactorsListInput) => ({\n queryKey: ['users', 'factors', 'list', input] as const,\n queryFn: () => sdk['users']['factors']['list'](input),\n});\n\nexport const usersFactorsResetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'factors', 'reset'],\n mutationFn: (input: UsersFactorsResetInput) => sdk['users']['factors']['reset'](input),\n});\n\nexport const usersKeysListQueryOptions = (sdk: GeneratedClient, input: UsersKeysListInput) => ({\n queryKey: ['users', 'keys', 'list', input] as const,\n queryFn: () => sdk['users']['keys']['list'](input),\n});\n\nexport const usersKeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'keys', 'revoke'],\n mutationFn: (input: UsersKeysRevokeInput) => sdk['users']['keys']['revoke'](input),\n});\n\nexport const usersKeysRotateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'keys', 'rotate'],\n mutationFn: (input: UsersKeysRotateInput) => sdk['users']['keys']['rotate'](input),\n});\n\nexport const usersOpsRetentionGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'ops-retention', 'get'],\n mutationFn: (input: UsersOpsRetentionGetInput) => sdk['users']['ops-retention']['get'](input),\n});\n\nexport const usersOpsSloGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'ops-slo', 'get'],\n mutationFn: (input: UsersOpsSloGetInput) => sdk['users']['ops-slo']['get'](input),\n});\n\nexport const usersPasskeysListQueryOptions = (sdk: GeneratedClient, input: UsersPasskeysListInput) => ({\n queryKey: ['users', 'passkeys', 'list', input] as const,\n queryFn: () => sdk['users']['passkeys']['list'](input),\n});\n\nexport const usersPasskeysRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'passkeys', 'revoke'],\n mutationFn: (input: UsersPasskeysRevokeInput) => sdk['users']['passkeys']['revoke'](input),\n});\n\nexport const usersSessionsGetQueryOptions = (sdk: GeneratedClient, input: UsersSessionsGetInput) => ({\n queryKey: ['users', 'sessions', 'get', input] as const,\n queryFn: () => sdk['users']['sessions']['get'](input),\n});\n\nexport const usersSessionsImpersonateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'sessions', 'impersonate'],\n mutationFn: (input: UsersSessionsImpersonateInput) => sdk['users']['sessions']['impersonate'](input),\n});\n\nexport const usersSessionsListQueryOptions = (sdk: GeneratedClient, input: UsersSessionsListInput) => ({\n queryKey: ['users', 'sessions', 'list', input] as const,\n queryFn: () => sdk['users']['sessions']['list'](input),\n});\n\nexport const usersSessionsRevokeMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'sessions', 'revoke'],\n mutationFn: (input: UsersSessionsRevokeInput) => sdk['users']['sessions']['revoke'](input),\n});\n\nexport const usersStatsGetMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'stats', 'get'],\n mutationFn: (input: UsersStatsGetInput) => sdk['users']['stats']['get'](input),\n});\n\nexport const usersUsersBanMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'ban'],\n mutationFn: (input: UsersUsersBanInput) => sdk['users']['users']['ban'](input),\n});\n\nexport const usersUsersCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'create'],\n mutationFn: (input: UsersUsersCreateInput) => sdk['users']['users']['create'](input),\n});\n\nexport const usersUsersDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'delete'],\n mutationFn: (input: UsersUsersDeleteInput) => sdk['users']['users']['delete'](input),\n});\n\nexport const usersUsersEraseMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'erase'],\n mutationFn: (input: UsersUsersEraseInput) => sdk['users']['users']['erase'](input),\n});\n\nexport const usersUsersExportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'export'],\n mutationFn: (input: UsersUsersExportInput) => sdk['users']['users']['export'](input),\n});\n\nexport const usersUsersGetQueryOptions = (sdk: GeneratedClient, input: UsersUsersGetInput) => ({\n queryKey: ['users', 'users', 'get', input] as const,\n queryFn: () => sdk['users']['users']['get'](input),\n});\n\nexport const usersUsersImportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'import'],\n mutationFn: (input: UsersUsersImportInput) => sdk['users']['users']['import'](input),\n});\n\nexport const usersUsersInviteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'invite'],\n mutationFn: (input: UsersUsersInviteInput) => sdk['users']['users']['invite'](input),\n});\n\nexport const usersUsersListQueryOptions = (sdk: GeneratedClient, input: UsersUsersListInput) => ({\n queryKey: ['users', 'users', 'list', input] as const,\n queryFn: () => sdk['users']['users']['list'](input),\n});\n\nexport const usersUsersSetPrimaryIdentifierMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users-set-primary', 'identifier'],\n mutationFn: (input: UsersUsersSetPrimaryIdentifierInput) => sdk['users']['users-set-primary']['identifier'](input),\n});\n\nexport const usersUsersUnbanMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'unban'],\n mutationFn: (input: UsersUsersUnbanInput) => sdk['users']['users']['unban'](input),\n});\n\nexport const usersUsersUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'users', 'update'],\n mutationFn: (input: UsersUsersUpdateInput) => sdk['users']['users']['update'](input),\n});\n\nexport const usersWaitlistEraseMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'erase'],\n mutationFn: (input: UsersWaitlistEraseInput) => sdk['users']['waitlist']['erase'](input),\n});\n\nexport const usersWaitlistFunnelMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'funnel'],\n mutationFn: (input: UsersWaitlistFunnelInput) => sdk['users']['waitlist']['funnel'](input),\n});\n\nexport const usersWaitlistImportMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'import'],\n mutationFn: (input: UsersWaitlistImportInput) => sdk['users']['waitlist']['import'](input),\n});\n\nexport const usersWaitlistInviteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'invite'],\n mutationFn: (input: UsersWaitlistInviteInput) => sdk['users']['waitlist']['invite'](input),\n});\n\nexport const usersWaitlistListMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'waitlist', 'list'],\n mutationFn: (input: UsersWaitlistListInput) => sdk['users']['waitlist']['list'](input),\n});\n\nexport const usersWebhooksCreateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'create'],\n mutationFn: (input: UsersWebhooksCreateInput) => sdk['users']['webhooks']['create'](input),\n});\n\nexport const usersWebhooksDeleteMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'delete'],\n mutationFn: (input: UsersWebhooksDeleteInput) => sdk['users']['webhooks']['delete'](input),\n});\n\nexport const usersWebhooksDeliveriesListQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksDeliveriesListInput) => ({\n queryKey: ['users', 'webhooks-deliveries', 'list', input] as const,\n queryFn: () => sdk['users']['webhooks-deliveries']['list'](input),\n});\n\nexport const usersWebhooksGetQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksGetInput) => ({\n queryKey: ['users', 'webhooks', 'get', input] as const,\n queryFn: () => sdk['users']['webhooks']['get'](input),\n});\n\nexport const usersWebhooksListQueryOptions = (sdk: GeneratedClient, input: UsersWebhooksListInput) => ({\n queryKey: ['users', 'webhooks', 'list', input] as const,\n queryFn: () => sdk['users']['webhooks']['list'](input),\n});\n\nexport const usersWebhooksRotateSecretMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks-rotate', 'secret'],\n mutationFn: (input: UsersWebhooksRotateSecretInput) => sdk['users']['webhooks-rotate']['secret'](input),\n});\n\nexport const usersWebhooksUpdateMutationOptions = (sdk: GeneratedClient) => ({\n mutationKey: ['users', 'webhooks', 'update'],\n mutationFn: (input: UsersWebhooksUpdateInput) => sdk['users']['webhooks']['update'](input),\n});\n"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, oc as WaitlistConfigGetInput, od as WaitlistConfigGetOutput, oe as WaitlistConfigUpsertInput, of as WaitlistConfigUpsertOutput, og as WaitlistEmbedGetInput, oh as WaitlistEmbedGetOutput, oi as WaitlistInvitesSendInput, oj as WaitlistInvitesSendOutput, ok as WaitlistSignupsEraseInput, ol as WaitlistSignupsEraseOutput, om as WaitlistSignupsFunnelInput, on as WaitlistSignupsFunnelOutput, oo as WaitlistSignupsListInput, op as WaitlistSignupsListOutput } from '../client.gen-CMLEyXO3.cjs';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/dist/waitlist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { G as GeneratedClient,
|
|
1
|
+
import { G as GeneratedClient, oc as WaitlistConfigGetInput, od as WaitlistConfigGetOutput, oe as WaitlistConfigUpsertInput, of as WaitlistConfigUpsertOutput, og as WaitlistEmbedGetInput, oh as WaitlistEmbedGetOutput, oi as WaitlistInvitesSendInput, oj as WaitlistInvitesSendOutput, ok as WaitlistSignupsEraseInput, ol as WaitlistSignupsEraseOutput, om as WaitlistSignupsFunnelInput, on as WaitlistSignupsFunnelOutput, oo as WaitlistSignupsListInput, op as WaitlistSignupsListOutput } from '../client.gen-CMLEyXO3.js';
|
|
2
2
|
|
|
3
3
|
declare const waitlistConfigGetQueryOptions: (sdk: GeneratedClient, input: WaitlistConfigGetInput) => {
|
|
4
4
|
queryKey: readonly ["waitlist", "config", "get", WaitlistConfigGetInput];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lessly/sdk-app",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "41.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"engines": {
|
|
@@ -75,6 +75,11 @@
|
|
|
75
75
|
"import": "./dist/organization/index.js",
|
|
76
76
|
"require": "./dist/organization/index.cjs"
|
|
77
77
|
},
|
|
78
|
+
"./playground": {
|
|
79
|
+
"types": "./dist/playground/index.d.ts",
|
|
80
|
+
"import": "./dist/playground/index.js",
|
|
81
|
+
"require": "./dist/playground/index.cjs"
|
|
82
|
+
},
|
|
78
83
|
"./realtime": {
|
|
79
84
|
"types": "./dist/realtime/index.d.ts",
|
|
80
85
|
"import": "./dist/realtime/index.js",
|
|
@@ -101,5 +106,5 @@
|
|
|
101
106
|
"require": "./dist/waitlist/index.cjs"
|
|
102
107
|
}
|
|
103
108
|
},
|
|
104
|
-
"sdkContentHash": "sha256:
|
|
109
|
+
"sdkContentHash": "sha256:2c0b359359376138e4d4220dda146b0a336a89c0618bf6936d02221753f0a9e2"
|
|
105
110
|
}
|