@snagsolutions/sdk 0.1.0-alpha.13 → 0.1.0-alpha.15
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 +98 -0
- package/README.md +22 -14
- package/core.d.ts.map +1 -1
- package/core.js +14 -7
- package/core.js.map +1 -1
- package/core.mjs +14 -7
- package/core.mjs.map +1 -1
- package/index.d.mts +11 -26
- package/index.d.ts +11 -26
- package/index.d.ts.map +1 -1
- package/index.js +8 -23
- package/index.js.map +1 -1
- package/index.mjs +8 -23
- package/index.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/api/api.d.ts +365 -0
- package/resources/api/api.d.ts.map +1 -0
- package/resources/api/api.js +94 -0
- package/resources/api/api.js.map +1 -0
- package/resources/api/api.mjs +67 -0
- package/resources/api/api.mjs.map +1 -0
- package/resources/api/index.d.ts +9 -0
- package/resources/api/index.d.ts.map +1 -0
- package/resources/api/index.js +21 -0
- package/resources/api/index.js.map +1 -0
- package/resources/api/index.mjs +10 -0
- package/resources/api/index.mjs.map +1 -0
- package/resources/{loyalty → api/loyalty}/accounts.d.ts +44 -6
- package/resources/api/loyalty/accounts.d.ts.map +1 -0
- package/resources/api/loyalty/accounts.js +24 -0
- package/resources/api/loyalty/accounts.js.map +1 -0
- package/resources/api/loyalty/accounts.mjs +20 -0
- package/resources/api/loyalty/accounts.mjs.map +1 -0
- package/resources/api/loyalty/badges.d.ts +870 -0
- package/resources/api/loyalty/badges.d.ts.map +1 -0
- package/resources/{loyalty → api/loyalty}/badges.js +2 -2
- package/resources/api/loyalty/badges.js.map +1 -0
- package/resources/{loyalty → api/loyalty}/badges.mjs +2 -2
- package/resources/api/loyalty/badges.mjs.map +1 -0
- package/resources/{loyalty → api/loyalty}/currencies.d.ts +3 -9
- package/resources/api/loyalty/currencies.d.ts.map +1 -0
- package/resources/{loyalty → api/loyalty}/currencies.js +1 -1
- package/resources/api/loyalty/currencies.js.map +1 -0
- package/resources/{loyalty → api/loyalty}/currencies.mjs +1 -1
- package/resources/api/loyalty/currencies.mjs.map +1 -0
- package/resources/api/loyalty/index.d.ts +10 -0
- package/resources/api/loyalty/index.d.ts.map +1 -0
- package/resources/{loyalty → api/loyalty}/index.js +5 -3
- package/resources/api/loyalty/index.js.map +1 -0
- package/resources/{loyalty → api/loyalty}/index.mjs +4 -3
- package/resources/api/loyalty/index.mjs.map +1 -0
- package/resources/api/loyalty/loyalty.d.ts +807 -0
- package/resources/api/loyalty/loyalty.d.ts.map +1 -0
- package/resources/{loyalty → api/loyalty}/loyalty.js +36 -13
- package/resources/api/loyalty/loyalty.js.map +1 -0
- package/resources/api/loyalty/loyalty.mjs +59 -0
- package/resources/api/loyalty/loyalty.mjs.map +1 -0
- package/resources/{loyalty → api/loyalty}/multipliers.d.ts +36 -4
- package/resources/api/loyalty/multipliers.d.ts.map +1 -0
- package/resources/{loyalty → api/loyalty}/multipliers.js +8 -2
- package/resources/api/loyalty/multipliers.js.map +1 -0
- package/resources/{loyalty → api/loyalty}/multipliers.mjs +8 -2
- package/resources/api/loyalty/multipliers.mjs.map +1 -0
- package/resources/api/loyalty/questions-responses.d.ts +97 -0
- package/resources/api/loyalty/questions-responses.d.ts.map +1 -0
- package/resources/api/loyalty/questions-responses.js +22 -0
- package/resources/api/loyalty/questions-responses.js.map +1 -0
- package/resources/api/loyalty/questions-responses.mjs +18 -0
- package/resources/api/loyalty/questions-responses.mjs.map +1 -0
- package/resources/api/loyalty/questions.d.ts +150 -0
- package/resources/api/loyalty/questions.d.ts.map +1 -0
- package/resources/api/loyalty/questions.js +27 -0
- package/resources/api/loyalty/questions.js.map +1 -0
- package/resources/api/loyalty/questions.mjs +23 -0
- package/resources/api/loyalty/questions.mjs.map +1 -0
- package/resources/{loyalty → api/loyalty}/rule-edits.d.ts +9 -9
- package/resources/api/loyalty/rule-edits.d.ts.map +1 -0
- package/resources/{loyalty → api/loyalty}/rule-edits.js +3 -3
- package/resources/api/loyalty/rule-edits.js.map +1 -0
- package/resources/{loyalty → api/loyalty}/rule-edits.mjs +3 -3
- package/resources/api/loyalty/rule-edits.mjs.map +1 -0
- package/resources/{loyalty → api/loyalty}/rules.d.ts +167 -90
- package/resources/api/loyalty/rules.d.ts.map +1 -0
- package/resources/{loyalty → api/loyalty}/rules.js +3 -3
- package/resources/api/loyalty/rules.js.map +1 -0
- package/resources/{loyalty → api/loyalty}/rules.mjs +3 -3
- package/resources/api/loyalty/rules.mjs.map +1 -0
- package/resources/api/loyalty.d.ts +2 -0
- package/resources/api/loyalty.d.ts.map +1 -0
- package/resources/api/loyalty.js +19 -0
- package/resources/api/loyalty.js.map +1 -0
- package/resources/api/loyalty.mjs +3 -0
- package/resources/api/loyalty.mjs.map +1 -0
- package/resources/api/minting.d.ts +95 -0
- package/resources/api/minting.d.ts.map +1 -0
- package/resources/api/minting.js +15 -0
- package/resources/api/minting.js.map +1 -0
- package/resources/api/minting.mjs +11 -0
- package/resources/api/minting.mjs.map +1 -0
- package/resources/api/referral/index.d.ts +3 -0
- package/resources/api/referral/index.d.ts.map +1 -0
- package/resources/api/referral/index.js +9 -0
- package/resources/api/referral/index.js.map +1 -0
- package/resources/api/referral/index.mjs +4 -0
- package/resources/api/referral/index.mjs.map +1 -0
- package/resources/api/referral/referral.d.ts +31 -0
- package/resources/api/referral/referral.d.ts.map +1 -0
- package/resources/{drip/drip.js → api/referral/referral.js} +16 -13
- package/resources/api/referral/referral.js.map +1 -0
- package/resources/api/referral/referral.mjs +19 -0
- package/resources/api/referral/referral.mjs.map +1 -0
- package/resources/api/referral/users.d.ts +57 -0
- package/resources/api/referral/users.d.ts.map +1 -0
- package/resources/api/referral/users.js +21 -0
- package/resources/api/referral/users.js.map +1 -0
- package/resources/api/referral/users.mjs +17 -0
- package/resources/api/referral/users.mjs.map +1 -0
- package/resources/api/referral.d.ts +2 -0
- package/resources/api/referral.d.ts.map +1 -0
- package/resources/api/referral.js +19 -0
- package/resources/api/referral.js.map +1 -0
- package/resources/api/referral.mjs +3 -0
- package/resources/api/referral.mjs.map +1 -0
- package/resources/api/users/index.d.ts +3 -0
- package/resources/api/users/index.d.ts.map +1 -0
- package/resources/{users → api/users}/index.js +1 -3
- package/resources/api/users/index.js.map +1 -0
- package/resources/api/users/index.mjs +4 -0
- package/resources/api/users/index.mjs.map +1 -0
- package/resources/api/users/metadatas.d.ts +137 -0
- package/resources/api/users/metadatas.d.ts.map +1 -0
- package/resources/{users → api/users}/metadatas.js +8 -2
- package/resources/api/users/metadatas.js.map +1 -0
- package/resources/api/users/metadatas.mjs +18 -0
- package/resources/api/users/metadatas.mjs.map +1 -0
- package/resources/api/users/users.d.ts +133 -0
- package/resources/api/users/users.d.ts.map +1 -0
- package/resources/{users → api/users}/users.js +19 -5
- package/resources/api/users/users.js.map +1 -0
- package/resources/api/users/users.mjs +30 -0
- package/resources/api/users/users.mjs.map +1 -0
- package/resources/api/users.d.ts +2 -0
- package/resources/api/users.d.ts.map +1 -0
- package/resources/api/users.js +19 -0
- package/resources/api/users.js.map +1 -0
- package/resources/api/users.mjs +3 -0
- package/resources/api/users.mjs.map +1 -0
- package/resources/api/website-collections.d.ts +73 -0
- package/resources/api/website-collections.d.ts.map +1 -0
- package/resources/api/website-collections.js +25 -0
- package/resources/api/website-collections.js.map +1 -0
- package/resources/api/website-collections.mjs +21 -0
- package/resources/api/website-collections.mjs.map +1 -0
- package/resources/api/website-user-roles.d.ts +73 -0
- package/resources/api/website-user-roles.d.ts.map +1 -0
- package/resources/api/website-user-roles.js +22 -0
- package/resources/api/website-user-roles.js.map +1 -0
- package/resources/api/website-user-roles.mjs +18 -0
- package/resources/api/website-user-roles.mjs.map +1 -0
- package/resources/{websites.d.ts → api/websites.d.ts} +2 -2
- package/resources/api/websites.d.ts.map +1 -0
- package/resources/{websites.js → api/websites.js} +2 -2
- package/resources/api/websites.js.map +1 -0
- package/resources/{websites.mjs → api/websites.mjs} +2 -2
- package/resources/api/websites.mjs.map +1 -0
- package/resources/api.d.ts +2 -0
- package/resources/api.d.ts.map +1 -0
- package/resources/api.js +19 -0
- package/resources/api.js.map +1 -0
- package/resources/api.mjs +3 -0
- package/resources/api.mjs.map +1 -0
- package/resources/index.d.ts +1 -6
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -13
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -6
- package/resources/index.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/core.ts +16 -8
- package/src/index.ts +28 -57
- package/src/resources/api/api.ts +629 -0
- package/src/resources/api/index.ts +51 -0
- package/src/resources/{loyalty → api/loyalty}/accounts.ts +65 -8
- package/src/resources/api/loyalty/badges.ts +1142 -0
- package/src/resources/{loyalty → api/loyalty}/currencies.ts +3 -9
- package/src/resources/{loyalty → api/loyalty}/index.ts +38 -11
- package/src/resources/api/loyalty/loyalty.ts +1297 -0
- package/src/resources/{loyalty → api/loyalty}/multipliers.ts +61 -4
- package/src/resources/api/loyalty/questions-responses.ts +146 -0
- package/src/resources/api/loyalty/questions.ts +208 -0
- package/src/resources/{loyalty → api/loyalty}/rule-edits.ts +11 -14
- package/src/resources/{loyalty → api/loyalty}/rules.ts +339 -180
- package/src/resources/api/loyalty.ts +3 -0
- package/src/resources/api/minting.ts +157 -0
- package/src/resources/api/referral/index.ts +10 -0
- package/src/resources/api/referral/referral.ts +70 -0
- package/src/resources/api/referral/users.ts +93 -0
- package/src/resources/api/referral.ts +3 -0
- package/src/resources/api/users/index.ts +18 -0
- package/src/resources/api/users/metadatas.ts +206 -0
- package/src/resources/api/users/users.ts +203 -0
- package/src/resources/api/users.ts +3 -0
- package/src/resources/api/website-collections.ts +148 -0
- package/src/resources/api/website-user-roles.ts +107 -0
- package/src/resources/{websites.ts → api/websites.ts} +3 -3
- package/src/resources/api.ts +3 -0
- package/src/resources/index.ts +8 -11
- 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.d.ts +0 -50
- package/resources/assets.d.ts.map +0 -1
- package/resources/assets.js +0 -17
- package/resources/assets.js.map +0 -1
- package/resources/assets.mjs +0 -13
- package/resources/assets.mjs.map +0 -1
- package/resources/auction-bids.d.ts +0 -81
- package/resources/auction-bids.d.ts.map +0 -1
- package/resources/auction-bids.js +0 -30
- package/resources/auction-bids.js.map +0 -1
- package/resources/auction-bids.mjs +0 -26
- 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.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 -168
- package/resources/drip/quests.d.ts.map +0 -1
- package/resources/drip/quests.js +0 -17
- package/resources/drip/quests.js.map +0 -1
- package/resources/drip/quests.mjs +0 -13
- package/resources/drip/quests.mjs.map +0 -1
- package/resources/drip/status.d.ts +0 -26
- package/resources/drip/status.d.ts.map +0 -1
- package/resources/drip/status.js +0 -16
- package/resources/drip/status.js.map +0 -1
- package/resources/drip/status.mjs +0 -12
- package/resources/drip/status.mjs.map +0 -1
- package/resources/loyalty/accounts.d.ts.map +0 -1
- package/resources/loyalty/accounts.js +0 -16
- package/resources/loyalty/accounts.js.map +0 -1
- package/resources/loyalty/accounts.mjs +0 -12
- package/resources/loyalty/accounts.mjs.map +0 -1
- package/resources/loyalty/badges.d.ts +0 -299
- package/resources/loyalty/badges.d.ts.map +0 -1
- package/resources/loyalty/badges.js.map +0 -1
- package/resources/loyalty/badges.mjs.map +0 -1
- package/resources/loyalty/currencies.d.ts.map +0 -1
- package/resources/loyalty/currencies.js.map +0 -1
- package/resources/loyalty/currencies.mjs.map +0 -1
- package/resources/loyalty/index.d.ts +0 -9
- package/resources/loyalty/index.d.ts.map +0 -1
- package/resources/loyalty/index.js.map +0 -1
- package/resources/loyalty/index.mjs.map +0 -1
- package/resources/loyalty/loyalty.d.ts +0 -34
- package/resources/loyalty/loyalty.d.ts.map +0 -1
- package/resources/loyalty/loyalty.js.map +0 -1
- package/resources/loyalty/loyalty.mjs +0 -36
- package/resources/loyalty/loyalty.mjs.map +0 -1
- package/resources/loyalty/multipliers.d.ts.map +0 -1
- package/resources/loyalty/multipliers.js.map +0 -1
- package/resources/loyalty/multipliers.mjs.map +0 -1
- package/resources/loyalty/rule-edits.d.ts.map +0 -1
- package/resources/loyalty/rule-edits.js.map +0 -1
- package/resources/loyalty/rule-edits.mjs.map +0 -1
- package/resources/loyalty/rules.d.ts.map +0 -1
- package/resources/loyalty/rules.js.map +0 -1
- package/resources/loyalty/rules.mjs.map +0 -1
- package/resources/loyalty/transaction-entries.d.ts +0 -175
- package/resources/loyalty/transaction-entries.d.ts.map +0 -1
- package/resources/loyalty/transaction-entries.js +0 -16
- package/resources/loyalty/transaction-entries.js.map +0 -1
- package/resources/loyalty/transaction-entries.mjs +0 -12
- package/resources/loyalty/transaction-entries.mjs.map +0 -1
- package/resources/users/index.d.ts +0 -4
- package/resources/users/index.d.ts.map +0 -1
- package/resources/users/index.js.map +0 -1
- package/resources/users/index.mjs +0 -5
- package/resources/users/index.mjs.map +0 -1
- package/resources/users/metadatas.d.ts +0 -64
- package/resources/users/metadatas.d.ts.map +0 -1
- package/resources/users/metadatas.js.map +0 -1
- package/resources/users/metadatas.mjs +0 -12
- package/resources/users/metadatas.mjs.map +0 -1
- package/resources/users/users.d.ts +0 -14
- package/resources/users/users.d.ts.map +0 -1
- package/resources/users/users.js.map +0 -1
- package/resources/users/users.mjs +0 -16
- package/resources/users/users.mjs.map +0 -1
- package/resources/users/wallets.d.ts +0 -193
- package/resources/users/wallets.d.ts.map +0 -1
- package/resources/users/wallets.js +0 -28
- package/resources/users/wallets.js.map +0 -1
- package/resources/users/wallets.mjs +0 -24
- package/resources/users/wallets.mjs.map +0 -1
- package/resources/websites.d.ts.map +0 -1
- package/resources/websites.js.map +0 -1
- package/resources/websites.mjs.map +0 -1
- package/src/resources/assets.ts +0 -71
- package/src/resources/auction-bids.ts +0 -123
- package/src/resources/drip/drip.ts +0 -25
- package/src/resources/drip/index.ts +0 -5
- package/src/resources/drip/quests.ts +0 -210
- package/src/resources/drip/status.ts +0 -33
- package/src/resources/loyalty/badges.ts +0 -435
- package/src/resources/loyalty/loyalty.ts +0 -159
- package/src/resources/loyalty/transaction-entries.ts +0 -229
- package/src/resources/users/index.ts +0 -12
- package/src/resources/users/metadatas.ts +0 -103
- package/src/resources/users/users.ts +0 -39
- package/src/resources/users/wallets.ts +0 -271
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../../resource';
|
|
4
|
+
import * as Core from '../../../core';
|
|
5
|
+
import * as MetadatasAPI from './metadatas';
|
|
6
|
+
import {
|
|
7
|
+
MetadataCreateParams,
|
|
8
|
+
MetadataCreateResponse,
|
|
9
|
+
MetadataListParams,
|
|
10
|
+
MetadataListResponse,
|
|
11
|
+
Metadatas,
|
|
12
|
+
} from './metadatas';
|
|
13
|
+
|
|
14
|
+
export class Users extends APIResource {
|
|
15
|
+
metadatas: MetadatasAPI.Metadatas = new MetadatasAPI.Metadatas(this._client);
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* This endpoint allows you to create a user
|
|
19
|
+
*/
|
|
20
|
+
connect(body: UserConnectParams, options?: Core.RequestOptions): Core.APIPromise<UserConnectResponse> {
|
|
21
|
+
return this._client.post('/api/users/connect', { body, ...options });
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* This endpoint returns the total user count
|
|
26
|
+
*/
|
|
27
|
+
count(query: UserCountParams, options?: Core.RequestOptions): Core.APIPromise<UserCountResponse> {
|
|
28
|
+
return this._client.get('/api/users/count', { query, ...options });
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* This endpoint allows you to disconnect a user from another user
|
|
33
|
+
*/
|
|
34
|
+
disconnect(body: UserDisconnectParams, options?: Core.RequestOptions): Core.APIPromise<unknown> {
|
|
35
|
+
return this._client.post('/api/users/disconnect', { body, ...options });
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export interface UserConnectResponse {
|
|
40
|
+
/**
|
|
41
|
+
* The ID of the user
|
|
42
|
+
*/
|
|
43
|
+
id: string;
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Timestamp when the user was created
|
|
47
|
+
*/
|
|
48
|
+
createdAt: string;
|
|
49
|
+
|
|
50
|
+
/**
|
|
51
|
+
* Timestamp when the user was last updated
|
|
52
|
+
*/
|
|
53
|
+
updatedAt: string;
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* The wallet address of the user
|
|
57
|
+
*/
|
|
58
|
+
walletAddress: string;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Schema for counting users response
|
|
63
|
+
*/
|
|
64
|
+
export interface UserCountResponse {
|
|
65
|
+
/**
|
|
66
|
+
* Total count of users
|
|
67
|
+
*/
|
|
68
|
+
totalCount: number;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export type UserDisconnectResponse = unknown;
|
|
72
|
+
|
|
73
|
+
export interface UserConnectParams {
|
|
74
|
+
/**
|
|
75
|
+
* The ID of the organization
|
|
76
|
+
*/
|
|
77
|
+
organizationId: string;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* The wallet address of the user
|
|
81
|
+
*/
|
|
82
|
+
walletAddress: string;
|
|
83
|
+
|
|
84
|
+
walletType: 'evm' | 'solana' | 'imx' | 'sui' | 'ton';
|
|
85
|
+
|
|
86
|
+
/**
|
|
87
|
+
* The ID of the website
|
|
88
|
+
*/
|
|
89
|
+
websiteId: string;
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Whether to confirm the disconnect
|
|
93
|
+
*/
|
|
94
|
+
confirmDisconnect?: boolean;
|
|
95
|
+
|
|
96
|
+
/**
|
|
97
|
+
* The ID of the user to whome this wallet is being connected
|
|
98
|
+
*/
|
|
99
|
+
userId?: string;
|
|
100
|
+
|
|
101
|
+
/**
|
|
102
|
+
* The verification data of the user walletAddress
|
|
103
|
+
*/
|
|
104
|
+
verificationData?: UserConnectParams.VerificationData;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export namespace UserConnectParams {
|
|
108
|
+
/**
|
|
109
|
+
* The verification data of the user walletAddress
|
|
110
|
+
*/
|
|
111
|
+
export interface VerificationData {
|
|
112
|
+
accessToken?: string;
|
|
113
|
+
|
|
114
|
+
dynamicAuthToken?: string;
|
|
115
|
+
|
|
116
|
+
message?: string;
|
|
117
|
+
|
|
118
|
+
signature?: string;
|
|
119
|
+
|
|
120
|
+
tonVerification?: VerificationData.TonVerification;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export namespace VerificationData {
|
|
124
|
+
export interface TonVerification {
|
|
125
|
+
account: TonVerification.Account;
|
|
126
|
+
|
|
127
|
+
proof: TonVerification.Proof;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export namespace TonVerification {
|
|
131
|
+
export interface Account {
|
|
132
|
+
address: string;
|
|
133
|
+
|
|
134
|
+
chain: '-239' | '-3';
|
|
135
|
+
|
|
136
|
+
publicKey: string;
|
|
137
|
+
|
|
138
|
+
walletStateInit?: string;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export interface Proof {
|
|
142
|
+
domain: Proof.Domain;
|
|
143
|
+
|
|
144
|
+
payload: string;
|
|
145
|
+
|
|
146
|
+
signature: string;
|
|
147
|
+
|
|
148
|
+
timestamp: number;
|
|
149
|
+
|
|
150
|
+
state_init?: string;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export namespace Proof {
|
|
154
|
+
export interface Domain {
|
|
155
|
+
lengthBytes: number;
|
|
156
|
+
|
|
157
|
+
value: string;
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface UserCountParams {
|
|
165
|
+
/**
|
|
166
|
+
* The ID of the organization
|
|
167
|
+
*/
|
|
168
|
+
organizationId: string;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* The ID of the website
|
|
172
|
+
*/
|
|
173
|
+
websiteId: string;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export interface UserDisconnectParams {
|
|
177
|
+
organizationId: string;
|
|
178
|
+
|
|
179
|
+
userId: string;
|
|
180
|
+
|
|
181
|
+
websiteId: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
Users.Metadatas = Metadatas;
|
|
185
|
+
|
|
186
|
+
export declare namespace Users {
|
|
187
|
+
export {
|
|
188
|
+
type UserConnectResponse as UserConnectResponse,
|
|
189
|
+
type UserCountResponse as UserCountResponse,
|
|
190
|
+
type UserDisconnectResponse as UserDisconnectResponse,
|
|
191
|
+
type UserConnectParams as UserConnectParams,
|
|
192
|
+
type UserCountParams as UserCountParams,
|
|
193
|
+
type UserDisconnectParams as UserDisconnectParams,
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
export {
|
|
197
|
+
Metadatas as Metadatas,
|
|
198
|
+
type MetadataCreateResponse as MetadataCreateResponse,
|
|
199
|
+
type MetadataListResponse as MetadataListResponse,
|
|
200
|
+
type MetadataCreateParams as MetadataCreateParams,
|
|
201
|
+
type MetadataListParams as MetadataListParams,
|
|
202
|
+
};
|
|
203
|
+
}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../resource';
|
|
4
|
+
import * as Core from '../../core';
|
|
5
|
+
|
|
6
|
+
export class WebsiteCollections extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Creates a new collection under a website
|
|
9
|
+
*/
|
|
10
|
+
create(body: WebsiteCollectionCreateParams, options?: Core.RequestOptions): Core.APIPromise<void> {
|
|
11
|
+
return this._client.post('/api/website_collections', {
|
|
12
|
+
body,
|
|
13
|
+
...options,
|
|
14
|
+
headers: { Accept: '*/*', ...options?.headers },
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Retrieves collections for a specific website.
|
|
20
|
+
*/
|
|
21
|
+
list(
|
|
22
|
+
query: WebsiteCollectionListParams,
|
|
23
|
+
options?: Core.RequestOptions,
|
|
24
|
+
): Core.APIPromise<WebsiteCollectionListResponse> {
|
|
25
|
+
return this._client.get('/api/website_collections', { query, ...options });
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Response schema for fetching website collections
|
|
31
|
+
*/
|
|
32
|
+
export interface WebsiteCollectionListResponse {
|
|
33
|
+
/**
|
|
34
|
+
* Array of websites
|
|
35
|
+
*/
|
|
36
|
+
data: Array<WebsiteCollectionListResponse.Data>;
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Indicates if more pages are available
|
|
40
|
+
*/
|
|
41
|
+
hasNextPage: boolean;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export namespace WebsiteCollectionListResponse {
|
|
45
|
+
export interface Data {
|
|
46
|
+
/**
|
|
47
|
+
* Website Collection ID
|
|
48
|
+
*/
|
|
49
|
+
id: string;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export interface WebsiteCollectionCreateParams {
|
|
54
|
+
collectionAddress: string;
|
|
55
|
+
|
|
56
|
+
name: string;
|
|
57
|
+
|
|
58
|
+
network:
|
|
59
|
+
| 'mainnet'
|
|
60
|
+
| 'polygon'
|
|
61
|
+
| 'polygon_mumbai'
|
|
62
|
+
| 'optimism'
|
|
63
|
+
| 'arbitrum'
|
|
64
|
+
| 'binance'
|
|
65
|
+
| 'bscTestnet'
|
|
66
|
+
| 'avalanche'
|
|
67
|
+
| 'avalancheFuji'
|
|
68
|
+
| 'zksync'
|
|
69
|
+
| 'fantom'
|
|
70
|
+
| 'fantomTestnet'
|
|
71
|
+
| 'base'
|
|
72
|
+
| 'baseSepolia'
|
|
73
|
+
| 'skaleNebula'
|
|
74
|
+
| 'xai'
|
|
75
|
+
| 'berachainArtio'
|
|
76
|
+
| 'solana'
|
|
77
|
+
| 'apechain'
|
|
78
|
+
| 'flowMainnet'
|
|
79
|
+
| 'campTestnet'
|
|
80
|
+
| 'sui'
|
|
81
|
+
| 'vanar'
|
|
82
|
+
| 'superseed'
|
|
83
|
+
| 'superseedSepolia'
|
|
84
|
+
| 'sepolia'
|
|
85
|
+
| 'optimism_sepolia'
|
|
86
|
+
| 'arbitrumSepolia'
|
|
87
|
+
| 'goerli'
|
|
88
|
+
| 'optimism_goerli'
|
|
89
|
+
| 'arbitrumGoerli'
|
|
90
|
+
| 'basecamp'
|
|
91
|
+
| 'abstract';
|
|
92
|
+
|
|
93
|
+
organizationId: string;
|
|
94
|
+
|
|
95
|
+
sortId: number;
|
|
96
|
+
|
|
97
|
+
websiteId: string;
|
|
98
|
+
|
|
99
|
+
discordUrl?: string;
|
|
100
|
+
|
|
101
|
+
homeUrl?: string;
|
|
102
|
+
|
|
103
|
+
imageUrl?: string | null;
|
|
104
|
+
|
|
105
|
+
instagramUsername?: string;
|
|
106
|
+
|
|
107
|
+
royaltyFee?: number | null;
|
|
108
|
+
|
|
109
|
+
royaltyFeeAddress?: string | null;
|
|
110
|
+
|
|
111
|
+
stakingAddress?: string;
|
|
112
|
+
|
|
113
|
+
telegramUrl?: string;
|
|
114
|
+
|
|
115
|
+
themeId?: string;
|
|
116
|
+
|
|
117
|
+
twitterUsername?: string;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
export interface WebsiteCollectionListParams {
|
|
121
|
+
/**
|
|
122
|
+
* Filter by website ID
|
|
123
|
+
*/
|
|
124
|
+
websiteId: string;
|
|
125
|
+
|
|
126
|
+
/**
|
|
127
|
+
* Number of items to return
|
|
128
|
+
*/
|
|
129
|
+
limit?: number;
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* Filter by organization ID
|
|
133
|
+
*/
|
|
134
|
+
organizationId?: string;
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Pagination cursor, start after this ID
|
|
138
|
+
*/
|
|
139
|
+
startingAfter?: string;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export declare namespace WebsiteCollections {
|
|
143
|
+
export {
|
|
144
|
+
type WebsiteCollectionListResponse as WebsiteCollectionListResponse,
|
|
145
|
+
type WebsiteCollectionCreateParams as WebsiteCollectionCreateParams,
|
|
146
|
+
type WebsiteCollectionListParams as WebsiteCollectionListParams,
|
|
147
|
+
};
|
|
148
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
+
|
|
3
|
+
import { APIResource } from '../../resource';
|
|
4
|
+
import * as Core from '../../core';
|
|
5
|
+
|
|
6
|
+
export class WebsiteUserRoles extends APIResource {
|
|
7
|
+
/**
|
|
8
|
+
* Retrieves roles of users for a specific website. If userId is provided,
|
|
9
|
+
* retrieves the role of that specific user for the website.
|
|
10
|
+
*/
|
|
11
|
+
list(
|
|
12
|
+
query: WebsiteUserRoleListParams,
|
|
13
|
+
options?: Core.RequestOptions,
|
|
14
|
+
): Core.APIPromise<WebsiteUserRoleListResponse> {
|
|
15
|
+
return this._client.get('/api/website_user_roles', { query, ...options });
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Assign roles to users for a specific website
|
|
20
|
+
*/
|
|
21
|
+
assign(
|
|
22
|
+
body: WebsiteUserRoleAssignParams,
|
|
23
|
+
options?: Core.RequestOptions,
|
|
24
|
+
): Core.APIPromise<WebsiteUserRoleAssignResponse> {
|
|
25
|
+
return this._client.post('/api/website_user_roles', { body, ...options });
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Schema for getWebsiteUserRoles response
|
|
31
|
+
*/
|
|
32
|
+
export interface WebsiteUserRoleListResponse {
|
|
33
|
+
data: Array<WebsiteUserRoleListResponse.Data>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export namespace WebsiteUserRoleListResponse {
|
|
37
|
+
export interface Data {
|
|
38
|
+
/**
|
|
39
|
+
* UUID of the website user role
|
|
40
|
+
*/
|
|
41
|
+
id: string;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* Schema for postWebsiteUserRoles response
|
|
47
|
+
*/
|
|
48
|
+
export interface WebsiteUserRoleAssignResponse {
|
|
49
|
+
data?: unknown;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface WebsiteUserRoleListParams {
|
|
53
|
+
/**
|
|
54
|
+
* UUID of the website
|
|
55
|
+
*/
|
|
56
|
+
websiteId: string;
|
|
57
|
+
|
|
58
|
+
/**
|
|
59
|
+
* UUID of the user
|
|
60
|
+
*/
|
|
61
|
+
userId?: string;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface WebsiteUserRoleAssignParams {
|
|
65
|
+
/**
|
|
66
|
+
* UUID of the website
|
|
67
|
+
*/
|
|
68
|
+
websiteId: string;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* Array of website user roles
|
|
72
|
+
*/
|
|
73
|
+
websiteUserRoles: Array<WebsiteUserRoleAssignParams.WebsiteUserRole>;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export namespace WebsiteUserRoleAssignParams {
|
|
77
|
+
export interface WebsiteUserRole {
|
|
78
|
+
/**
|
|
79
|
+
* Role type of the user
|
|
80
|
+
*/
|
|
81
|
+
roleType:
|
|
82
|
+
| 'WEBSITE_SUPER_ADMIN'
|
|
83
|
+
| 'WEBSITE_ADMIN'
|
|
84
|
+
| 'WEBSITE_MODERATOR'
|
|
85
|
+
| 'WEBSITE_API_KEY'
|
|
86
|
+
| 'STRATUS_API_KEY';
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Wallet address of the user
|
|
90
|
+
*/
|
|
91
|
+
walletAddress: string;
|
|
92
|
+
|
|
93
|
+
/**
|
|
94
|
+
* Deletion date of the user role
|
|
95
|
+
*/
|
|
96
|
+
deletedAt?: string;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export declare namespace WebsiteUserRoles {
|
|
101
|
+
export {
|
|
102
|
+
type WebsiteUserRoleListResponse as WebsiteUserRoleListResponse,
|
|
103
|
+
type WebsiteUserRoleAssignResponse as WebsiteUserRoleAssignResponse,
|
|
104
|
+
type WebsiteUserRoleListParams as WebsiteUserRoleListParams,
|
|
105
|
+
type WebsiteUserRoleAssignParams as WebsiteUserRoleAssignParams,
|
|
106
|
+
};
|
|
107
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
import { APIResource } from '
|
|
4
|
-
import { isRequestOptions } from '
|
|
5
|
-
import * as Core from '
|
|
3
|
+
import { APIResource } from '../../resource';
|
|
4
|
+
import { isRequestOptions } from '../../core';
|
|
5
|
+
import * as Core from '../../core';
|
|
6
6
|
|
|
7
7
|
export class Websites extends APIResource {
|
|
8
8
|
/**
|
package/src/resources/index.ts
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
2
|
|
|
3
|
-
export { Assets, type AssetCreateResponse, type AssetCreateParams } from './assets';
|
|
4
|
-
export { AuctionBids, type AuctionBidCreateParams, type AuctionBidListParams } from './auction-bids';
|
|
5
|
-
export { Drip } from './drip/drip';
|
|
6
|
-
export { Loyalty } from './loyalty/loyalty';
|
|
7
|
-
export { Users } from './users/users';
|
|
8
3
|
export {
|
|
9
|
-
|
|
10
|
-
type
|
|
11
|
-
type
|
|
12
|
-
type
|
|
13
|
-
type
|
|
14
|
-
|
|
4
|
+
API,
|
|
5
|
+
type APICreateAssetUploadURLResponse,
|
|
6
|
+
type APIListAuctionsResponse,
|
|
7
|
+
type APIListUsersResponse,
|
|
8
|
+
type APICreateAssetUploadURLParams,
|
|
9
|
+
type APIListAuctionBidsParams,
|
|
10
|
+
type APIListUsersParams,
|
|
11
|
+
} from './api/api';
|
package/src/resources.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './resources/index';
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.1.0-alpha.
|
|
1
|
+
export const VERSION = '0.1.0-alpha.15'; // x-release-please-version
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.0-alpha.
|
|
1
|
+
export declare const VERSION = "0.1.0-alpha.15";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
|
-
exports.VERSION = '0.1.0-alpha.
|
|
4
|
+
exports.VERSION = '0.1.0-alpha.15'; // x-release-please-version
|
|
5
5
|
//# sourceMappingURL=version.js.map
|
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.1.0-alpha.
|
|
1
|
+
export const VERSION = '0.1.0-alpha.15'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|
package/resources/assets.d.ts
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import { APIResource } from "../resource.js";
|
|
2
|
-
import * as Core from "../core.js";
|
|
3
|
-
export declare class Assets extends APIResource {
|
|
4
|
-
/**
|
|
5
|
-
* This endpoint allows you to upload a file to the resource. returns a presigned
|
|
6
|
-
* URL and the asset's public URL call put with the file as the body to upload the
|
|
7
|
-
* asst
|
|
8
|
-
*/
|
|
9
|
-
create(body: AssetCreateParams, options?: Core.RequestOptions): Core.APIPromise<AssetCreateResponse>;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Response returned upon successful generation of the signed URL for uploading the
|
|
13
|
-
* file.
|
|
14
|
-
*/
|
|
15
|
-
export interface AssetCreateResponse {
|
|
16
|
-
/**
|
|
17
|
-
* The pre-signed URL to be used for uploading the file.
|
|
18
|
-
*/
|
|
19
|
-
signedUrl: string;
|
|
20
|
-
/**
|
|
21
|
-
* The URL of the uploaded file.
|
|
22
|
-
*/
|
|
23
|
-
url: string;
|
|
24
|
-
}
|
|
25
|
-
export interface AssetCreateParams {
|
|
26
|
-
/**
|
|
27
|
-
* The name of the file, must match the regex pattern (converted to lowercase)
|
|
28
|
-
*/
|
|
29
|
-
fileName: string;
|
|
30
|
-
/**
|
|
31
|
-
* The file path, must be a valid enum value.
|
|
32
|
-
*/
|
|
33
|
-
filePath?: 'announcements' | 'images' | 'videos' | 'banners' | 'fonts' | 'posts' | 'profiles' | 'minting' | 'loyalty';
|
|
34
|
-
/**
|
|
35
|
-
* UUID of the organization (optional, converted to lowercase)
|
|
36
|
-
*/
|
|
37
|
-
organizationId?: string;
|
|
38
|
-
/**
|
|
39
|
-
* UUID of the user (optional, converted to lowercase)
|
|
40
|
-
*/
|
|
41
|
-
userId?: string;
|
|
42
|
-
/**
|
|
43
|
-
* UUID of the website (optional, converted to lowercase)
|
|
44
|
-
*/
|
|
45
|
-
websiteId?: string;
|
|
46
|
-
}
|
|
47
|
-
export declare namespace Assets {
|
|
48
|
-
export { type AssetCreateResponse as AssetCreateResponse, type AssetCreateParams as AssetCreateParams };
|
|
49
|
-
}
|
|
50
|
-
//# sourceMappingURL=assets.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAEhC,qBAAa,MAAO,SAAQ,WAAW;IACrC;;;;OAIG;IACH,MAAM,CAAC,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC;CAGrG;AAED;;;GAGG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAElB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;CACb;AAED,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,QAAQ,CAAC,EACL,eAAe,GACf,QAAQ,GACR,QAAQ,GACR,SAAS,GACT,OAAO,GACP,OAAO,GACP,UAAU,GACV,SAAS,GACT,SAAS,CAAC;IAEd;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,CAAC,OAAO,WAAW,MAAM,CAAC;IAC9B,OAAO,EAAE,KAAK,mBAAmB,IAAI,mBAAmB,EAAE,KAAK,iBAAiB,IAAI,iBAAiB,EAAE,CAAC;CACzG"}
|
package/resources/assets.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
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.Assets = void 0;
|
|
5
|
-
const resource_1 = require("../resource.js");
|
|
6
|
-
class Assets extends resource_1.APIResource {
|
|
7
|
-
/**
|
|
8
|
-
* This endpoint allows you to upload a file to the resource. returns a presigned
|
|
9
|
-
* URL and the asset's public URL call put with the file as the body to upload the
|
|
10
|
-
* asst
|
|
11
|
-
*/
|
|
12
|
-
create(body, options) {
|
|
13
|
-
return this._client.post('/api/assets', { body, ...options });
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.Assets = Assets;
|
|
17
|
-
//# sourceMappingURL=assets.js.map
|
package/resources/assets.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"assets.js","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,6CAA0C;AAG1C,MAAa,MAAO,SAAQ,sBAAW;IACrC;;;;OAIG;IACH,MAAM,CAAC,IAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChE,CAAC;CACF;AATD,wBASC"}
|
package/resources/assets.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
import { APIResource } from "../resource.mjs";
|
|
3
|
-
export class Assets extends APIResource {
|
|
4
|
-
/**
|
|
5
|
-
* This endpoint allows you to upload a file to the resource. returns a presigned
|
|
6
|
-
* URL and the asset's public URL call put with the file as the body to upload the
|
|
7
|
-
* asst
|
|
8
|
-
*/
|
|
9
|
-
create(body, options) {
|
|
10
|
-
return this._client.post('/api/assets', { body, ...options });
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=assets.mjs.map
|
package/resources/assets.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"assets.mjs","sourceRoot":"","sources":["../src/resources/assets.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAGtB,MAAM,OAAO,MAAO,SAAQ,WAAW;IACrC;;;;OAIG;IACH,MAAM,CAAC,IAAuB,EAAE,OAA6B;QAC3D,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,aAAa,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IAChE,CAAC;CACF"}
|