bitbadgesjs-sdk 0.22.2 → 0.22.3
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/cjs/api-indexer/BitBadgesApi.d.ts +2 -4
- package/dist/cjs/api-indexer/BitBadgesApi.d.ts.map +1 -1
- package/dist/cjs/api-indexer/BitBadgesApi.js +1 -131
- package/dist/cjs/api-indexer/BitBadgesApi.js.map +1 -1
- package/dist/cjs/api-indexer/BitBadgesUserInfo.d.ts +4 -9
- package/dist/cjs/api-indexer/BitBadgesUserInfo.d.ts.map +1 -1
- package/dist/cjs/api-indexer/BitBadgesUserInfo.js +19 -34
- package/dist/cjs/api-indexer/BitBadgesUserInfo.js.map +1 -1
- package/dist/cjs/api-indexer/docs-types/activity.d.ts +1 -10
- package/dist/cjs/api-indexer/docs-types/activity.d.ts.map +1 -1
- package/dist/cjs/api-indexer/docs-types/activity.js +1 -17
- package/dist/cjs/api-indexer/docs-types/activity.js.map +1 -1
- package/dist/cjs/api-indexer/docs-types/docs.d.ts +0 -1
- package/dist/cjs/api-indexer/docs-types/docs.d.ts.map +1 -1
- package/dist/cjs/api-indexer/docs-types/docs.js.map +1 -1
- package/dist/cjs/api-indexer/docs-types/interfaces.d.ts +0 -9
- package/dist/cjs/api-indexer/docs-types/interfaces.d.ts.map +1 -1
- package/dist/cjs/api-indexer/docs-types/interfaces.js.map +1 -1
- package/dist/cjs/api-indexer/requests/requests.d.ts +0 -11
- package/dist/cjs/api-indexer/requests/requests.d.ts.map +1 -1
- package/dist/cjs/api-indexer/requests/requests.js +3 -6
- package/dist/cjs/api-indexer/requests/requests.js.map +1 -1
- package/dist/cjs/api-indexer/requests/routes.d.ts +0 -2
- package/dist/cjs/api-indexer/requests/routes.d.ts.map +1 -1
- package/dist/cjs/api-indexer/requests/routes.js +0 -2
- package/dist/cjs/api-indexer/requests/routes.js.map +1 -1
- package/dist/cjs/api-indexer/requests/wrappers.d.ts +2 -15
- package/dist/cjs/api-indexer/requests/wrappers.d.ts.map +1 -1
- package/dist/cjs/api-indexer/requests/wrappers.js +1 -15
- package/dist/cjs/api-indexer/requests/wrappers.js.map +1 -1
- package/dist/esm/api-indexer/BitBadgesApi.d.ts +2 -4
- package/dist/esm/api-indexer/BitBadgesApi.d.ts.map +1 -1
- package/dist/esm/api-indexer/BitBadgesApi.js +3 -133
- package/dist/esm/api-indexer/BitBadgesApi.js.map +1 -1
- package/dist/esm/api-indexer/BitBadgesUserInfo.d.ts +4 -9
- package/dist/esm/api-indexer/BitBadgesUserInfo.d.ts.map +1 -1
- package/dist/esm/api-indexer/BitBadgesUserInfo.js +21 -37
- package/dist/esm/api-indexer/BitBadgesUserInfo.js.map +1 -1
- package/dist/esm/api-indexer/docs-types/activity.d.ts +1 -10
- package/dist/esm/api-indexer/docs-types/activity.d.ts.map +1 -1
- package/dist/esm/api-indexer/docs-types/activity.js +0 -19
- package/dist/esm/api-indexer/docs-types/activity.js.map +1 -1
- package/dist/esm/api-indexer/docs-types/docs.d.ts +0 -1
- package/dist/esm/api-indexer/docs-types/docs.d.ts.map +1 -1
- package/dist/esm/api-indexer/docs-types/docs.js.map +1 -1
- package/dist/esm/api-indexer/docs-types/interfaces.d.ts +0 -9
- package/dist/esm/api-indexer/docs-types/interfaces.d.ts.map +1 -1
- package/dist/esm/api-indexer/docs-types/interfaces.js.map +1 -1
- package/dist/esm/api-indexer/requests/requests.d.ts +0 -11
- package/dist/esm/api-indexer/requests/requests.d.ts.map +1 -1
- package/dist/esm/api-indexer/requests/requests.js +0 -2
- package/dist/esm/api-indexer/requests/requests.js.map +1 -1
- package/dist/esm/api-indexer/requests/routes.d.ts +0 -2
- package/dist/esm/api-indexer/requests/routes.d.ts.map +1 -1
- package/dist/esm/api-indexer/requests/routes.js +0 -2
- package/dist/esm/api-indexer/requests/routes.js.map +1 -1
- package/dist/esm/api-indexer/requests/wrappers.d.ts +2 -15
- package/dist/esm/api-indexer/requests/wrappers.d.ts.map +1 -1
- package/dist/esm/api-indexer/requests/wrappers.js +1 -16
- package/dist/esm/api-indexer/requests/wrappers.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,8 +7,8 @@ import { BaseBitBadgesApi } from './base.js';
|
|
|
7
7
|
import type { DynamicDataHandlerType, NativeAddress, iChallengeTrackerIdDetails } from './docs-types/interfaces.js';
|
|
8
8
|
import { FilterSuggestionsSuccessResponse, FilterTokensInCollectionSuccessResponse, GetBalanceByAddressSuccessResponse, GetOwnersSuccessResponse, GetTokenActivitySuccessResponse, RefreshMetadataSuccessResponse, RefreshStatusSuccessResponse, iFilterSuggestionsPayload, iFilterTokensInCollectionPayload, iGetBalanceByAddressPayload, iGetOwnersPayload, iGetTokenActivityPayload, iRefreshMetadataPayload } from './requests/collections.js';
|
|
9
9
|
import { GetMapSuccessResponse, GetMapValueSuccessResponse, GetMapValuesSuccessResponse, GetMapsSuccessResponse, iGetMapPayload, iGetMapValuesPayload, iGetMapsPayload } from './requests/maps.js';
|
|
10
|
-
import { AddApprovalDetailsToOffChainStorageSuccessResponse, AddToIpfsSuccessResponse, BatchStoreActionSuccessResponse, BroadcastTxSuccessResponse, CalculatePointsSuccessResponse, CheckClaimSuccessSuccessResponse, CheckSignInStatusSuccessResponse, CompleteClaimSuccessResponse, CreateApiKeySuccessResponse, CreateApplicationSuccessResponse, CreateClaimSuccessResponse, CreateDeveloperAppSuccessResponse, CreateDynamicDataStoreSuccessResponse, CreatePaymentIntentSuccessResponse, CreatePluginSuccessResponse, CreateSIWBBRequestSuccessResponse, CreateUtilityPageSuccessResponse, DeleteApiKeySuccessResponse, DeleteApplicationSuccessResponse, DeleteClaimSuccessResponse, DeleteDeveloperAppSuccessResponse, DeleteDynamicDataStoreSuccessResponse, DeletePluginSuccessResponse, DeleteSIWBBRequestSuccessResponse, DeleteUtilityPageSuccessResponse, ExchangeSIWBBAuthorizationCodeSuccessResponse, FetchMetadataDirectlySuccessResponse, GenericBlockinVerifySuccessResponse, GenericVerifyAssetsSuccessResponse, GetActiveAuthorizationsSuccessResponse, GetApiKeysSuccessResponse, GetApplicationSuccessResponse, GetApplicationsSuccessResponse, GetAttemptDataFromRequestBinSuccessResponse, GetBrowseSuccessResponse, GetClaimAttemptStatusSuccessResponse, GetClaimAttemptsSuccessResponse, GetClaimSuccessResponse, GetClaimsSuccessResponse, GetCollectionAmountTrackerByIdSuccessResponse, GetCollectionChallengeTrackerByIdSuccessResponse, GetDeveloperAppSuccessResponse, GetDeveloperAppsSuccessResponse, GetDynamicDataActivitySuccessResponse, GetDynamicDataStoreSuccessResponse, GetDynamicDataStoreValueSuccessResponse, GetDynamicDataStoreValuesPaginatedSuccessResponse, GetDynamicDataStoresSuccessResponse, GetGatedContentForClaimSuccessResponse, GetPluginErrorsSuccessResponse, GetPluginSuccessResponse, GetPluginsSuccessResponse, GetPointsActivitySuccessResponse, GetReservedClaimCodesSuccessResponse, GetSIWBBRequestsForDeveloperAppSuccessResponse, GetSearchSuccessResponse, GetSignInChallengeSuccessResponse, GetStatusSuccessResponse, GetTokensFromFaucetSuccessResponse, GetUtilityPageSuccessResponse, GetUtilityPagesSuccessResponse, OauthRevokeSuccessResponse, PerformStoreActionSuccessResponse, RotateApiKeySuccessResponse, RotateSIWBBRequestSuccessResponse, ScheduleTokenRefreshSuccessResponse, SearchApplicationsSuccessResponse, SearchClaimsSuccessResponse, SearchDeveloperAppsSuccessResponse, SearchDynamicDataStoresSuccessResponse, SearchPluginsSuccessResponse, SearchUtilityPagesSuccessResponse,
|
|
11
|
-
import { GetBadgeMetadataSuccessResponse, GetBadgesViewForUserSuccessResponse, GetClaimActivityForUserSuccessResponse,
|
|
10
|
+
import { AddApprovalDetailsToOffChainStorageSuccessResponse, AddToIpfsSuccessResponse, BatchStoreActionSuccessResponse, BroadcastTxSuccessResponse, CalculatePointsSuccessResponse, CheckClaimSuccessSuccessResponse, CheckSignInStatusSuccessResponse, CompleteClaimSuccessResponse, CreateApiKeySuccessResponse, CreateApplicationSuccessResponse, CreateClaimSuccessResponse, CreateDeveloperAppSuccessResponse, CreateDynamicDataStoreSuccessResponse, CreatePaymentIntentSuccessResponse, CreatePluginSuccessResponse, CreateSIWBBRequestSuccessResponse, CreateUtilityPageSuccessResponse, DeleteApiKeySuccessResponse, DeleteApplicationSuccessResponse, DeleteClaimSuccessResponse, DeleteDeveloperAppSuccessResponse, DeleteDynamicDataStoreSuccessResponse, DeletePluginSuccessResponse, DeleteSIWBBRequestSuccessResponse, DeleteUtilityPageSuccessResponse, ExchangeSIWBBAuthorizationCodeSuccessResponse, FetchMetadataDirectlySuccessResponse, GenericBlockinVerifySuccessResponse, GenericVerifyAssetsSuccessResponse, GetActiveAuthorizationsSuccessResponse, GetApiKeysSuccessResponse, GetApplicationSuccessResponse, GetApplicationsSuccessResponse, GetAttemptDataFromRequestBinSuccessResponse, GetBrowseSuccessResponse, GetClaimAttemptStatusSuccessResponse, GetClaimAttemptsSuccessResponse, GetClaimSuccessResponse, GetClaimsSuccessResponse, GetCollectionAmountTrackerByIdSuccessResponse, GetCollectionChallengeTrackerByIdSuccessResponse, GetDeveloperAppSuccessResponse, GetDeveloperAppsSuccessResponse, GetDynamicDataActivitySuccessResponse, GetDynamicDataStoreSuccessResponse, GetDynamicDataStoreValueSuccessResponse, GetDynamicDataStoreValuesPaginatedSuccessResponse, GetDynamicDataStoresSuccessResponse, GetGatedContentForClaimSuccessResponse, GetPluginErrorsSuccessResponse, GetPluginSuccessResponse, GetPluginsSuccessResponse, GetPointsActivitySuccessResponse, GetReservedClaimCodesSuccessResponse, GetSIWBBRequestsForDeveloperAppSuccessResponse, GetSearchSuccessResponse, GetSignInChallengeSuccessResponse, GetStatusSuccessResponse, GetTokensFromFaucetSuccessResponse, GetUtilityPageSuccessResponse, GetUtilityPagesSuccessResponse, OauthRevokeSuccessResponse, PerformStoreActionSuccessResponse, RotateApiKeySuccessResponse, RotateSIWBBRequestSuccessResponse, ScheduleTokenRefreshSuccessResponse, SearchApplicationsSuccessResponse, SearchClaimsSuccessResponse, SearchDeveloperAppsSuccessResponse, SearchDynamicDataStoresSuccessResponse, SearchPluginsSuccessResponse, SearchUtilityPagesSuccessResponse, SignOutSuccessResponse, SimulateClaimSuccessResponse, SimulateTxSuccessResponse, UpdateAccountInfoSuccessResponse, UpdateApplicationSuccessResponse, UpdateClaimSuccessResponse, UpdateDeveloperAppSuccessResponse, UpdateDynamicDataStoreSuccessResponse, UpdatePluginSuccessResponse, UpdateUtilityPageSuccessResponse, VerifySignInSuccessResponse, iAddApprovalDetailsToOffChainStoragePayload, iAddToIpfsPayload, iBroadcastTxPayload, iCalculatePointsPayload, iCheckSignInStatusPayload, iCompleteClaimPayload, iCreateApiKeyPayload, iCreateApplicationPayload, iCreateClaimPayload, iCreateDeveloperAppPayload, iCreateDynamicDataStorePayload, iCreatePaymentIntentPayload, iCreatePluginPayload, iCreateSIWBBRequestPayload, iCreateUtilityPagePayload, iDeleteApiKeyPayload, iDeleteApplicationPayload, iDeleteClaimPayload, iDeleteDeveloperAppPayload, iDeleteDynamicDataStorePayload, iDeletePluginPayload, iDeleteSIWBBRequestPayload, iDeleteUtilityPagePayload, iExchangeSIWBBAuthorizationCodePayload, iFetchMetadataDirectlyPayload, iGenericBlockinVerifyPayload, iGenericVerifyAssetsPayload, iGetActiveAuthorizationsPayload, iGetApiKeysPayload, iGetApplicationPayload, iGetApplicationsPayload, iGetAttemptDataFromRequestBinPayload, iGetBrowsePayload, iGetClaimAttemptsPayload, iGetClaimPayload, iGetClaimsPayloadV1, iGetDeveloperAppPayload, iGetDeveloperAppsPayload, iGetDynamicDataActivityPayload, iGetDynamicDataStorePayload, iGetDynamicDataStoreValuePayload, iGetDynamicDataStoreValuesPaginatedPayload, iGetDynamicDataStoresPayload, iGetGatedContentForClaimPayload, iGetPluginErrorsPayload, iGetPluginPayload, iGetPluginsPayload, iGetPointsActivityPayload, iGetReservedClaimCodesPayload, iGetSIWBBRequestsForDeveloperAppPayload, iGetSearchPayload, iGetSignInChallengePayload, iGetStatusPayload, iGetTokensFromFaucetPayload, iGetUtilityPagePayload, iGetUtilityPagesPayload, iOauthRevokePayload, iPerformStoreActionBatchWithBodyAuthPayload, iPerformStoreActionSingleWithBodyAuthPayload, iRotateApiKeyPayload, iRotateSIWBBRequestPayload, iScheduleTokenRefreshPayload, iSearchApplicationsPayload, iSearchClaimsPayload, iSearchDeveloperAppsPayload, iSearchDynamicDataStoresPayload, iSearchPluginsPayload, iSearchUtilityPagesPayload, iSignOutPayload, iSimulateClaimPayload, iSimulateTxPayload, iUpdateAccountInfoPayload, iUpdateApplicationPayload, iUpdateClaimPayload, iUpdateDeveloperAppPayload, iUpdateDynamicDataStorePayload, iUpdatePluginPayload, iUpdateUtilityPagePayload, iVerifySignInPayload } from './requests/requests.js';
|
|
11
|
+
import { GetBadgeMetadataSuccessResponse, GetBadgesViewForUserSuccessResponse, GetClaimActivityForUserSuccessResponse, GetCollectionAmountTrackersSuccessResponse, GetCollectionChallengeTrackersSuccessResponse, GetCollectionClaimsSuccessResponse, GetCollectionListingsSuccessResponse, GetCollectionOwnersSuccessResponse, GetCollectionSuccessResponse, GetCollectionTransferActivitySuccessResponse, GetPointsActivityForUserSuccessResponse, GetSiwbbRequestsForUserSuccessResponse, GetTransferActivityForUserSuccessResponse, iGetBadgesViewForUserPayload, iGetClaimActivityForUserPayload, iGetCollectionAmountTrackersPayload, iGetCollectionChallengeTrackersPayload, iGetCollectionListingsPayload, iGetCollectionOwnersPayload, iGetCollectionPayload, iGetCollectionTransferActivityPayload, iGetPointsActivityForUserPayload, iGetSiwbbRequestsForUserPayload, iGetTransferActivityForUserPayload } from './requests/wrappers.js';
|
|
12
12
|
import { DeleteConnectedAccountSuccessResponse, GetConnectedAccountsSuccessResponse } from './responses/stripe.js';
|
|
13
13
|
export declare class BitBadgesAPI<T extends NumberType> extends BaseBitBadgesApi<T> {
|
|
14
14
|
constructor(apiDetails: iBitBadgesApi<T>);
|
|
@@ -34,7 +34,6 @@ export declare class BitBadgesAPI<T extends NumberType> extends BaseBitBadgesApi
|
|
|
34
34
|
createSIWBBRequest(payload?: iCreateSIWBBRequestPayload): Promise<CreateSIWBBRequestSuccessResponse>;
|
|
35
35
|
rotateSIWBBRequest(payload: iRotateSIWBBRequestPayload): Promise<RotateSIWBBRequestSuccessResponse>;
|
|
36
36
|
deleteSIWBBRequest(payload?: iDeleteSIWBBRequestPayload): Promise<DeleteSIWBBRequestSuccessResponse>;
|
|
37
|
-
sendClaimAlert(payload: iSendClaimAlertsPayload): Promise<SendClaimAlertsSuccessResponse>;
|
|
38
37
|
getRefreshStatus(collectionId: CollectionId): Promise<RefreshStatusSuccessResponse<NumberType>>;
|
|
39
38
|
getMaps(payload: iGetMapsPayload): Promise<GetMapsSuccessResponse<T>>;
|
|
40
39
|
getMap(mapId: string, payload?: iGetMapPayload): Promise<GetMapSuccessResponse<T>>;
|
|
@@ -72,7 +71,6 @@ export declare class BitBadgesAPI<T extends NumberType> extends BaseBitBadgesApi
|
|
|
72
71
|
getBadgesViewForUser(address: NativeAddress, payload: iGetBadgesViewForUserPayload): Promise<GetBadgesViewForUserSuccessResponse<T>>;
|
|
73
72
|
getClaimActivityForUser(address: NativeAddress, payload: iGetClaimActivityForUserPayload): Promise<GetClaimActivityForUserSuccessResponse<T>>;
|
|
74
73
|
getPointsActivityForUser(address: NativeAddress, payload: iGetPointsActivityForUserPayload): Promise<GetPointsActivityForUserSuccessResponse<T>>;
|
|
75
|
-
getClaimAlertsForUser(address: NativeAddress, payload: iGetClaimAlertsForUserPayload): Promise<GetClaimAlertsForUserSuccessResponse<T>>;
|
|
76
74
|
getCollectionOwners(collectionId: CollectionId, payload: iGetCollectionOwnersPayload): Promise<GetCollectionOwnersSuccessResponse<T>>;
|
|
77
75
|
getCollection(collectionId: CollectionId, payload?: iGetCollectionPayload): Promise<GetCollectionSuccessResponse<T>>;
|
|
78
76
|
getBadgeMetadata(collectionId: CollectionId, badgeId: NumberType): Promise<GetBadgeMetadataSuccessResponse<T>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BitBadgesApi.d.ts","sourceRoot":"","sources":["../../../src/api-indexer/BitBadgesApi.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAC7D,OAAO,EAAuB,6BAA6B,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAEtH,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAE,MAAM,uBAAuB,CAAC;AAEnF,OAAO,KAAK,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7I,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAC7C,OAAO,KAAK,EAAE,sBAAsB,EAAE,aAAa,EAAE,0BAA0B,EAAE,MAAM,4BAA4B,CAAC;AACpH,OAAO,EACL,gCAAgC,EAChC,uCAAuC,EACvC,kCAAkC,EAClC,wBAAwB,EACxB,+BAA+B,EAC/B,8BAA8B,EAC9B,4BAA4B,EAC5B,yBAAyB,EAEzB,gCAAgC,EAChC,2BAA2B,EAE3B,iBAAiB,EACjB,wBAAwB,EACxB,uBAAuB,EACxB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,qBAAqB,EACrB,0BAA0B,EAC1B,2BAA2B,EAC3B,sBAAsB,EACtB,cAAc,EAGd,oBAAoB,EAEpB,eAAe,EAEhB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,kDAAkD,EAClD,wBAAwB,EACxB,+BAA+B,EAC/B,0BAA0B,EAC1B,8BAA8B,EAC9B,gCAAgC,EAChC,gCAAgC,EAChC,4BAA4B,EAC5B,2BAA2B,EAC3B,gCAAgC,EAChC,0BAA0B,EAC1B,iCAAiC,EACjC,qCAAqC,EACrC,kCAAkC,EAClC,2BAA2B,EAC3B,iCAAiC,EACjC,gCAAgC,EAChC,2BAA2B,EAC3B,gCAAgC,EAChC,0BAA0B,EAC1B,iCAAiC,EACjC,qCAAqC,EACrC,2BAA2B,EAC3B,iCAAiC,EACjC,gCAAgC,EAChC,6CAA6C,EAC7C,oCAAoC,EACpC,mCAAmC,EACnC,kCAAkC,EAClC,sCAAsC,EACtC,yBAAyB,EACzB,6BAA6B,EAC7B,8BAA8B,EAC9B,2CAA2C,EAC3C,wBAAwB,EACxB,oCAAoC,EACpC,+BAA+B,EAC/B,uBAAuB,EACvB,wBAAwB,EACxB,6CAA6C,EAC7C,gDAAgD,EAChD,8BAA8B,EAC9B,+BAA+B,EAC/B,qCAAqC,EACrC,kCAAkC,EAClC,uCAAuC,EACvC,iDAAiD,EACjD,mCAAmC,EACnC,sCAAsC,EACtC,8BAA8B,EAC9B,wBAAwB,EACxB,yBAAyB,EACzB,gCAAgC,EAChC,oCAAoC,EACpC,8CAA8C,EAC9C,wBAAwB,EACxB,iCAAiC,EACjC,wBAAwB,EACxB,kCAAkC,EAClC,6BAA6B,EAC7B,8BAA8B,EAC9B,0BAA0B,EAC1B,iCAAiC,EACjC,2BAA2B,EAC3B,iCAAiC,EACjC,mCAAmC,EACnC,iCAAiC,EACjC,2BAA2B,EAC3B,kCAAkC,EAClC,sCAAsC,EACtC,4BAA4B,EAC5B,iCAAiC,EACjC,8BAA8B,EAC9B,sBAAsB,EACtB,4BAA4B,EAC5B,yBAAyB,EACzB,gCAAgC,EAChC,gCAAgC,EAChC,0BAA0B,EAC1B,iCAAiC,EACjC,qCAAqC,EACrC,2BAA2B,EAC3B,gCAAgC,EAChC,2BAA2B,EAC3B,2CAA2C,EAE3C,iBAAiB,EAEjB,mBAAmB,EAEnB,uBAAuB,EACvB,yBAAyB,EAEzB,qBAAqB,EAErB,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACnB,0BAA0B,EAC1B,8BAA8B,EAE9B,2BAA2B,EAE3B,oBAAoB,EACpB,0BAA0B,EAE1B,yBAAyB,EACzB,oBAAoB,EACpB,yBAAyB,EACzB,mBAAmB,EACnB,0BAA0B,EAC1B,8BAA8B,EAC9B,oBAAoB,EACpB,0BAA0B,EAE1B,yBAAyB,EACzB,sCAAsC,EAEtC,6BAA6B,EAE7B,4BAA4B,EAE5B,2BAA2B,EAE3B,+BAA+B,EAC/B,kBAAkB,EAClB,sBAAsB,EACtB,uBAAuB,EACvB,oCAAoC,EACpC,iBAAiB,EAGjB,wBAAwB,EACxB,gBAAgB,EAChB,mBAAmB,EAInB,uBAAuB,EACvB,wBAAwB,EACxB,8BAA8B,EAC9B,2BAA2B,EAC3B,gCAAgC,EAChC,0CAA0C,EAC1C,4BAA4B,EAE5B,+BAA+B,EAC/B,uBAAuB,EACvB,iBAAiB,EACjB,kBAAkB,EAClB,yBAAyB,EAEzB,6BAA6B,EAE7B,uCAAuC,EAEvC,iBAAiB,EAEjB,0BAA0B,EAE1B,iBAAiB,EAEjB,2BAA2B,EAE3B,sBAAsB,EACtB,uBAAuB,EACvB,mBAAmB,EACnB,2CAA2C,EAC3C,4CAA4C,EAC5C,oBAAoB,EACpB,0BAA0B,EAE1B,4BAA4B,EAC5B,0BAA0B,EAC1B,oBAAoB,EACpB,2BAA2B,EAC3B,+BAA+B,EAC/B,qBAAqB,EACrB,0BAA0B,EAC1B,uBAAuB,EAEvB,eAAe,EAEf,qBAAqB,EAErB,kBAAkB,EAElB,yBAAyB,EAEzB,yBAAyB,EACzB,mBAAmB,EACnB,0BAA0B,EAC1B,8BAA8B,EAE9B,oBAAoB,EACpB,yBAAyB,EACzB,oBAAoB,EAErB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EACL,+BAA+B,EAC/B,mCAAmC,EACnC,sCAAsC,EACtC,oCAAoC,EACpC,0CAA0C,EAC1C,6CAA6C,EAC7C,kCAAkC,EAClC,oCAAoC,EACpC,kCAAkC,EAClC,4BAA4B,EAC5B,4CAA4C,EAC5C,uCAAuC,EACvC,sCAAsC,EACtC,yCAAyC,EAEzC,4BAA4B,EAE5B,+BAA+B,EAE/B,6BAA6B,EAE7B,mCAAmC,EAEnC,sCAAsC,EAGtC,6BAA6B,EAE7B,2BAA2B,EAE3B,qBAAqB,EAErB,qCAAqC,EAErC,gCAAgC,EAEhC,+BAA+B,EAE/B,kCAAkC,EAEnC,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,qCAAqC,EAAE,mCAAmC,EAAE,MAAM,uBAAuB,CAAC;AAoBnH,qBAAa,YAAY,CAAC,CAAC,SAAS,UAAU,CAAE,SAAQ,gBAAgB,CAAC,CAAC,CAAC;gBAC7D,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC;IAiB3B,SAAS,CAAC,OAAO,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;IA8B5E,gBAAgB,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,iBAAiB,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;IA+BpH,cAAc,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC,CAAC;IAiB1F,SAAS,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;IAiB5H,mBAAmB,CAC9B,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,aAAa,EACtB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,kCAAkC,CAAC,CAAC,CAAC,CAAC;IAkBpC,gCAAgC,CAC3C,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,UAAU,EACnB,OAAO,EAAE,aAAa,EACtB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,kCAAkC,CAAC,CAAC,CAAC,CAAC;IA8BpC,gBAAgB,CAC3B,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,UAAU,EACnB,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,+BAA+B,CAAC,CAAC,CAAC,CAAC;IAmBjC,eAAe,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,8BAA8B,CAAC;IAqBvH,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAoCtH,aAAa,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAoCtH,qBAAqB,CAChC,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,MAAM,EACf,OAAO,EAAE,6BAA6B,GACrC,OAAO,CAAC,oCAAoC,CAAC;IAmCnC,qBAAqB,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CAAC,oCAAoC,CAAC;IAoC5F,WAAW,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC;IAiBjF,UAAU,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC;IAY9E,eAAe,CAAC,OAAO,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,gCAAgC,CAAC;IA4B/F,WAAW,CAAC,OAAO,EAAE,mBAAmB,GAAG,MAAM,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAyBvF,UAAU,CAAC,OAAO,EAAE,kBAAkB,GAAG,MAAM,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAsBpF,8BAA8B,CACzC,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,6CAA6C,CAAC,CAAC,CAAC,CAAC;IA2B/C,+BAA+B,CAC1C,OAAO,EAAE,uCAAuC,GAC/C,OAAO,CAAC,8CAA8C,CAAC,CAAC,CAAC,CAAC;IA2BhD,kBAAkB,CAAC,OAAO,CAAC,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC;IAyBpG,kBAAkB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC;IA0BnG,kBAAkB,CAAC,OAAO,CAAC,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC;IA2BpG,cAAc,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,8BAA8B,CAAC;IAyBzF,gBAAgB,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAAC,4BAA4B,CAAC,UAAU,CAAC,CAAC;IAW/F,OAAO,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC;IAsBrE,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC;IAwBlF,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAsBjF,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAiB5E,wBAAwB,CACnC,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,gCAAgC,GACxC,OAAO,CAAC,uCAAuC,CAAC,CAAC,CAAC,CAAC;IAiBzC,SAAS,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;IAsB7E,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC,CAAC,CAAC,CAAC;IAyBpF,YAAY,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAuB/E,YAAY,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAyB/E,YAAY,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAsB/E,wBAAwB,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAuB3F,uBAAuB,CAClC,OAAO,EAAE,MAAM,EACf,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,sCAAsC,CAAC,CAAC,CAAC,CAAC;IA0BxC,kBAAkB,CAAC,OAAO,EAAE,4CAA4C,GAAG,OAAO,CAAC,iCAAiC,CAAC;IA2BrH,uBAAuB,CAAC,OAAO,EAAE,2CAA2C,GAAG,OAAO,CAAC,+BAA+B,CAAC;IA6BvH,sBAAsB,CAAC,OAAO,EAAE,8BAA8B,GAAG,OAAO,CAAC,qCAAqC,CAAC;IAoB/G,oBAAoB,CAAC,CAAC,SAAS,sBAAsB,EAAE,UAAU,EAC5E,OAAO,EAAE,4BAA4B,GACpC,OAAO,CAAC,mCAAmC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAyBxC,uBAAuB,CAAC,CAAC,SAAS,sBAAsB,EACnE,OAAO,EAAE,+BAA+B,GACvC,OAAO,CAAC,sCAAsC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAyB3C,eAAe,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAAC,CAAC,CAAC;IAyB7F,kBAAkB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC,CAAC,CAAC,CAAC;IA0BtG,iBAAiB,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAC;IA0BnG,iBAAiB,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAC;IA0BnG,iBAAiB,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAwBhG,eAAe,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,8BAA8B,CAAC;IAoB1F,iBAAiB,CAAC,CAAC,SAAS,UAAU,EAAE,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAC;IAyBzH,eAAe,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAAC,CAAC,CAAC;IAoB7F,kBAAkB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC,CAAC,CAAC,CAAC;IAoBtG,iBAAiB,CAAC,OAAO,EAAE,yBAAyB,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAC;IAoBtG,iBAAiB,CAAC,OAAO,EAAE,yBAAyB,CAAC,CAAC,CAAC,GAAG,OAAO,CAAC,gCAAgC,CAAC,CAAC,CAAC,CAAC;IAoBtG,iBAAiB,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAmBhG,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC,CAAC,CAAC;IAyBjH,iBAAiB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAyBrG,uBAAuB,CAClC,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,+BAA+B,GACvC,OAAO,CAAC,sCAAsC,CAAC,CAAC,CAAC,CAAC;IAiCxC,0BAA0B,CACrC,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,kCAAkC,GAC1C,OAAO,CAAC,yCAAyC,CAAC,CAAC,CAAC,CAAC;IAkC3C,oBAAoB,CAAC,OAAO,EAAE,aAAa,EAAE,OAAO,EAAE,4BAA4B,GAAG,OAAO,CAAC,mCAAmC,CAAC,CAAC,CAAC,CAAC;IAkCpI,uBAAuB,CAClC,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,+BAA+B,GACvC,OAAO,CAAC,sCAAsC,CAAC,CAAC,CAAC,CAAC;IA+BxC,wBAAwB,CACnC,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,gCAAgC,GACxC,OAAO,CAAC,uCAAuC,CAAC,CAAC,CAAC,CAAC;IAgCzC,qBAAqB,CAChC,OAAO,EAAE,aAAa,EACtB,OAAO,EAAE,6BAA6B,GACrC,OAAO,CAAC,oCAAoC,CAAC,CAAC,CAAC,CAAC;IA+BtC,mBAAmB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,CAAC,CAAC,CAAC,CAAC;IAiCrI,aAAa,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC,CAAC;IA0BpH,gBAAgB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,EAAE,UAAU,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC,CAAC,CAAC;IAyB9G,6BAA6B,CACxC,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,qCAAqC,GAC7C,OAAO,CAAC,4CAA4C,CAAC,CAAC,CAAC,CAAC;IAiC9C,8BAA8B,CACzC,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,sCAAsC,GAC9C,OAAO,CAAC,6CAA6C,CAAC,CAAC,CAAC,CAAC;IAiC/C,2BAA2B,CACtC,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,mCAAmC,GAC3C,OAAO,CAAC,0CAA0C,CAAC,CAAC,CAAC,CAAC;IAiC5C,qBAAqB,CAChC,YAAY,EAAE,YAAY,EAC1B,OAAO,EAAE,6BAA6B,GACrC,OAAO,CAAC,oCAAoC,CAAC,CAAC,CAAC,CAAC;IAiCtC,mBAAmB,CAAC,YAAY,EAAE,YAAY,GAAG,OAAO,CAAC,kCAAkC,CAAC,CAAC,CAAC,CAAC;IAyB/F,QAAQ,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,gBAAgB,GAAG,OAAO,CAAC,uBAAuB,CAAC,CAAC,CAAC,CAAC;IA8B1F,cAAc,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC,CAAC;IA+BlH,mBAAmB,CAAC,CAAC,SAAS,sBAAsB,EAC/D,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,kCAAkC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAyBvC,wBAAwB,CACnC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,uCAAuC,CAAC;IAyBtC,kCAAkC,CAAC,CAAC,SAAS,sBAAsB,EAC9E,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,iDAAiD,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAiCtD,SAAS,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,iBAAiB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;IA0B9F,cAAc,CAAC,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,6BAA6B,CAAC,CAAC,CAAC,CAAC;IA+BlH,eAAe,CAAC,cAAc,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,8BAA8B,CAAC,CAAC,CAAC,CAAC;IAyBtH,UAAU,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAAC,CAAC,CAAC;IAsB9E,2BAA2B,CAAC,OAAO,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,CAAC;IA0B9G,kBAAkB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC;IA0BnG,kBAAkB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC;IA0BnG,kBAAkB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC;IAyBnG,sBAAsB,CAAC,CAAC,SAAS,sBAAsB,EAAE,UAAU,EAC9E,OAAO,EAAE,8BAA8B,GACtC,OAAO,CAAC,qCAAqC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAyB1C,sBAAsB,CAAC,CAAC,SAAS,sBAAsB,EAAE,CAAC,SAAS,UAAU,EACxF,OAAO,EAAE,8BAA8B,GACtC,OAAO,CAAC,qCAAqC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAyB1C,sBAAsB,CAAC,OAAO,EAAE,8BAA8B,GAAG,OAAO,CAAC,qCAAqC,CAAC;IAyB/G,gBAAgB,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,+BAA+B,CAAC,CAAC,CAAC,CAAC;IAyBhG,mBAAmB,CAAC,OAAO,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,CAAC,CAAC,CAAC,CAAC;IAyBzG,8BAA8B,CAAC,CAAC,SAAS,UAAU,EAC9D,cAAc,EAAE,uBAAuB,CAAC,CAAC,CAAC,GACzC,OAAO,CAAC,6CAA6C,CAAC,CAAC,CAAC,CAAC;IAoB/C,iCAAiC,CAAC,CAAC,SAAS,UAAU,EACjE,cAAc,EAAE,0BAA0B,CAAC,CAAC,CAAC,GAC5C,OAAO,CAAC,gDAAgD,CAAC,CAAC,CAAC,CAAC;IAoBlD,4BAA4B,CACvC,OAAO,EAAE,MAAM,EACf,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,2CAA2C,CAAC;CAYxD;AAED,qBAAa,iBAAiB,CAAC,CAAC,SAAS,UAAU,CAAE,SAAQ,YAAY,CAAC,CAAC,CAAC;gBAC9D,UAAU,EAAE,aAAa,CAAC,CAAC,CAAC;IAO3B,sBAAsB;IAkBtB,uBAAuB,CAAC,OAAO,CAAC,EAAE,+BAA+B,GAAG,OAAO,CAAC,sCAAsC,CAAC,CAAC,CAAC,CAAC;IA0BtH,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAuBjF,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAuBjF,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAwBjF,aAAa,CAAC,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,4BAA4B,CAAC,CAAC,CAAC,CAAC;IAyBvF,qBAAqB,CAAC,OAAO,EAAE,6BAA6B,GAAG,OAAO,CAAC,oCAAoC,CAAC,CAAC,CAAC,CAAC;IA0B/G,mBAAmB,CAAC,OAAO,CAAC,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,CAAC;IAgCvG,SAAS,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,wBAAwB,CAAC;IA6BxE,mCAAmC,CAC9C,OAAO,EAAE,2CAA2C,GACnD,OAAO,CAAC,kDAAkD,CAAC;IA2BjD,mBAAmB,CAAC,OAAO,EAAE,2BAA2B,GAAG,OAAO,CAAC,kCAAkC,CAAC;IAoBtG,UAAU,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAiB3E,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAiBjF,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAiBjF,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAYjF,eAAe,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,8BAA8B,CAAC;IAe1F,oBAAoB,CAAC,OAAO,EAAE,4BAA4B,GAAG,OAAO,CAAC,mCAAmC,CAAC;IAoBzG,oBAAoB,IAAI,OAAO,CAAC,mCAAmC,CAAC;IAmBpE,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,qCAAqC,CAAC;IA0BzF,kBAAkB,CAAC,OAAO,EAAE,0BAA0B,GAAG,OAAO,CAAC,iCAAiC,CAAC,CAAC,CAAC,CAAC;IAgCtG,YAAY,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,2BAA2B,CAAC;IAuBjF,OAAO,CAAC,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAsBnE,iBAAiB,CAAC,YAAY,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAyB7H,SAAS,CAAC,OAAO,EAAE,iBAAiB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;IA6B3E,iBAAiB,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAyBhG,kBAAkB,CAAC,OAAO,EAAE,4BAA4B,GAAG,OAAO,CAAC,mCAAmC,CAAC;CAiBrH;AAED,eAAe,YAAY,CAAC"}
|
|
1
|
+
{"version":3,"file":"BitBadgesApi.d.ts","sourceRoot":"","sources":["../../../src/api-indexer/BitBadgesApi.ts"],"names":[],"mappings":"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"}
|
|
@@ -851,79 +851,6 @@ class BitBadgesAPI extends base_js_1.BaseBitBadgesApi {
|
|
|
851
851
|
return Promise.reject(error);
|
|
852
852
|
}
|
|
853
853
|
}
|
|
854
|
-
async sendClaimAlert(payload) {
|
|
855
|
-
try {
|
|
856
|
-
const validateRes = (() => { const _io0 = input => Array.isArray(input.claimAlerts) && input.claimAlerts.every(elem => "object" === typeof elem && null !== elem && _io1(elem)); const _io1 = input => "string" === typeof input.message && (Array.isArray(input.bitbadgesAddresses) && input.bitbadgesAddresses.every(elem => "string" === typeof elem)); const _vo0 = (input, _path, _exceptionable = true) => [(Array.isArray(input.claimAlerts) || _report(_exceptionable, {
|
|
857
|
-
path: _path + ".claimAlerts",
|
|
858
|
-
expected: "Array<__type>",
|
|
859
|
-
value: input.claimAlerts
|
|
860
|
-
})) && input.claimAlerts.map((elem, _index3) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
861
|
-
path: _path + ".claimAlerts[" + _index3 + "]",
|
|
862
|
-
expected: "__type",
|
|
863
|
-
value: elem
|
|
864
|
-
})) && _vo1(elem, _path + ".claimAlerts[" + _index3 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
865
|
-
path: _path + ".claimAlerts[" + _index3 + "]",
|
|
866
|
-
expected: "__type",
|
|
867
|
-
value: elem
|
|
868
|
-
})).every(flag => flag) || _report(_exceptionable, {
|
|
869
|
-
path: _path + ".claimAlerts",
|
|
870
|
-
expected: "Array<__type>",
|
|
871
|
-
value: input.claimAlerts
|
|
872
|
-
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => ["string" === typeof input.message || _report(_exceptionable, {
|
|
873
|
-
path: _path + ".message",
|
|
874
|
-
expected: "string",
|
|
875
|
-
value: input.message
|
|
876
|
-
}), (Array.isArray(input.bitbadgesAddresses) || _report(_exceptionable, {
|
|
877
|
-
path: _path + ".bitbadgesAddresses",
|
|
878
|
-
expected: "Array<string>",
|
|
879
|
-
value: input.bitbadgesAddresses
|
|
880
|
-
})) && input.bitbadgesAddresses.map((elem, _index4) => "string" === typeof elem || _report(_exceptionable, {
|
|
881
|
-
path: _path + ".bitbadgesAddresses[" + _index4 + "]",
|
|
882
|
-
expected: "string",
|
|
883
|
-
value: elem
|
|
884
|
-
})).every(flag => flag) || _report(_exceptionable, {
|
|
885
|
-
path: _path + ".bitbadgesAddresses",
|
|
886
|
-
expected: "Array<string>",
|
|
887
|
-
value: input.bitbadgesAddresses
|
|
888
|
-
})].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
|
|
889
|
-
if (false === __is(input)) {
|
|
890
|
-
errors = [];
|
|
891
|
-
_report = __typia_transform__validateReport._validateReport(errors);
|
|
892
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
|
|
893
|
-
path: _path + "",
|
|
894
|
-
expected: "iSendClaimAlertsPayload",
|
|
895
|
-
value: input
|
|
896
|
-
})) && _vo0(input, _path + "", true) || _report(true, {
|
|
897
|
-
path: _path + "",
|
|
898
|
-
expected: "iSendClaimAlertsPayload",
|
|
899
|
-
value: input
|
|
900
|
-
}))(input, "$input", true);
|
|
901
|
-
const success = 0 === errors.length;
|
|
902
|
-
return success ? {
|
|
903
|
-
success,
|
|
904
|
-
data: input
|
|
905
|
-
} : {
|
|
906
|
-
success,
|
|
907
|
-
errors,
|
|
908
|
-
data: input
|
|
909
|
-
};
|
|
910
|
-
}
|
|
911
|
-
return {
|
|
912
|
-
success: true,
|
|
913
|
-
data: input
|
|
914
|
-
};
|
|
915
|
-
}; })()(payload ?? {});
|
|
916
|
-
if (!validateRes.success) {
|
|
917
|
-
throw new Error('Invalid payload: ' + JSON.stringify(validateRes.errors));
|
|
918
|
-
}
|
|
919
|
-
const response = await this.axios.post(`${this.BACKEND_URL}${routes_js_1.BitBadgesApiRoutes.SendClaimAlertRoute()}`, payload);
|
|
920
|
-
return new requests_js_1.SendClaimAlertsSuccessResponse(response.data);
|
|
921
|
-
}
|
|
922
|
-
catch (error) {
|
|
923
|
-
await this.handleApiError(error);
|
|
924
|
-
return Promise.reject(error);
|
|
925
|
-
}
|
|
926
|
-
}
|
|
927
854
|
async getRefreshStatus(collectionId) {
|
|
928
855
|
return await BitBadgesCollection_js_1.BitBadgesCollection.GetRefreshStatus(this, collectionId);
|
|
929
856
|
}
|
|
@@ -3892,59 +3819,6 @@ class BitBadgesAPI extends base_js_1.BaseBitBadgesApi {
|
|
|
3892
3819
|
return Promise.reject(error);
|
|
3893
3820
|
}
|
|
3894
3821
|
}
|
|
3895
|
-
async getClaimAlertsForUser(address, payload) {
|
|
3896
|
-
try {
|
|
3897
|
-
const validateRes = (() => { const _io0 = input => (undefined === input.viewType || "received" === input.viewType || "sent" === input.viewType) && (undefined === input.bookmark || "string" === typeof input.bookmark) && (undefined === input.oldestFirst || "boolean" === typeof input.oldestFirst); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.viewType || "received" === input.viewType || "sent" === input.viewType || _report(_exceptionable, {
|
|
3898
|
-
path: _path + ".viewType",
|
|
3899
|
-
expected: "(\"received\" | \"sent\" | undefined)",
|
|
3900
|
-
value: input.viewType
|
|
3901
|
-
}), undefined === input.bookmark || "string" === typeof input.bookmark || _report(_exceptionable, {
|
|
3902
|
-
path: _path + ".bookmark",
|
|
3903
|
-
expected: "(string | undefined)",
|
|
3904
|
-
value: input.bookmark
|
|
3905
|
-
}), undefined === input.oldestFirst || "boolean" === typeof input.oldestFirst || _report(_exceptionable, {
|
|
3906
|
-
path: _path + ".oldestFirst",
|
|
3907
|
-
expected: "(boolean | undefined)",
|
|
3908
|
-
value: input.oldestFirst
|
|
3909
|
-
})].every(flag => flag); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let errors; let _report; return input => {
|
|
3910
|
-
if (false === __is(input)) {
|
|
3911
|
-
errors = [];
|
|
3912
|
-
_report = __typia_transform__validateReport._validateReport(errors);
|
|
3913
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || _report(true, {
|
|
3914
|
-
path: _path + "",
|
|
3915
|
-
expected: "iGetClaimAlertsForUserPayload",
|
|
3916
|
-
value: input
|
|
3917
|
-
})) && _vo0(input, _path + "", true) || _report(true, {
|
|
3918
|
-
path: _path + "",
|
|
3919
|
-
expected: "iGetClaimAlertsForUserPayload",
|
|
3920
|
-
value: input
|
|
3921
|
-
}))(input, "$input", true);
|
|
3922
|
-
const success = 0 === errors.length;
|
|
3923
|
-
return success ? {
|
|
3924
|
-
success,
|
|
3925
|
-
data: input
|
|
3926
|
-
} : {
|
|
3927
|
-
success,
|
|
3928
|
-
errors,
|
|
3929
|
-
data: input
|
|
3930
|
-
};
|
|
3931
|
-
}
|
|
3932
|
-
return {
|
|
3933
|
-
success: true,
|
|
3934
|
-
data: input
|
|
3935
|
-
};
|
|
3936
|
-
}; })()(payload);
|
|
3937
|
-
if (!validateRes.success) {
|
|
3938
|
-
throw new Error('Invalid payload: ' + JSON.stringify(validateRes.errors));
|
|
3939
|
-
}
|
|
3940
|
-
const response = await this.axios.get(`${this.BACKEND_URL}${routes_js_1.BitBadgesApiRoutes.GetClaimAlertsForUserRoute(address)}`, { params: payload });
|
|
3941
|
-
return new wrappers_js_1.GetClaimAlertsForUserSuccessResponse(response.data).convert(this.ConvertFunction);
|
|
3942
|
-
}
|
|
3943
|
-
catch (error) {
|
|
3944
|
-
await this.handleApiError(error);
|
|
3945
|
-
return Promise.reject(error);
|
|
3946
|
-
}
|
|
3947
|
-
}
|
|
3948
3822
|
async getCollectionOwners(collectionId, payload) {
|
|
3949
3823
|
try {
|
|
3950
3824
|
const validateRes = (() => { const _io0 = input => (undefined === input.bookmark || "string" === typeof input.bookmark) && (undefined === input.oldestFirst || "boolean" === typeof input.oldestFirst); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.bookmark || "string" === typeof input.bookmark || _report(_exceptionable, {
|
|
@@ -8198,7 +8072,7 @@ class BitBadgesAdminAPI extends BitBadgesAPI {
|
|
|
8198
8072
|
}
|
|
8199
8073
|
async updateAccountInfo(payload) {
|
|
8200
8074
|
try {
|
|
8201
|
-
const validateRes = (() => { const _io0 = input => (undefined === input.discord || "string" === typeof input.discord) && (undefined === input.twitter || "string" === typeof input.twitter) && (undefined === input.github || "string" === typeof input.github) && (undefined === input.telegram || "string" === typeof input.telegram) && (undefined === input.bluesky || "string" === typeof input.bluesky) && (undefined === input.affiliateCode || "string" === typeof input.affiliateCode) && (undefined === input.seenActivity || "string" === typeof input.seenActivity || "number" === typeof input.seenActivity || "bigint" === typeof input.seenActivity) && (undefined === input.readme || "string" === typeof input.readme) && (undefined === input.hiddenBadges || Array.isArray(input.hiddenBadges) && input.hiddenBadges.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.customLinks || Array.isArray(input.customLinks) && input.customLinks.every(elem => "object" === typeof elem && null !== elem && _io3(elem))) && (undefined === input.customPages || "object" === typeof input.customPages && null !== input.customPages && _io4(input.customPages)) && (undefined === input.watchlists || "object" === typeof input.watchlists && null !== input.watchlists && _io6(input.watchlists)) && (undefined === input.profilePicUrl || "string" === typeof input.profilePicUrl) && (undefined === input.bannerImage || "string" === typeof input.bannerImage) && (undefined === input.username || "string" === typeof input.username) && true && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io7(input.notifications)) && (undefined === input.socialConnections || "object" === typeof input.socialConnections && null !== input.socialConnections && false === Array.isArray(input.socialConnections) && _io10(input.socialConnections)) && (undefined === input.publicSocialConnectionsToSet || Array.isArray(input.publicSocialConnectionsToSet) && input.publicSocialConnectionsToSet.every(elem => "object" === typeof elem && null !== elem && _io29(elem))); const _io1 = input => "string" === typeof input.collectionId && (Array.isArray(input.badgeIds) && input.badgeIds.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io2 = input => ("string" === typeof input.start || "number" === typeof input.start || "bigint" === typeof input.start) && ("string" === typeof input.end || "number" === typeof input.end || "bigint" === typeof input.end); const _io3 = input => "string" === typeof input.title && "string" === typeof input.url && "string" === typeof input.image; const _io4 = input => Array.isArray(input.badges) && input.badges.every(elem => "object" === typeof elem && null !== elem && _io5(elem)); const _io5 = input => "string" === typeof input.title && "string" === typeof input.description && (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io6 = input => Array.isArray(input.badges) && input.badges.every(elem => "object" === typeof elem && null !== elem && _io5(elem)); const _io7 = input => (undefined === input.email || "string" === typeof input.email) && (undefined === input.discord || "object" === typeof input.discord && null !== input.discord && _io8(input.discord)) && (undefined === input.antiPhishingCode || "string" === typeof input.antiPhishingCode) && (undefined === input.preferences || "object" === typeof input.preferences && null !== input.preferences && false === Array.isArray(input.preferences) && _io9(input.preferences)); const _io8 = input => "string" === typeof input.id && "string" === typeof input.username && (undefined === input.discriminator || "string" === typeof input.discriminator); const _io9 = input => (undefined === input.transferActivity || "boolean" === typeof input.transferActivity) && (undefined === input.claimAlerts || "boolean" === typeof input.claimAlerts) && (undefined === input.ignoreIfInitiator || "boolean" === typeof input.ignoreIfInitiator); const _io10 = input => (undefined === input.discord || "object" === typeof input.discord && null !== input.discord && _io11(input.discord)) && (undefined === input.twitter || "object" === typeof input.twitter && null !== input.twitter && _io12(input.twitter)) && (undefined === input.google || "object" === typeof input.google && null !== input.google && _io13(input.google)) && (undefined === input.github || "object" === typeof input.github && null !== input.github && _io14(input.github)) && (undefined === input.twitch || "object" === typeof input.twitch && null !== input.twitch && _io15(input.twitch)) && (undefined === input.strava || "object" === typeof input.strava && null !== input.strava && _io16(input.strava)) && (undefined === input.reddit || "object" === typeof input.reddit && null !== input.reddit && _io17(input.reddit)) && (undefined === input.meetup || "object" === typeof input.meetup && null !== input.meetup && _io18(input.meetup)) && (undefined === input.bluesky || "object" === typeof input.bluesky && null !== input.bluesky && _io19(input.bluesky)) && (undefined === input.mailchimp || "object" === typeof input.mailchimp && null !== input.mailchimp && _io20(input.mailchimp)) && (undefined === input.facebook || "object" === typeof input.facebook && null !== input.facebook && _io21(input.facebook)) && (undefined === input.googleCalendar || "object" === typeof input.googleCalendar && null !== input.googleCalendar && _io22(input.googleCalendar)) && (undefined === input.youtube || "object" === typeof input.youtube && null !== input.youtube && _io23(input.youtube)) && (undefined === input.linkedIn || "object" === typeof input.linkedIn && null !== input.linkedIn && _io24(input.linkedIn)) && (undefined === input.shopify || "object" === typeof input.shopify && null !== input.shopify && _io25(input.shopify)) && (undefined === input.telegram || "object" === typeof input.telegram && null !== input.telegram && _io26(input.telegram)) && (undefined === input.farcaster || "object" === typeof input.farcaster && null !== input.farcaster && _io27(input.farcaster)) && (undefined === input.slack || "object" === typeof input.slack && null !== input.slack && _io28(input.slack)); const _io11 = input => "string" === typeof input.username && "string" === typeof input.id && (undefined === input.discriminator || "string" === typeof input.discriminator) && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io12 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io13 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io14 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io15 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io16 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io17 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io18 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io19 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io20 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io21 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io22 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io23 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io24 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io25 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io26 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io27 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io28 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io29 = input => "string" === typeof input.appName && (undefined === input.toDelete || "boolean" === typeof input.toDelete); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.discord || "string" === typeof input.discord || _report(_exceptionable, {
|
|
8075
|
+
const validateRes = (() => { const _io0 = input => (undefined === input.discord || "string" === typeof input.discord) && (undefined === input.twitter || "string" === typeof input.twitter) && (undefined === input.github || "string" === typeof input.github) && (undefined === input.telegram || "string" === typeof input.telegram) && (undefined === input.bluesky || "string" === typeof input.bluesky) && (undefined === input.affiliateCode || "string" === typeof input.affiliateCode) && (undefined === input.seenActivity || "string" === typeof input.seenActivity || "number" === typeof input.seenActivity || "bigint" === typeof input.seenActivity) && (undefined === input.readme || "string" === typeof input.readme) && (undefined === input.hiddenBadges || Array.isArray(input.hiddenBadges) && input.hiddenBadges.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.customLinks || Array.isArray(input.customLinks) && input.customLinks.every(elem => "object" === typeof elem && null !== elem && _io3(elem))) && (undefined === input.customPages || "object" === typeof input.customPages && null !== input.customPages && _io4(input.customPages)) && (undefined === input.watchlists || "object" === typeof input.watchlists && null !== input.watchlists && _io6(input.watchlists)) && (undefined === input.profilePicUrl || "string" === typeof input.profilePicUrl) && (undefined === input.bannerImage || "string" === typeof input.bannerImage) && (undefined === input.username || "string" === typeof input.username) && true && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io7(input.notifications)) && (undefined === input.socialConnections || "object" === typeof input.socialConnections && null !== input.socialConnections && false === Array.isArray(input.socialConnections) && _io10(input.socialConnections)) && (undefined === input.publicSocialConnectionsToSet || Array.isArray(input.publicSocialConnectionsToSet) && input.publicSocialConnectionsToSet.every(elem => "object" === typeof elem && null !== elem && _io29(elem))); const _io1 = input => "string" === typeof input.collectionId && (Array.isArray(input.badgeIds) && input.badgeIds.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io2 = input => ("string" === typeof input.start || "number" === typeof input.start || "bigint" === typeof input.start) && ("string" === typeof input.end || "number" === typeof input.end || "bigint" === typeof input.end); const _io3 = input => "string" === typeof input.title && "string" === typeof input.url && "string" === typeof input.image; const _io4 = input => Array.isArray(input.badges) && input.badges.every(elem => "object" === typeof elem && null !== elem && _io5(elem)); const _io5 = input => "string" === typeof input.title && "string" === typeof input.description && (Array.isArray(input.items) && input.items.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io6 = input => Array.isArray(input.badges) && input.badges.every(elem => "object" === typeof elem && null !== elem && _io5(elem)); const _io7 = input => (undefined === input.email || "string" === typeof input.email) && (undefined === input.discord || "object" === typeof input.discord && null !== input.discord && _io8(input.discord)) && (undefined === input.antiPhishingCode || "string" === typeof input.antiPhishingCode) && (undefined === input.preferences || "object" === typeof input.preferences && null !== input.preferences && false === Array.isArray(input.preferences) && _io9(input.preferences)); const _io8 = input => "string" === typeof input.id && "string" === typeof input.username && (undefined === input.discriminator || "string" === typeof input.discriminator); const _io9 = input => (undefined === input.transferActivity || "boolean" === typeof input.transferActivity) && (undefined === input.ignoreIfInitiator || "boolean" === typeof input.ignoreIfInitiator); const _io10 = input => (undefined === input.discord || "object" === typeof input.discord && null !== input.discord && _io11(input.discord)) && (undefined === input.twitter || "object" === typeof input.twitter && null !== input.twitter && _io12(input.twitter)) && (undefined === input.google || "object" === typeof input.google && null !== input.google && _io13(input.google)) && (undefined === input.github || "object" === typeof input.github && null !== input.github && _io14(input.github)) && (undefined === input.twitch || "object" === typeof input.twitch && null !== input.twitch && _io15(input.twitch)) && (undefined === input.strava || "object" === typeof input.strava && null !== input.strava && _io16(input.strava)) && (undefined === input.reddit || "object" === typeof input.reddit && null !== input.reddit && _io17(input.reddit)) && (undefined === input.meetup || "object" === typeof input.meetup && null !== input.meetup && _io18(input.meetup)) && (undefined === input.bluesky || "object" === typeof input.bluesky && null !== input.bluesky && _io19(input.bluesky)) && (undefined === input.mailchimp || "object" === typeof input.mailchimp && null !== input.mailchimp && _io20(input.mailchimp)) && (undefined === input.facebook || "object" === typeof input.facebook && null !== input.facebook && _io21(input.facebook)) && (undefined === input.googleCalendar || "object" === typeof input.googleCalendar && null !== input.googleCalendar && _io22(input.googleCalendar)) && (undefined === input.youtube || "object" === typeof input.youtube && null !== input.youtube && _io23(input.youtube)) && (undefined === input.linkedIn || "object" === typeof input.linkedIn && null !== input.linkedIn && _io24(input.linkedIn)) && (undefined === input.shopify || "object" === typeof input.shopify && null !== input.shopify && _io25(input.shopify)) && (undefined === input.telegram || "object" === typeof input.telegram && null !== input.telegram && _io26(input.telegram)) && (undefined === input.farcaster || "object" === typeof input.farcaster && null !== input.farcaster && _io27(input.farcaster)) && (undefined === input.slack || "object" === typeof input.slack && null !== input.slack && _io28(input.slack)); const _io11 = input => "string" === typeof input.username && "string" === typeof input.id && (undefined === input.discriminator || "string" === typeof input.discriminator) && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io12 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io13 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io14 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io15 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io16 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io17 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io18 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io19 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io20 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io21 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io22 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io23 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io24 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io25 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io26 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io27 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io28 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io29 = input => "string" === typeof input.appName && (undefined === input.toDelete || "boolean" === typeof input.toDelete); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.discord || "string" === typeof input.discord || _report(_exceptionable, {
|
|
8202
8076
|
path: _path + ".discord",
|
|
8203
8077
|
expected: "(string | undefined)",
|
|
8204
8078
|
value: input.discord
|
|
@@ -8458,10 +8332,6 @@ class BitBadgesAdminAPI extends BitBadgesAPI {
|
|
|
8458
8332
|
path: _path + ".transferActivity",
|
|
8459
8333
|
expected: "(boolean | undefined)",
|
|
8460
8334
|
value: input.transferActivity
|
|
8461
|
-
}), undefined === input.claimAlerts || "boolean" === typeof input.claimAlerts || _report(_exceptionable, {
|
|
8462
|
-
path: _path + ".claimAlerts",
|
|
8463
|
-
expected: "(boolean | undefined)",
|
|
8464
|
-
value: input.claimAlerts
|
|
8465
8335
|
}), undefined === input.ignoreIfInitiator || "boolean" === typeof input.ignoreIfInitiator || _report(_exceptionable, {
|
|
8466
8336
|
path: _path + ".ignoreIfInitiator",
|
|
8467
8337
|
expected: "(boolean | undefined)",
|