@lessly/sdk-app 71.6.0 → 72.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.
@@ -1,5 +1,5 @@
1
1
  import type { GeneratedClient } from '../client.gen.js';
2
- import type { UsersApikeysCreateInput, UsersApikeysListInput, UsersApikeysListOutput, UsersApikeysRevokeInput, UsersAuditListInput, UsersAuditListOutput, UsersConfigGetInput, UsersConfigGetOutput, UsersConfigUpsertInput, UsersFactorsListInput, UsersFactorsListOutput, UsersFactorsResetInput, UsersKeysListInput, UsersKeysListOutput, UsersKeysRevokeInput, UsersKeysRotateInput, UsersOpsRetentionGetInput, UsersOpsSloGetInput, UsersPasskeysListInput, UsersPasskeysListOutput, UsersPasskeysRevokeInput, UsersSessionsGetInput, UsersSessionsGetOutput, UsersSessionsImpersonateInput, UsersSessionsListInput, UsersSessionsListOutput, UsersSessionsRevokeInput, UsersStatsGetInput, UsersUsersBanInput, UsersUsersCreateInput, UsersUsersDeleteInput, UsersUsersExportInput, UsersUsersGetInput, UsersUsersGetOutput, UsersUsersImportInput, UsersUsersInviteInput, UsersUsersListInput, UsersUsersListOutput, UsersUsersSetPrimaryIdentifierInput, UsersUsersUnbanInput, UsersUsersUpdateInput, UsersWaitlistFunnelInput, UsersWaitlistImportInput, UsersWaitlistInviteInput, UsersWaitlistListInput, UsersWebhooksCreateInput, UsersWebhooksDeleteInput, UsersWebhooksDeliveriesListInput, UsersWebhooksDeliveriesListOutput, UsersWebhooksGetInput, UsersWebhooksGetOutput, UsersWebhooksListInput, UsersWebhooksListOutput, UsersWebhooksRotateSecretInput, UsersWebhooksUpdateInput } from '../types.gen.js';
2
+ import type { UsersApikeysCreateInput, UsersApikeysListInput, UsersApikeysListOutput, UsersApikeysRevokeInput, UsersAuditListInput, UsersAuditListOutput, UsersConfigGetInput, UsersConfigGetOutput, UsersConfigUpsertInput, UsersFactorsListInput, UsersFactorsListOutput, UsersFactorsResetInput, UsersKeysListInput, UsersKeysListOutput, UsersKeysRevokeInput, UsersKeysRotateInput, UsersOpsRetentionGetInput, UsersOpsRetentionGetOutput, UsersOpsSloGetInput, UsersOpsSloGetOutput, UsersPasskeysListInput, UsersPasskeysListOutput, UsersPasskeysRevokeInput, UsersSessionsGetInput, UsersSessionsGetOutput, UsersSessionsImpersonateInput, UsersSessionsListInput, UsersSessionsListOutput, UsersSessionsRevokeInput, UsersStatsGetInput, UsersStatsGetOutput, UsersUsersBanInput, UsersUsersCreateInput, UsersUsersDeleteInput, UsersUsersExportInput, UsersUsersGetInput, UsersUsersGetOutput, UsersUsersImportInput, UsersUsersInviteInput, UsersUsersListInput, UsersUsersListOutput, UsersUsersSetPrimaryIdentifierInput, UsersUsersUnbanInput, UsersUsersUpdateInput, UsersWaitlistFunnelInput, UsersWaitlistFunnelOutput, UsersWaitlistImportInput, UsersWaitlistInviteInput, UsersWaitlistListInput, UsersWaitlistListOutput, UsersWebhooksCreateInput, UsersWebhooksDeleteInput, UsersWebhooksDeliveriesListInput, UsersWebhooksDeliveriesListOutput, UsersWebhooksGetInput, UsersWebhooksGetOutput, UsersWebhooksListInput, UsersWebhooksListOutput, UsersWebhooksRotateSecretInput, UsersWebhooksUpdateInput } from '../types.gen.js';
3
3
  export declare const usersApikeysCreateMutationOptions: (sdk: GeneratedClient) => {
4
4
  mutationKey: string[];
5
5
  mutationFn: (input: UsersApikeysCreateInput) => Promise<import(".").UsersApikeysCreateOutput>;
@@ -44,13 +44,13 @@ export declare const usersKeysRotateMutationOptions: (sdk: GeneratedClient) => {
44
44
  mutationKey: string[];
45
45
  mutationFn: (input: UsersKeysRotateInput) => Promise<import(".").UsersKeysRotateOutput>;
46
46
  };
47
- export declare const usersOpsRetentionGetMutationOptions: (sdk: GeneratedClient) => {
48
- mutationKey: string[];
49
- mutationFn: (input: UsersOpsRetentionGetInput) => Promise<import(".").UsersOpsRetentionGetOutput>;
47
+ export declare const usersOpsRetentionGetQueryOptions: (sdk: GeneratedClient, input: UsersOpsRetentionGetInput) => {
48
+ queryKey: readonly ["users", "ops-retention", "get", UsersOpsRetentionGetInput];
49
+ queryFn: () => Promise<UsersOpsRetentionGetOutput>;
50
50
  };
51
- export declare const usersOpsSloGetMutationOptions: (sdk: GeneratedClient) => {
52
- mutationKey: string[];
53
- mutationFn: (input: UsersOpsSloGetInput) => Promise<import(".").UsersOpsSloGetOutput>;
51
+ export declare const usersOpsSloGetQueryOptions: (sdk: GeneratedClient, input: UsersOpsSloGetInput) => {
52
+ queryKey: readonly ["users", "ops-slo", "get", UsersOpsSloGetInput];
53
+ queryFn: () => Promise<UsersOpsSloGetOutput>;
54
54
  };
55
55
  export declare const usersPasskeysListQueryOptions: (sdk: GeneratedClient, input: UsersPasskeysListInput) => {
56
56
  queryKey: readonly ["users", "passkeys", "list", UsersPasskeysListInput];
@@ -76,9 +76,9 @@ export declare const usersSessionsRevokeMutationOptions: (sdk: GeneratedClient)
76
76
  mutationKey: string[];
77
77
  mutationFn: (input: UsersSessionsRevokeInput) => Promise<import(".").UsersSessionsRevokeOutput>;
78
78
  };
79
- export declare const usersStatsGetMutationOptions: (sdk: GeneratedClient) => {
80
- mutationKey: string[];
81
- mutationFn: (input: UsersStatsGetInput) => Promise<import(".").UsersStatsGetOutput>;
79
+ export declare const usersStatsGetQueryOptions: (sdk: GeneratedClient, input: UsersStatsGetInput) => {
80
+ queryKey: readonly ["users", "stats", "get", UsersStatsGetInput];
81
+ queryFn: () => Promise<UsersStatsGetOutput>;
82
82
  };
83
83
  export declare const usersUsersBanMutationOptions: (sdk: GeneratedClient) => {
84
84
  mutationKey: string[];
@@ -124,9 +124,9 @@ export declare const usersUsersUpdateMutationOptions: (sdk: GeneratedClient) =>
124
124
  mutationKey: string[];
125
125
  mutationFn: (input: UsersUsersUpdateInput) => Promise<import(".").UsersUsersUpdateOutput>;
126
126
  };
127
- export declare const usersWaitlistFunnelMutationOptions: (sdk: GeneratedClient) => {
128
- mutationKey: string[];
129
- mutationFn: (input: UsersWaitlistFunnelInput) => Promise<import(".").UsersWaitlistFunnelOutput>;
127
+ export declare const usersWaitlistFunnelQueryOptions: (sdk: GeneratedClient, input: UsersWaitlistFunnelInput) => {
128
+ queryKey: readonly ["users", "waitlist", "funnel", UsersWaitlistFunnelInput];
129
+ queryFn: () => Promise<UsersWaitlistFunnelOutput>;
130
130
  };
131
131
  export declare const usersWaitlistImportMutationOptions: (sdk: GeneratedClient) => {
132
132
  mutationKey: string[];
@@ -136,9 +136,9 @@ export declare const usersWaitlistInviteMutationOptions: (sdk: GeneratedClient)
136
136
  mutationKey: string[];
137
137
  mutationFn: (input: UsersWaitlistInviteInput) => Promise<import(".").UsersWaitlistInviteOutput>;
138
138
  };
139
- export declare const usersWaitlistListMutationOptions: (sdk: GeneratedClient) => {
140
- mutationKey: string[];
141
- mutationFn: (input: UsersWaitlistListInput) => Promise<import(".").UsersWaitlistListOutput>;
139
+ export declare const usersWaitlistListQueryOptions: (sdk: GeneratedClient, input: UsersWaitlistListInput) => {
140
+ queryKey: readonly ["users", "waitlist", "list", UsersWaitlistListInput];
141
+ queryFn: () => Promise<UsersWaitlistListOutput>;
142
142
  };
143
143
  export declare const usersWebhooksCreateMutationOptions: (sdk: GeneratedClient) => {
144
144
  mutationKey: string[];
@@ -9876,7 +9876,7 @@ var bindings = {
9876
9876
  "method": "POST",
9877
9877
  "operationKey": "users_ops_retention_get",
9878
9878
  "path": "/users/ops/retention",
9879
- "readOnly": false
9879
+ "readOnly": true
9880
9880
  }
9881
9881
  },
9882
9882
  "ops-slo": {
@@ -9885,7 +9885,7 @@ var bindings = {
9885
9885
  "method": "POST",
9886
9886
  "operationKey": "users_ops_slo_get",
9887
9887
  "path": "/users/ops/slo",
9888
- "readOnly": false
9888
+ "readOnly": true
9889
9889
  }
9890
9890
  },
9891
9891
  "passkeys": {
@@ -9998,7 +9998,7 @@ var bindings = {
9998
9998
  }
9999
9999
  ],
10000
10000
  "path": "/users/stats/get",
10001
- "readOnly": false
10001
+ "readOnly": true
10002
10002
  }
10003
10003
  },
10004
10004
  "users": {
@@ -10282,7 +10282,7 @@ var bindings = {
10282
10282
  "method": "POST",
10283
10283
  "operationKey": "users_waitlist_funnel",
10284
10284
  "path": "/users/waitlist/funnel",
10285
- "readOnly": false
10285
+ "readOnly": true
10286
10286
  },
10287
10287
  "import": {
10288
10288
  "level": "write",
@@ -10333,7 +10333,7 @@ var bindings = {
10333
10333
  }
10334
10334
  ],
10335
10335
  "path": "/users/waitlist/list",
10336
- "readOnly": false
10336
+ "readOnly": true
10337
10337
  }
10338
10338
  },
10339
10339
  "webhooks": {
@@ -11360,5 +11360,5 @@ var wsBindings = {
11360
11360
  };
11361
11361
 
11362
11362
  export { bindings, wsBindings };
11363
- //# sourceMappingURL=chunk-C3QGKPUY.js.map
11364
- //# sourceMappingURL=chunk-C3QGKPUY.js.map
11363
+ //# sourceMappingURL=chunk-OYV66V4R.js.map
11364
+ //# sourceMappingURL=chunk-OYV66V4R.js.map