@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,14 +1,304 @@
|
|
|
1
1
|
import { APIResource } from "../../resource.js";
|
|
2
|
+
import * as Core from "../../core.js";
|
|
2
3
|
import * as MetadatasAPI from "./metadatas.js";
|
|
3
|
-
import { MetadataCreateParams, MetadataCreateResponse,
|
|
4
|
-
import * as WalletsAPI from "./wallets.js";
|
|
5
|
-
import { Wallets } from "./wallets.js";
|
|
4
|
+
import { MetadataCreateParams, MetadataCreateResponse, MetadataListParams, MetadataListResponse, Metadatas } from "./metadatas.js";
|
|
6
5
|
export declare class Users extends APIResource {
|
|
7
|
-
wallets: WalletsAPI.Wallets;
|
|
8
6
|
metadatas: MetadatasAPI.Metadatas;
|
|
7
|
+
/**
|
|
8
|
+
* This endpoint allows you to get users
|
|
9
|
+
*/
|
|
10
|
+
list(query?: UserListParams, options?: Core.RequestOptions): Core.APIPromise<UserListResponse>;
|
|
11
|
+
list(options?: Core.RequestOptions): Core.APIPromise<UserListResponse>;
|
|
12
|
+
/**
|
|
13
|
+
* This endpoint allows you to create a user
|
|
14
|
+
*/
|
|
15
|
+
connect(body: UserConnectParams, options?: Core.RequestOptions): Core.APIPromise<UserConnectResponse>;
|
|
16
|
+
/**
|
|
17
|
+
* This endpoint returns the total user count
|
|
18
|
+
*/
|
|
19
|
+
count(query: UserCountParams, options?: Core.RequestOptions): Core.APIPromise<UserCountResponse>;
|
|
20
|
+
/**
|
|
21
|
+
* This endpoint allows you to disconnect a user from another user
|
|
22
|
+
*/
|
|
23
|
+
disconnect(body: UserDisconnectParams, options?: Core.RequestOptions): Core.APIPromise<unknown>;
|
|
24
|
+
}
|
|
25
|
+
export interface UserListResponse {
|
|
26
|
+
/**
|
|
27
|
+
* Schema for users response
|
|
28
|
+
*/
|
|
29
|
+
data: Array<UserListResponse.Data>;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace UserListResponse {
|
|
32
|
+
/**
|
|
33
|
+
* Schema for a user response
|
|
34
|
+
*/
|
|
35
|
+
interface Data {
|
|
36
|
+
id: string;
|
|
37
|
+
isSnagSuperAdmin: boolean;
|
|
38
|
+
walletAddress: string;
|
|
39
|
+
/**
|
|
40
|
+
* The followers of the user, only returned if includeFollow is true
|
|
41
|
+
*/
|
|
42
|
+
_count?: Data._Count | null;
|
|
43
|
+
/**
|
|
44
|
+
* The delegations from the user, only returned if includeDelegation is true
|
|
45
|
+
*/
|
|
46
|
+
delegationsFrom?: Array<Data.DelegationsFrom> | null;
|
|
47
|
+
/**
|
|
48
|
+
* The followers of the user, only returned if includeFollow is true and the user
|
|
49
|
+
* is querying their own user
|
|
50
|
+
*/
|
|
51
|
+
followers?: Array<Data.Follower> | null;
|
|
52
|
+
/**
|
|
53
|
+
* Whether the user has notifications enabled, only returned if
|
|
54
|
+
* includeNotifications is true
|
|
55
|
+
*/
|
|
56
|
+
notifications?: boolean;
|
|
57
|
+
privyUserId?: string | null;
|
|
58
|
+
stardustProfileId?: string | null;
|
|
59
|
+
temporaryLoyaltyUser?: boolean | null;
|
|
60
|
+
userMetadata?: Array<Data.UserMetadata> | null;
|
|
61
|
+
}
|
|
62
|
+
namespace Data {
|
|
63
|
+
/**
|
|
64
|
+
* The followers of the user, only returned if includeFollow is true
|
|
65
|
+
*/
|
|
66
|
+
interface _Count {
|
|
67
|
+
select: _Count.Select;
|
|
68
|
+
}
|
|
69
|
+
namespace _Count {
|
|
70
|
+
interface Select {
|
|
71
|
+
followers: number;
|
|
72
|
+
follows: number;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
interface DelegationsFrom {
|
|
76
|
+
walletAddress: string;
|
|
77
|
+
}
|
|
78
|
+
interface Follower {
|
|
79
|
+
userId: string;
|
|
80
|
+
}
|
|
81
|
+
interface UserMetadata {
|
|
82
|
+
bio?: string | null;
|
|
83
|
+
discordUser?: string | null;
|
|
84
|
+
discordVerifiedAt?: string | null;
|
|
85
|
+
displayName?: string | null;
|
|
86
|
+
/**
|
|
87
|
+
* The email address of the user, only returned if the user is querying their own
|
|
88
|
+
* user
|
|
89
|
+
*/
|
|
90
|
+
emailAddress?: string | null;
|
|
91
|
+
emailVerifiedAt?: string | null;
|
|
92
|
+
epicAccountIdentifier?: string | null;
|
|
93
|
+
epicUsername?: string | null;
|
|
94
|
+
instagramUser?: string | null;
|
|
95
|
+
instagramVerifiedAt?: string | null;
|
|
96
|
+
isBlocked?: boolean | null;
|
|
97
|
+
location?: string | null;
|
|
98
|
+
logoUrl?: string | null;
|
|
99
|
+
meta?: string | null;
|
|
100
|
+
portfolioUrl?: string | null;
|
|
101
|
+
steamUserId?: string | null;
|
|
102
|
+
steamUsername?: string | null;
|
|
103
|
+
telegramUserId?: string | null;
|
|
104
|
+
telegramUsername?: string | null;
|
|
105
|
+
telegramVerifiedAt?: string | null;
|
|
106
|
+
twitterUser?: string | null;
|
|
107
|
+
twitterUserFollowersCount?: number | null;
|
|
108
|
+
twitterVerifiedAt?: string | null;
|
|
109
|
+
userGroupId?: string | null;
|
|
110
|
+
walletGroupIdentifier?: string | null;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Schema for a connect users response
|
|
116
|
+
*/
|
|
117
|
+
export interface UserConnectResponse {
|
|
118
|
+
/**
|
|
119
|
+
* The ID of the user
|
|
120
|
+
*/
|
|
121
|
+
id: string;
|
|
122
|
+
/**
|
|
123
|
+
* Timestamp when the user was created
|
|
124
|
+
*/
|
|
125
|
+
createdAt: string;
|
|
126
|
+
/**
|
|
127
|
+
* Timestamp when the user was last updated
|
|
128
|
+
*/
|
|
129
|
+
updatedAt: string;
|
|
130
|
+
/**
|
|
131
|
+
* The wallet address of the user
|
|
132
|
+
*/
|
|
133
|
+
walletAddress: string;
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* Schema for counting users response
|
|
137
|
+
*/
|
|
138
|
+
export interface UserCountResponse {
|
|
139
|
+
/**
|
|
140
|
+
* Total count of users
|
|
141
|
+
*/
|
|
142
|
+
totalCount: number;
|
|
143
|
+
}
|
|
144
|
+
export type UserDisconnectResponse = unknown;
|
|
145
|
+
export interface UserListParams {
|
|
146
|
+
/**
|
|
147
|
+
* The address of the user
|
|
148
|
+
*/
|
|
149
|
+
address?: string;
|
|
150
|
+
/**
|
|
151
|
+
* Discord username of the user
|
|
152
|
+
*/
|
|
153
|
+
discordUser?: string;
|
|
154
|
+
/**
|
|
155
|
+
* External identifier for the user
|
|
156
|
+
*/
|
|
157
|
+
externalIdentifier?: string;
|
|
158
|
+
/**
|
|
159
|
+
* Whether to include delegations in the response
|
|
160
|
+
*/
|
|
161
|
+
includeDelegation?: boolean | null;
|
|
162
|
+
/**
|
|
163
|
+
* Whether to include followers in the response
|
|
164
|
+
*/
|
|
165
|
+
includeFollow?: boolean | null;
|
|
166
|
+
/**
|
|
167
|
+
* Number of users to return
|
|
168
|
+
*/
|
|
169
|
+
limit?: number;
|
|
170
|
+
/**
|
|
171
|
+
* The ID of the organization
|
|
172
|
+
*/
|
|
173
|
+
organizationId?: string;
|
|
174
|
+
/**
|
|
175
|
+
* Pagination cursor to start after a specific user ID
|
|
176
|
+
*/
|
|
177
|
+
startingAfter?: string;
|
|
178
|
+
/**
|
|
179
|
+
* Steam ID of the user
|
|
180
|
+
*/
|
|
181
|
+
steamUserId?: string;
|
|
182
|
+
/**
|
|
183
|
+
* Steam username of the user
|
|
184
|
+
*/
|
|
185
|
+
steamUsername?: string;
|
|
186
|
+
/**
|
|
187
|
+
* Telegram ID of the user
|
|
188
|
+
*/
|
|
189
|
+
telegramUserId?: string;
|
|
190
|
+
/**
|
|
191
|
+
* Telegram username of the user
|
|
192
|
+
*/
|
|
193
|
+
telegramUsername?: string;
|
|
194
|
+
/**
|
|
195
|
+
* Twitter username of the user
|
|
196
|
+
*/
|
|
197
|
+
twitterUser?: string;
|
|
198
|
+
/**
|
|
199
|
+
* External identifier for the user group controlled by you
|
|
200
|
+
*/
|
|
201
|
+
userGroupExternalIdentifier?: string;
|
|
202
|
+
/**
|
|
203
|
+
* The ID of the user group
|
|
204
|
+
*/
|
|
205
|
+
userGroupId?: string;
|
|
206
|
+
/**
|
|
207
|
+
* The ID of the user
|
|
208
|
+
*/
|
|
209
|
+
userId?: string | Array<string>;
|
|
210
|
+
/**
|
|
211
|
+
* The wallet address of the user
|
|
212
|
+
*/
|
|
213
|
+
walletAddress?: string;
|
|
214
|
+
/**
|
|
215
|
+
* The ID of the website
|
|
216
|
+
*/
|
|
217
|
+
websiteId?: string;
|
|
218
|
+
}
|
|
219
|
+
export interface UserConnectParams {
|
|
220
|
+
/**
|
|
221
|
+
* The ID of the organization
|
|
222
|
+
*/
|
|
223
|
+
organizationId: string;
|
|
224
|
+
/**
|
|
225
|
+
* The wallet address of the user
|
|
226
|
+
*/
|
|
227
|
+
walletAddress: string;
|
|
228
|
+
walletType: 'evm' | 'solana' | 'imx' | 'sui' | 'ton';
|
|
229
|
+
/**
|
|
230
|
+
* The ID of the website
|
|
231
|
+
*/
|
|
232
|
+
websiteId: string;
|
|
233
|
+
/**
|
|
234
|
+
* Whether to confirm the disconnect
|
|
235
|
+
*/
|
|
236
|
+
confirmDisconnect?: boolean;
|
|
237
|
+
/**
|
|
238
|
+
* The ID of the user to whome this wallet is being connected
|
|
239
|
+
*/
|
|
240
|
+
userId?: string;
|
|
241
|
+
/**
|
|
242
|
+
* The verification data of the user walletAddress
|
|
243
|
+
*/
|
|
244
|
+
verificationData?: UserConnectParams.VerificationData;
|
|
245
|
+
}
|
|
246
|
+
export declare namespace UserConnectParams {
|
|
247
|
+
/**
|
|
248
|
+
* The verification data of the user walletAddress
|
|
249
|
+
*/
|
|
250
|
+
interface VerificationData {
|
|
251
|
+
accessToken?: string;
|
|
252
|
+
dynamicAuthToken?: string;
|
|
253
|
+
message?: string;
|
|
254
|
+
signature?: string;
|
|
255
|
+
tonVerification?: VerificationData.TonVerification;
|
|
256
|
+
}
|
|
257
|
+
namespace VerificationData {
|
|
258
|
+
interface TonVerification {
|
|
259
|
+
account: TonVerification.Account;
|
|
260
|
+
proof: TonVerification.Proof;
|
|
261
|
+
}
|
|
262
|
+
namespace TonVerification {
|
|
263
|
+
interface Account {
|
|
264
|
+
address: string;
|
|
265
|
+
chain: '-239' | '-3';
|
|
266
|
+
publicKey: string;
|
|
267
|
+
walletStateInit?: string;
|
|
268
|
+
}
|
|
269
|
+
interface Proof {
|
|
270
|
+
domain: Proof.Domain;
|
|
271
|
+
payload: string;
|
|
272
|
+
signature: string;
|
|
273
|
+
timestamp: number;
|
|
274
|
+
state_init?: string;
|
|
275
|
+
}
|
|
276
|
+
namespace Proof {
|
|
277
|
+
interface Domain {
|
|
278
|
+
lengthBytes: number;
|
|
279
|
+
value: string;
|
|
280
|
+
}
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
export interface UserCountParams {
|
|
286
|
+
/**
|
|
287
|
+
* The ID of the organization
|
|
288
|
+
*/
|
|
289
|
+
organizationId: string;
|
|
290
|
+
/**
|
|
291
|
+
* The ID of the website
|
|
292
|
+
*/
|
|
293
|
+
websiteId: string;
|
|
294
|
+
}
|
|
295
|
+
export interface UserDisconnectParams {
|
|
296
|
+
organizationId: string;
|
|
297
|
+
userId: string;
|
|
298
|
+
websiteId: string;
|
|
9
299
|
}
|
|
10
300
|
export declare namespace Users {
|
|
11
|
-
export {
|
|
12
|
-
export { Metadatas as Metadatas, type MetadataCreateResponse as MetadataCreateResponse, type
|
|
301
|
+
export { type UserListResponse as UserListResponse, type UserConnectResponse as UserConnectResponse, type UserCountResponse as UserCountResponse, type UserDisconnectResponse as UserDisconnectResponse, type UserListParams as UserListParams, type UserConnectParams as UserConnectParams, type UserCountParams as UserCountParams, type UserDisconnectParams as UserDisconnectParams, };
|
|
302
|
+
export { Metadatas as Metadatas, type MetadataCreateResponse as MetadataCreateResponse, type MetadataListResponse as MetadataListResponse, type MetadataCreateParams as MetadataCreateParams, type MetadataListParams as MetadataListParams, };
|
|
13
303
|
}
|
|
14
304
|
//# sourceMappingURL=users.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../src/resources/users/users.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../../src/resources/users/users.ts"],"names":[],"mappings":"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"}
|
package/resources/users/users.js
CHANGED
|
@@ -26,18 +26,39 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
27
|
exports.Users = void 0;
|
|
28
28
|
const resource_1 = require("../../resource.js");
|
|
29
|
+
const core_1 = require("../../core.js");
|
|
29
30
|
const MetadatasAPI = __importStar(require("./metadatas.js"));
|
|
30
31
|
const metadatas_1 = require("./metadatas.js");
|
|
31
|
-
const WalletsAPI = __importStar(require("./wallets.js"));
|
|
32
|
-
const wallets_1 = require("./wallets.js");
|
|
33
32
|
class Users extends resource_1.APIResource {
|
|
34
33
|
constructor() {
|
|
35
34
|
super(...arguments);
|
|
36
|
-
this.wallets = new WalletsAPI.Wallets(this._client);
|
|
37
35
|
this.metadatas = new MetadatasAPI.Metadatas(this._client);
|
|
38
36
|
}
|
|
37
|
+
list(query = {}, options) {
|
|
38
|
+
if ((0, core_1.isRequestOptions)(query)) {
|
|
39
|
+
return this.list({}, query);
|
|
40
|
+
}
|
|
41
|
+
return this._client.get('/api/users', { query, ...options });
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* This endpoint allows you to create a user
|
|
45
|
+
*/
|
|
46
|
+
connect(body, options) {
|
|
47
|
+
return this._client.post('/api/users/connect', { body, ...options });
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* This endpoint returns the total user count
|
|
51
|
+
*/
|
|
52
|
+
count(query, options) {
|
|
53
|
+
return this._client.get('/api/users/count', { query, ...options });
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* This endpoint allows you to disconnect a user from another user
|
|
57
|
+
*/
|
|
58
|
+
disconnect(body, options) {
|
|
59
|
+
return this._client.post('/api/users/disconnect', { body, ...options });
|
|
60
|
+
}
|
|
39
61
|
}
|
|
40
62
|
exports.Users = Users;
|
|
41
|
-
Users.Wallets = wallets_1.Wallets;
|
|
42
63
|
Users.Metadatas = metadatas_1.Metadatas;
|
|
43
64
|
//# sourceMappingURL=users.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.js","sourceRoot":"","sources":["../../src/resources/users/users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,gDAA6C;AAC7C,6DAA4C;AAC5C,8CAMqB;
|
|
1
|
+
{"version":3,"file":"users.js","sourceRoot":"","sources":["../../src/resources/users/users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtF,gDAA6C;AAC7C,wCAA8C;AAE9C,6DAA4C;AAC5C,8CAMqB;AAErB,MAAa,KAAM,SAAQ,sBAAW;IAAtC;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAqC/E,CAAC;IA9BC,IAAI,CACF,QAA8C,EAAE,EAChD,OAA6B;QAE7B,IAAI,IAAA,uBAAgB,EAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/D,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,IAAuB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,KAAsB,EAAE,OAA6B;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;OAEG;IACH,UAAU,CAAC,IAA0B,EAAE,OAA6B;QAClE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF;AAtCD,sBAsCC;AAqXD,KAAK,CAAC,SAAS,GAAG,qBAAS,CAAC"}
|
|
@@ -1,16 +1,37 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
import { APIResource } from "../../resource.mjs";
|
|
3
|
+
import { isRequestOptions } from "../../core.mjs";
|
|
3
4
|
import * as MetadatasAPI from "./metadatas.mjs";
|
|
4
5
|
import { Metadatas, } from "./metadatas.mjs";
|
|
5
|
-
import * as WalletsAPI from "./wallets.mjs";
|
|
6
|
-
import { Wallets } from "./wallets.mjs";
|
|
7
6
|
export class Users extends APIResource {
|
|
8
7
|
constructor() {
|
|
9
8
|
super(...arguments);
|
|
10
|
-
this.wallets = new WalletsAPI.Wallets(this._client);
|
|
11
9
|
this.metadatas = new MetadatasAPI.Metadatas(this._client);
|
|
12
10
|
}
|
|
11
|
+
list(query = {}, options) {
|
|
12
|
+
if (isRequestOptions(query)) {
|
|
13
|
+
return this.list({}, query);
|
|
14
|
+
}
|
|
15
|
+
return this._client.get('/api/users', { query, ...options });
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* This endpoint allows you to create a user
|
|
19
|
+
*/
|
|
20
|
+
connect(body, options) {
|
|
21
|
+
return this._client.post('/api/users/connect', { body, ...options });
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* This endpoint returns the total user count
|
|
25
|
+
*/
|
|
26
|
+
count(query, options) {
|
|
27
|
+
return this._client.get('/api/users/count', { query, ...options });
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* This endpoint allows you to disconnect a user from another user
|
|
31
|
+
*/
|
|
32
|
+
disconnect(body, options) {
|
|
33
|
+
return this._client.post('/api/users/disconnect', { body, ...options });
|
|
34
|
+
}
|
|
13
35
|
}
|
|
14
|
-
Users.Wallets = Wallets;
|
|
15
36
|
Users.Metadatas = Metadatas;
|
|
16
37
|
//# sourceMappingURL=users.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"users.mjs","sourceRoot":"","sources":["../../src/resources/users/users.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAKL,SAAS,GACV;
|
|
1
|
+
{"version":3,"file":"users.mjs","sourceRoot":"","sources":["../../src/resources/users/users.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OACf,EAAE,gBAAgB,EAAE;OAEpB,KAAK,YAAY;OACjB,EAKL,SAAS,GACV;AAED,MAAM,OAAO,KAAM,SAAQ,WAAW;IAAtC;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IAqC/E,CAAC;IA9BC,IAAI,CACF,QAA8C,EAAE,EAChD,OAA6B;QAE7B,IAAI,gBAAgB,CAAC,KAAK,CAAC,EAAE;YAC3B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC;SAC7B;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,YAAY,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC/D,CAAC;IAED;;OAEG;IACH,OAAO,CAAC,IAAuB,EAAE,OAA6B;QAC5D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACvE,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,KAAsB,EAAE,OAA6B;QACzD,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;OAEG;IACH,UAAU,CAAC,IAA0B,EAAE,OAA6B;QAClE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1E,CAAC;CACF;AAqXD,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.d.ts","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":"AAEA,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
15
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
16
|
+
};
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
__exportStar(require("./users/index.js"), exports);
|
|
19
|
+
//# sourceMappingURL=users.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.js","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;;;;;;;;;;;;;;AAEtF,mDAA8B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"users.mjs","sourceRoot":"","sources":["../src/resources/users.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export { WebsiteCollections, type WebsiteCollectionListResponse, type WebsiteCollectionCreateParams, type WebsiteCollectionListParams, } from "./website-collections.js";
|
|
2
|
+
export { WebsiteUserRoles, type WebsiteUserRoleListResponse, type WebsiteUserRoleAssignResponse, type WebsiteUserRoleListParams, type WebsiteUserRoleAssignParams, } from "./website-user-roles.js";
|
|
3
|
+
export { Websites, type WebsiteCreateResponse, type WebsiteListResponse, type WebsiteCreateParams, type WebsiteListParams, } from "./websites.js";
|
|
4
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/websites/index.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,KAAK,6BAA6B,EAClC,KAAK,6BAA6B,EAClC,KAAK,2BAA2B,GACjC,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,gBAAgB,EAChB,KAAK,2BAA2B,EAChC,KAAK,6BAA6B,EAClC,KAAK,yBAAyB,EAC9B,KAAK,2BAA2B,GACjC,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,QAAQ,EACR,KAAK,qBAAqB,EAC1B,KAAK,mBAAmB,EACxB,KAAK,mBAAmB,EACxB,KAAK,iBAAiB,GACvB,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
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.Websites = exports.WebsiteUserRoles = exports.WebsiteCollections = void 0;
|
|
5
|
+
var website_collections_1 = require("./website-collections.js");
|
|
6
|
+
Object.defineProperty(exports, "WebsiteCollections", { enumerable: true, get: function () { return website_collections_1.WebsiteCollections; } });
|
|
7
|
+
var website_user_roles_1 = require("./website-user-roles.js");
|
|
8
|
+
Object.defineProperty(exports, "WebsiteUserRoles", { enumerable: true, get: function () { return website_user_roles_1.WebsiteUserRoles; } });
|
|
9
|
+
var websites_1 = require("./websites.js");
|
|
10
|
+
Object.defineProperty(exports, "Websites", { enumerable: true, get: function () { return websites_1.Websites; } });
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/websites/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gEAK+B;AAJ7B,yHAAA,kBAAkB,OAAA;AAKpB,8DAM8B;AAL5B,sHAAA,gBAAgB,OAAA;AAMlB,0CAMoB;AALlB,oGAAA,QAAQ,OAAA"}
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
export { Assets, } from "./assets.mjs";
|
|
3
|
-
export { Minting } from "./minting.mjs";
|
|
4
|
-
export { Referral, } from "./referral/index.mjs";
|
|
5
|
-
export { Users, } from "./users.mjs";
|
|
6
2
|
export { WebsiteCollections, } from "./website-collections.mjs";
|
|
7
3
|
export { WebsiteUserRoles, } from "./website-user-roles.mjs";
|
|
4
|
+
export { Websites, } from "./websites.mjs";
|
|
8
5
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/websites/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,kBAAkB,GAInB;OACM,EACL,gBAAgB,GAKjB;OACM,EACL,QAAQ,GAKT"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { APIResource } from "../../resource.js";
|
|
2
|
+
import * as Core from "../../core.js";
|
|
3
|
+
export declare class WebsiteCollections extends APIResource {
|
|
4
|
+
/**
|
|
5
|
+
* Creates a new collection under a website
|
|
6
|
+
*/
|
|
7
|
+
create(body: WebsiteCollectionCreateParams, options?: Core.RequestOptions): Core.APIPromise<void>;
|
|
8
|
+
/**
|
|
9
|
+
* Retrieves collections for a specific website.
|
|
10
|
+
*/
|
|
11
|
+
list(query: WebsiteCollectionListParams, options?: Core.RequestOptions): Core.APIPromise<WebsiteCollectionListResponse>;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Response schema for fetching website collections
|
|
15
|
+
*/
|
|
16
|
+
export interface WebsiteCollectionListResponse {
|
|
17
|
+
/**
|
|
18
|
+
* Array of websites
|
|
19
|
+
*/
|
|
20
|
+
data: Array<WebsiteCollectionListResponse.Data>;
|
|
21
|
+
/**
|
|
22
|
+
* Indicates if more pages are available
|
|
23
|
+
*/
|
|
24
|
+
hasNextPage: boolean;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace WebsiteCollectionListResponse {
|
|
27
|
+
interface Data {
|
|
28
|
+
/**
|
|
29
|
+
* Website Collection ID
|
|
30
|
+
*/
|
|
31
|
+
id: string;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
export interface WebsiteCollectionCreateParams {
|
|
35
|
+
collectionAddress: string;
|
|
36
|
+
name: string;
|
|
37
|
+
network: 'apechain' | 'arbitrum' | 'avalanche' | 'avalancheFuji' | 'base' | 'baseSepolia' | 'berachainArtio' | 'binance' | 'bscTestnet' | 'campTestnet' | 'fantom' | 'fantomTestnet' | 'flowMainnet' | 'mainnet' | 'optimism' | 'polygon' | 'polygon_mumbai' | 'skaleNebula' | 'solana' | 'sophon' | 'sui' | 'superseed' | 'superseedSepolia' | 'vanar' | 'xai' | 'zksync' | 'sepolia' | 'optimism_sepolia' | 'arbitrumSepolia' | 'goerli' | 'optimism_goerli' | 'arbitrumGoerli' | 'basecamp' | 'abstract';
|
|
38
|
+
organizationId: string;
|
|
39
|
+
sortId: number;
|
|
40
|
+
websiteId: string;
|
|
41
|
+
discordUrl?: string;
|
|
42
|
+
homeUrl?: string;
|
|
43
|
+
imageUrl?: string | null;
|
|
44
|
+
instagramUsername?: string;
|
|
45
|
+
royaltyFee?: number | null;
|
|
46
|
+
royaltyFeeAddress?: string | null;
|
|
47
|
+
stakingAddress?: string;
|
|
48
|
+
telegramUrl?: string;
|
|
49
|
+
themeId?: string;
|
|
50
|
+
twitterUsername?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface WebsiteCollectionListParams {
|
|
53
|
+
/**
|
|
54
|
+
* Filter by website ID
|
|
55
|
+
*/
|
|
56
|
+
websiteId: string;
|
|
57
|
+
/**
|
|
58
|
+
* Number of items to return
|
|
59
|
+
*/
|
|
60
|
+
limit?: number;
|
|
61
|
+
/**
|
|
62
|
+
* Filter by organization ID
|
|
63
|
+
*/
|
|
64
|
+
organizationId?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Pagination cursor, start after this ID
|
|
67
|
+
*/
|
|
68
|
+
startingAfter?: string;
|
|
69
|
+
}
|
|
70
|
+
export declare namespace WebsiteCollections {
|
|
71
|
+
export { type WebsiteCollectionListResponse as WebsiteCollectionListResponse, type WebsiteCollectionCreateParams as WebsiteCollectionCreateParams, type WebsiteCollectionListParams as WebsiteCollectionListParams, };
|
|
72
|
+
}
|
|
73
|
+
//# sourceMappingURL=website-collections.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"website-collections.d.ts","sourceRoot":"","sources":["../../src/resources/websites/website-collections.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,KAAK,IAAI,MAAM,YAAY,CAAC;AAEnC,qBAAa,kBAAmB,SAAQ,WAAW;IACjD;;OAEG;IACH,MAAM,CAAC,IAAI,EAAE,6BAA6B,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;IAQjG;;OAEG;IACH,IAAI,CACF,KAAK,EAAE,2BAA2B,EAClC,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAC5B,IAAI,CAAC,UAAU,CAAC,6BAA6B,CAAC;CAGlD;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C;;OAEG;IACH,IAAI,EAAE,KAAK,CAAC,6BAA6B,CAAC,IAAI,CAAC,CAAC;IAEhD;;OAEG;IACH,WAAW,EAAE,OAAO,CAAC;CACtB;AAED,yBAAiB,6BAA6B,CAAC;IAC7C,UAAiB,IAAI;QACnB;;WAEG;QACH,EAAE,EAAE,MAAM,CAAC;KACZ;CACF;AAED,MAAM,WAAW,6BAA6B;IAC5C,iBAAiB,EAAE,MAAM,CAAC;IAE1B,IAAI,EAAE,MAAM,CAAC;IAEb,OAAO,EACH,UAAU,GACV,UAAU,GACV,WAAW,GACX,eAAe,GACf,MAAM,GACN,aAAa,GACb,gBAAgB,GAChB,SAAS,GACT,YAAY,GACZ,aAAa,GACb,QAAQ,GACR,eAAe,GACf,aAAa,GACb,SAAS,GACT,UAAU,GACV,SAAS,GACT,gBAAgB,GAChB,aAAa,GACb,QAAQ,GACR,QAAQ,GACR,KAAK,GACL,WAAW,GACX,kBAAkB,GAClB,OAAO,GACP,KAAK,GACL,QAAQ,GACR,SAAS,GACT,kBAAkB,GAClB,iBAAiB,GACjB,QAAQ,GACR,iBAAiB,GACjB,gBAAgB,GAChB,UAAU,GACV,UAAU,CAAC;IAEf,cAAc,EAAE,MAAM,CAAC;IAEvB,MAAM,EAAE,MAAM,CAAC;IAEf,SAAS,EAAE,MAAM,CAAC;IAElB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAE3B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,CAAC,OAAO,WAAW,kBAAkB,CAAC;IAC1C,OAAO,EACL,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,6BAA6B,IAAI,6BAA6B,EACnE,KAAK,2BAA2B,IAAI,2BAA2B,GAChE,CAAC;CACH"}
|
|
@@ -7,7 +7,7 @@ class WebsiteCollections extends resource_1.APIResource {
|
|
|
7
7
|
/**
|
|
8
8
|
* Creates a new collection under a website
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
create(body, options) {
|
|
11
11
|
return this._client.post('/api/website_collections', {
|
|
12
12
|
body,
|
|
13
13
|
...options,
|
|
@@ -17,7 +17,7 @@ class WebsiteCollections extends resource_1.APIResource {
|
|
|
17
17
|
/**
|
|
18
18
|
* Retrieves collections for a specific website.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
list(query, options) {
|
|
21
21
|
return this._client.get('/api/website_collections', { query, ...options });
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"website-collections.js","sourceRoot":"","sources":["../../src/resources/websites/website-collections.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,gDAA6C;AAG7C,MAAa,kBAAmB,SAAQ,sBAAW;IACjD;;OAEG;IACH,MAAM,CAAC,IAAmC,EAAE,OAA6B;QACvE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0BAA0B,EAAE;YACnD,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAChD,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,IAAI,CACF,KAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,0BAA0B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;CACF;AArBD,gDAqBC"}
|
|
@@ -4,7 +4,7 @@ export class WebsiteCollections extends APIResource {
|
|
|
4
4
|
/**
|
|
5
5
|
* Creates a new collection under a website
|
|
6
6
|
*/
|
|
7
|
-
|
|
7
|
+
create(body, options) {
|
|
8
8
|
return this._client.post('/api/website_collections', {
|
|
9
9
|
body,
|
|
10
10
|
...options,
|
|
@@ -14,7 +14,7 @@ export class WebsiteCollections extends APIResource {
|
|
|
14
14
|
/**
|
|
15
15
|
* Retrieves collections for a specific website.
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
list(query, options) {
|
|
18
18
|
return this._client.get('/api/website_collections', { query, ...options });
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"website-collections.mjs","sourceRoot":"","sources":["../../src/resources/websites/website-collections.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAGtB,MAAM,OAAO,kBAAmB,SAAQ,WAAW;IACjD;;OAEG;IACH,MAAM,CAAC,IAAmC,EAAE,OAA6B;QACvE,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,0BAA0B,EAAE;YACnD,IAAI;YACJ,GAAG,OAAO;YACV,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,OAAO,EAAE;SAChD,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,IAAI,CACF,KAAkC,EAClC,OAA6B;QAE7B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,0BAA0B,EAAE,EAAE,KAAK,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAC7E,CAAC;CACF"}
|