@whop/sdk 0.0.23 → 0.0.25
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/CHANGELOG.md +83 -0
- package/README.md +2 -2
- package/client.d.mts +15 -6
- package/client.d.mts.map +1 -1
- package/client.d.ts +15 -6
- package/client.d.ts.map +1 -1
- package/client.js +9 -0
- package/client.js.map +1 -1
- package/client.mjs +9 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/ai-chats.d.mts +265 -0
- package/resources/ai-chats.d.mts.map +1 -0
- package/resources/ai-chats.d.ts +265 -0
- package/resources/ai-chats.d.ts.map +1 -0
- package/resources/ai-chats.js +53 -0
- package/resources/ai-chats.js.map +1 -0
- package/resources/ai-chats.mjs +49 -0
- package/resources/ai-chats.mjs.map +1 -0
- package/resources/app-builds.d.mts +7 -18
- package/resources/app-builds.d.mts.map +1 -1
- package/resources/app-builds.d.ts +7 -18
- package/resources/app-builds.d.ts.map +1 -1
- package/resources/app-builds.js +1 -1
- package/resources/app-builds.mjs +1 -1
- package/resources/apps.d.mts +20 -18
- package/resources/apps.d.mts.map +1 -1
- package/resources/apps.d.ts +20 -18
- package/resources/apps.d.ts.map +1 -1
- package/resources/checkout-configurations.d.mts +20 -17
- package/resources/checkout-configurations.d.mts.map +1 -1
- package/resources/checkout-configurations.d.ts +20 -17
- package/resources/checkout-configurations.d.ts.map +1 -1
- package/resources/companies.d.mts +23 -34
- package/resources/companies.d.mts.map +1 -1
- package/resources/companies.d.ts +23 -34
- package/resources/companies.d.ts.map +1 -1
- package/resources/company-token-transactions.d.mts +425 -0
- package/resources/company-token-transactions.d.mts.map +1 -0
- package/resources/company-token-transactions.d.ts +425 -0
- package/resources/company-token-transactions.d.ts.map +1 -0
- package/resources/company-token-transactions.js +59 -0
- package/resources/company-token-transactions.js.map +1 -0
- package/resources/company-token-transactions.mjs +55 -0
- package/resources/company-token-transactions.mjs.map +1 -0
- package/resources/course-lessons.d.mts +19 -84
- package/resources/course-lessons.d.mts.map +1 -1
- package/resources/course-lessons.d.ts +19 -84
- package/resources/course-lessons.d.ts.map +1 -1
- package/resources/courses.d.mts +8 -42
- package/resources/courses.d.mts.map +1 -1
- package/resources/courses.d.ts +8 -42
- package/resources/courses.d.ts.map +1 -1
- package/resources/disputes.d.mts +16 -68
- package/resources/disputes.d.mts.map +1 -1
- package/resources/disputes.d.ts +16 -68
- package/resources/disputes.d.ts.map +1 -1
- package/resources/dm-members.d.mts +242 -0
- package/resources/dm-members.d.mts.map +1 -0
- package/resources/dm-members.d.ts +242 -0
- package/resources/dm-members.d.ts.map +1 -0
- package/resources/dm-members.js +94 -0
- package/resources/dm-members.js.map +1 -0
- package/resources/dm-members.mjs +90 -0
- package/resources/dm-members.mjs.map +1 -0
- package/resources/experiences.d.mts +19 -17
- package/resources/experiences.d.mts.map +1 -1
- package/resources/experiences.d.ts +19 -17
- package/resources/experiences.d.ts.map +1 -1
- package/resources/forum-posts.d.mts +6 -32
- package/resources/forum-posts.d.mts.map +1 -1
- package/resources/forum-posts.d.ts +6 -32
- package/resources/forum-posts.d.ts.map +1 -1
- package/resources/index.d.mts +6 -3
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +6 -3
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +7 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +3 -0
- package/resources/index.mjs.map +1 -1
- package/resources/ledger-accounts.d.mts +0 -4
- package/resources/ledger-accounts.d.mts.map +1 -1
- package/resources/ledger-accounts.d.ts +0 -4
- package/resources/ledger-accounts.d.ts.map +1 -1
- package/resources/members.d.mts +8 -0
- package/resources/members.d.mts.map +1 -1
- package/resources/members.d.ts +8 -0
- package/resources/members.d.ts.map +1 -1
- package/resources/memberships.d.mts +25 -0
- package/resources/memberships.d.mts.map +1 -1
- package/resources/memberships.d.ts +25 -0
- package/resources/memberships.d.ts.map +1 -1
- package/resources/memberships.js +18 -0
- package/resources/memberships.js.map +1 -1
- package/resources/memberships.mjs +18 -0
- package/resources/memberships.mjs.map +1 -1
- package/resources/messages.d.mts +23 -33
- package/resources/messages.d.mts.map +1 -1
- package/resources/messages.d.ts +23 -33
- package/resources/messages.d.ts.map +1 -1
- package/resources/messages.js +10 -0
- package/resources/messages.js.map +1 -1
- package/resources/messages.mjs +10 -0
- package/resources/messages.mjs.map +1 -1
- package/resources/notifications.d.mts +4 -0
- package/resources/notifications.d.mts.map +1 -1
- package/resources/notifications.d.ts +4 -0
- package/resources/notifications.d.ts.map +1 -1
- package/resources/notifications.js +4 -0
- package/resources/notifications.js.map +1 -1
- package/resources/notifications.mjs +4 -0
- package/resources/notifications.mjs.map +1 -1
- package/resources/payments.d.mts +10 -2
- package/resources/payments.d.mts.map +1 -1
- package/resources/payments.d.ts +10 -2
- package/resources/payments.d.ts.map +1 -1
- package/resources/payout-methods.d.mts +26 -0
- package/resources/payout-methods.d.mts.map +1 -1
- package/resources/payout-methods.d.ts +26 -0
- package/resources/payout-methods.d.ts.map +1 -1
- package/resources/plans.d.mts +8 -34
- package/resources/plans.d.mts.map +1 -1
- package/resources/plans.d.ts +8 -34
- package/resources/plans.d.ts.map +1 -1
- package/resources/reactions.d.mts +24 -1
- package/resources/reactions.d.mts.map +1 -1
- package/resources/reactions.d.ts +24 -1
- package/resources/reactions.d.ts.map +1 -1
- package/resources/reactions.js +11 -0
- package/resources/reactions.js.map +1 -1
- package/resources/reactions.mjs +11 -0
- package/resources/reactions.mjs.map +1 -1
- package/resources/refunds.d.mts +1 -1
- package/resources/refunds.d.mts.map +1 -1
- package/resources/refunds.d.ts +1 -1
- package/resources/refunds.d.ts.map +1 -1
- package/resources/shared.d.mts +39 -1
- package/resources/shared.d.mts.map +1 -1
- package/resources/shared.d.ts +39 -1
- package/resources/shared.d.ts.map +1 -1
- package/resources/webhooks.d.mts +15 -10
- package/resources/webhooks.d.mts.map +1 -1
- package/resources/webhooks.d.ts +15 -10
- package/resources/webhooks.d.ts.map +1 -1
- package/resources/withdrawals.d.mts +12 -19
- package/resources/withdrawals.d.mts.map +1 -1
- package/resources/withdrawals.d.ts +12 -19
- package/resources/withdrawals.d.ts.map +1 -1
- package/src/client.ts +81 -2
- package/src/resources/ai-chats.ts +346 -0
- package/src/resources/app-builds.ts +7 -21
- package/src/resources/apps.ts +27 -18
- package/src/resources/checkout-configurations.ts +24 -18
- package/src/resources/companies.ts +25 -42
- package/src/resources/company-token-transactions.ts +535 -0
- package/src/resources/course-lessons.ts +19 -104
- package/src/resources/courses.ts +8 -52
- package/src/resources/disputes.ts +16 -84
- package/src/resources/dm-members.ts +310 -0
- package/src/resources/experiences.ts +21 -21
- package/src/resources/forum-posts.ts +6 -38
- package/src/resources/index.ts +36 -1
- package/src/resources/ledger-accounts.ts +0 -18
- package/src/resources/members.ts +10 -0
- package/src/resources/memberships.ts +38 -0
- package/src/resources/messages.ts +27 -37
- package/src/resources/notifications.ts +4 -0
- package/src/resources/payments.ts +85 -57
- package/src/resources/payout-methods.ts +32 -0
- package/src/resources/plans.ts +8 -36
- package/src/resources/reactions.ts +36 -0
- package/src/resources/refunds.ts +2 -1
- package/src/resources/shared.ts +77 -11
- package/src/resources/webhooks.ts +18 -10
- package/src/resources/withdrawals.ts +13 -21
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
import { APIResource } from "../core/resource.js";
|
|
2
|
+
import { APIPromise } from "../core/api-promise.js";
|
|
3
|
+
import { CursorPage, type CursorPageParams, PagePromise } from "../core/pagination.js";
|
|
4
|
+
import { RequestOptions } from "../internal/request-options.js";
|
|
5
|
+
export declare class AIChats extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Creates a new AI chat
|
|
8
|
+
*
|
|
9
|
+
* Required permissions:
|
|
10
|
+
*
|
|
11
|
+
* - `ai_chat:create`
|
|
12
|
+
*/
|
|
13
|
+
create(body?: AIChatCreateParams | null | undefined, options?: RequestOptions): APIPromise<AIChatCreateResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Fetches a single AI chat by ID
|
|
16
|
+
*/
|
|
17
|
+
retrieve(id: string, options?: RequestOptions): APIPromise<AIChatRetrieveResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Updates an AI chat
|
|
20
|
+
*
|
|
21
|
+
* Required permissions:
|
|
22
|
+
*
|
|
23
|
+
* - `ai_chat:update`
|
|
24
|
+
*/
|
|
25
|
+
update(id: string, body?: AIChatUpdateParams | null | undefined, options?: RequestOptions): APIPromise<AIChatUpdateResponse>;
|
|
26
|
+
/**
|
|
27
|
+
* Fetches all AI chats for the current user
|
|
28
|
+
*/
|
|
29
|
+
list(query?: AIChatListParams | null | undefined, options?: RequestOptions): PagePromise<AIChatListResponsesCursorPage, AIChatListResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Deletes an AI chat
|
|
32
|
+
*
|
|
33
|
+
* Required permissions:
|
|
34
|
+
*
|
|
35
|
+
* - `ai_chat:delete`
|
|
36
|
+
*/
|
|
37
|
+
delete(id: string, options?: RequestOptions): APIPromise<AIChatDeleteResponse>;
|
|
38
|
+
}
|
|
39
|
+
export type AIChatListResponsesCursorPage = CursorPage<AIChatListResponse>;
|
|
40
|
+
/**
|
|
41
|
+
* An AI chat conversation belonging to a user
|
|
42
|
+
*/
|
|
43
|
+
export interface AIChatCreateResponse {
|
|
44
|
+
/**
|
|
45
|
+
* The unique identifier for the AI chat
|
|
46
|
+
*/
|
|
47
|
+
id: string;
|
|
48
|
+
/**
|
|
49
|
+
* The total number of tokens used in the chat
|
|
50
|
+
*/
|
|
51
|
+
blended_token_usage: string;
|
|
52
|
+
/**
|
|
53
|
+
* When the AI chat was created
|
|
54
|
+
*/
|
|
55
|
+
created_at: string;
|
|
56
|
+
/**
|
|
57
|
+
* When the last message was sent
|
|
58
|
+
*/
|
|
59
|
+
last_message_at: string | null;
|
|
60
|
+
/**
|
|
61
|
+
* The number of messages in the chat
|
|
62
|
+
*/
|
|
63
|
+
message_count: number;
|
|
64
|
+
/**
|
|
65
|
+
* The title of the AI chat
|
|
66
|
+
*/
|
|
67
|
+
title: string | null;
|
|
68
|
+
/**
|
|
69
|
+
* When the AI chat was last updated
|
|
70
|
+
*/
|
|
71
|
+
updated_at: string;
|
|
72
|
+
/**
|
|
73
|
+
* The user who owns the AI chat
|
|
74
|
+
*/
|
|
75
|
+
user: AIChatCreateResponse.User;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace AIChatCreateResponse {
|
|
78
|
+
/**
|
|
79
|
+
* The user who owns the AI chat
|
|
80
|
+
*/
|
|
81
|
+
interface User {
|
|
82
|
+
/**
|
|
83
|
+
* The internal ID of the user.
|
|
84
|
+
*/
|
|
85
|
+
id: string;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* An AI chat conversation belonging to a user
|
|
90
|
+
*/
|
|
91
|
+
export interface AIChatRetrieveResponse {
|
|
92
|
+
/**
|
|
93
|
+
* The unique identifier for the AI chat
|
|
94
|
+
*/
|
|
95
|
+
id: string;
|
|
96
|
+
/**
|
|
97
|
+
* The total number of tokens used in the chat
|
|
98
|
+
*/
|
|
99
|
+
blended_token_usage: string;
|
|
100
|
+
/**
|
|
101
|
+
* When the AI chat was created
|
|
102
|
+
*/
|
|
103
|
+
created_at: string;
|
|
104
|
+
/**
|
|
105
|
+
* When the last message was sent
|
|
106
|
+
*/
|
|
107
|
+
last_message_at: string | null;
|
|
108
|
+
/**
|
|
109
|
+
* The number of messages in the chat
|
|
110
|
+
*/
|
|
111
|
+
message_count: number;
|
|
112
|
+
/**
|
|
113
|
+
* The title of the AI chat
|
|
114
|
+
*/
|
|
115
|
+
title: string | null;
|
|
116
|
+
/**
|
|
117
|
+
* When the AI chat was last updated
|
|
118
|
+
*/
|
|
119
|
+
updated_at: string;
|
|
120
|
+
/**
|
|
121
|
+
* The user who owns the AI chat
|
|
122
|
+
*/
|
|
123
|
+
user: AIChatRetrieveResponse.User;
|
|
124
|
+
}
|
|
125
|
+
export declare namespace AIChatRetrieveResponse {
|
|
126
|
+
/**
|
|
127
|
+
* The user who owns the AI chat
|
|
128
|
+
*/
|
|
129
|
+
interface User {
|
|
130
|
+
/**
|
|
131
|
+
* The internal ID of the user.
|
|
132
|
+
*/
|
|
133
|
+
id: string;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* An AI chat conversation belonging to a user
|
|
138
|
+
*/
|
|
139
|
+
export interface AIChatUpdateResponse {
|
|
140
|
+
/**
|
|
141
|
+
* The unique identifier for the AI chat
|
|
142
|
+
*/
|
|
143
|
+
id: string;
|
|
144
|
+
/**
|
|
145
|
+
* The total number of tokens used in the chat
|
|
146
|
+
*/
|
|
147
|
+
blended_token_usage: string;
|
|
148
|
+
/**
|
|
149
|
+
* When the AI chat was created
|
|
150
|
+
*/
|
|
151
|
+
created_at: string;
|
|
152
|
+
/**
|
|
153
|
+
* When the last message was sent
|
|
154
|
+
*/
|
|
155
|
+
last_message_at: string | null;
|
|
156
|
+
/**
|
|
157
|
+
* The number of messages in the chat
|
|
158
|
+
*/
|
|
159
|
+
message_count: number;
|
|
160
|
+
/**
|
|
161
|
+
* The title of the AI chat
|
|
162
|
+
*/
|
|
163
|
+
title: string | null;
|
|
164
|
+
/**
|
|
165
|
+
* When the AI chat was last updated
|
|
166
|
+
*/
|
|
167
|
+
updated_at: string;
|
|
168
|
+
/**
|
|
169
|
+
* The user who owns the AI chat
|
|
170
|
+
*/
|
|
171
|
+
user: AIChatUpdateResponse.User;
|
|
172
|
+
}
|
|
173
|
+
export declare namespace AIChatUpdateResponse {
|
|
174
|
+
/**
|
|
175
|
+
* The user who owns the AI chat
|
|
176
|
+
*/
|
|
177
|
+
interface User {
|
|
178
|
+
/**
|
|
179
|
+
* The internal ID of the user.
|
|
180
|
+
*/
|
|
181
|
+
id: string;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* An AI chat conversation belonging to a user
|
|
186
|
+
*/
|
|
187
|
+
export interface AIChatListResponse {
|
|
188
|
+
/**
|
|
189
|
+
* The unique identifier for the AI chat
|
|
190
|
+
*/
|
|
191
|
+
id: string;
|
|
192
|
+
/**
|
|
193
|
+
* The total number of tokens used in the chat
|
|
194
|
+
*/
|
|
195
|
+
blended_token_usage: string;
|
|
196
|
+
/**
|
|
197
|
+
* When the AI chat was created
|
|
198
|
+
*/
|
|
199
|
+
created_at: string;
|
|
200
|
+
/**
|
|
201
|
+
* When the last message was sent
|
|
202
|
+
*/
|
|
203
|
+
last_message_at: string | null;
|
|
204
|
+
/**
|
|
205
|
+
* The number of messages in the chat
|
|
206
|
+
*/
|
|
207
|
+
message_count: number;
|
|
208
|
+
/**
|
|
209
|
+
* The title of the AI chat
|
|
210
|
+
*/
|
|
211
|
+
title: string | null;
|
|
212
|
+
/**
|
|
213
|
+
* When the AI chat was last updated
|
|
214
|
+
*/
|
|
215
|
+
updated_at: string;
|
|
216
|
+
/**
|
|
217
|
+
* The user who owns the AI chat
|
|
218
|
+
*/
|
|
219
|
+
user: AIChatListResponse.User;
|
|
220
|
+
}
|
|
221
|
+
export declare namespace AIChatListResponse {
|
|
222
|
+
/**
|
|
223
|
+
* The user who owns the AI chat
|
|
224
|
+
*/
|
|
225
|
+
interface User {
|
|
226
|
+
/**
|
|
227
|
+
* The internal ID of the user.
|
|
228
|
+
*/
|
|
229
|
+
id: string;
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* Represents `true` or `false` values.
|
|
234
|
+
*/
|
|
235
|
+
export type AIChatDeleteResponse = boolean;
|
|
236
|
+
export interface AIChatCreateParams {
|
|
237
|
+
/**
|
|
238
|
+
* The title of the AI chat
|
|
239
|
+
*/
|
|
240
|
+
title?: string | null;
|
|
241
|
+
}
|
|
242
|
+
export interface AIChatUpdateParams {
|
|
243
|
+
/**
|
|
244
|
+
* The new title for the AI chat
|
|
245
|
+
*/
|
|
246
|
+
title?: string | null;
|
|
247
|
+
}
|
|
248
|
+
export interface AIChatListParams extends CursorPageParams {
|
|
249
|
+
/**
|
|
250
|
+
* Returns the elements in the list that come before the specified cursor.
|
|
251
|
+
*/
|
|
252
|
+
before?: string | null;
|
|
253
|
+
/**
|
|
254
|
+
* Returns the first _n_ elements from the list.
|
|
255
|
+
*/
|
|
256
|
+
first?: number | null;
|
|
257
|
+
/**
|
|
258
|
+
* Returns the last _n_ elements from the list.
|
|
259
|
+
*/
|
|
260
|
+
last?: number | null;
|
|
261
|
+
}
|
|
262
|
+
export declare namespace AIChats {
|
|
263
|
+
export { type AIChatCreateResponse as AIChatCreateResponse, type AIChatRetrieveResponse as AIChatRetrieveResponse, type AIChatUpdateResponse as AIChatUpdateResponse, type AIChatListResponse as AIChatListResponse, type AIChatDeleteResponse as AIChatDeleteResponse, type AIChatListResponsesCursorPage as AIChatListResponsesCursorPage, type AIChatCreateParams as AIChatCreateParams, type AIChatUpdateParams as AIChatUpdateParams, type AIChatListParams as AIChatListParams, };
|
|
264
|
+
}
|
|
265
|
+
//# sourceMappingURL=ai-chats.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-chats.d.ts","sourceRoot":"","sources":["../src/resources/ai-chats.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.AIChats = void 0;
|
|
5
|
+
const resource_1 = require("../core/resource.js");
|
|
6
|
+
const pagination_1 = require("../core/pagination.js");
|
|
7
|
+
const path_1 = require("../internal/utils/path.js");
|
|
8
|
+
class AIChats extends resource_1.APIResource {
|
|
9
|
+
/**
|
|
10
|
+
* Creates a new AI chat
|
|
11
|
+
*
|
|
12
|
+
* Required permissions:
|
|
13
|
+
*
|
|
14
|
+
* - `ai_chat:create`
|
|
15
|
+
*/
|
|
16
|
+
create(body = {}, options) {
|
|
17
|
+
return this._client.post('/ai_chats', { body, ...options });
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Fetches a single AI chat by ID
|
|
21
|
+
*/
|
|
22
|
+
retrieve(id, options) {
|
|
23
|
+
return this._client.get((0, path_1.path) `/ai_chats/${id}`, options);
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Updates an AI chat
|
|
27
|
+
*
|
|
28
|
+
* Required permissions:
|
|
29
|
+
*
|
|
30
|
+
* - `ai_chat:update`
|
|
31
|
+
*/
|
|
32
|
+
update(id, body = {}, options) {
|
|
33
|
+
return this._client.patch((0, path_1.path) `/ai_chats/${id}`, { body, ...options });
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Fetches all AI chats for the current user
|
|
37
|
+
*/
|
|
38
|
+
list(query = {}, options) {
|
|
39
|
+
return this._client.getAPIList('/ai_chats', (pagination_1.CursorPage), { query, ...options });
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Deletes an AI chat
|
|
43
|
+
*
|
|
44
|
+
* Required permissions:
|
|
45
|
+
*
|
|
46
|
+
* - `ai_chat:delete`
|
|
47
|
+
*/
|
|
48
|
+
delete(id, options) {
|
|
49
|
+
return this._client.delete((0, path_1.path) `/ai_chats/${id}`, options);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
exports.AIChats = AIChats;
|
|
53
|
+
//# sourceMappingURL=ai-chats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-chats.js","sourceRoot":"","sources":["../src/resources/ai-chats.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kDAA+C;AAE/C,sDAAoF;AAEpF,oDAA8C;AAE9C,MAAa,OAAQ,SAAQ,sBAAW;IACtC;;;;;;OAMG;IACH,MAAM,CACJ,OAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,aAAa,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CACJ,EAAU,EACV,OAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAA,WAAI,EAAA,aAAa,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,WAAW,EAAE,CAAA,uBAA8B,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAA,WAAI,EAAA,aAAa,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;CACF;AAzDD,0BAyDC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
import { APIResource } from "../core/resource.mjs";
|
|
3
|
+
import { CursorPage } from "../core/pagination.mjs";
|
|
4
|
+
import { path } from "../internal/utils/path.mjs";
|
|
5
|
+
export class AIChats extends APIResource {
|
|
6
|
+
/**
|
|
7
|
+
* Creates a new AI chat
|
|
8
|
+
*
|
|
9
|
+
* Required permissions:
|
|
10
|
+
*
|
|
11
|
+
* - `ai_chat:create`
|
|
12
|
+
*/
|
|
13
|
+
create(body = {}, options) {
|
|
14
|
+
return this._client.post('/ai_chats', { body, ...options });
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Fetches a single AI chat by ID
|
|
18
|
+
*/
|
|
19
|
+
retrieve(id, options) {
|
|
20
|
+
return this._client.get(path `/ai_chats/${id}`, options);
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Updates an AI chat
|
|
24
|
+
*
|
|
25
|
+
* Required permissions:
|
|
26
|
+
*
|
|
27
|
+
* - `ai_chat:update`
|
|
28
|
+
*/
|
|
29
|
+
update(id, body = {}, options) {
|
|
30
|
+
return this._client.patch(path `/ai_chats/${id}`, { body, ...options });
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Fetches all AI chats for the current user
|
|
34
|
+
*/
|
|
35
|
+
list(query = {}, options) {
|
|
36
|
+
return this._client.getAPIList('/ai_chats', (CursorPage), { query, ...options });
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Deletes an AI chat
|
|
40
|
+
*
|
|
41
|
+
* Required permissions:
|
|
42
|
+
*
|
|
43
|
+
* - `ai_chat:delete`
|
|
44
|
+
*/
|
|
45
|
+
delete(id, options) {
|
|
46
|
+
return this._client.delete(path `/ai_chats/${id}`, options);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
//# sourceMappingURL=ai-chats.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-chats.mjs","sourceRoot":"","sources":["../src/resources/ai-chats.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAEf,EAAE,UAAU,EAAsC;OAElD,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,OAAQ,SAAQ,WAAW;IACtC;;;;;;OAMG;IACH,MAAM,CACJ,OAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,WAAW,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED;;OAEG;IACH,QAAQ,CAAC,EAAU,EAAE,OAAwB;QAC3C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,aAAa,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC1D,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CACJ,EAAU,EACV,OAA8C,EAAE,EAChD,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,aAAa,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACzE,CAAC;IAED;;OAEG;IACH,IAAI,CACF,QAA6C,EAAE,EAC/C,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,WAAW,EAAE,CAAA,UAA8B,CAAA,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrG,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CAAC,EAAU,EAAE,OAAwB;QACzC,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,aAAa,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC;IAC7D,CAAC;CACF"}
|
|
@@ -14,7 +14,7 @@ export declare class AppBuilds extends APIResource {
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts
|
|
16
16
|
* const appBuild = await client.appBuilds.create({
|
|
17
|
-
* attachment: {
|
|
17
|
+
* attachment: { id: 'id' },
|
|
18
18
|
* checksum: 'checksum',
|
|
19
19
|
* platform: 'ios',
|
|
20
20
|
* });
|
|
@@ -121,7 +121,7 @@ export interface AppBuildCreateParams {
|
|
|
121
121
|
* format. The zip should contain at least one main_js_bundle.hbc file and
|
|
122
122
|
* optionally an assets folder next to it.
|
|
123
123
|
*/
|
|
124
|
-
attachment: AppBuildCreateParams.
|
|
124
|
+
attachment: AppBuildCreateParams.Attachment;
|
|
125
125
|
/**
|
|
126
126
|
* Checksum of the app build file. This is generated by the client and used to
|
|
127
127
|
* verify the integrity of the file that is submitted when un-packaged later on a
|
|
@@ -149,24 +149,13 @@ export interface AppBuildCreateParams {
|
|
|
149
149
|
}
|
|
150
150
|
export declare namespace AppBuildCreateParams {
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* This ID should be used the first time you upload an attachment. It is the ID of
|
|
157
|
-
* the direct upload that was created when uploading the file to S3 via the
|
|
158
|
-
* mediaDirectUpload mutation.
|
|
159
|
-
*/
|
|
160
|
-
direct_upload_id: string;
|
|
161
|
-
}
|
|
162
|
-
/**
|
|
163
|
-
* Input for an attachment
|
|
152
|
+
* Attachment input for the app build file. This should be an upload in .zip
|
|
153
|
+
* format. The zip should contain at least one main_js_bundle.hbc file and
|
|
154
|
+
* optionally an assets folder next to it.
|
|
164
155
|
*/
|
|
165
|
-
interface
|
|
156
|
+
interface Attachment {
|
|
166
157
|
/**
|
|
167
|
-
* The ID of an existing
|
|
168
|
-
* keeping a subset of the attachments. Don't use this unless you know what you're
|
|
169
|
-
* doing.
|
|
158
|
+
* The ID of an existing file object.
|
|
170
159
|
*/
|
|
171
160
|
id: string;
|
|
172
161
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-builds.d.mts","sourceRoot":"","sources":["../src/resources/app-builds.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,UAAU,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE;OAClD,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;IAIzF;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;IAI3E;;;;;;;;;;;;;;;;OAgBG;IACH,IAAI,CACF,KAAK,EAAE,kBAAkB,EACzB,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,+BAA+B,EAAE,oBAAoB,CAAC;IAIrE;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;CAG3E;AAED,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,oBAAoB,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,iBAAiB,CAAC;IAEnC;;;OAGG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,gBAAgB,CAAC;IAEhC;;;OAGG;IACH,wBAAwB,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;CACrD;AAED,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,UAAU,
|
|
1
|
+
{"version":3,"file":"app-builds.d.mts","sourceRoot":"","sources":["../src/resources/app-builds.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,UAAU,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE;OAClD,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;IAIzF;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;IAI3E;;;;;;;;;;;;;;;;OAgBG;IACH,IAAI,CACF,KAAK,EAAE,kBAAkB,EACzB,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,+BAA+B,EAAE,oBAAoB,CAAC;IAIrE;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;CAG3E;AAED,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,oBAAoB,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,iBAAiB,CAAC;IAEnC;;;OAGG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,gBAAgB,CAAC;IAEhC;;;OAGG;IACH,wBAAwB,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;CACrD;AAED,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,UAAU,EAAE,oBAAoB,CAAC,UAAU,CAAC;IAE5C;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,iBAAiB,CAAC;IAEnC;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;;OAGG;IACH,wBAAwB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;CAC7D;AAED,yBAAiB,oBAAoB,CAAC;IACpC;;;;OAIG;IACH,UAAiB,UAAU;QACzB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ;CACF;AAED,MAAM,WAAW,kBAAmB,SAAQ,gBAAgB;IAC1D;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEvB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAErB;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,iBAAiB,GAAG,IAAI,CAAC;IAE3C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,gBAAgB,GAAG,IAAI,CAAC;CACzC;AAED,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,oBAAoB,IAAI,oBAAoB,EACjD,KAAK,kBAAkB,IAAI,kBAAkB,GAC9C,CAAC;CACH"}
|
|
@@ -14,7 +14,7 @@ export declare class AppBuilds extends APIResource {
|
|
|
14
14
|
* @example
|
|
15
15
|
* ```ts
|
|
16
16
|
* const appBuild = await client.appBuilds.create({
|
|
17
|
-
* attachment: {
|
|
17
|
+
* attachment: { id: 'id' },
|
|
18
18
|
* checksum: 'checksum',
|
|
19
19
|
* platform: 'ios',
|
|
20
20
|
* });
|
|
@@ -121,7 +121,7 @@ export interface AppBuildCreateParams {
|
|
|
121
121
|
* format. The zip should contain at least one main_js_bundle.hbc file and
|
|
122
122
|
* optionally an assets folder next to it.
|
|
123
123
|
*/
|
|
124
|
-
attachment: AppBuildCreateParams.
|
|
124
|
+
attachment: AppBuildCreateParams.Attachment;
|
|
125
125
|
/**
|
|
126
126
|
* Checksum of the app build file. This is generated by the client and used to
|
|
127
127
|
* verify the integrity of the file that is submitted when un-packaged later on a
|
|
@@ -149,24 +149,13 @@ export interface AppBuildCreateParams {
|
|
|
149
149
|
}
|
|
150
150
|
export declare namespace AppBuildCreateParams {
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
/**
|
|
156
|
-
* This ID should be used the first time you upload an attachment. It is the ID of
|
|
157
|
-
* the direct upload that was created when uploading the file to S3 via the
|
|
158
|
-
* mediaDirectUpload mutation.
|
|
159
|
-
*/
|
|
160
|
-
direct_upload_id: string;
|
|
161
|
-
}
|
|
162
|
-
/**
|
|
163
|
-
* Input for an attachment
|
|
152
|
+
* Attachment input for the app build file. This should be an upload in .zip
|
|
153
|
+
* format. The zip should contain at least one main_js_bundle.hbc file and
|
|
154
|
+
* optionally an assets folder next to it.
|
|
164
155
|
*/
|
|
165
|
-
interface
|
|
156
|
+
interface Attachment {
|
|
166
157
|
/**
|
|
167
|
-
* The ID of an existing
|
|
168
|
-
* keeping a subset of the attachments. Don't use this unless you know what you're
|
|
169
|
-
* doing.
|
|
158
|
+
* The ID of an existing file object.
|
|
170
159
|
*/
|
|
171
160
|
id: string;
|
|
172
161
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-builds.d.ts","sourceRoot":"","sources":["../src/resources/app-builds.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,UAAU,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE;OAClD,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,IAAI,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;IAIzF;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;IAI3E;;;;;;;;;;;;;;;;OAgBG;IACH,IAAI,CACF,KAAK,EAAE,kBAAkB,EACzB,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,+BAA+B,EAAE,oBAAoB,CAAC;IAIrE;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,QAAQ,CAAC;CAG3E;AAED,MAAM,MAAM,+BAA+B,GAAG,UAAU,CAAC,oBAAoB,CAAC,CAAC;AAE/E;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC,iBAAiB,CAAC;IAEnC;;;OAGG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,gBAAgB,CAAC;IAEhC;;;OAGG;IACH,wBAAwB,EAAE,KAAK,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;CACrD;AAED,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,UAAU,
|
|
1
|
+
{"version":3,"file":"app-builds.d.ts","sourceRoot":"","sources":["../src/resources/app-builds.ts"],"names":[],"mappings":"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"}
|
package/resources/app-builds.js
CHANGED
|
@@ -16,7 +16,7 @@ class AppBuilds extends resource_1.APIResource {
|
|
|
16
16
|
* @example
|
|
17
17
|
* ```ts
|
|
18
18
|
* const appBuild = await client.appBuilds.create({
|
|
19
|
-
* attachment: {
|
|
19
|
+
* attachment: { id: 'id' },
|
|
20
20
|
* checksum: 'checksum',
|
|
21
21
|
* platform: 'ios',
|
|
22
22
|
* });
|
package/resources/app-builds.mjs
CHANGED
|
@@ -13,7 +13,7 @@ export class AppBuilds extends APIResource {
|
|
|
13
13
|
* @example
|
|
14
14
|
* ```ts
|
|
15
15
|
* const appBuild = await client.appBuilds.create({
|
|
16
|
-
* attachment: {
|
|
16
|
+
* attachment: { id: 'id' },
|
|
17
17
|
* checksum: 'checksum',
|
|
18
18
|
* platform: 'ios',
|
|
19
19
|
* });
|
package/resources/apps.d.mts
CHANGED
|
@@ -196,6 +196,21 @@ export interface AppCreateParams {
|
|
|
196
196
|
* The base URL of the app to be created
|
|
197
197
|
*/
|
|
198
198
|
base_url?: string | null;
|
|
199
|
+
/**
|
|
200
|
+
* The icon for the app in png, jpeg, or gif format
|
|
201
|
+
*/
|
|
202
|
+
icon?: AppCreateParams.Icon | null;
|
|
203
|
+
}
|
|
204
|
+
export declare namespace AppCreateParams {
|
|
205
|
+
/**
|
|
206
|
+
* The icon for the app in png, jpeg, or gif format
|
|
207
|
+
*/
|
|
208
|
+
interface Icon {
|
|
209
|
+
/**
|
|
210
|
+
* The ID of an existing file object.
|
|
211
|
+
*/
|
|
212
|
+
id: string;
|
|
213
|
+
}
|
|
199
214
|
}
|
|
200
215
|
export interface AppUpdateParams {
|
|
201
216
|
/**
|
|
@@ -229,7 +244,7 @@ export interface AppUpdateParams {
|
|
|
229
244
|
/**
|
|
230
245
|
* The icon for the app
|
|
231
246
|
*/
|
|
232
|
-
icon?: AppUpdateParams.
|
|
247
|
+
icon?: AppUpdateParams.Icon | null;
|
|
233
248
|
/**
|
|
234
249
|
* The name of the app
|
|
235
250
|
*/
|
|
@@ -245,24 +260,11 @@ export interface AppUpdateParams {
|
|
|
245
260
|
}
|
|
246
261
|
export declare namespace AppUpdateParams {
|
|
247
262
|
/**
|
|
248
|
-
*
|
|
249
|
-
*/
|
|
250
|
-
interface AttachmentInputWithDirectUploadID {
|
|
251
|
-
/**
|
|
252
|
-
* This ID should be used the first time you upload an attachment. It is the ID of
|
|
253
|
-
* the direct upload that was created when uploading the file to S3 via the
|
|
254
|
-
* mediaDirectUpload mutation.
|
|
255
|
-
*/
|
|
256
|
-
direct_upload_id: string;
|
|
257
|
-
}
|
|
258
|
-
/**
|
|
259
|
-
* Input for an attachment
|
|
263
|
+
* The icon for the app
|
|
260
264
|
*/
|
|
261
|
-
interface
|
|
265
|
+
interface Icon {
|
|
262
266
|
/**
|
|
263
|
-
* The ID of an existing
|
|
264
|
-
* keeping a subset of the attachments. Don't use this unless you know what you're
|
|
265
|
-
* doing.
|
|
267
|
+
* The ID of an existing file object.
|
|
266
268
|
*/
|
|
267
269
|
id: string;
|
|
268
270
|
}
|
|
@@ -295,7 +297,7 @@ export interface AppListParams extends CursorPageParams {
|
|
|
295
297
|
/**
|
|
296
298
|
* The order to fetch the apps in for discovery.
|
|
297
299
|
*/
|
|
298
|
-
order?: 'discoverable_at' | 'total_installs_last_30_days' | 'total_installs_last_7_days' | 'time_spent' | 'time_spent_last_24_hours' | 'daily_active_users' | null;
|
|
300
|
+
order?: 'created_at' | 'discoverable_at' | 'total_installs_last_30_days' | 'total_installs_last_7_days' | 'time_spent' | 'time_spent_last_24_hours' | 'daily_active_users' | 'ai_prompt_count' | 'total_ai_cost_usd' | 'total_ai_tokens' | 'last_ai_prompt_at' | 'ai_average_rating' | null;
|
|
299
301
|
/**
|
|
300
302
|
* The query to search for apps by name.
|
|
301
303
|
*/
|
package/resources/apps.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"apps.d.mts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,UAAU,EAAE,KAAK,gBAAgB,EAAE,WAAW,EAAE;OAClD,EAAE,cAAc,EAAE;AAGzB,qBAAa,IAAK,SAAQ,WAAW;IACnC;;;;;;;;;;;;;;;OAeG;IACH,MAAM,CAAC,IAAI,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,GAAG,CAAC;IAI/E;;;;;;;;;;;;;OAaG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,MAAM,CAAC,GAAG,CAAC;IAItE;;;;;;;;;;;;OAYG;IACH,MAAM,CACJ,EAAE,EAAE,MAAM,EACV,IAAI,GAAE,eAAe,GAAG,IAAI,GAAG,SAAc,EAC7C,OAAO,CAAC,EAAE,cAAc,GACvB,UAAU,CAAC,MAAM,CAAC,GAAG,CAAC;IAIzB;;;;;;;;;;OAUG;IACH,IAAI,CACF,KAAK,GAAE,aAAa,GAAG,IAAI,GAAG,SAAc,EAC5C,OAAO,CAAC,EAAE,cAAc,GACvB,WAAW,CAAC,0BAA0B,EAAE,eAAe,CAAC;CAG5D;AAED,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,eAAe,CAAC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,aAAa,GAAG,WAAW,CAAC;AAE1E;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAExB;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC,OAAO,CAAC;IAEjC;;OAEG;IACH,OAAO,EAAE,eAAe,CAAC,OAAO,CAAC;IAEjC;;;OAGG;IACH,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAE9B;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B;;;OAGG;IACH,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAE7B;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;;OAGG;IACH,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAE/B;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAC,IAAI,GAAG,IAAI,CAAC;IAElC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;;;OAMG;IACH,MAAM,EAAE,MAAM,CAAC,WAAW,CAAC;IAE3B;;;OAGG;IACH,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,yBAAiB,eAAe,CAAC;IAC/B;;OAEG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,KAAK,EAAE,MAAM,CAAC;KACf;IAED;;OAEG;IACH,UAAiB,OAAO;QACtB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;QAEX;;WAEG;QACH,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAEpB;;WAEG;QACH,QAAQ,EAAE,MAAM,CAAC;KAClB;IAED;;;OAGG;IACH,UAAiB,IAAI;QACnB;;;WAGG;QACH,GAAG,EAAE,MAAM,GAAG,IAAI,CAAC;KACpB;CACF;AAED,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"apps.d.mts","sourceRoot":"","sources":["../src/resources/apps.ts"],"names":[],"mappings":"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"}
|