@lessly/sdk-app 71.2.1 → 71.3.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/_types/gen/client.gen.d.ts +35 -3
- package/dist/_types/gen/manifest.gen.d.ts +1 -1
- package/dist/_types/gen/playground/connect.gen.d.ts +3 -0
- package/dist/_types/gen/playground/index.d.ts +3 -0
- package/dist/_types/gen/playground/queryOptions.gen.d.ts +66 -0
- package/dist/_types/gen/types.gen.d.ts +308 -49
- package/dist/_types/gen/users/index.d.ts +1 -1
- package/dist/_types/gen/users/queryOptions.gen.d.ts +1 -9
- package/dist/chunk-C3QGKPUY.js +11364 -0
- package/dist/chunk-C3QGKPUY.js.map +1 -0
- package/dist/index.cjs +232 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +42 -11189
- package/dist/index.js.map +1 -1
- package/dist/playground/index.cjs +101 -0
- package/dist/playground/index.cjs.map +1 -0
- package/dist/playground/index.d.cts +1 -0
- package/dist/playground/index.d.ts +1 -0
- package/dist/playground/index.js +74 -0
- package/dist/playground/index.js.map +1 -0
- package/dist/users/index.cjs +0 -10
- package/dist/users/index.cjs.map +1 -1
- package/dist/users/index.js +1 -9
- package/dist/users/index.js.map +1 -1
- package/package.json +12 -2
- package/src/gen/bindings.gen.ts +201 -27
- package/src/gen/client.gen.ts +66 -6
- package/src/gen/manifest.gen.ts +40 -3
- package/src/gen/playground/connect.gen.ts +9 -0
- package/src/gen/playground/index.ts +4 -0
- package/src/gen/playground/queryOptions.gen.ts +112 -0
- package/src/gen/types.gen.ts +352 -53
- package/src/gen/users/index.ts +1 -1
- package/src/gen/users/queryOptions.gen.ts +0 -12
package/src/gen/types.gen.ts
CHANGED
|
@@ -85971,6 +85971,356 @@ export interface OrganizationYoutubeInstallOutput {
|
|
|
85971
85971
|
url: string
|
|
85972
85972
|
}
|
|
85973
85973
|
|
|
85974
|
+
export interface PlaygroundAnalyticsOverviewInput {
|
|
85975
|
+
/**
|
|
85976
|
+
* Max records per entity in recent[]; omit for the endpoint default
|
|
85977
|
+
*/
|
|
85978
|
+
limit?: number
|
|
85979
|
+
}
|
|
85980
|
+
|
|
85981
|
+
export interface PlaygroundAnalyticsOverviewOutput {
|
|
85982
|
+
ok: boolean
|
|
85983
|
+
minted: boolean
|
|
85984
|
+
overview?: unknown
|
|
85985
|
+
http_status: number
|
|
85986
|
+
}
|
|
85987
|
+
|
|
85988
|
+
export interface PlaygroundBillingEntitlementsInput {
|
|
85989
|
+
|
|
85990
|
+
}
|
|
85991
|
+
|
|
85992
|
+
export interface PlaygroundBillingEntitlementsOutput {
|
|
85993
|
+
ok: boolean
|
|
85994
|
+
minted: boolean
|
|
85995
|
+
http_status: number
|
|
85996
|
+
entitlements?: unknown
|
|
85997
|
+
}
|
|
85998
|
+
|
|
85999
|
+
export interface PlaygroundBillingRecordUsageInput {
|
|
86000
|
+
/**
|
|
86001
|
+
* Quantity of events to record against playground-events (SUM); defaults to 1
|
|
86002
|
+
*/
|
|
86003
|
+
value?: number
|
|
86004
|
+
}
|
|
86005
|
+
|
|
86006
|
+
export interface PlaygroundBillingRecordUsageOutput {
|
|
86007
|
+
minted: boolean
|
|
86008
|
+
accepted: (number | null)
|
|
86009
|
+
recorded: boolean
|
|
86010
|
+
duplicates: (number | null)
|
|
86011
|
+
http_status: number
|
|
86012
|
+
}
|
|
86013
|
+
|
|
86014
|
+
export interface PlaygroundClickupCreateTaskInput {
|
|
86015
|
+
/**
|
|
86016
|
+
* Task title; defaults to a fixture label
|
|
86017
|
+
*/
|
|
86018
|
+
name?: string
|
|
86019
|
+
/**
|
|
86020
|
+
* ClickUp list id; falls back to CLICKUP_TEST_LIST_ID
|
|
86021
|
+
*/
|
|
86022
|
+
listId?: string
|
|
86023
|
+
}
|
|
86024
|
+
|
|
86025
|
+
export interface PlaygroundClickupCreateTaskOutput {
|
|
86026
|
+
minted: boolean
|
|
86027
|
+
task_id: (string | null)
|
|
86028
|
+
list_status: number
|
|
86029
|
+
vend_status: number
|
|
86030
|
+
clickup_status: number
|
|
86031
|
+
installation_count: number
|
|
86032
|
+
}
|
|
86033
|
+
|
|
86034
|
+
export interface PlaygroundClickupGetLastWebhookInput {
|
|
86035
|
+
|
|
86036
|
+
}
|
|
86037
|
+
|
|
86038
|
+
export type PlaygroundClickupGetLastWebhookOutput = ({
|
|
86039
|
+
payload: string
|
|
86040
|
+
event_id: string
|
|
86041
|
+
provider: string
|
|
86042
|
+
verified: boolean
|
|
86043
|
+
product_id: string
|
|
86044
|
+
occurred_at: string
|
|
86045
|
+
connector_id: string
|
|
86046
|
+
clickup_event: (string | null)
|
|
86047
|
+
receipt_count: number
|
|
86048
|
+
} | {
|
|
86049
|
+
found: false
|
|
86050
|
+
})
|
|
86051
|
+
|
|
86052
|
+
export interface PlaygroundClickupGetOverviewInput {
|
|
86053
|
+
|
|
86054
|
+
}
|
|
86055
|
+
|
|
86056
|
+
export interface PlaygroundClickupGetOverviewOutput {
|
|
86057
|
+
team: ({
|
|
86058
|
+
teamId: string
|
|
86059
|
+
teamName: string
|
|
86060
|
+
} | null)
|
|
86061
|
+
lists: PlaygroundClickupGetOverviewOutputItems[]
|
|
86062
|
+
tasks: {
|
|
86063
|
+
id: string
|
|
86064
|
+
name: string
|
|
86065
|
+
status: (string | null)
|
|
86066
|
+
}[]
|
|
86067
|
+
minted: boolean
|
|
86068
|
+
spaces: PlaygroundClickupGetOverviewOutputItems[]
|
|
86069
|
+
list_status: number
|
|
86070
|
+
vend_status: number
|
|
86071
|
+
lists_status: number
|
|
86072
|
+
tasks_status: number
|
|
86073
|
+
spaces_status: number
|
|
86074
|
+
folders_status: number
|
|
86075
|
+
installation_count: number
|
|
86076
|
+
}
|
|
86077
|
+
export interface PlaygroundClickupGetOverviewOutputItems {
|
|
86078
|
+
id: string
|
|
86079
|
+
name: string
|
|
86080
|
+
}
|
|
86081
|
+
|
|
86082
|
+
export interface PlaygroundGdriveGetLastChangeInput {
|
|
86083
|
+
|
|
86084
|
+
}
|
|
86085
|
+
|
|
86086
|
+
export type PlaygroundGdriveGetLastChangeOutput = ({
|
|
86087
|
+
file_id: string
|
|
86088
|
+
removed: boolean
|
|
86089
|
+
file_name: (string | null)
|
|
86090
|
+
mime_type: (string | null)
|
|
86091
|
+
product_id: string
|
|
86092
|
+
occurred_at: string
|
|
86093
|
+
connector_id: string
|
|
86094
|
+
resource_state: string
|
|
86095
|
+
} | {
|
|
86096
|
+
found: false
|
|
86097
|
+
})
|
|
86098
|
+
|
|
86099
|
+
export interface PlaygroundGdriveReadFileInput {
|
|
86100
|
+
/**
|
|
86101
|
+
* Drive file id; falls back to GDRIVE_TEST_FILE_ID, then the first picked file
|
|
86102
|
+
*/
|
|
86103
|
+
fileId?: string
|
|
86104
|
+
}
|
|
86105
|
+
|
|
86106
|
+
export interface PlaygroundGdriveReadFileOutput {
|
|
86107
|
+
minted: boolean
|
|
86108
|
+
file_id: (string | null)
|
|
86109
|
+
file_name: (string | null)
|
|
86110
|
+
mime_type: (string | null)
|
|
86111
|
+
file_count: number
|
|
86112
|
+
get_status: number
|
|
86113
|
+
list_status: number
|
|
86114
|
+
vend_status: number
|
|
86115
|
+
content_bytes: (number | null)
|
|
86116
|
+
}
|
|
86117
|
+
|
|
86118
|
+
export interface PlaygroundGoogleadsReadCustomerInput {
|
|
86119
|
+
|
|
86120
|
+
}
|
|
86121
|
+
|
|
86122
|
+
export interface PlaygroundGoogleadsReadCustomerOutput {
|
|
86123
|
+
minted: boolean
|
|
86124
|
+
vended: boolean
|
|
86125
|
+
customer_id: (string | null)
|
|
86126
|
+
vend_status: number
|
|
86127
|
+
result_count: number
|
|
86128
|
+
search_status: number
|
|
86129
|
+
login_customer_id: (string | null)
|
|
86130
|
+
}
|
|
86131
|
+
|
|
86132
|
+
export interface PlaygroundLifecycleGetStateInput {
|
|
86133
|
+
|
|
86134
|
+
}
|
|
86135
|
+
|
|
86136
|
+
export interface PlaygroundLifecycleGetStateOutput {
|
|
86137
|
+
blocked: boolean
|
|
86138
|
+
archived: boolean
|
|
86139
|
+
productId: string
|
|
86140
|
+
lastBlockTransition: ({
|
|
86141
|
+
eventId: string
|
|
86142
|
+
eventName: string
|
|
86143
|
+
productId: string
|
|
86144
|
+
occurredAt: string
|
|
86145
|
+
recordedAt: string
|
|
86146
|
+
receiptCount: number
|
|
86147
|
+
organizationId: string
|
|
86148
|
+
cascadedFromOrg: boolean
|
|
86149
|
+
} | null)
|
|
86150
|
+
lastArchiveTransition: ({
|
|
86151
|
+
eventId: string
|
|
86152
|
+
eventName: string
|
|
86153
|
+
productId: string
|
|
86154
|
+
occurredAt: string
|
|
86155
|
+
recordedAt: string
|
|
86156
|
+
receiptCount: number
|
|
86157
|
+
organizationId: string
|
|
86158
|
+
cascadedFromOrg: boolean
|
|
86159
|
+
} | null)
|
|
86160
|
+
}
|
|
86161
|
+
|
|
86162
|
+
export interface PlaygroundLifecycleListEventsInput {
|
|
86163
|
+
|
|
86164
|
+
}
|
|
86165
|
+
|
|
86166
|
+
export type PlaygroundLifecycleListEventsOutput = {
|
|
86167
|
+
eventId: string
|
|
86168
|
+
eventName: string
|
|
86169
|
+
productId: string
|
|
86170
|
+
occurredAt: string
|
|
86171
|
+
recordedAt: string
|
|
86172
|
+
receiptCount: number
|
|
86173
|
+
organizationId: string
|
|
86174
|
+
cascadedFromOrg: boolean
|
|
86175
|
+
}[]
|
|
86176
|
+
|
|
86177
|
+
export interface PlaygroundWebhookGetLastInput {
|
|
86178
|
+
|
|
86179
|
+
}
|
|
86180
|
+
|
|
86181
|
+
export type PlaygroundWebhookGetLastOutput = ({
|
|
86182
|
+
payload?: unknown
|
|
86183
|
+
event_id: string
|
|
86184
|
+
provider: string
|
|
86185
|
+
verified: boolean
|
|
86186
|
+
product_id: string
|
|
86187
|
+
occurred_at: string
|
|
86188
|
+
connector_id: string
|
|
86189
|
+
delivery_count: number
|
|
86190
|
+
} | {
|
|
86191
|
+
found: false
|
|
86192
|
+
})
|
|
86193
|
+
|
|
86194
|
+
export interface PlaygroundWorkflowEchoInput {
|
|
86195
|
+
/**
|
|
86196
|
+
* The text to store, 1–1024 characters
|
|
86197
|
+
*/
|
|
86198
|
+
note: string
|
|
86199
|
+
/**
|
|
86200
|
+
* Optional labels stored alongside the note, at most 20
|
|
86201
|
+
*
|
|
86202
|
+
* @maxItems 20
|
|
86203
|
+
*/
|
|
86204
|
+
tags?: []|[string]|[string, string]|[string, string, string]|[string, string, string, string]|[string, string, string, string, string]|[string, string, string, string, string, string]|[string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]|[string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string, string]
|
|
86205
|
+
}
|
|
86206
|
+
|
|
86207
|
+
export interface PlaygroundWorkflowEchoOutput {
|
|
86208
|
+
/**
|
|
86209
|
+
* Identifier of the stored echo
|
|
86210
|
+
*/
|
|
86211
|
+
id: string
|
|
86212
|
+
/**
|
|
86213
|
+
* The note exactly as it was received
|
|
86214
|
+
*/
|
|
86215
|
+
note: string
|
|
86216
|
+
/**
|
|
86217
|
+
* The tags exactly as they were received
|
|
86218
|
+
*/
|
|
86219
|
+
tags: string[]
|
|
86220
|
+
/**
|
|
86221
|
+
* Correlation id for this echo. The playground/workflow.echoed event published about two seconds later repeats it, which is how a composer matches the completion back to this step.
|
|
86222
|
+
*/
|
|
86223
|
+
echo_id: string
|
|
86224
|
+
/**
|
|
86225
|
+
* ISO-8601 instant (UTC) at which the echo was stored
|
|
86226
|
+
*/
|
|
86227
|
+
received_at: string
|
|
86228
|
+
}
|
|
86229
|
+
|
|
86230
|
+
export interface PlaygroundWorkflowEchoListInput {
|
|
86231
|
+
|
|
86232
|
+
}
|
|
86233
|
+
|
|
86234
|
+
export type PlaygroundWorkflowEchoListOutput = {
|
|
86235
|
+
/**
|
|
86236
|
+
* Identifier of the stored echo
|
|
86237
|
+
*/
|
|
86238
|
+
id: string
|
|
86239
|
+
/**
|
|
86240
|
+
* The note exactly as it was received
|
|
86241
|
+
*/
|
|
86242
|
+
note: string
|
|
86243
|
+
/**
|
|
86244
|
+
* The tags exactly as they were received
|
|
86245
|
+
*/
|
|
86246
|
+
tags: string[]
|
|
86247
|
+
/**
|
|
86248
|
+
* ISO-8601 instant (UTC) at which the echo was stored
|
|
86249
|
+
*/
|
|
86250
|
+
received_at: string
|
|
86251
|
+
}[]
|
|
86252
|
+
|
|
86253
|
+
export interface PlaygroundWorkflowPingInput {
|
|
86254
|
+
/**
|
|
86255
|
+
* Class of ping, echoed on the emitted event and filterable on the trigger. Defaults to 'manual'.
|
|
86256
|
+
*/
|
|
86257
|
+
kind?: string
|
|
86258
|
+
}
|
|
86259
|
+
|
|
86260
|
+
export interface PlaygroundWorkflowPingOutput {
|
|
86261
|
+
/**
|
|
86262
|
+
* Correlation id for this ping. The emitted playground/workflow.ping event repeats it, which is how a composer matches the event back to this step.
|
|
86263
|
+
*/
|
|
86264
|
+
id: string
|
|
86265
|
+
/**
|
|
86266
|
+
* The name of the event that was published
|
|
86267
|
+
*/
|
|
86268
|
+
event: string
|
|
86269
|
+
}
|
|
86270
|
+
|
|
86271
|
+
export interface PlaygroundWorkflowSubjectsListInput {
|
|
86272
|
+
/**
|
|
86273
|
+
* How many subjects to return, 1–100. Defaults to 25.
|
|
86274
|
+
*/
|
|
86275
|
+
limit?: number
|
|
86276
|
+
/**
|
|
86277
|
+
* The next_cursor of the previous page. Opaque — pass it back unchanged. Omit for the first page.
|
|
86278
|
+
*/
|
|
86279
|
+
cursor?: string
|
|
86280
|
+
/**
|
|
86281
|
+
* ISO-8601 UTC instant. Return only subjects whose last_activity_at is AT OR AFTER this — the opposite question, the recently active population. Omit for no lower bound.
|
|
86282
|
+
*/
|
|
86283
|
+
last_activity_after?: string
|
|
86284
|
+
/**
|
|
86285
|
+
* ISO-8601 UTC instant. Return only subjects whose last_activity_at is AT OR BEFORE this — the "inactive for N days" question: pass now minus N days. Omit for no upper bound.
|
|
86286
|
+
*/
|
|
86287
|
+
last_activity_before?: string
|
|
86288
|
+
}
|
|
86289
|
+
|
|
86290
|
+
export interface PlaygroundWorkflowSubjectsListOutput {
|
|
86291
|
+
/**
|
|
86292
|
+
* This page of subjects, most recently active first
|
|
86293
|
+
*/
|
|
86294
|
+
items: {
|
|
86295
|
+
/**
|
|
86296
|
+
* Stable identifier for the subject. This is the field a batch trigger keys on, so a subject already served in an earlier run is skipped rather than served twice.
|
|
86297
|
+
*/
|
|
86298
|
+
subject_key: string
|
|
86299
|
+
/**
|
|
86300
|
+
* Human-readable name of the subject
|
|
86301
|
+
*/
|
|
86302
|
+
display_name: string
|
|
86303
|
+
/**
|
|
86304
|
+
* ISO-8601 instant (UTC) of the subject last activity
|
|
86305
|
+
*/
|
|
86306
|
+
last_activity_at: string
|
|
86307
|
+
}[]
|
|
86308
|
+
/**
|
|
86309
|
+
* Whether another page follows. False and a null next_cursor both mark the last page, so a consumer that loops on either terminates.
|
|
86310
|
+
*/
|
|
86311
|
+
has_more: boolean
|
|
86312
|
+
/**
|
|
86313
|
+
* Pass back as `cursor` to fetch the next page; null on the last page. Always null when has_more is false.
|
|
86314
|
+
*/
|
|
86315
|
+
next_cursor: (string | null)
|
|
86316
|
+
}
|
|
86317
|
+
|
|
86318
|
+
export interface PlaygroundWsEchoInput {
|
|
86319
|
+
|
|
86320
|
+
}
|
|
86321
|
+
|
|
86322
|
+
export type PlaygroundWsEchoOutput = unknown;
|
|
86323
|
+
|
|
85974
86324
|
export interface RealtimeArchiveExportInput {
|
|
85975
86325
|
/**
|
|
85976
86326
|
* Only entries with ts <= to_ts (epoch ms)
|
|
@@ -109703,7 +110053,7 @@ name?: string
|
|
|
109703
110053
|
*/
|
|
109704
110054
|
imageUrl?: string
|
|
109705
110055
|
/**
|
|
109706
|
-
*
|
|
110056
|
+
* Credential to store for this user. Supply hashes only; omit password to create no password identity.
|
|
109707
110057
|
*/
|
|
109708
110058
|
password?: {
|
|
109709
110059
|
/**
|
|
@@ -109711,7 +110061,7 @@ password?: {
|
|
|
109711
110061
|
*/
|
|
109712
110062
|
phcHash?: string
|
|
109713
110063
|
/**
|
|
109714
|
-
* An imported hash from another system, to be lazily rehashed on the first successful sign-in
|
|
110064
|
+
* An imported hash from another system, to be lazily rehashed on the first successful sign-in.
|
|
109715
110065
|
*/
|
|
109716
110066
|
foreignHash?: string
|
|
109717
110067
|
/**
|
|
@@ -109866,46 +110216,6 @@ export interface UsersUsersDeleteOutputPublicMetadata {
|
|
|
109866
110216
|
[k: string]: unknown
|
|
109867
110217
|
}
|
|
109868
110218
|
|
|
109869
|
-
export interface UsersUsersEraseInput {
|
|
109870
|
-
/**
|
|
109871
|
-
* The opaque user id returned by users_users_create or _list.
|
|
109872
|
-
*/
|
|
109873
|
-
userId: string
|
|
109874
|
-
}
|
|
109875
|
-
|
|
109876
|
-
export interface UsersUsersEraseOutput {
|
|
109877
|
-
id: string
|
|
109878
|
-
name: (string | null)
|
|
109879
|
-
bannedAt: (string | null)
|
|
109880
|
-
erasedAt: (string | null)
|
|
109881
|
-
imageUrl: (string | null)
|
|
109882
|
-
testUser: boolean
|
|
109883
|
-
createdAt: string
|
|
109884
|
-
deletedAt: (string | null)
|
|
109885
|
-
productId: string
|
|
109886
|
-
updatedAt: string
|
|
109887
|
-
waitlisted: boolean
|
|
109888
|
-
identifiers: {
|
|
109889
|
-
id: string
|
|
109890
|
-
type: "email"
|
|
109891
|
-
value: string
|
|
109892
|
-
isPrimary: boolean
|
|
109893
|
-
verifiedAt: (string | null)
|
|
109894
|
-
valueCanonical: string
|
|
109895
|
-
verificationStatus: ("unverified" | "verified" | "expired")
|
|
109896
|
-
}[]
|
|
109897
|
-
lockedUntil: (string | null)
|
|
109898
|
-
lastSignInAt: (string | null)
|
|
109899
|
-
requiresReset: boolean
|
|
109900
|
-
publicMetadata: UsersUsersEraseOutputPublicMetadata
|
|
109901
|
-
unsafeMetadata: UsersUsersEraseOutputPublicMetadata
|
|
109902
|
-
privateMetadata: UsersUsersEraseOutputPublicMetadata
|
|
109903
|
-
emailChangeLockedUntil: (string | null)
|
|
109904
|
-
}
|
|
109905
|
-
export interface UsersUsersEraseOutputPublicMetadata {
|
|
109906
|
-
[k: string]: unknown
|
|
109907
|
-
}
|
|
109908
|
-
|
|
109909
110219
|
export interface UsersUsersExportInput {
|
|
109910
110220
|
/**
|
|
109911
110221
|
* Rows per page, 1-500. Default 100.
|
|
@@ -110267,17 +110577,6 @@ export interface UsersUsersUpdateOutputPublicMetadata {
|
|
|
110267
110577
|
[k: string]: unknown
|
|
110268
110578
|
}
|
|
110269
110579
|
|
|
110270
|
-
export interface UsersWaitlistEraseInput {
|
|
110271
|
-
/**
|
|
110272
|
-
* The waitlisted user whose entry and directory row to erase.
|
|
110273
|
-
*/
|
|
110274
|
-
userId: string
|
|
110275
|
-
}
|
|
110276
|
-
|
|
110277
|
-
export interface UsersWaitlistEraseOutput {
|
|
110278
|
-
erased: boolean
|
|
110279
|
-
}
|
|
110280
|
-
|
|
110281
110580
|
export interface UsersWaitlistFunnelInput {
|
|
110282
110581
|
|
|
110283
110582
|
}
|
package/src/gen/users/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// AUTOGENERATED by scripts/generate.ts — do not edit.
|
|
2
2
|
export * from './queryOptions.gen';
|
|
3
|
-
export type { 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,
|
|
3
|
+
export type { 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, UsersUsersExportInput, UsersUsersExportOutput, UsersUsersGetInput, UsersUsersGetOutput, UsersUsersImportInput, UsersUsersImportOutput, UsersUsersInviteInput, UsersUsersInviteOutput, UsersUsersListInput, UsersUsersListOutput, UsersUsersSetPrimaryIdentifierInput, UsersUsersSetPrimaryIdentifierOutput, UsersUsersUnbanInput, UsersUsersUnbanOutput, UsersUsersUpdateInput, UsersUsersUpdateOutput, UsersWaitlistFunnelInput, UsersWaitlistFunnelOutput, UsersWaitlistImportInput, UsersWaitlistImportOutput, UsersWaitlistInviteInput, UsersWaitlistInviteOutput, UsersWaitlistListInput, UsersWaitlistListOutput, UsersWebhooksCreateInput, UsersWebhooksCreateOutput, UsersWebhooksDeleteInput, UsersWebhooksDeleteOutput, UsersWebhooksDeliveriesListInput, UsersWebhooksDeliveriesListOutput, UsersWebhooksGetInput, UsersWebhooksGetOutput, UsersWebhooksListInput, UsersWebhooksListOutput, UsersWebhooksRotateSecretInput, UsersWebhooksRotateSecretOutput, UsersWebhooksUpdateInput, UsersWebhooksUpdateOutput } from '../types.gen';
|
|
@@ -32,7 +32,6 @@ import type {
|
|
|
32
32
|
UsersUsersBanInput,
|
|
33
33
|
UsersUsersCreateInput,
|
|
34
34
|
UsersUsersDeleteInput,
|
|
35
|
-
UsersUsersEraseInput,
|
|
36
35
|
UsersUsersExportInput,
|
|
37
36
|
UsersUsersGetInput,
|
|
38
37
|
UsersUsersGetOutput,
|
|
@@ -43,7 +42,6 @@ import type {
|
|
|
43
42
|
UsersUsersSetPrimaryIdentifierInput,
|
|
44
43
|
UsersUsersUnbanInput,
|
|
45
44
|
UsersUsersUpdateInput,
|
|
46
|
-
UsersWaitlistEraseInput,
|
|
47
45
|
UsersWaitlistFunnelInput,
|
|
48
46
|
UsersWaitlistImportInput,
|
|
49
47
|
UsersWaitlistInviteInput,
|
|
@@ -175,11 +173,6 @@ export const usersUsersDeleteMutationOptions = (sdk: GeneratedClient) => ({
|
|
|
175
173
|
mutationFn: (input: UsersUsersDeleteInput) => sdk['users']['users']['delete'](input),
|
|
176
174
|
});
|
|
177
175
|
|
|
178
|
-
export const usersUsersEraseMutationOptions = (sdk: GeneratedClient) => ({
|
|
179
|
-
mutationKey: ['users', 'users', 'erase'],
|
|
180
|
-
mutationFn: (input: UsersUsersEraseInput) => sdk['users']['users']['erase'](input),
|
|
181
|
-
});
|
|
182
|
-
|
|
183
176
|
export const usersUsersExportMutationOptions = (sdk: GeneratedClient) => ({
|
|
184
177
|
mutationKey: ['users', 'users', 'export'],
|
|
185
178
|
mutationFn: (input: UsersUsersExportInput) => sdk['users']['users']['export'](input),
|
|
@@ -220,11 +213,6 @@ export const usersUsersUpdateMutationOptions = (sdk: GeneratedClient) => ({
|
|
|
220
213
|
mutationFn: (input: UsersUsersUpdateInput) => sdk['users']['users']['update'](input),
|
|
221
214
|
});
|
|
222
215
|
|
|
223
|
-
export const usersWaitlistEraseMutationOptions = (sdk: GeneratedClient) => ({
|
|
224
|
-
mutationKey: ['users', 'waitlist', 'erase'],
|
|
225
|
-
mutationFn: (input: UsersWaitlistEraseInput) => sdk['users']['waitlist']['erase'](input),
|
|
226
|
-
});
|
|
227
|
-
|
|
228
216
|
export const usersWaitlistFunnelMutationOptions = (sdk: GeneratedClient) => ({
|
|
229
217
|
mutationKey: ['users', 'waitlist', 'funnel'],
|
|
230
218
|
mutationFn: (input: UsersWaitlistFunnelInput) => sdk['users']['waitlist']['funnel'](input),
|