@sudobility/types 1.9.32 → 1.9.33
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/dist/index.cjs +2 -10
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -10
- package/dist/index.js.map +1 -1
- package/dist/types/business/enums.cjs +17 -4
- package/dist/types/business/enums.d.ts +13 -1
- package/dist/types/business/enums.d.ts.map +1 -1
- package/dist/types/business/enums.js +17 -4
- package/dist/types/business/enums.js.map +1 -1
- package/dist/types/business/index.cjs +2 -1
- package/dist/types/business/index.d.ts +1 -1
- package/dist/types/business/index.d.ts.map +1 -1
- package/dist/types/business/index.js +2 -1
- package/dist/types/business/index.js.map +1 -1
- package/dist/types/index.cjs +0 -6
- package/dist/types/index.d.ts +0 -3
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +0 -6
- package/dist/types/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/types/indexer/index.cjs +0 -31
- package/dist/types/indexer/index.d.ts +0 -3
- package/dist/types/indexer/index.d.ts.map +0 -1
- package/dist/types/indexer/index.js +0 -31
- package/dist/types/indexer/index.js.map +0 -1
- package/dist/types/indexer/indexer-guards.cjs +0 -304
- package/dist/types/indexer/indexer-guards.d.ts +0 -38
- package/dist/types/indexer/indexer-guards.d.ts.map +0 -1
- package/dist/types/indexer/indexer-guards.js +0 -304
- package/dist/types/indexer/indexer-guards.js.map +0 -1
- package/dist/types/indexer/indexer-responses.cjs +0 -8
- package/dist/types/indexer/indexer-responses.d.ts +0 -215
- package/dist/types/indexer/indexer-responses.d.ts.map +0 -1
- package/dist/types/indexer/indexer-responses.js +0 -8
- package/dist/types/indexer/indexer-responses.js.map +0 -1
- package/dist/types/kyc/index.cjs +0 -19
- package/dist/types/kyc/index.d.ts +0 -2
- package/dist/types/kyc/index.d.ts.map +0 -1
- package/dist/types/kyc/index.js +0 -19
- package/dist/types/kyc/index.js.map +0 -1
- package/dist/types/kyc/kyc-types.cjs +0 -85
- package/dist/types/kyc/kyc-types.d.ts +0 -307
- package/dist/types/kyc/kyc-types.d.ts.map +0 -1
- package/dist/types/kyc/kyc-types.js +0 -85
- package/dist/types/kyc/kyc-types.js.map +0 -1
- package/dist/types/wildduck/index.cjs +0 -20
- package/dist/types/wildduck/index.d.ts +0 -3
- package/dist/types/wildduck/index.d.ts.map +0 -1
- package/dist/types/wildduck/index.js +0 -20
- package/dist/types/wildduck/index.js.map +0 -1
- package/dist/types/wildduck/wildduck-types.cjs +0 -65
- package/dist/types/wildduck/wildduck-types.d.ts +0 -1223
- package/dist/types/wildduck/wildduck-types.d.ts.map +0 -1
- package/dist/types/wildduck/wildduck-types.js +0 -65
- package/dist/types/wildduck/wildduck-types.js.map +0 -1
- package/dist/types/wildduck/wildduck-websocket-types.cjs +0 -135
- package/dist/types/wildduck/wildduck-websocket-types.d.ts +0 -381
- package/dist/types/wildduck/wildduck-websocket-types.d.ts.map +0 -1
- package/dist/types/wildduck/wildduck-websocket-types.js +0 -135
- package/dist/types/wildduck/wildduck-websocket-types.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -24,7 +24,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
24
24
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
25
25
|
};
|
|
26
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.
|
|
27
|
+
exports.FeeType = exports.ClaimType = exports.ConfirmationStatus = exports.ProcessedEventName = exports.ContractType = exports.StorageType = exports.WalletType = exports.ChainType = exports.AnalyticsEvent = exports.TransactionStatus = exports.MessageType = exports.MailboxSpecialUse = exports.InfoType = exports.NotificationType = exports.RequestStatus = exports.MobileView = exports.EmailComposeType = exports.FontSize = exports.Theme = exports.Chain = exports.AuthStatus = exports.debounceAsync = exports.clearExpiredCache = exports.withCache = exports.withTimeout = exports.safeParallel = exports.withLoadingState = exports.safeAsync = void 0;
|
|
28
28
|
// Re-export all types from the types module
|
|
29
29
|
__exportStar(require("./types"), exports);
|
|
30
30
|
// Re-export all utilities
|
|
@@ -50,6 +50,7 @@ Object.defineProperty(exports, "MobileView", { enumerable: true, get: function (
|
|
|
50
50
|
Object.defineProperty(exports, "RequestStatus", { enumerable: true, get: function () { return types_1.RequestStatus; } });
|
|
51
51
|
Object.defineProperty(exports, "NotificationType", { enumerable: true, get: function () { return types_1.NotificationType; } });
|
|
52
52
|
Object.defineProperty(exports, "InfoType", { enumerable: true, get: function () { return types_1.InfoType; } });
|
|
53
|
+
Object.defineProperty(exports, "MailboxSpecialUse", { enumerable: true, get: function () { return types_1.MailboxSpecialUse; } });
|
|
53
54
|
// Blockchain enums
|
|
54
55
|
Object.defineProperty(exports, "MessageType", { enumerable: true, get: function () { return types_1.MessageType; } });
|
|
55
56
|
Object.defineProperty(exports, "TransactionStatus", { enumerable: true, get: function () { return types_1.TransactionStatus; } });
|
|
@@ -64,13 +65,4 @@ Object.defineProperty(exports, "ProcessedEventName", { enumerable: true, get: fu
|
|
|
64
65
|
Object.defineProperty(exports, "ConfirmationStatus", { enumerable: true, get: function () { return types_1.ConfirmationStatus; } });
|
|
65
66
|
Object.defineProperty(exports, "ClaimType", { enumerable: true, get: function () { return types_1.ClaimType; } });
|
|
66
67
|
Object.defineProperty(exports, "FeeType", { enumerable: true, get: function () { return types_1.FeeType; } });
|
|
67
|
-
// KYC enums
|
|
68
|
-
Object.defineProperty(exports, "KYCVerificationLevel", { enumerable: true, get: function () { return types_1.KYCVerificationLevel; } });
|
|
69
|
-
Object.defineProperty(exports, "KYCApplicationStatus", { enumerable: true, get: function () { return types_1.KYCApplicationStatus; } });
|
|
70
|
-
Object.defineProperty(exports, "SumsubReviewStatus", { enumerable: true, get: function () { return types_1.SumsubReviewStatus; } });
|
|
71
|
-
Object.defineProperty(exports, "SumsubReviewAnswer", { enumerable: true, get: function () { return types_1.SumsubReviewAnswer; } });
|
|
72
|
-
Object.defineProperty(exports, "ApplicantType", { enumerable: true, get: function () { return types_1.ApplicantType; } });
|
|
73
|
-
Object.defineProperty(exports, "ReviewRejectType", { enumerable: true, get: function () { return types_1.ReviewRejectType; } });
|
|
74
|
-
// WildDuck enums
|
|
75
|
-
Object.defineProperty(exports, "MailboxSpecialUse", { enumerable: true, get: function () { return types_1.MailboxSpecialUse; } });
|
|
76
68
|
//# sourceMappingURL=index.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
*/
|
|
11
11
|
export * from './types';
|
|
12
12
|
export * from './utils';
|
|
13
|
-
export type { AppConfig, FirebaseConfig, EnvironmentVariables, ChainConfig, Message, MessageRecipient, TransactionResult, AnalyticsEventProperties, AnalyticsService, NetworkClient, NetworkResponse, UINavigationService, BaseTransactionResponse, TransactionReceipt, MessageSendResponse, PreparedMessageSendResponse, ClaimableInfo, ClaimRevenueResponse, ClaimableAmountResponse, DomainRegistrationResponse, MailboxDelegationResponse, DelegationRejectionResponse, FeeInfo, FeeUpdateResponse, PauseInfo, PauseResponse, EmergencyDistributionResponse, EVMTransactionResponse, SolanaTransactionResponse, UnifiedClientResponse, BatchOperationResponse, MessageHistoryResponse, DelegationStatusResponse, ContractError,
|
|
13
|
+
export type { AppConfig, FirebaseConfig, EnvironmentVariables, ChainConfig, Message, MessageRecipient, TransactionResult, AnalyticsEventProperties, AnalyticsService, NetworkClient, NetworkResponse, UINavigationService, BaseTransactionResponse, TransactionReceipt, MessageSendResponse, PreparedMessageSendResponse, ClaimableInfo, ClaimRevenueResponse, ClaimableAmountResponse, DomainRegistrationResponse, MailboxDelegationResponse, DelegationRejectionResponse, FeeInfo, FeeUpdateResponse, PauseInfo, PauseResponse, EmergencyDistributionResponse, EVMTransactionResponse, SolanaTransactionResponse, UnifiedClientResponse, BatchOperationResponse, MessageHistoryResponse, DelegationStatusResponse, ContractError, } from './types';
|
|
14
14
|
export { safeAsync, withLoadingState, safeParallel, withTimeout, withCache, clearExpiredCache, debounceAsync, type AsyncResult, } from './utils';
|
|
15
|
-
export { AuthStatus, Chain, Theme, FontSize, EmailComposeType, MobileView, RequestStatus, NotificationType, InfoType, MessageType, TransactionStatus, AnalyticsEvent, ChainType, WalletType, StorageType, ContractType, ProcessedEventName, ConfirmationStatus, ClaimType, FeeType,
|
|
15
|
+
export { AuthStatus, Chain, Theme, FontSize, EmailComposeType, MobileView, RequestStatus, NotificationType, InfoType, MailboxSpecialUse, MessageType, TransactionStatus, AnalyticsEvent, ChainType, WalletType, StorageType, ContractType, ProcessedEventName, ConfirmationStatus, ClaimType, FeeType, } from './types';
|
|
16
16
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAGH,cAAc,SAAS,CAAC;AAGxB,cAAc,SAAS,CAAC;AAIxB,YAAY,EAEV,SAAS,EACT,cAAc,EACd,oBAAoB,EAGpB,WAAW,EACX,OAAO,EACP,gBAAgB,EAChB,iBAAiB,EAGjB,wBAAwB,EACxB,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,mBAAmB,EAGnB,uBAAuB,EACvB,kBAAkB,EAClB,mBAAmB,EACnB,2BAA2B,EAC3B,aAAa,EACb,oBAAoB,EACpB,uBAAuB,EACvB,0BAA0B,EAC1B,yBAAyB,EACzB,2BAA2B,EAC3B,OAAO,EACP,iBAAiB,EACjB,SAAS,EACT,aAAa,EACb,6BAA6B,EAC7B,sBAAsB,EACtB,yBAAyB,EACzB,qBAAqB,EACrB,sBAAsB,EACtB,sBAAsB,EACtB,wBAAwB,EACxB,aAAa,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAGH,cAAc,SAAS,CAAC;AAGxB,cAAc,SAAS,CAAC;AAIxB,YAAY,EAEV,SAAS,EACT,cAAc,EACd,oBAAoB,EAGpB,WAAW,EACX,OAAO,EACP,gBAAgB,EAChB,iBAAiB,EAGjB,wBAAwB,EACxB,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,mBAAmB,EAGnB,uBAAuB,EACvB,kBAAkB,EAClB,mBAAmB,EACnB,2BAA2B,EAC3B,aAAa,EACb,oBAAoB,EACpB,uBAAuB,EACvB,0BAA0B,EAC1B,yBAAyB,EACzB,2BAA2B,EAC3B,OAAO,EACP,iBAAiB,EACjB,SAAS,EACT,aAAa,EACb,6BAA6B,EAC7B,sBAAsB,EACtB,yBAAyB,EACzB,qBAAqB,EACrB,sBAAsB,EACtB,sBAAsB,EACtB,wBAAwB,EACxB,aAAa,GACd,MAAM,SAAS,CAAC;AAGjB,OAAO,EACL,SAAS,EACT,gBAAgB,EAChB,YAAY,EACZ,WAAW,EACX,SAAS,EACT,iBAAiB,EACjB,aAAa,EACb,KAAK,WAAW,GACjB,MAAM,SAAS,CAAC;AAGjB,OAAO,EAEL,UAAU,EACV,KAAK,EACL,KAAK,EACL,QAAQ,EACR,gBAAgB,EAChB,UAAU,EACV,aAAa,EACb,gBAAgB,EAChB,QAAQ,EACR,iBAAiB,EAGjB,WAAW,EACX,iBAAiB,EAGjB,cAAc,EACd,SAAS,EACT,UAAU,EACV,WAAW,EACX,YAAY,EACZ,kBAAkB,EAGlB,kBAAkB,EAClB,SAAS,EACT,OAAO,GACR,MAAM,SAAS,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
24
24
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
25
25
|
};
|
|
26
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
|
-
exports.
|
|
27
|
+
exports.FeeType = exports.ClaimType = exports.ConfirmationStatus = exports.ProcessedEventName = exports.ContractType = exports.StorageType = exports.WalletType = exports.ChainType = exports.AnalyticsEvent = exports.TransactionStatus = exports.MessageType = exports.MailboxSpecialUse = exports.InfoType = exports.NotificationType = exports.RequestStatus = exports.MobileView = exports.EmailComposeType = exports.FontSize = exports.Theme = exports.Chain = exports.AuthStatus = exports.debounceAsync = exports.clearExpiredCache = exports.withCache = exports.withTimeout = exports.safeParallel = exports.withLoadingState = exports.safeAsync = void 0;
|
|
28
28
|
// Re-export all types from the types module
|
|
29
29
|
__exportStar(require("./types"), exports);
|
|
30
30
|
// Re-export all utilities
|
|
@@ -50,6 +50,7 @@ Object.defineProperty(exports, "MobileView", { enumerable: true, get: function (
|
|
|
50
50
|
Object.defineProperty(exports, "RequestStatus", { enumerable: true, get: function () { return types_1.RequestStatus; } });
|
|
51
51
|
Object.defineProperty(exports, "NotificationType", { enumerable: true, get: function () { return types_1.NotificationType; } });
|
|
52
52
|
Object.defineProperty(exports, "InfoType", { enumerable: true, get: function () { return types_1.InfoType; } });
|
|
53
|
+
Object.defineProperty(exports, "MailboxSpecialUse", { enumerable: true, get: function () { return types_1.MailboxSpecialUse; } });
|
|
53
54
|
// Blockchain enums
|
|
54
55
|
Object.defineProperty(exports, "MessageType", { enumerable: true, get: function () { return types_1.MessageType; } });
|
|
55
56
|
Object.defineProperty(exports, "TransactionStatus", { enumerable: true, get: function () { return types_1.TransactionStatus; } });
|
|
@@ -64,13 +65,4 @@ Object.defineProperty(exports, "ProcessedEventName", { enumerable: true, get: fu
|
|
|
64
65
|
Object.defineProperty(exports, "ConfirmationStatus", { enumerable: true, get: function () { return types_1.ConfirmationStatus; } });
|
|
65
66
|
Object.defineProperty(exports, "ClaimType", { enumerable: true, get: function () { return types_1.ClaimType; } });
|
|
66
67
|
Object.defineProperty(exports, "FeeType", { enumerable: true, get: function () { return types_1.FeeType; } });
|
|
67
|
-
// KYC enums
|
|
68
|
-
Object.defineProperty(exports, "KYCVerificationLevel", { enumerable: true, get: function () { return types_1.KYCVerificationLevel; } });
|
|
69
|
-
Object.defineProperty(exports, "KYCApplicationStatus", { enumerable: true, get: function () { return types_1.KYCApplicationStatus; } });
|
|
70
|
-
Object.defineProperty(exports, "SumsubReviewStatus", { enumerable: true, get: function () { return types_1.SumsubReviewStatus; } });
|
|
71
|
-
Object.defineProperty(exports, "SumsubReviewAnswer", { enumerable: true, get: function () { return types_1.SumsubReviewAnswer; } });
|
|
72
|
-
Object.defineProperty(exports, "ApplicantType", { enumerable: true, get: function () { return types_1.ApplicantType; } });
|
|
73
|
-
Object.defineProperty(exports, "ReviewRejectType", { enumerable: true, get: function () { return types_1.ReviewRejectType; } });
|
|
74
|
-
// WildDuck enums
|
|
75
|
-
Object.defineProperty(exports, "MailboxSpecialUse", { enumerable: true, get: function () { return types_1.MailboxSpecialUse; } });
|
|
76
68
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;;;;;;;;;;;;;;;;AAEH,4CAA4C;AAC5C,0CAAwB;AAExB,0BAA0B;AAC1B,0CAAwB;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;;;;;;;;;;;;;;;;;AAEH,4CAA4C;AAC5C,0CAAwB;AAExB,0BAA0B;AAC1B,0CAAwB;AAgDxB,yBAAyB;AACzB,iCASiB;AARf,kGAAA,SAAS,OAAA;AACT,yGAAA,gBAAgB,OAAA;AAChB,qGAAA,YAAY,OAAA;AACZ,oGAAA,WAAW,OAAA;AACX,kGAAA,SAAS,OAAA;AACT,0GAAA,iBAAiB,OAAA;AACjB,sGAAA,aAAa,OAAA;AAIf,sCAAsC;AACtC,iCA6BiB;AA5Bf,iBAAiB;AACjB,mGAAA,UAAU,OAAA;AACV,8FAAA,KAAK,OAAA;AACL,8FAAA,KAAK,OAAA;AACL,iGAAA,QAAQ,OAAA;AACR,yGAAA,gBAAgB,OAAA;AAChB,mGAAA,UAAU,OAAA;AACV,sGAAA,aAAa,OAAA;AACb,yGAAA,gBAAgB,OAAA;AAChB,iGAAA,QAAQ,OAAA;AACR,0GAAA,iBAAiB,OAAA;AAEjB,mBAAmB;AACnB,oGAAA,WAAW,OAAA;AACX,0GAAA,iBAAiB,OAAA;AAEjB,uBAAuB;AACvB,uGAAA,cAAc,OAAA;AACd,kGAAA,SAAS,OAAA;AACT,mGAAA,UAAU,OAAA;AACV,oGAAA,WAAW,OAAA;AACX,qGAAA,YAAY,OAAA;AACZ,2GAAA,kBAAkB,OAAA;AAElB,eAAe;AACf,2GAAA,kBAAkB,OAAA;AAClB,kGAAA,SAAS,OAAA;AACT,gGAAA,OAAO,OAAA"}
|
|
@@ -4,8 +4,21 @@
|
|
|
4
4
|
* These replace string literals throughout the application
|
|
5
5
|
*/
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.Currency = exports.ErrorType = exports.FeatureFlag = exports.EmailValidationState = exports.PlatformType = exports.ConnectionState = exports.ConnectionType = exports.EmailSortCriteria = exports.SortOrder = exports.EmailAddressType = exports.InfoType = exports.NotificationType = exports.RequestStatus = exports.SubscriptionAction = exports.EmailAction = exports.MediumView = exports.MobileView = exports.EmailComposeType = exports.EmailFolderUtils = exports.FontSize = exports.Theme = exports.Chain = exports.ChainType = exports.AuthStatus = void 0;
|
|
8
|
-
|
|
7
|
+
exports.Currency = exports.ErrorType = exports.FeatureFlag = exports.EmailValidationState = exports.PlatformType = exports.ConnectionState = exports.ConnectionType = exports.EmailSortCriteria = exports.SortOrder = exports.EmailAddressType = exports.InfoType = exports.NotificationType = exports.RequestStatus = exports.SubscriptionAction = exports.EmailAction = exports.MediumView = exports.MobileView = exports.EmailComposeType = exports.EmailFolderUtils = exports.FontSize = exports.Theme = exports.Chain = exports.ChainType = exports.AuthStatus = exports.MailboxSpecialUse = void 0;
|
|
8
|
+
/**
|
|
9
|
+
* Special mailbox types (IMAP special-use flags)
|
|
10
|
+
* These correspond to standard IMAP mailbox flags
|
|
11
|
+
*/
|
|
12
|
+
var MailboxSpecialUse;
|
|
13
|
+
(function (MailboxSpecialUse) {
|
|
14
|
+
MailboxSpecialUse["Inbox"] = "\\Inbox";
|
|
15
|
+
MailboxSpecialUse["Sent"] = "\\Sent";
|
|
16
|
+
MailboxSpecialUse["Trash"] = "\\Trash";
|
|
17
|
+
MailboxSpecialUse["Drafts"] = "\\Drafts";
|
|
18
|
+
MailboxSpecialUse["Junk"] = "\\Junk";
|
|
19
|
+
MailboxSpecialUse["Settings"] = "\\App.Settings";
|
|
20
|
+
MailboxSpecialUse["Developer"] = "\\App.Developer";
|
|
21
|
+
})(MailboxSpecialUse || (exports.MailboxSpecialUse = MailboxSpecialUse = {}));
|
|
9
22
|
// Authentication states - aligned with @johnqh/di
|
|
10
23
|
var AuthStatus;
|
|
11
24
|
(function (AuthStatus) {
|
|
@@ -131,13 +144,13 @@ exports.EmailFolderUtils = {
|
|
|
131
144
|
* Check if a folder name is one of the standard mailbox types
|
|
132
145
|
*/
|
|
133
146
|
isStandardFolder(folder) {
|
|
134
|
-
return Object.values(
|
|
147
|
+
return Object.values(MailboxSpecialUse).includes(folder);
|
|
135
148
|
},
|
|
136
149
|
/**
|
|
137
150
|
* Get all standard folder names
|
|
138
151
|
*/
|
|
139
152
|
getStandardFolders() {
|
|
140
|
-
return Object.values(
|
|
153
|
+
return Object.values(MailboxSpecialUse);
|
|
141
154
|
},
|
|
142
155
|
/**
|
|
143
156
|
* Check if a folder is a custom folder (not one of the standard ones)
|
|
@@ -2,7 +2,19 @@
|
|
|
2
2
|
* Platform-agnostic enums for discrete states
|
|
3
3
|
* These replace string literals throughout the application
|
|
4
4
|
*/
|
|
5
|
-
|
|
5
|
+
/**
|
|
6
|
+
* Special mailbox types (IMAP special-use flags)
|
|
7
|
+
* These correspond to standard IMAP mailbox flags
|
|
8
|
+
*/
|
|
9
|
+
export declare enum MailboxSpecialUse {
|
|
10
|
+
Inbox = "\\Inbox",
|
|
11
|
+
Sent = "\\Sent",
|
|
12
|
+
Trash = "\\Trash",
|
|
13
|
+
Drafts = "\\Drafts",
|
|
14
|
+
Junk = "\\Junk",
|
|
15
|
+
Settings = "\\App.Settings",
|
|
16
|
+
Developer = "\\App.Developer"
|
|
17
|
+
}
|
|
6
18
|
export declare enum AuthStatus {
|
|
7
19
|
CONNECTED = "connected",
|
|
8
20
|
DISCONNECTED = "disconnected",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../src/types/business/enums.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../src/types/business/enums.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,8 +4,21 @@
|
|
|
4
4
|
* These replace string literals throughout the application
|
|
5
5
|
*/
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.Currency = exports.ErrorType = exports.FeatureFlag = exports.EmailValidationState = exports.PlatformType = exports.ConnectionState = exports.ConnectionType = exports.EmailSortCriteria = exports.SortOrder = exports.EmailAddressType = exports.InfoType = exports.NotificationType = exports.RequestStatus = exports.SubscriptionAction = exports.EmailAction = exports.MediumView = exports.MobileView = exports.EmailComposeType = exports.EmailFolderUtils = exports.FontSize = exports.Theme = exports.Chain = exports.ChainType = exports.AuthStatus = void 0;
|
|
8
|
-
|
|
7
|
+
exports.Currency = exports.ErrorType = exports.FeatureFlag = exports.EmailValidationState = exports.PlatformType = exports.ConnectionState = exports.ConnectionType = exports.EmailSortCriteria = exports.SortOrder = exports.EmailAddressType = exports.InfoType = exports.NotificationType = exports.RequestStatus = exports.SubscriptionAction = exports.EmailAction = exports.MediumView = exports.MobileView = exports.EmailComposeType = exports.EmailFolderUtils = exports.FontSize = exports.Theme = exports.Chain = exports.ChainType = exports.AuthStatus = exports.MailboxSpecialUse = void 0;
|
|
8
|
+
/**
|
|
9
|
+
* Special mailbox types (IMAP special-use flags)
|
|
10
|
+
* These correspond to standard IMAP mailbox flags
|
|
11
|
+
*/
|
|
12
|
+
var MailboxSpecialUse;
|
|
13
|
+
(function (MailboxSpecialUse) {
|
|
14
|
+
MailboxSpecialUse["Inbox"] = "\\Inbox";
|
|
15
|
+
MailboxSpecialUse["Sent"] = "\\Sent";
|
|
16
|
+
MailboxSpecialUse["Trash"] = "\\Trash";
|
|
17
|
+
MailboxSpecialUse["Drafts"] = "\\Drafts";
|
|
18
|
+
MailboxSpecialUse["Junk"] = "\\Junk";
|
|
19
|
+
MailboxSpecialUse["Settings"] = "\\App.Settings";
|
|
20
|
+
MailboxSpecialUse["Developer"] = "\\App.Developer";
|
|
21
|
+
})(MailboxSpecialUse || (exports.MailboxSpecialUse = MailboxSpecialUse = {}));
|
|
9
22
|
// Authentication states - aligned with @johnqh/di
|
|
10
23
|
var AuthStatus;
|
|
11
24
|
(function (AuthStatus) {
|
|
@@ -131,13 +144,13 @@ exports.EmailFolderUtils = {
|
|
|
131
144
|
* Check if a folder name is one of the standard mailbox types
|
|
132
145
|
*/
|
|
133
146
|
isStandardFolder(folder) {
|
|
134
|
-
return Object.values(
|
|
147
|
+
return Object.values(MailboxSpecialUse).includes(folder);
|
|
135
148
|
},
|
|
136
149
|
/**
|
|
137
150
|
* Get all standard folder names
|
|
138
151
|
*/
|
|
139
152
|
getStandardFolders() {
|
|
140
|
-
return Object.values(
|
|
153
|
+
return Object.values(MailboxSpecialUse);
|
|
141
154
|
},
|
|
142
155
|
/**
|
|
143
156
|
* Check if a folder is a custom folder (not one of the standard ones)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../src/types/business/enums.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../src/types/business/enums.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isWalletVerified = exports.isWalletConnected = exports.getWalletConnectionState = exports.Theme = exports.SubscriptionAction = exports.SortOrder = exports.RequestStatus = exports.PlatformType = exports.NotificationType = exports.MobileView = exports.MediumView = exports.InfoType = exports.FontSize = exports.FeatureFlag = exports.ErrorType = exports.EmailValidationState = exports.EmailSortCriteria = exports.EmailFolderUtils = exports.EmailComposeType = exports.EmailAddressType = exports.EmailAction = exports.Currency = exports.ConnectionType = exports.ConnectionState = exports.ChainType = exports.Chain = exports.AuthStatus = void 0;
|
|
3
|
+
exports.isWalletVerified = exports.isWalletConnected = exports.getWalletConnectionState = exports.Theme = exports.SubscriptionAction = exports.SortOrder = exports.RequestStatus = exports.PlatformType = exports.NotificationType = exports.MobileView = exports.MediumView = exports.MailboxSpecialUse = exports.InfoType = exports.FontSize = exports.FeatureFlag = exports.ErrorType = exports.EmailValidationState = exports.EmailSortCriteria = exports.EmailFolderUtils = exports.EmailComposeType = exports.EmailAddressType = exports.EmailAction = exports.Currency = exports.ConnectionType = exports.ConnectionState = exports.ChainType = exports.Chain = exports.AuthStatus = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
5
|
Object.defineProperty(exports, "AuthStatus", { enumerable: true, get: function () { return enums_1.AuthStatus; } });
|
|
6
6
|
Object.defineProperty(exports, "Chain", { enumerable: true, get: function () { return enums_1.Chain; } });
|
|
@@ -18,6 +18,7 @@ Object.defineProperty(exports, "ErrorType", { enumerable: true, get: function ()
|
|
|
18
18
|
Object.defineProperty(exports, "FeatureFlag", { enumerable: true, get: function () { return enums_1.FeatureFlag; } });
|
|
19
19
|
Object.defineProperty(exports, "FontSize", { enumerable: true, get: function () { return enums_1.FontSize; } });
|
|
20
20
|
Object.defineProperty(exports, "InfoType", { enumerable: true, get: function () { return enums_1.InfoType; } });
|
|
21
|
+
Object.defineProperty(exports, "MailboxSpecialUse", { enumerable: true, get: function () { return enums_1.MailboxSpecialUse; } });
|
|
21
22
|
Object.defineProperty(exports, "MediumView", { enumerable: true, get: function () { return enums_1.MediumView; } });
|
|
22
23
|
Object.defineProperty(exports, "MobileView", { enumerable: true, get: function () { return enums_1.MobileView; } });
|
|
23
24
|
Object.defineProperty(exports, "NotificationType", { enumerable: true, get: function () { return enums_1.NotificationType; } });
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type { EmailFolder } from './enums';
|
|
2
|
-
export { AuthStatus, Chain, ChainType, ConnectionState, ConnectionType, Currency, EmailAction, EmailAddressType, EmailComposeType, EmailFolderUtils, EmailSortCriteria, EmailValidationState, ErrorType, FeatureFlag, FontSize, InfoType, MediumView, MobileView, NotificationType, PlatformType, RequestStatus, SortOrder, SubscriptionAction, Theme, } from './enums';
|
|
2
|
+
export { AuthStatus, Chain, ChainType, ConnectionState, ConnectionType, Currency, EmailAction, EmailAddressType, EmailComposeType, EmailFolderUtils, EmailSortCriteria, EmailValidationState, ErrorType, FeatureFlag, FontSize, InfoType, MailboxSpecialUse, MediumView, MobileView, NotificationType, PlatformType, RequestStatus, SortOrder, SubscriptionAction, Theme, } from './enums';
|
|
3
3
|
export type { WalletStatus } from './wallet-status';
|
|
4
4
|
export { getWalletConnectionState, isWalletConnected, isWalletVerified, } from './wallet-status';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/business/index.ts"],"names":[],"mappings":"AACA,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,OAAO,EACL,UAAU,EACV,KAAK,EACL,SAAS,EACT,eAAe,EACf,cAAc,EACd,QAAQ,EACR,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,oBAAoB,EACpB,SAAS,EACT,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,UAAU,EACV,gBAAgB,EAChB,YAAY,EACZ,aAAa,EACb,SAAS,EACT,kBAAkB,EAClB,KAAK,GACN,MAAM,SAAS,CAAC;AAIjB,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EACL,wBAAwB,EACxB,iBAAiB,EACjB,gBAAgB,GACjB,MAAM,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/business/index.ts"],"names":[],"mappings":"AACA,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,OAAO,EACL,UAAU,EACV,KAAK,EACL,SAAS,EACT,eAAe,EACf,cAAc,EACd,QAAQ,EACR,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,oBAAoB,EACpB,SAAS,EACT,WAAW,EACX,QAAQ,EACR,QAAQ,EACR,iBAAiB,EACjB,UAAU,EACV,UAAU,EACV,gBAAgB,EAChB,YAAY,EACZ,aAAa,EACb,SAAS,EACT,kBAAkB,EAClB,KAAK,GACN,MAAM,SAAS,CAAC;AAIjB,YAAY,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD,OAAO,EACL,wBAAwB,EACxB,iBAAiB,EACjB,gBAAgB,GACjB,MAAM,iBAAiB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isWalletVerified = exports.isWalletConnected = exports.getWalletConnectionState = exports.Theme = exports.SubscriptionAction = exports.SortOrder = exports.RequestStatus = exports.PlatformType = exports.NotificationType = exports.MobileView = exports.MediumView = exports.InfoType = exports.FontSize = exports.FeatureFlag = exports.ErrorType = exports.EmailValidationState = exports.EmailSortCriteria = exports.EmailFolderUtils = exports.EmailComposeType = exports.EmailAddressType = exports.EmailAction = exports.Currency = exports.ConnectionType = exports.ConnectionState = exports.ChainType = exports.Chain = exports.AuthStatus = void 0;
|
|
3
|
+
exports.isWalletVerified = exports.isWalletConnected = exports.getWalletConnectionState = exports.Theme = exports.SubscriptionAction = exports.SortOrder = exports.RequestStatus = exports.PlatformType = exports.NotificationType = exports.MobileView = exports.MediumView = exports.MailboxSpecialUse = exports.InfoType = exports.FontSize = exports.FeatureFlag = exports.ErrorType = exports.EmailValidationState = exports.EmailSortCriteria = exports.EmailFolderUtils = exports.EmailComposeType = exports.EmailAddressType = exports.EmailAction = exports.Currency = exports.ConnectionType = exports.ConnectionState = exports.ChainType = exports.Chain = exports.AuthStatus = void 0;
|
|
4
4
|
var enums_1 = require("./enums");
|
|
5
5
|
Object.defineProperty(exports, "AuthStatus", { enumerable: true, get: function () { return enums_1.AuthStatus; } });
|
|
6
6
|
Object.defineProperty(exports, "Chain", { enumerable: true, get: function () { return enums_1.Chain; } });
|
|
@@ -18,6 +18,7 @@ Object.defineProperty(exports, "ErrorType", { enumerable: true, get: function ()
|
|
|
18
18
|
Object.defineProperty(exports, "FeatureFlag", { enumerable: true, get: function () { return enums_1.FeatureFlag; } });
|
|
19
19
|
Object.defineProperty(exports, "FontSize", { enumerable: true, get: function () { return enums_1.FontSize; } });
|
|
20
20
|
Object.defineProperty(exports, "InfoType", { enumerable: true, get: function () { return enums_1.InfoType; } });
|
|
21
|
+
Object.defineProperty(exports, "MailboxSpecialUse", { enumerable: true, get: function () { return enums_1.MailboxSpecialUse; } });
|
|
21
22
|
Object.defineProperty(exports, "MediumView", { enumerable: true, get: function () { return enums_1.MediumView; } });
|
|
22
23
|
Object.defineProperty(exports, "MobileView", { enumerable: true, get: function () { return enums_1.MobileView; } });
|
|
23
24
|
Object.defineProperty(exports, "NotificationType", { enumerable: true, get: function () { return enums_1.NotificationType; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/business/index.ts"],"names":[],"mappings":";;;AAGA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/business/index.ts"],"names":[],"mappings":";;;AAGA,iCA0BiB;AAzBf,mGAAA,UAAU,OAAA;AACV,8FAAA,KAAK,OAAA;AACL,kGAAA,SAAS,OAAA;AACT,wGAAA,eAAe,OAAA;AACf,uGAAA,cAAc,OAAA;AACd,iGAAA,QAAQ,OAAA;AACR,oGAAA,WAAW,OAAA;AACX,yGAAA,gBAAgB,OAAA;AAChB,yGAAA,gBAAgB,OAAA;AAChB,yGAAA,gBAAgB,OAAA;AAChB,0GAAA,iBAAiB,OAAA;AACjB,6GAAA,oBAAoB,OAAA;AACpB,kGAAA,SAAS,OAAA;AACT,oGAAA,WAAW,OAAA;AACX,iGAAA,QAAQ,OAAA;AACR,iGAAA,QAAQ,OAAA;AACR,0GAAA,iBAAiB,OAAA;AACjB,mGAAA,UAAU,OAAA;AACV,mGAAA,UAAU,OAAA;AACV,yGAAA,gBAAgB,OAAA;AAChB,qGAAA,YAAY,OAAA;AACZ,sGAAA,aAAa,OAAA;AACb,kGAAA,SAAS,OAAA;AACT,2GAAA,kBAAkB,OAAA;AAClB,8FAAA,KAAK,OAAA;AAOP,iDAIyB;AAHvB,yHAAA,wBAAwB,OAAA;AACxB,kHAAA,iBAAiB,OAAA;AACjB,iHAAA,gBAAgB,OAAA"}
|
package/dist/types/index.cjs
CHANGED
|
@@ -16,8 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
// Common utility types
|
|
18
18
|
__exportStar(require("./common"), exports);
|
|
19
|
-
// Indexer API response types
|
|
20
|
-
__exportStar(require("./indexer"), exports);
|
|
21
19
|
// Business domain types
|
|
22
20
|
__exportStar(require("./business"), exports);
|
|
23
21
|
// Blockchain and crypto types
|
|
@@ -28,8 +26,4 @@ __exportStar(require("./config"), exports);
|
|
|
28
26
|
__exportStar(require("./infrastructure"), exports);
|
|
29
27
|
// Mailer and mailbox contract response types
|
|
30
28
|
__exportStar(require("./mailer"), exports);
|
|
31
|
-
// KYC verification types
|
|
32
|
-
__exportStar(require("./kyc"), exports);
|
|
33
|
-
// WildDuck Mail Server API types
|
|
34
|
-
__exportStar(require("./wildduck"), exports);
|
|
35
29
|
//# sourceMappingURL=index.js.map
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
1
|
export * from './common';
|
|
2
|
-
export * from './indexer';
|
|
3
2
|
export * from './business';
|
|
4
3
|
export * from './blockchain';
|
|
5
4
|
export * from './config';
|
|
6
5
|
export * from './infrastructure';
|
|
7
6
|
export * from './mailer';
|
|
8
|
-
export * from './kyc';
|
|
9
|
-
export * from './wildduck';
|
|
10
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AACA,cAAc,UAAU,CAAC;AAGzB,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AACA,cAAc,UAAU,CAAC;AAGzB,cAAc,YAAY,CAAC;AAG3B,cAAc,cAAc,CAAC;AAG7B,cAAc,UAAU,CAAC;AAGzB,cAAc,kBAAkB,CAAC;AAGjC,cAAc,UAAU,CAAC"}
|
package/dist/types/index.js
CHANGED
|
@@ -16,8 +16,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
// Common utility types
|
|
18
18
|
__exportStar(require("./common"), exports);
|
|
19
|
-
// Indexer API response types
|
|
20
|
-
__exportStar(require("./indexer"), exports);
|
|
21
19
|
// Business domain types
|
|
22
20
|
__exportStar(require("./business"), exports);
|
|
23
21
|
// Blockchain and crypto types
|
|
@@ -28,8 +26,4 @@ __exportStar(require("./config"), exports);
|
|
|
28
26
|
__exportStar(require("./infrastructure"), exports);
|
|
29
27
|
// Mailer and mailbox contract response types
|
|
30
28
|
__exportStar(require("./mailer"), exports);
|
|
31
|
-
// KYC verification types
|
|
32
|
-
__exportStar(require("./kyc"), exports);
|
|
33
|
-
// WildDuck Mail Server API types
|
|
34
|
-
__exportStar(require("./wildduck"), exports);
|
|
35
29
|
//# sourceMappingURL=index.js.map
|
package/dist/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uBAAuB;AACvB,2CAAyB;AAEzB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uBAAuB;AACvB,2CAAyB;AAEzB,wBAAwB;AACxB,6CAA2B;AAE3B,8BAA8B;AAC9B,+CAA6B;AAE7B,4BAA4B;AAC5B,2CAAyB;AAEzB,uBAAuB;AACvB,mDAAiC;AAEjC,6CAA6C;AAC7C,2CAAyB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sudobility/types",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.33",
|
|
4
4
|
"description": "Comprehensive TypeScript types, interfaces, and utilities for Web3 email applications - optimized for AI-assisted development",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isIndexerSuccessResponse = exports.isIndexerErrorResponse = exports.isWebhookDeleteResponse = exports.isWebhookListResponse = exports.isWebhookResponse = exports.isTemplateDeleteResponse = exports.isTemplateListResponse = exports.isTemplateResponse = exports.isNameResolutionResponse = exports.isNameServiceResponse = exports.isBlockStatusResponse = exports.isAuthenticationStatusResponse = exports.isReferralStatsResponse = exports.isReferralCodeResponse = exports.isSiteStatsResponse = exports.isLeaderboardResponse = exports.isPointsResponse = exports.isSignInMessageResponse = exports.isEntitlementResponse = exports.isNonceResponse = exports.isDelegatedFromResponse = exports.isDelegatedToResponse = exports.isRewardsResponse = exports.isEmailAccountsResponse = exports.isAddressValidationResponse = void 0;
|
|
4
|
-
// Export type guards
|
|
5
|
-
var indexer_guards_1 = require("./indexer-guards");
|
|
6
|
-
Object.defineProperty(exports, "isAddressValidationResponse", { enumerable: true, get: function () { return indexer_guards_1.isAddressValidationResponse; } });
|
|
7
|
-
Object.defineProperty(exports, "isEmailAccountsResponse", { enumerable: true, get: function () { return indexer_guards_1.isEmailAccountsResponse; } });
|
|
8
|
-
Object.defineProperty(exports, "isRewardsResponse", { enumerable: true, get: function () { return indexer_guards_1.isRewardsResponse; } });
|
|
9
|
-
Object.defineProperty(exports, "isDelegatedToResponse", { enumerable: true, get: function () { return indexer_guards_1.isDelegatedToResponse; } });
|
|
10
|
-
Object.defineProperty(exports, "isDelegatedFromResponse", { enumerable: true, get: function () { return indexer_guards_1.isDelegatedFromResponse; } });
|
|
11
|
-
Object.defineProperty(exports, "isNonceResponse", { enumerable: true, get: function () { return indexer_guards_1.isNonceResponse; } });
|
|
12
|
-
Object.defineProperty(exports, "isEntitlementResponse", { enumerable: true, get: function () { return indexer_guards_1.isEntitlementResponse; } });
|
|
13
|
-
Object.defineProperty(exports, "isSignInMessageResponse", { enumerable: true, get: function () { return indexer_guards_1.isSignInMessageResponse; } });
|
|
14
|
-
Object.defineProperty(exports, "isPointsResponse", { enumerable: true, get: function () { return indexer_guards_1.isPointsResponse; } });
|
|
15
|
-
Object.defineProperty(exports, "isLeaderboardResponse", { enumerable: true, get: function () { return indexer_guards_1.isLeaderboardResponse; } });
|
|
16
|
-
Object.defineProperty(exports, "isSiteStatsResponse", { enumerable: true, get: function () { return indexer_guards_1.isSiteStatsResponse; } });
|
|
17
|
-
Object.defineProperty(exports, "isReferralCodeResponse", { enumerable: true, get: function () { return indexer_guards_1.isReferralCodeResponse; } });
|
|
18
|
-
Object.defineProperty(exports, "isReferralStatsResponse", { enumerable: true, get: function () { return indexer_guards_1.isReferralStatsResponse; } });
|
|
19
|
-
Object.defineProperty(exports, "isAuthenticationStatusResponse", { enumerable: true, get: function () { return indexer_guards_1.isAuthenticationStatusResponse; } });
|
|
20
|
-
Object.defineProperty(exports, "isBlockStatusResponse", { enumerable: true, get: function () { return indexer_guards_1.isBlockStatusResponse; } });
|
|
21
|
-
Object.defineProperty(exports, "isNameServiceResponse", { enumerable: true, get: function () { return indexer_guards_1.isNameServiceResponse; } });
|
|
22
|
-
Object.defineProperty(exports, "isNameResolutionResponse", { enumerable: true, get: function () { return indexer_guards_1.isNameResolutionResponse; } });
|
|
23
|
-
Object.defineProperty(exports, "isTemplateResponse", { enumerable: true, get: function () { return indexer_guards_1.isTemplateResponse; } });
|
|
24
|
-
Object.defineProperty(exports, "isTemplateListResponse", { enumerable: true, get: function () { return indexer_guards_1.isTemplateListResponse; } });
|
|
25
|
-
Object.defineProperty(exports, "isTemplateDeleteResponse", { enumerable: true, get: function () { return indexer_guards_1.isTemplateDeleteResponse; } });
|
|
26
|
-
Object.defineProperty(exports, "isWebhookResponse", { enumerable: true, get: function () { return indexer_guards_1.isWebhookResponse; } });
|
|
27
|
-
Object.defineProperty(exports, "isWebhookListResponse", { enumerable: true, get: function () { return indexer_guards_1.isWebhookListResponse; } });
|
|
28
|
-
Object.defineProperty(exports, "isWebhookDeleteResponse", { enumerable: true, get: function () { return indexer_guards_1.isWebhookDeleteResponse; } });
|
|
29
|
-
Object.defineProperty(exports, "isIndexerErrorResponse", { enumerable: true, get: function () { return indexer_guards_1.isIndexerErrorResponse; } });
|
|
30
|
-
Object.defineProperty(exports, "isIndexerSuccessResponse", { enumerable: true, get: function () { return indexer_guards_1.isIndexerSuccessResponse; } });
|
|
31
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export type { IndexerNameServiceAccount, IndexerWalletAccount, IndexerEmailAccountsResult, IndexerEmailAccountsResponse, IndexerRewardData, IndexerRewardHistoryData, IndexerRewardsResponse, IndexerAddressValidationData, IndexerAddressValidationResponse, IndexerDelegateData, IndexerDelegatedToResponse, IndexerDelegatedFromData, IndexerDelegatedFromResponse, IndexerNonceData, IndexerNonceResponse, IndexerEntitlementInfo, IndexerEntitlementData, IndexerEntitlementResponse, IndexerSignInMessageData, IndexerSignInMessageResponse, IndexerPointsData, IndexerPointsResponse, IndexerLeaderboardData, IndexerLeaderboardResponse, IndexerSiteStatsData, IndexerSiteStatsResponse, IndexerReferralCodeData, IndexerReferralCodeResponse, IndexerReferralConsumptionData, IndexerReferralStatsData, IndexerReferralStatsResponse, IndexerAuthenticationStatusData, IndexerAuthenticationStatusResponse, IndexerChainBlockInfo, IndexerBlockStatusData, IndexerBlockStatusResponse, IndexerNameServiceData, IndexerNameServiceResponse, IndexerNameResolutionData, IndexerNameResolutionResponse, IndexerTemplateData, IndexerTemplateResult, IndexerTemplateResponse, IndexerTemplateListResult, IndexerTemplateListResponse, IndexerTemplateDeleteResult, IndexerTemplateDeleteResponse, IndexerTemplateCreateRequest, IndexerTemplateUpdateRequest, IndexerWebhookData, IndexerWebhookResult, IndexerWebhookResponse, IndexerWebhookListResult, IndexerWebhookListResponse, IndexerWebhookDeleteResult, IndexerWebhookDeleteResponse, IndexerWebhookCreateRequest, IndexerErrorResponse, IndexerApiResponse, } from './indexer-responses';
|
|
2
|
-
export { isAddressValidationResponse, isEmailAccountsResponse, isRewardsResponse, isDelegatedToResponse, isDelegatedFromResponse, isNonceResponse, isEntitlementResponse, isSignInMessageResponse, isPointsResponse, isLeaderboardResponse, isSiteStatsResponse, isReferralCodeResponse, isReferralStatsResponse, isAuthenticationStatusResponse, isBlockStatusResponse, isNameServiceResponse, isNameResolutionResponse, isTemplateResponse, isTemplateListResponse, isTemplateDeleteResponse, isWebhookResponse, isWebhookListResponse, isWebhookDeleteResponse, isIndexerErrorResponse, isIndexerSuccessResponse, } from './indexer-guards';
|
|
3
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/indexer/index.ts"],"names":[],"mappings":"AACA,YAAY,EAEV,yBAAyB,EACzB,oBAAoB,EACpB,0BAA0B,EAC1B,4BAA4B,EAG5B,iBAAiB,EACjB,wBAAwB,EACxB,sBAAsB,EAGtB,4BAA4B,EAC5B,gCAAgC,EAGhC,mBAAmB,EACnB,0BAA0B,EAC1B,wBAAwB,EACxB,4BAA4B,EAG5B,gBAAgB,EAChB,oBAAoB,EAGpB,sBAAsB,EACtB,sBAAsB,EACtB,0BAA0B,EAG1B,wBAAwB,EACxB,4BAA4B,EAG5B,iBAAiB,EACjB,qBAAqB,EAGrB,sBAAsB,EACtB,0BAA0B,EAG1B,oBAAoB,EACpB,wBAAwB,EAGxB,uBAAuB,EACvB,2BAA2B,EAC3B,8BAA8B,EAC9B,wBAAwB,EACxB,4BAA4B,EAG5B,+BAA+B,EAC/B,mCAAmC,EAGnC,qBAAqB,EACrB,sBAAsB,EACtB,0BAA0B,EAG1B,sBAAsB,EACtB,0BAA0B,EAC1B,yBAAyB,EACzB,6BAA6B,EAG7B,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,2BAA2B,EAC3B,6BAA6B,EAC7B,4BAA4B,EAC5B,4BAA4B,EAG5B,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,EACtB,wBAAwB,EACxB,0BAA0B,EAC1B,0BAA0B,EAC1B,4BAA4B,EAC5B,2BAA2B,EAG3B,oBAAoB,EAGpB,kBAAkB,GACnB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EACL,2BAA2B,EAC3B,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACvB,gBAAgB,EAChB,qBAAqB,EACrB,mBAAmB,EACnB,sBAAsB,EACtB,uBAAuB,EACvB,8BAA8B,EAC9B,qBAAqB,EACrB,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EAClB,sBAAsB,EACtB,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACrB,uBAAuB,EACvB,sBAAsB,EACtB,wBAAwB,GACzB,MAAM,kBAAkB,CAAC"}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isIndexerSuccessResponse = exports.isIndexerErrorResponse = exports.isWebhookDeleteResponse = exports.isWebhookListResponse = exports.isWebhookResponse = exports.isTemplateDeleteResponse = exports.isTemplateListResponse = exports.isTemplateResponse = exports.isNameResolutionResponse = exports.isNameServiceResponse = exports.isBlockStatusResponse = exports.isAuthenticationStatusResponse = exports.isReferralStatsResponse = exports.isReferralCodeResponse = exports.isSiteStatsResponse = exports.isLeaderboardResponse = exports.isPointsResponse = exports.isSignInMessageResponse = exports.isEntitlementResponse = exports.isNonceResponse = exports.isDelegatedFromResponse = exports.isDelegatedToResponse = exports.isRewardsResponse = exports.isEmailAccountsResponse = exports.isAddressValidationResponse = void 0;
|
|
4
|
-
// Export type guards
|
|
5
|
-
var indexer_guards_1 = require("./indexer-guards");
|
|
6
|
-
Object.defineProperty(exports, "isAddressValidationResponse", { enumerable: true, get: function () { return indexer_guards_1.isAddressValidationResponse; } });
|
|
7
|
-
Object.defineProperty(exports, "isEmailAccountsResponse", { enumerable: true, get: function () { return indexer_guards_1.isEmailAccountsResponse; } });
|
|
8
|
-
Object.defineProperty(exports, "isRewardsResponse", { enumerable: true, get: function () { return indexer_guards_1.isRewardsResponse; } });
|
|
9
|
-
Object.defineProperty(exports, "isDelegatedToResponse", { enumerable: true, get: function () { return indexer_guards_1.isDelegatedToResponse; } });
|
|
10
|
-
Object.defineProperty(exports, "isDelegatedFromResponse", { enumerable: true, get: function () { return indexer_guards_1.isDelegatedFromResponse; } });
|
|
11
|
-
Object.defineProperty(exports, "isNonceResponse", { enumerable: true, get: function () { return indexer_guards_1.isNonceResponse; } });
|
|
12
|
-
Object.defineProperty(exports, "isEntitlementResponse", { enumerable: true, get: function () { return indexer_guards_1.isEntitlementResponse; } });
|
|
13
|
-
Object.defineProperty(exports, "isSignInMessageResponse", { enumerable: true, get: function () { return indexer_guards_1.isSignInMessageResponse; } });
|
|
14
|
-
Object.defineProperty(exports, "isPointsResponse", { enumerable: true, get: function () { return indexer_guards_1.isPointsResponse; } });
|
|
15
|
-
Object.defineProperty(exports, "isLeaderboardResponse", { enumerable: true, get: function () { return indexer_guards_1.isLeaderboardResponse; } });
|
|
16
|
-
Object.defineProperty(exports, "isSiteStatsResponse", { enumerable: true, get: function () { return indexer_guards_1.isSiteStatsResponse; } });
|
|
17
|
-
Object.defineProperty(exports, "isReferralCodeResponse", { enumerable: true, get: function () { return indexer_guards_1.isReferralCodeResponse; } });
|
|
18
|
-
Object.defineProperty(exports, "isReferralStatsResponse", { enumerable: true, get: function () { return indexer_guards_1.isReferralStatsResponse; } });
|
|
19
|
-
Object.defineProperty(exports, "isAuthenticationStatusResponse", { enumerable: true, get: function () { return indexer_guards_1.isAuthenticationStatusResponse; } });
|
|
20
|
-
Object.defineProperty(exports, "isBlockStatusResponse", { enumerable: true, get: function () { return indexer_guards_1.isBlockStatusResponse; } });
|
|
21
|
-
Object.defineProperty(exports, "isNameServiceResponse", { enumerable: true, get: function () { return indexer_guards_1.isNameServiceResponse; } });
|
|
22
|
-
Object.defineProperty(exports, "isNameResolutionResponse", { enumerable: true, get: function () { return indexer_guards_1.isNameResolutionResponse; } });
|
|
23
|
-
Object.defineProperty(exports, "isTemplateResponse", { enumerable: true, get: function () { return indexer_guards_1.isTemplateResponse; } });
|
|
24
|
-
Object.defineProperty(exports, "isTemplateListResponse", { enumerable: true, get: function () { return indexer_guards_1.isTemplateListResponse; } });
|
|
25
|
-
Object.defineProperty(exports, "isTemplateDeleteResponse", { enumerable: true, get: function () { return indexer_guards_1.isTemplateDeleteResponse; } });
|
|
26
|
-
Object.defineProperty(exports, "isWebhookResponse", { enumerable: true, get: function () { return indexer_guards_1.isWebhookResponse; } });
|
|
27
|
-
Object.defineProperty(exports, "isWebhookListResponse", { enumerable: true, get: function () { return indexer_guards_1.isWebhookListResponse; } });
|
|
28
|
-
Object.defineProperty(exports, "isWebhookDeleteResponse", { enumerable: true, get: function () { return indexer_guards_1.isWebhookDeleteResponse; } });
|
|
29
|
-
Object.defineProperty(exports, "isIndexerErrorResponse", { enumerable: true, get: function () { return indexer_guards_1.isIndexerErrorResponse; } });
|
|
30
|
-
Object.defineProperty(exports, "isIndexerSuccessResponse", { enumerable: true, get: function () { return indexer_guards_1.isIndexerSuccessResponse; } });
|
|
31
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/indexer/index.ts"],"names":[],"mappings":";;;AAkGA,qBAAqB;AACrB,mDA0B0B;AAzBxB,6HAAA,2BAA2B,OAAA;AAC3B,yHAAA,uBAAuB,OAAA;AACvB,mHAAA,iBAAiB,OAAA;AACjB,uHAAA,qBAAqB,OAAA;AACrB,yHAAA,uBAAuB,OAAA;AACvB,iHAAA,eAAe,OAAA;AACf,uHAAA,qBAAqB,OAAA;AACrB,yHAAA,uBAAuB,OAAA;AACvB,kHAAA,gBAAgB,OAAA;AAChB,uHAAA,qBAAqB,OAAA;AACrB,qHAAA,mBAAmB,OAAA;AACnB,wHAAA,sBAAsB,OAAA;AACtB,yHAAA,uBAAuB,OAAA;AACvB,gIAAA,8BAA8B,OAAA;AAC9B,uHAAA,qBAAqB,OAAA;AACrB,uHAAA,qBAAqB,OAAA;AACrB,0HAAA,wBAAwB,OAAA;AACxB,oHAAA,kBAAkB,OAAA;AAClB,wHAAA,sBAAsB,OAAA;AACtB,0HAAA,wBAAwB,OAAA;AACxB,mHAAA,iBAAiB,OAAA;AACjB,uHAAA,qBAAqB,OAAA;AACrB,yHAAA,uBAAuB,OAAA;AACvB,wHAAA,sBAAsB,OAAA;AACtB,0HAAA,wBAAwB,OAAA"}
|