@snagsolutions/sdk 0.1.0-alpha.14 → 0.1.0-alpha.16
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 +33 -0
- package/README.md +19 -13
- package/_shims/index.d.ts +2 -0
- package/_shims/index.js +5 -1
- package/_shims/index.mjs +5 -1
- package/core.d.ts.map +1 -1
- package/core.js +4 -1
- package/core.js.map +1 -1
- package/core.mjs +5 -2
- package/core.mjs.map +1 -1
- package/index.d.mts +17 -11
- package/index.d.ts +17 -11
- package/index.d.ts.map +1 -1
- package/index.js +14 -8
- package/index.js.map +1 -1
- package/index.mjs +15 -9
- package/index.mjs.map +1 -1
- package/package.json +8 -29
- package/resources/assets.d.ts +50 -0
- package/resources/assets.d.ts.map +1 -0
- package/resources/assets.js +17 -0
- package/resources/assets.js.map +1 -0
- package/resources/assets.mjs +13 -0
- package/resources/assets.mjs.map +1 -0
- package/resources/auctions.d.ts +134 -0
- package/resources/auctions.d.ts.map +1 -0
- package/resources/{auction-bids.js → auctions.js} +12 -6
- package/resources/auctions.js.map +1 -0
- package/resources/{auction-bids.mjs → auctions.mjs} +10 -4
- package/resources/auctions.mjs.map +1 -0
- package/resources/auth.d.ts +40 -0
- package/resources/auth.d.ts.map +1 -0
- package/resources/auth.js +16 -0
- package/resources/auth.js.map +1 -0
- package/resources/auth.mjs +12 -0
- package/resources/auth.mjs.map +1 -0
- package/resources/index.d.ts +7 -5
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +11 -7
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +7 -5
- package/resources/index.mjs.map +1 -1
- package/resources/loyalty/accounts.d.ts +190 -0
- package/resources/loyalty/accounts.d.ts.map +1 -1
- package/resources/loyalty/accounts.js +15 -0
- package/resources/loyalty/accounts.js.map +1 -1
- package/resources/loyalty/accounts.mjs +15 -0
- package/resources/loyalty/accounts.mjs.map +1 -1
- package/resources/loyalty/badges.d.ts +4 -0
- package/resources/loyalty/badges.d.ts.map +1 -1
- package/resources/loyalty/currencies.d.ts +6 -0
- package/resources/loyalty/currencies.d.ts.map +1 -1
- package/resources/loyalty/index.d.ts +8 -5
- package/resources/loyalty/index.d.ts.map +1 -1
- package/resources/loyalty/index.js +9 -3
- package/resources/loyalty/index.js.map +1 -1
- package/resources/loyalty/index.mjs +5 -2
- package/resources/loyalty/index.mjs.map +1 -1
- package/resources/loyalty/loyalty.d.ts +29 -17
- package/resources/loyalty/loyalty.d.ts.map +1 -1
- package/resources/loyalty/loyalty.js +24 -12
- package/resources/loyalty/loyalty.js.map +1 -1
- package/resources/loyalty/loyalty.mjs +25 -13
- package/resources/loyalty/loyalty.mjs.map +1 -1
- package/resources/loyalty/multipliers.d.ts +37 -6
- package/resources/loyalty/multipliers.d.ts.map +1 -1
- package/resources/loyalty/multipliers.js +7 -1
- package/resources/loyalty/multipliers.js.map +1 -1
- package/resources/loyalty/multipliers.mjs +7 -1
- package/resources/loyalty/multipliers.mjs.map +1 -1
- package/resources/loyalty/{transaction-entries/questions-responses.d.ts → questions-responses.d.ts} +2 -2
- package/resources/loyalty/questions-responses.d.ts.map +1 -0
- package/resources/loyalty/{transaction-entries/questions-responses.js → questions-responses.js} +2 -2
- package/resources/loyalty/questions-responses.js.map +1 -0
- package/resources/loyalty/{transaction-entries/questions-responses.mjs → questions-responses.mjs} +2 -2
- package/resources/loyalty/questions-responses.mjs.map +1 -0
- package/resources/loyalty/{transaction-entries/questions.d.ts → questions.d.ts} +2 -2
- package/resources/loyalty/questions.d.ts.map +1 -0
- package/resources/loyalty/{transaction-entries/questions.js → questions.js} +1 -1
- package/resources/loyalty/questions.js.map +1 -0
- package/resources/loyalty/{transaction-entries/questions.mjs → questions.mjs} +1 -1
- package/resources/loyalty/questions.mjs.map +1 -0
- package/resources/loyalty/rule-edits.d.ts +6 -6
- package/resources/loyalty/rule-edits.d.ts.map +1 -1
- package/resources/loyalty/rule-edits.js +1 -1
- package/resources/loyalty/rule-edits.js.map +1 -1
- package/resources/loyalty/rule-edits.mjs +1 -1
- package/resources/loyalty/rule-edits.mjs.map +1 -1
- package/resources/loyalty/rule-groups.d.ts +559 -0
- package/resources/loyalty/rule-groups.d.ts.map +1 -0
- package/resources/loyalty/rule-groups.js +16 -0
- package/resources/loyalty/rule-groups.js.map +1 -0
- package/resources/loyalty/rule-groups.mjs +12 -0
- package/resources/loyalty/rule-groups.mjs.map +1 -0
- package/resources/loyalty/rules.d.ts +144 -23
- package/resources/loyalty/rules.d.ts.map +1 -1
- package/resources/loyalty/rules.js +1 -1
- package/resources/loyalty/rules.js.map +1 -1
- package/resources/loyalty/rules.mjs +1 -1
- package/resources/loyalty/rules.mjs.map +1 -1
- package/resources/loyalty/transactions.d.ts +248 -0
- package/resources/loyalty/transactions.d.ts.map +1 -0
- package/resources/loyalty/transactions.js +22 -0
- package/resources/loyalty/transactions.js.map +1 -0
- package/resources/loyalty/transactions.mjs +18 -0
- package/resources/loyalty/transactions.mjs.map +1 -0
- package/resources/loyalty.d.ts +2 -0
- package/resources/loyalty.d.ts.map +1 -0
- package/resources/loyalty.js +19 -0
- package/resources/loyalty.js.map +1 -0
- package/resources/loyalty.mjs +3 -0
- package/resources/loyalty.mjs.map +1 -0
- package/resources/{assets/minting.d.ts → minting.d.ts} +10 -10
- package/resources/minting.d.ts.map +1 -0
- package/resources/{assets/minting.js → minting.js} +2 -2
- package/resources/minting.js.map +1 -0
- package/resources/{assets/minting.mjs → minting.mjs} +2 -2
- package/resources/minting.mjs.map +1 -0
- package/resources/referral/index.d.ts +3 -0
- package/resources/referral/index.d.ts.map +1 -0
- package/resources/referral/index.js.map +1 -0
- package/resources/{assets/referral → referral}/index.mjs +1 -1
- package/resources/referral/index.mjs.map +1 -0
- package/resources/referral/referral.d.ts +31 -0
- package/resources/referral/referral.d.ts.map +1 -0
- package/resources/{assets/referral → referral}/referral.js +4 -4
- package/resources/referral/referral.js.map +1 -0
- package/resources/{assets/referral → referral}/referral.mjs +5 -5
- package/resources/referral/referral.mjs.map +1 -0
- package/resources/{assets/referral → referral}/users.d.ts +11 -11
- package/resources/referral/users.d.ts.map +1 -0
- package/resources/{assets/referral → referral}/users.js +3 -3
- package/resources/referral/users.js.map +1 -0
- package/resources/{assets/referral → referral}/users.mjs +3 -3
- package/resources/referral/users.mjs.map +1 -0
- package/resources/referral.d.ts +2 -0
- package/resources/referral.d.ts.map +1 -0
- package/resources/referral.js +19 -0
- package/resources/referral.js.map +1 -0
- package/resources/referral.mjs +3 -0
- package/resources/referral.mjs.map +1 -0
- package/resources/users/index.d.ts +2 -3
- package/resources/users/index.d.ts.map +1 -1
- package/resources/users/index.js +1 -3
- package/resources/users/index.js.map +1 -1
- package/resources/users/index.mjs +1 -2
- package/resources/users/index.mjs.map +1 -1
- package/resources/users/metadatas.d.ts +17 -7
- package/resources/users/metadatas.d.ts.map +1 -1
- package/resources/users/metadatas.js +2 -2
- package/resources/users/metadatas.js.map +1 -1
- package/resources/users/metadatas.mjs +2 -2
- package/resources/users/metadatas.mjs.map +1 -1
- package/resources/users/users.d.ts +296 -6
- package/resources/users/users.d.ts.map +1 -1
- package/resources/users/users.js +25 -4
- package/resources/users/users.js.map +1 -1
- package/resources/users/users.mjs +25 -4
- package/resources/users/users.mjs.map +1 -1
- package/resources/users.d.ts +2 -0
- package/resources/users.d.ts.map +1 -0
- package/resources/users.js +19 -0
- package/resources/users.js.map +1 -0
- package/resources/users.mjs +3 -0
- package/resources/users.mjs.map +1 -0
- package/resources/websites/index.d.ts +4 -0
- package/resources/websites/index.d.ts.map +1 -0
- package/resources/websites/index.js +11 -0
- package/resources/websites/index.js.map +1 -0
- package/resources/{assets → websites}/index.mjs +1 -4
- package/resources/websites/index.mjs.map +1 -0
- package/resources/websites/website-collections.d.ts +73 -0
- package/resources/websites/website-collections.d.ts.map +1 -0
- package/resources/{assets → websites}/website-collections.js +2 -2
- package/resources/websites/website-collections.js.map +1 -0
- package/resources/{assets → websites}/website-collections.mjs +2 -2
- package/resources/websites/website-collections.mjs.map +1 -0
- package/resources/{assets → websites}/website-user-roles.d.ts +28 -28
- package/resources/websites/website-user-roles.d.ts.map +1 -0
- package/resources/{assets → websites}/website-user-roles.js +7 -7
- package/resources/websites/website-user-roles.js.map +1 -0
- package/resources/{assets → websites}/website-user-roles.mjs +7 -7
- package/resources/websites/website-user-roles.mjs.map +1 -0
- package/resources/websites/websites.d.ts +211 -0
- package/resources/websites/websites.d.ts.map +1 -0
- package/resources/{assets/assets.js → websites/websites.js} +14 -27
- package/resources/websites/websites.js.map +1 -0
- package/resources/websites/websites.mjs +29 -0
- package/resources/websites/websites.mjs.map +1 -0
- package/resources/websites.d.ts +1 -202
- package/resources/websites.d.ts.map +1 -1
- package/resources/websites.js +15 -18
- package/resources/websites.js.map +1 -1
- package/resources/websites.mjs +1 -16
- package/resources/websites.mjs.map +1 -1
- package/resources.d.ts +2 -0
- package/resources.d.ts.map +1 -0
- package/resources.js +18 -0
- package/resources.js.map +1 -0
- package/resources.mjs +2 -0
- package/resources.mjs.map +1 -0
- package/src/_shims/index.d.ts +2 -0
- package/src/_shims/index.js +5 -1
- package/src/_shims/index.mjs +5 -1
- package/src/core.ts +8 -3
- package/src/index.ts +66 -22
- package/src/resources/assets.ts +77 -0
- package/src/resources/auctions.ts +209 -0
- package/src/resources/auth.ts +69 -0
- package/src/resources/index.ts +21 -10
- package/src/resources/loyalty/accounts.ts +250 -1
- package/src/resources/loyalty/badges.ts +5 -0
- package/src/resources/loyalty/currencies.ts +6 -0
- package/src/resources/loyalty/index.ts +40 -14
- package/src/resources/loyalty/loyalty.ts +129 -69
- package/src/resources/loyalty/multipliers.ts +44 -8
- package/src/resources/loyalty/{transaction-entries/questions-responses.ts → questions-responses.ts} +3 -3
- package/src/resources/loyalty/{transaction-entries/questions.ts → questions.ts} +2 -2
- package/src/resources/loyalty/rule-edits.ts +7 -10
- package/src/resources/loyalty/rule-groups.ts +818 -0
- package/src/resources/loyalty/rules.ts +406 -192
- package/src/resources/loyalty/transactions.ts +332 -0
- package/src/resources/loyalty.ts +3 -0
- package/src/resources/{assets/minting.ts → minting.ts} +32 -27
- package/src/resources/referral/index.ts +10 -0
- package/src/resources/referral/referral.ts +70 -0
- package/src/resources/{assets/referral → referral}/users.ts +14 -20
- package/src/resources/referral.ts +3 -0
- package/src/resources/users/index.ts +13 -4
- package/src/resources/users/metadatas.ts +26 -15
- package/src/resources/users/users.ts +423 -9
- package/src/resources/users.ts +3 -0
- package/src/resources/websites/index.ts +22 -0
- package/src/resources/{assets → websites}/website-collections.ts +32 -30
- package/src/resources/{assets → websites}/website-user-roles.ts +40 -40
- package/src/resources/websites/websites.ts +299 -0
- package/src/resources/websites.ts +1 -257
- package/src/resources.ts +1 -0
- package/src/version.ts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
- package/resources/assets/assets.d.ts +0 -153
- package/resources/assets/assets.d.ts.map +0 -1
- package/resources/assets/assets.js.map +0 -1
- package/resources/assets/assets.mjs +0 -42
- package/resources/assets/assets.mjs.map +0 -1
- package/resources/assets/index.d.ts +0 -7
- package/resources/assets/index.d.ts.map +0 -1
- package/resources/assets/index.js +0 -17
- package/resources/assets/index.js.map +0 -1
- package/resources/assets/index.mjs.map +0 -1
- package/resources/assets/minting.d.ts.map +0 -1
- package/resources/assets/minting.js.map +0 -1
- package/resources/assets/minting.mjs.map +0 -1
- package/resources/assets/referral/index.d.ts +0 -3
- package/resources/assets/referral/index.d.ts.map +0 -1
- package/resources/assets/referral/index.js.map +0 -1
- package/resources/assets/referral/index.mjs.map +0 -1
- package/resources/assets/referral/referral.d.ts +0 -30
- package/resources/assets/referral/referral.d.ts.map +0 -1
- package/resources/assets/referral/referral.js.map +0 -1
- package/resources/assets/referral/referral.mjs.map +0 -1
- package/resources/assets/referral/users.d.ts.map +0 -1
- package/resources/assets/referral/users.js.map +0 -1
- package/resources/assets/referral/users.mjs.map +0 -1
- package/resources/assets/users.d.ts +0 -285
- package/resources/assets/users.d.ts.map +0 -1
- package/resources/assets/users.js +0 -34
- package/resources/assets/users.js.map +0 -1
- package/resources/assets/users.mjs +0 -30
- package/resources/assets/users.mjs.map +0 -1
- package/resources/assets/website-collections.d.ts +0 -73
- package/resources/assets/website-collections.d.ts.map +0 -1
- package/resources/assets/website-collections.js.map +0 -1
- package/resources/assets/website-collections.mjs.map +0 -1
- package/resources/assets/website-user-roles.d.ts.map +0 -1
- package/resources/assets/website-user-roles.js.map +0 -1
- package/resources/assets/website-user-roles.mjs.map +0 -1
- package/resources/auction-bids.d.ts +0 -51
- package/resources/auction-bids.d.ts.map +0 -1
- package/resources/auction-bids.js.map +0 -1
- package/resources/auction-bids.mjs.map +0 -1
- package/resources/drip/drip.d.ts +0 -14
- package/resources/drip/drip.d.ts.map +0 -1
- package/resources/drip/drip.js +0 -43
- package/resources/drip/drip.js.map +0 -1
- package/resources/drip/drip.mjs +0 -16
- package/resources/drip/drip.mjs.map +0 -1
- package/resources/drip/index.d.ts +0 -4
- package/resources/drip/index.d.ts.map +0 -1
- package/resources/drip/index.js +0 -11
- package/resources/drip/index.js.map +0 -1
- package/resources/drip/index.mjs +0 -5
- package/resources/drip/index.mjs.map +0 -1
- package/resources/drip/quests.d.ts +0 -4
- package/resources/drip/quests.d.ts.map +0 -1
- package/resources/drip/quests.js +0 -9
- package/resources/drip/quests.js.map +0 -1
- package/resources/drip/quests.mjs +0 -5
- package/resources/drip/quests.mjs.map +0 -1
- package/resources/drip/status.d.ts +0 -4
- package/resources/drip/status.d.ts.map +0 -1
- package/resources/drip/status.js +0 -9
- package/resources/drip/status.js.map +0 -1
- package/resources/drip/status.mjs +0 -5
- package/resources/drip/status.mjs.map +0 -1
- package/resources/loyalty/transaction-entries/accounts.d.ts +0 -191
- package/resources/loyalty/transaction-entries/accounts.d.ts.map +0 -1
- package/resources/loyalty/transaction-entries/accounts.js +0 -24
- package/resources/loyalty/transaction-entries/accounts.js.map +0 -1
- package/resources/loyalty/transaction-entries/accounts.mjs +0 -20
- package/resources/loyalty/transaction-entries/accounts.mjs.map +0 -1
- package/resources/loyalty/transaction-entries/index.d.ts +0 -5
- package/resources/loyalty/transaction-entries/index.d.ts.map +0 -1
- package/resources/loyalty/transaction-entries/index.js +0 -13
- package/resources/loyalty/transaction-entries/index.js.map +0 -1
- package/resources/loyalty/transaction-entries/index.mjs +0 -6
- package/resources/loyalty/transaction-entries/index.mjs.map +0 -1
- package/resources/loyalty/transaction-entries/questions-responses.d.ts.map +0 -1
- package/resources/loyalty/transaction-entries/questions-responses.js.map +0 -1
- package/resources/loyalty/transaction-entries/questions-responses.mjs.map +0 -1
- package/resources/loyalty/transaction-entries/questions.d.ts.map +0 -1
- package/resources/loyalty/transaction-entries/questions.js.map +0 -1
- package/resources/loyalty/transaction-entries/questions.mjs.map +0 -1
- package/resources/loyalty/transaction-entries/transaction-entries.d.ts +0 -300
- package/resources/loyalty/transaction-entries/transaction-entries.d.ts.map +0 -1
- package/resources/loyalty/transaction-entries/transaction-entries.js +0 -66
- package/resources/loyalty/transaction-entries/transaction-entries.js.map +0 -1
- package/resources/loyalty/transaction-entries/transaction-entries.mjs +0 -39
- package/resources/loyalty/transaction-entries/transaction-entries.mjs.map +0 -1
- package/resources/users/wallets.d.ts +0 -4
- package/resources/users/wallets.d.ts.map +0 -1
- package/resources/users/wallets.js +0 -9
- package/resources/users/wallets.js.map +0 -1
- package/resources/users/wallets.mjs +0 -5
- package/resources/users/wallets.mjs.map +0 -1
- package/src/resources/assets/assets.ts +0 -294
- package/src/resources/assets/index.ts +0 -38
- package/src/resources/assets/referral/index.ts +0 -14
- package/src/resources/assets/referral/referral.ts +0 -74
- package/src/resources/assets/users.ts +0 -415
- package/src/resources/auction-bids.ts +0 -77
- package/src/resources/drip/drip.ts +0 -21
- package/src/resources/drip/index.ts +0 -5
- package/src/resources/drip/quests.ts +0 -5
- package/src/resources/drip/status.ts +0 -5
- package/src/resources/loyalty/transaction-entries/accounts.ts +0 -251
- package/src/resources/loyalty/transaction-entries/index.ts +0 -34
- package/src/resources/loyalty/transaction-entries/transaction-entries.ts +0 -525
- package/src/resources/users/wallets.ts +0 -5
- /package/resources/{assets/referral → referral}/index.js +0 -0
|
@@ -1,415 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { APIResource } from '../../resource';
|
|
4
|
-
import { isRequestOptions } from '../../core';
|
|
5
|
-
import * as Core from '../../core';
|
|
6
|
-
|
|
7
|
-
export class Users extends APIResource {
|
|
8
|
-
/**
|
|
9
|
-
* This endpoint allows you to create a user
|
|
10
|
-
*/
|
|
11
|
-
connectUser(
|
|
12
|
-
body: UserConnectUserParams,
|
|
13
|
-
options?: Core.RequestOptions,
|
|
14
|
-
): Core.APIPromise<UserConnectUserResponse> {
|
|
15
|
-
return this._client.post('/api/users/connect', { body, ...options });
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* This endpoint allows you to disconnect a user from another user
|
|
20
|
-
*/
|
|
21
|
-
disconnectUser(body: UserDisconnectUserParams, options?: Core.RequestOptions): Core.APIPromise<unknown> {
|
|
22
|
-
return this._client.post('/api/users/disconnect', { body, ...options });
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* This endpoint returns the total user count
|
|
27
|
-
*/
|
|
28
|
-
getUserCount(
|
|
29
|
-
query: UserGetUserCountParams,
|
|
30
|
-
options?: Core.RequestOptions,
|
|
31
|
-
): Core.APIPromise<UserGetUserCountResponse> {
|
|
32
|
-
return this._client.get('/api/users/count', { query, ...options });
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* This endpoint allows you to get users
|
|
37
|
-
*/
|
|
38
|
-
getUsers(query?: UserGetUsersParams, options?: Core.RequestOptions): Core.APIPromise<UserGetUsersResponse>;
|
|
39
|
-
getUsers(options?: Core.RequestOptions): Core.APIPromise<UserGetUsersResponse>;
|
|
40
|
-
getUsers(
|
|
41
|
-
query: UserGetUsersParams | Core.RequestOptions = {},
|
|
42
|
-
options?: Core.RequestOptions,
|
|
43
|
-
): Core.APIPromise<UserGetUsersResponse> {
|
|
44
|
-
if (isRequestOptions(query)) {
|
|
45
|
-
return this.getUsers({}, query);
|
|
46
|
-
}
|
|
47
|
-
return this._client.get('/api/users', { query, ...options });
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
export interface UserConnectUserResponse {
|
|
52
|
-
/**
|
|
53
|
-
* The ID of the user
|
|
54
|
-
*/
|
|
55
|
-
id: string;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* Timestamp when the user was created
|
|
59
|
-
*/
|
|
60
|
-
createdAt: string;
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Timestamp when the user was last updated
|
|
64
|
-
*/
|
|
65
|
-
updatedAt: string;
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* The wallet address of the user
|
|
69
|
-
*/
|
|
70
|
-
walletAddress: string;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export type UserDisconnectUserResponse = unknown;
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* Schema for counting users response
|
|
77
|
-
*/
|
|
78
|
-
export interface UserGetUserCountResponse {
|
|
79
|
-
/**
|
|
80
|
-
* Total count of users
|
|
81
|
-
*/
|
|
82
|
-
totalCount: number;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
export interface UserGetUsersResponse {
|
|
86
|
-
/**
|
|
87
|
-
* Schema for users response
|
|
88
|
-
*/
|
|
89
|
-
data: Array<UserGetUsersResponse.Data>;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
export namespace UserGetUsersResponse {
|
|
93
|
-
export interface Data {
|
|
94
|
-
id: string;
|
|
95
|
-
|
|
96
|
-
isSnagSuperAdmin: boolean;
|
|
97
|
-
|
|
98
|
-
walletAddress: string;
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* The followers of the user, only returned if includeFollow is true
|
|
102
|
-
*/
|
|
103
|
-
_count?: Data._Count | null;
|
|
104
|
-
|
|
105
|
-
/**
|
|
106
|
-
* The delegations from the user, only returned if includeDelegation is true
|
|
107
|
-
*/
|
|
108
|
-
delegationsFrom?: Array<Data.DelegationsFrom> | null;
|
|
109
|
-
|
|
110
|
-
/**
|
|
111
|
-
* The followers of the user, only returned if includeFollow is true and the user
|
|
112
|
-
* is querying their own user
|
|
113
|
-
*/
|
|
114
|
-
followers?: Array<Data.Follower> | null;
|
|
115
|
-
|
|
116
|
-
/**
|
|
117
|
-
* Whether the user has notifications enabled, only returned if
|
|
118
|
-
* includeNotifications is true
|
|
119
|
-
*/
|
|
120
|
-
notifications?: boolean;
|
|
121
|
-
|
|
122
|
-
privyUserId?: string | null;
|
|
123
|
-
|
|
124
|
-
stardustProfileId?: string | null;
|
|
125
|
-
|
|
126
|
-
temporaryLoyaltyUser?: boolean | null;
|
|
127
|
-
|
|
128
|
-
userMetadata?: Array<Data.UserMetadata> | null;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
export namespace Data {
|
|
132
|
-
/**
|
|
133
|
-
* The followers of the user, only returned if includeFollow is true
|
|
134
|
-
*/
|
|
135
|
-
export interface _Count {
|
|
136
|
-
select: _Count.Select;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
export namespace _Count {
|
|
140
|
-
export interface Select {
|
|
141
|
-
followers: number;
|
|
142
|
-
|
|
143
|
-
follows: number;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
export interface DelegationsFrom {
|
|
148
|
-
walletAddress: string;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
export interface Follower {
|
|
152
|
-
userId: string;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
export interface UserMetadata {
|
|
156
|
-
bio?: string | null;
|
|
157
|
-
|
|
158
|
-
discordUser?: string | null;
|
|
159
|
-
|
|
160
|
-
discordVerifiedAt?: string | null;
|
|
161
|
-
|
|
162
|
-
displayName?: string | null;
|
|
163
|
-
|
|
164
|
-
/**
|
|
165
|
-
* The email address of the user, only returned if the user is querying their own
|
|
166
|
-
* user
|
|
167
|
-
*/
|
|
168
|
-
emailAddress?: string | null;
|
|
169
|
-
|
|
170
|
-
emailVerifiedAt?: string | null;
|
|
171
|
-
|
|
172
|
-
epicAccountIdentifier?: string | null;
|
|
173
|
-
|
|
174
|
-
epicUsername?: string | null;
|
|
175
|
-
|
|
176
|
-
instagramUser?: string | null;
|
|
177
|
-
|
|
178
|
-
instagramVerifiedAt?: string | null;
|
|
179
|
-
|
|
180
|
-
isBlocked?: boolean | null;
|
|
181
|
-
|
|
182
|
-
location?: string | null;
|
|
183
|
-
|
|
184
|
-
logoUrl?: string | null;
|
|
185
|
-
|
|
186
|
-
meta?: string | null;
|
|
187
|
-
|
|
188
|
-
portfolioUrl?: string | null;
|
|
189
|
-
|
|
190
|
-
steamUserId?: string | null;
|
|
191
|
-
|
|
192
|
-
steamUsername?: string | null;
|
|
193
|
-
|
|
194
|
-
telegramUserId?: string | null;
|
|
195
|
-
|
|
196
|
-
telegramUsername?: string | null;
|
|
197
|
-
|
|
198
|
-
telegramVerifiedAt?: string | null;
|
|
199
|
-
|
|
200
|
-
twitterUser?: string | null;
|
|
201
|
-
|
|
202
|
-
twitterUserFollowersCount?: number | null;
|
|
203
|
-
|
|
204
|
-
twitterVerifiedAt?: string | null;
|
|
205
|
-
|
|
206
|
-
userGroupId?: string | null;
|
|
207
|
-
|
|
208
|
-
walletGroupIdentifier?: string | null;
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
export interface UserConnectUserParams {
|
|
214
|
-
/**
|
|
215
|
-
* The ID of the organization
|
|
216
|
-
*/
|
|
217
|
-
organizationId: string;
|
|
218
|
-
|
|
219
|
-
/**
|
|
220
|
-
* The wallet address of the user
|
|
221
|
-
*/
|
|
222
|
-
walletAddress: string;
|
|
223
|
-
|
|
224
|
-
walletType: 'evm' | 'solana' | 'imx' | 'sui' | 'ton';
|
|
225
|
-
|
|
226
|
-
/**
|
|
227
|
-
* The ID of the website
|
|
228
|
-
*/
|
|
229
|
-
websiteId: string;
|
|
230
|
-
|
|
231
|
-
/**
|
|
232
|
-
* Whether to confirm the disconnect
|
|
233
|
-
*/
|
|
234
|
-
confirmDisconnect?: boolean;
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* The ID of the user to whome this wallet is being connected
|
|
238
|
-
*/
|
|
239
|
-
userId?: string;
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* The verification data of the user walletAddress
|
|
243
|
-
*/
|
|
244
|
-
verificationData?: UserConnectUserParams.VerificationData;
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
export namespace UserConnectUserParams {
|
|
248
|
-
/**
|
|
249
|
-
* The verification data of the user walletAddress
|
|
250
|
-
*/
|
|
251
|
-
export interface VerificationData {
|
|
252
|
-
accessToken?: string;
|
|
253
|
-
|
|
254
|
-
message?: string;
|
|
255
|
-
|
|
256
|
-
signature?: string;
|
|
257
|
-
|
|
258
|
-
tonVerification?: VerificationData.TonVerification;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
export namespace VerificationData {
|
|
262
|
-
export interface TonVerification {
|
|
263
|
-
account: TonVerification.Account;
|
|
264
|
-
|
|
265
|
-
proof: TonVerification.Proof;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
export namespace TonVerification {
|
|
269
|
-
export interface Account {
|
|
270
|
-
address: string;
|
|
271
|
-
|
|
272
|
-
chain: '-239' | '-3';
|
|
273
|
-
|
|
274
|
-
publicKey: string;
|
|
275
|
-
|
|
276
|
-
walletStateInit?: string;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
export interface Proof {
|
|
280
|
-
domain: Proof.Domain;
|
|
281
|
-
|
|
282
|
-
payload: string;
|
|
283
|
-
|
|
284
|
-
signature: string;
|
|
285
|
-
|
|
286
|
-
timestamp: number;
|
|
287
|
-
|
|
288
|
-
state_init?: string;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
export namespace Proof {
|
|
292
|
-
export interface Domain {
|
|
293
|
-
lengthBytes: number;
|
|
294
|
-
|
|
295
|
-
value: string;
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
export interface UserDisconnectUserParams {
|
|
303
|
-
organizationId: string;
|
|
304
|
-
|
|
305
|
-
userId: string;
|
|
306
|
-
|
|
307
|
-
websiteId: string;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
export interface UserGetUserCountParams {
|
|
311
|
-
/**
|
|
312
|
-
* The ID of the organization
|
|
313
|
-
*/
|
|
314
|
-
organizationId: string;
|
|
315
|
-
|
|
316
|
-
/**
|
|
317
|
-
* The ID of the website
|
|
318
|
-
*/
|
|
319
|
-
websiteId: string;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
export interface UserGetUsersParams {
|
|
323
|
-
/**
|
|
324
|
-
* The address of the user
|
|
325
|
-
*/
|
|
326
|
-
address?: string;
|
|
327
|
-
|
|
328
|
-
/**
|
|
329
|
-
* Discord username of the user
|
|
330
|
-
*/
|
|
331
|
-
discordUser?: string;
|
|
332
|
-
|
|
333
|
-
/**
|
|
334
|
-
* Whether to include delegations in the response
|
|
335
|
-
*/
|
|
336
|
-
includeDelegation?: boolean | null;
|
|
337
|
-
|
|
338
|
-
/**
|
|
339
|
-
* Whether to include followers in the response
|
|
340
|
-
*/
|
|
341
|
-
includeFollow?: boolean | null;
|
|
342
|
-
|
|
343
|
-
/**
|
|
344
|
-
* Number of users to return
|
|
345
|
-
*/
|
|
346
|
-
limit?: number;
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
* The ID of the organization
|
|
350
|
-
*/
|
|
351
|
-
organizationId?: string;
|
|
352
|
-
|
|
353
|
-
/**
|
|
354
|
-
* Pagination cursor to start after a specific user ID
|
|
355
|
-
*/
|
|
356
|
-
startingAfter?: string;
|
|
357
|
-
|
|
358
|
-
/**
|
|
359
|
-
* Steam username of the user
|
|
360
|
-
*/
|
|
361
|
-
steamUsername?: string;
|
|
362
|
-
|
|
363
|
-
/**
|
|
364
|
-
* Telegram ID of the user
|
|
365
|
-
*/
|
|
366
|
-
telegramUserId?: string;
|
|
367
|
-
|
|
368
|
-
/**
|
|
369
|
-
* Telegram username of the user
|
|
370
|
-
*/
|
|
371
|
-
telegramUsername?: string;
|
|
372
|
-
|
|
373
|
-
/**
|
|
374
|
-
* Twitter username of the user
|
|
375
|
-
*/
|
|
376
|
-
twitterUser?: string;
|
|
377
|
-
|
|
378
|
-
/**
|
|
379
|
-
* External identifier for the user group controlled by you
|
|
380
|
-
*/
|
|
381
|
-
userGroupExternalIdentifier?: string;
|
|
382
|
-
|
|
383
|
-
/**
|
|
384
|
-
* The ID of the user group
|
|
385
|
-
*/
|
|
386
|
-
userGroupId?: string;
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* The ID of the user
|
|
390
|
-
*/
|
|
391
|
-
userId?: string | Array<string>;
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
* The wallet address of the user
|
|
395
|
-
*/
|
|
396
|
-
walletAddress?: string;
|
|
397
|
-
|
|
398
|
-
/**
|
|
399
|
-
* The ID of the website
|
|
400
|
-
*/
|
|
401
|
-
websiteId?: string;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
export declare namespace Users {
|
|
405
|
-
export {
|
|
406
|
-
type UserConnectUserResponse as UserConnectUserResponse,
|
|
407
|
-
type UserDisconnectUserResponse as UserDisconnectUserResponse,
|
|
408
|
-
type UserGetUserCountResponse as UserGetUserCountResponse,
|
|
409
|
-
type UserGetUsersResponse as UserGetUsersResponse,
|
|
410
|
-
type UserConnectUserParams as UserConnectUserParams,
|
|
411
|
-
type UserDisconnectUserParams as UserDisconnectUserParams,
|
|
412
|
-
type UserGetUserCountParams as UserGetUserCountParams,
|
|
413
|
-
type UserGetUsersParams as UserGetUsersParams,
|
|
414
|
-
};
|
|
415
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { APIResource } from '../resource';
|
|
4
|
-
import { isRequestOptions } from '../core';
|
|
5
|
-
import * as Core from '../core';
|
|
6
|
-
|
|
7
|
-
export class AuctionBids extends APIResource {
|
|
8
|
-
/**
|
|
9
|
-
* Returns a list of auction bids with optional filtering and pagination.
|
|
10
|
-
*/
|
|
11
|
-
list(query?: AuctionBidListParams, options?: Core.RequestOptions): Core.APIPromise<void>;
|
|
12
|
-
list(options?: Core.RequestOptions): Core.APIPromise<void>;
|
|
13
|
-
list(
|
|
14
|
-
query: AuctionBidListParams | Core.RequestOptions = {},
|
|
15
|
-
options?: Core.RequestOptions,
|
|
16
|
-
): Core.APIPromise<void> {
|
|
17
|
-
if (isRequestOptions(query)) {
|
|
18
|
-
return this.list({}, query);
|
|
19
|
-
}
|
|
20
|
-
return this._client.get('/api/auction_bids', {
|
|
21
|
-
query,
|
|
22
|
-
...options,
|
|
23
|
-
headers: { Accept: '*/*', ...options?.headers },
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export interface AuctionBidListParams {
|
|
29
|
-
/**
|
|
30
|
-
* The bid ID
|
|
31
|
-
*/
|
|
32
|
-
id?: string;
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* ID of the auction
|
|
36
|
-
*/
|
|
37
|
-
auctionId?: string;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Maximum number of bids to return
|
|
41
|
-
*/
|
|
42
|
-
limit?: number;
|
|
43
|
-
|
|
44
|
-
/**
|
|
45
|
-
* ID of the organization
|
|
46
|
-
*/
|
|
47
|
-
organizationId?: string;
|
|
48
|
-
|
|
49
|
-
/**
|
|
50
|
-
* Pagination cursor to start after a specific bid ID
|
|
51
|
-
*/
|
|
52
|
-
startingAfter?: string;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* Status of the bid
|
|
56
|
-
*/
|
|
57
|
-
status?: 'submitted' | 'accepted' | 'rejected' | 'fulfilled';
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* ID of the user who made the bid
|
|
61
|
-
*/
|
|
62
|
-
userId?: string;
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* Wallet address of the bidder
|
|
66
|
-
*/
|
|
67
|
-
walletAddress?: string;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* ID of the website
|
|
71
|
-
*/
|
|
72
|
-
websiteId?: string;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
export declare namespace AuctionBids {
|
|
76
|
-
export { type AuctionBidListParams as AuctionBidListParams };
|
|
77
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
import { APIResource } from '../../resource';
|
|
4
|
-
import * as QuestsAPI from './quests';
|
|
5
|
-
import { Quests } from './quests';
|
|
6
|
-
import * as StatusAPI from './status';
|
|
7
|
-
import { Status } from './status';
|
|
8
|
-
|
|
9
|
-
export class Drip extends APIResource {
|
|
10
|
-
quests: QuestsAPI.Quests = new QuestsAPI.Quests(this._client);
|
|
11
|
-
status: StatusAPI.Status = new StatusAPI.Status(this._client);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
Drip.Quests = Quests;
|
|
15
|
-
Drip.Status = Status;
|
|
16
|
-
|
|
17
|
-
export declare namespace Drip {
|
|
18
|
-
export { Quests as Quests };
|
|
19
|
-
|
|
20
|
-
export { Status as Status };
|
|
21
|
-
}
|