@dereekb/dbx-firebase 13.30.0 → 13.32.0
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/fesm2022/dereekb-dbx-firebase-oidc.mjs +6 -1
- package/fesm2022/dereekb-dbx-firebase-oidc.mjs.map +1 -1
- package/fesm2022/dereekb-dbx-firebase.mjs +1284 -44
- package/fesm2022/dereekb-dbx-firebase.mjs.map +1 -1
- package/package.json +11 -11
- package/types/dereekb-dbx-firebase-oidc.d.ts +5 -0
- package/types/dereekb-dbx-firebase.d.ts +774 -16
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { AnalyticsUserProperties, DbxAnalyticsUserSource, AnalyticsUser, DbxAnalyticsService } from '@dereekb/dbx-analytics';
|
|
2
2
|
import * as _dereekb_util from '@dereekb/util';
|
|
3
|
-
import { Maybe, ISO8601DateString, AuthRoleSet, AuthRoleClaimsService, AuthClaimsObject, PasswordString, AuthClaims, FactoryWithRequiredInput, Initialized, Destroyable, ArrayOrValue, LabelRef, ClassLikeType, PageNumber, GetterOrValue, IterableOrValue, SetIncludesMode, ModelKey, ClassType, MapFunction, PartialOnKeys, UnixDateTimeSecondsNumber, ContentTypeMimeType, Milliseconds,
|
|
3
|
+
import { Maybe, ISO8601DateString, AuthRoleSet, AuthRoleClaimsService, AuthClaimsObject, PasswordString, AuthClaims, FactoryWithRequiredInput, Initialized, Destroyable, ArrayOrValue, LabelRef, ClassLikeType, PageNumber, GetterOrValue, IterableOrValue, SetIncludesMode, ModelKey, ClassType, MapFunction, PartialOnKeys, Seconds, Minutes, UnixDateTimeSecondsNumber, ContentTypeMimeType, Milliseconds, DateOrUnixDateTimeSecondsNumber, PromiseOrValue, PercentDecimal, PercentNumber } from '@dereekb/util';
|
|
4
4
|
import * as _firebase_auth from '@firebase/auth';
|
|
5
5
|
import { DbxAuthService, AuthUserState, AuthUserIdentifier, DbxAuthImpersonationDetails, NoAuthUserIdentifier, DbxInjectionContext, ClickableAnchor, AbstractForwardDbxInjectionContextDirective, DbxActionSuccessHandlerFunction, DbxInjectionComponentConfig, DbxAuthImpersonationDelegate, ProvideDbxAuthImpersonationConfig, ClickableUrl, IconAndTitle, SegueRef, ClickableAnchorLinkSegueRef, LockSetComponent, DbxButtonDisplay, DbxRouteModelIdDirectiveDelegate, DbxRouteModelKeyDirectiveDelegate, LockSetComponentStore, AbstractIfDirective, StorageAccessor, DbxActionContextStoreSourceInstance, DbxActionHandlerInstance, DbxButton, SimpleStorageAccessorFactory, DbxRouteParamReader, DbxRouterService } from '@dereekb/dbx-core';
|
|
6
6
|
import { UserInfo, User, IdTokenResult, ParsedToken, AuthProvider, PopupRedirectResolver, UserCredential, AuthCredential, Auth } from 'firebase/auth';
|
|
7
7
|
import * as rxjs from 'rxjs';
|
|
8
8
|
import { Observable, BehaviorSubject, Subject, OperatorFunction, Subscription } from 'rxjs';
|
|
9
9
|
import * as _dereekb_firebase from '@dereekb/firebase';
|
|
10
|
-
import { FirebaseAuthToken, FirebaseAuthOobCode, FirebaseAuthIdToken, FirebaseAuthContextInfo, FirebaseDevelopmentFunctions, ScheduledFunctionDevelopmentFirebaseFunctionListEntry, FirestoreContext, FirestoreContextCacheFactory, NotificationFirestoreCollections, StorageFileFirestoreCollections, SystemStateFirestoreCollections, FirebaseFunctionsMap, FirebaseFunctionsConfigMap, FirestoreQueryConstraint, FirestoreItemPageIterationInstance, DocumentDataWithIdAndKey, IterationQueryDocChangeWatcher, FirebaseQuerySnapshotAccumulator, FirebaseQueryItemAccumulator, FirebaseQueryItemAccumulatorNextPageUntilResultsCountFunction, IterationQueryDocChangeWatcherEvent, FirestoreDocument, FirestoreCollectionLike, FirestoreModelKey, DocumentReference, FirestoreItemPageIteratorFilter, FirestoreModelId, DocumentSnapshot, FirestoreDocumentAccessor, LimitedFirestoreDocumentAccessor, FirestoreModelType, FirestoreDocumentData, FirestoreAccessorStreamMode, SnapshotOptions, FirebasePermissionErrorContext, InModelContextFirebaseModelService, InContextFirebaseModelsService, FirebaseModelsService, FirestoreModelIdentityTypeMap, FirestoreModelIdentity, FirestoreCollectionType, FirestoreCollection, FlatFirestoreModelKey, TwoWayFlatFirestoreModelKey, FirestoreModelCollectionAndIdPair, FirestoreModelCollectionAndIdPairObject, IterationQueryDocChangeWatcherChangeType, OnCallCreateModelResult, ModelFirebaseCreateFunction, ModelFirebaseCrudFunction, TargetModelParams, InferredTargetModelParams, ModelFirebaseDeleteFunction, ModelFirebaseInvokeFunction, ModelFirebaseReadFunction, ModelFirebaseUpdateFunction, FirestoreCollectionWithParentFactory, FirestoreCollectionGroup, SystemState, SystemStateDocument, SystemStateStoredData, SystemStateTypeIdentifier, AppNotificationTemplateTypeInfoRecordService, NotificationItemMetadata, NotificationItem, NotificationItemSubjectMessagePair, NotificationId, Notification, NotificationBox, NotificationDocument, NotificationBoxDocument,
|
|
10
|
+
import { FirebaseAuthToken, FirebaseAuthOobCode, FirebaseAuthIdToken, FirebaseAuthContextInfo, FirebaseDevelopmentFunctions, ScheduledFunctionDevelopmentFirebaseFunctionListEntry, FirestoreContext, FirestoreContextCacheFactory, NotificationFirestoreCollections, StorageFileFirestoreCollections, SystemStateFirestoreCollections, FirebaseFunctionsMap, FirebaseFunctionsConfigMap, FirestoreQueryConstraint, FirestoreItemPageIterationInstance, DocumentDataWithIdAndKey, IterationQueryDocChangeWatcher, FirebaseQuerySnapshotAccumulator, FirebaseQueryItemAccumulator, FirebaseQueryItemAccumulatorNextPageUntilResultsCountFunction, IterationQueryDocChangeWatcherEvent, FirestoreDocument, FirestoreCollectionLike, FirestoreModelKey, DocumentReference, FirestoreItemPageIteratorFilter, FirestoreModelId, DocumentSnapshot, FirestoreDocumentAccessor, LimitedFirestoreDocumentAccessor, FirestoreModelType, FirestoreDocumentData, FirestoreAccessorStreamMode, SnapshotOptions, FirebasePermissionErrorContext, InModelContextFirebaseModelService, InContextFirebaseModelsService, FirebaseModelsService, FirestoreModelIdentityTypeMap, FirestoreModelIdentity, FirestoreCollectionType, FirestoreCollection, FlatFirestoreModelKey, TwoWayFlatFirestoreModelKey, FirestoreModelCollectionAndIdPair, FirestoreModelCollectionAndIdPairObject, IterationQueryDocChangeWatcherChangeType, OnCallCreateModelResult, ModelFirebaseCreateFunction, ModelFirebaseCrudFunction, TargetModelParams, InferredTargetModelParams, ModelFirebaseDeleteFunction, ModelFirebaseInvokeFunction, ModelFirebaseReadFunction, ModelFirebaseUpdateFunction, FirestoreCollectionWithParentFactory, FirestoreCollectionGroup, SystemState, SystemStateDocument, SystemStateStoredData, SystemStateTypeIdentifier, NotificationDeliveryHealthCheckResult, NotificationHealthCheck, NotificationDeliveryMethod, NotificationDeliveryMethodMap, NotificationHealthCheckIssue, AppNotificationTemplateTypeInfoRecordService, NotificationItemMetadata, NotificationItem, NotificationItemSubjectMessagePair, NotificationUser, NotificationUserDocument, NotificationFunctions, NotificationUserHealthCheckResult, NotificationUserHealthCheckParams, NotificationId, Notification, NotificationBox, NotificationDocument, NotificationBoxDocument, NotificationSummary, NotificationSummaryDocument, UnreadNotificationItemsResult, NotificationHealthCheckIssueCode, NotificationHealthCheckStatus, NotificationTemplateType, NotificationTemplateTypeInfo, FirebaseAuthUserId, StorageFileId, StorageFileSignedDownloadUrl, FirestoreModelIdInput, StorageFileFunctions, StorageFileKey, DownloadStorageFileParams, DownloadStorageFileResult, StorageFileDownloadUrl, StoragePathInput, FirebaseStorageAccessorFile, StorageFile, StorageFileDocument, StorageFileGroup, StorageFileGroupDocument, FirebaseStorageAccessor, FirebaseStorageContext, FirebaseStorageAccessorFolder, StorageUploadTask, StorageUploadOptions, StorageCustomMetadata, FirebaseStorageContextFactoryConfig } from '@dereekb/firebase';
|
|
11
11
|
import * as i0 from '@angular/core';
|
|
12
12
|
import { InjectionToken, EnvironmentProviders, Type, OnInit, Component, EventEmitter, Injector, AfterViewInit, ElementRef, Signal, Provider, PipeTransform } from '@angular/core';
|
|
13
13
|
import { HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
@@ -18,7 +18,7 @@ import * as _dereekb_rxjs from '@dereekb/rxjs';
|
|
|
18
18
|
import { WorkUsingContext, WorkUsingObservable, ObservableOrValue, IsModifiedFunction, PageListLoadingState, ItemAccumulatorNextPageUntilResultsCountResult, SubscriptionObject, ObservableDecisionFunction, ListLoadingState, LoadingState, MaybeObservableOrValue, SwitchMapToDefaultFilterFunction, MaybeObservableOrValueGetter } from '@dereekb/rxjs';
|
|
19
19
|
import * as dist_packages_dbx_form_types_dereekb_dbx_form from 'dist/packages/dbx-form/types/dereekb-dbx-form';
|
|
20
20
|
import * as i1 from '@dereekb/dbx-web';
|
|
21
|
-
import { DbxColorInput, DbxActionConfirmConfig, DbxWidgetEntry, DbxPopupService, DbxWidgetService, DbxWidgetType, TwoColumnsContextStore, AbstractPopupDirective, DbxPopupKey, AbstractDbxSelectionListWrapperDirective, AbstractDbxSelectionListViewDirective, DbxSelectionValueListViewConfig, DbxValueAsListItem, AbstractDbxValueListViewItemComponent, DbxModelTypesService, DbxModelTypeInfo, DbxModelTypesMap, DbxModelTrackerService, AnchorForValueFunction, AbstractPopoverDirective, DbxPopoverService, DbxPopoverKey, AbstractPopoverRefDirective, DbxPopoverConfigSizing, DbxButtonStyle, DownloadTextContent, DbxModelObjectStateService, DbxListViewWrapper, DbxWidgetViewComponentConfig, AbstractDbxWidgetComponent, DbxWebFilePreviewService, DbxActionDialogFunction, FileAcceptFilterTypeString, DbxImageCompressionConfig, ImageBitmapToBlobEncoder, CompressImageFileResult, DbxFileUploadComponent, DbxPdfMergeEditorStore, DbxActionModule, DbxLoadingComponent, DbxActionSnackbarErrorDirective, DbxActionLoadingContextDirective, DbxFileUploadActionSyncDirective } from '@dereekb/dbx-web';
|
|
21
|
+
import { DbxColorInput, DbxActionConfirmConfig, DbxWidgetEntry, DbxPopupService, DbxWidgetService, DbxWidgetType, TwoColumnsContextStore, AbstractPopupDirective, DbxPopupKey, AbstractDbxSelectionListWrapperDirective, AbstractDbxSelectionListViewDirective, DbxSelectionValueListViewConfig, DbxValueAsListItem, AbstractDbxValueListViewItemComponent, DbxModelTypesService, DbxModelTypeInfo, DbxModelTypesMap, DbxModelTrackerService, AnchorForValueFunction, AbstractPopoverDirective, DbxPopoverService, DbxPopoverKey, AbstractPopoverRefDirective, DbxPopoverConfigSizing, DbxButtonStyle, DownloadTextContent, DbxModelObjectStateService, DbxListViewWrapper, DbxWidgetViewComponentConfig, AbstractDbxWidgetComponent, AbstractDialogDirective, DbxThemeColor, DbxWebFilePreviewService, DbxActionDialogFunction, FileAcceptFilterTypeString, DbxImageCompressionConfig, ImageBitmapToBlobEncoder, CompressImageFileResult, DbxFileUploadComponent, DbxPdfMergeEditorStore, DbxActionModule, DbxLoadingComponent, DbxActionSnackbarErrorDirective, DbxActionLoadingContextDirective, DbxFileUploadActionSyncDirective } from '@dereekb/dbx-web';
|
|
22
22
|
import { FormConfig } from '@ng-forge/dynamic-forms';
|
|
23
23
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
24
24
|
import { NgPopoverRef } from 'ng-overlay-container';
|
|
@@ -252,14 +252,41 @@ declare class DbxFirebaseAuthService implements DbxAuthService {
|
|
|
252
252
|
* Alias for uid$
|
|
253
253
|
*/
|
|
254
254
|
readonly userIdentifier$: Observable<AuthUserIdentifier | NoAuthUserIdentifier>;
|
|
255
|
+
/**
|
|
256
|
+
* The current ID token string, or null while logged out.
|
|
257
|
+
*
|
|
258
|
+
* Scoped per-uid via {@link sharedObservableForUidFunction} so the replay buffer can never hand a subscriber
|
|
259
|
+
* the PREVIOUS user's token after a same-page re-login.
|
|
260
|
+
*/
|
|
255
261
|
readonly currentIdTokenString$: Observable<Maybe<FirebaseAuthIdToken>>;
|
|
256
262
|
readonly idTokenString$: Observable<FirebaseAuthIdToken>;
|
|
263
|
+
/**
|
|
264
|
+
* The current user's decoded ID token, or null while logged out.
|
|
265
|
+
*
|
|
266
|
+
* Scoped per-uid via {@link sharedObservableForUidFunction}. Token refreshes still flow through, as they arrive
|
|
267
|
+
* on {@link currentIdTokenString$}; only a uid change rebuilds the stream.
|
|
268
|
+
*/
|
|
257
269
|
readonly currentIdTokenResult$: Observable<Maybe<IdTokenResult>>;
|
|
258
270
|
readonly idTokenResult$: Observable<IdTokenResult>;
|
|
271
|
+
/**
|
|
272
|
+
* The current user's token claims, or null while logged out.
|
|
273
|
+
*
|
|
274
|
+
* Intentionally not replayed: {@link currentIdTokenResult$} is already shared per-uid, and a buffer here would
|
|
275
|
+
* reintroduce the cross-user staleness that scoping removes.
|
|
276
|
+
*/
|
|
259
277
|
readonly currentClaims$: Observable<Maybe<ParsedToken>>;
|
|
260
278
|
readonly claims$: Observable<ParsedToken>;
|
|
261
279
|
readonly currentAuthContextInfo$: Observable<Maybe<DbxFirebaseAuthContextInfo>>;
|
|
262
280
|
readonly authContextInfo$: Observable<Maybe<DbxFirebaseAuthContextInfo>>;
|
|
281
|
+
/**
|
|
282
|
+
* The current {@link AuthUserState}.
|
|
283
|
+
*
|
|
284
|
+
* The delegate's state stream is scoped per-uid via {@link sharedObservableForUidFunction}, so it is rebuilt
|
|
285
|
+
* whenever the signed-in uid changes. Without that, a subscriber attaching right after a same-page re-login is
|
|
286
|
+
* served the prior session's state synchronously from the replay buffer — and every consumer that reads the
|
|
287
|
+
* first emission, including the UIRouter auth transition hooks, then routes on it. The delegate factory is
|
|
288
|
+
* re-invoked per uid so the delegate's own internal replay is discarded along with it.
|
|
289
|
+
*/
|
|
263
290
|
readonly authUserState$: Observable<AuthUserState>;
|
|
264
291
|
readonly authRoles$: Observable<AuthRoleSet>;
|
|
265
292
|
readonly isOnboarded$: Observable<boolean>;
|
|
@@ -4351,6 +4378,164 @@ declare class DbxFirebaseModelModule {
|
|
|
4351
4378
|
static ɵinj: i0.ɵɵInjectorDeclaration<DbxFirebaseModelModule>;
|
|
4352
4379
|
}
|
|
4353
4380
|
|
|
4381
|
+
/**
|
|
4382
|
+
* The "send a test message" action for one delivery method's section.
|
|
4383
|
+
*
|
|
4384
|
+
* Carries the handler rather than the section emitting an output: the button — and so the `dbxAction`
|
|
4385
|
+
* host that drives it — lives inside the section, while the behaviour belongs to whoever owns the store.
|
|
4386
|
+
* The section stays presentational and the container stays in charge of what the action does.
|
|
4387
|
+
*/
|
|
4388
|
+
interface DbxFirebaseNotificationHealthCheckMethodProbeActionConfig {
|
|
4389
|
+
/**
|
|
4390
|
+
* Label for the button, e.g. `Send Test Email`.
|
|
4391
|
+
*/
|
|
4392
|
+
readonly label: string;
|
|
4393
|
+
/**
|
|
4394
|
+
* Material icon name for the button.
|
|
4395
|
+
*/
|
|
4396
|
+
readonly icon?: Maybe<string>;
|
|
4397
|
+
/**
|
|
4398
|
+
* Whether the action is currently unavailable — typically because the server's probe window for this
|
|
4399
|
+
* method has not passed yet.
|
|
4400
|
+
*/
|
|
4401
|
+
readonly disabled?: Maybe<boolean>;
|
|
4402
|
+
/**
|
|
4403
|
+
* Explains why the action is unavailable, shown above the button.
|
|
4404
|
+
*/
|
|
4405
|
+
readonly notice?: Maybe<string>;
|
|
4406
|
+
/**
|
|
4407
|
+
* Confirmation shown before the action runs.
|
|
4408
|
+
*
|
|
4409
|
+
* Effectively required, for two reasons: a test message is delivered to the user for real, and
|
|
4410
|
+
* confirming is also what marks the action value-ready. Without a confirm the button triggers but the
|
|
4411
|
+
* handler never runs.
|
|
4412
|
+
*/
|
|
4413
|
+
readonly confirm?: Maybe<DbxActionConfirmConfig>;
|
|
4414
|
+
/**
|
|
4415
|
+
* Dispatches the test message.
|
|
4416
|
+
*/
|
|
4417
|
+
readonly handler: WorkUsingContext;
|
|
4418
|
+
}
|
|
4419
|
+
/**
|
|
4420
|
+
* Renders one delivery method's health check result: where it would deliver to, everything the check
|
|
4421
|
+
* found for it, the state of any test message that was sent through it, and — when the method can be
|
|
4422
|
+
* probed and an action is supplied — the button for sending a new one.
|
|
4423
|
+
*
|
|
4424
|
+
* Presentational: it injects nothing beyond the presentation registry, so it can be dropped anywhere a
|
|
4425
|
+
* result is already in hand. The test message action is an input rather than something it resolves.
|
|
4426
|
+
*/
|
|
4427
|
+
declare class DbxFirebaseNotificationHealthCheckMethodComponent {
|
|
4428
|
+
private readonly _presentationService;
|
|
4429
|
+
readonly result: i0.InputSignal<Maybe<NotificationDeliveryHealthCheckResult>>;
|
|
4430
|
+
/**
|
|
4431
|
+
* The test message action to offer for this method, when the owner of the check has one to offer.
|
|
4432
|
+
*
|
|
4433
|
+
* Ignored unless the result reports that the method can actually be probed.
|
|
4434
|
+
*/
|
|
4435
|
+
readonly probeAction: i0.InputSignal<Maybe<DbxFirebaseNotificationHealthCheckMethodProbeActionConfig>>;
|
|
4436
|
+
readonly methodLabelSignal: i0.Signal<string>;
|
|
4437
|
+
readonly methodIconSignal: i0.Signal<string>;
|
|
4438
|
+
readonly statusColorSignal: i0.Signal<i1.DbxThemeColor>;
|
|
4439
|
+
readonly statusLabelSignal: i0.Signal<string>;
|
|
4440
|
+
/**
|
|
4441
|
+
* Introduces the dispatched probe's timestamp, naming what was actually sent.
|
|
4442
|
+
*
|
|
4443
|
+
* Sentence-cased from the method's mid-sentence noun, since it opens the line.
|
|
4444
|
+
*/
|
|
4445
|
+
readonly testMessageSentLabelSignal: i0.Signal<string>;
|
|
4446
|
+
/**
|
|
4447
|
+
* The action to render, which requires the server to have reported this method as probe-capable.
|
|
4448
|
+
*
|
|
4449
|
+
* The result is the authority on that, so an action supplied for a method that cannot be probed is
|
|
4450
|
+
* dropped rather than offering the user a test message the server would refuse to send.
|
|
4451
|
+
*/
|
|
4452
|
+
readonly probeActionSignal: i0.Signal<Maybe<DbxFirebaseNotificationHealthCheckMethodProbeActionConfig>>;
|
|
4453
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationHealthCheckMethodComponent, never>;
|
|
4454
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseNotificationHealthCheckMethodComponent, "dbx-firebase-notification-healthcheck-method", never, { "result": { "alias": "result"; "required": false; "isSignal": true; }; "probeAction": { "alias": "probeAction"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4455
|
+
}
|
|
4456
|
+
|
|
4457
|
+
/**
|
|
4458
|
+
* The test message action to offer in each delivery method's section, keyed by method.
|
|
4459
|
+
*
|
|
4460
|
+
* A method with no entry gets no test message action, as does a method the check reports as not
|
|
4461
|
+
* probe-capable.
|
|
4462
|
+
*/
|
|
4463
|
+
type DbxFirebaseNotificationHealthCheckProbeActionMap = NotificationDeliveryMethodMap<Maybe<DbxFirebaseNotificationHealthCheckMethodProbeActionConfig>>;
|
|
4464
|
+
/**
|
|
4465
|
+
* Renders a whole {@link NotificationHealthCheck}: the rolled-up status, then one section per delivery
|
|
4466
|
+
* method that this system can actually send through.
|
|
4467
|
+
*
|
|
4468
|
+
* This is the inlineable report — it takes the check as an input and injects nothing beyond the
|
|
4469
|
+
* presentation registry, so it can be dropped anywhere a check is already in hand (a settings page, a
|
|
4470
|
+
* dialog, an admin view). The per-method test message actions are an input for the same reason: the
|
|
4471
|
+
* report renders them, whoever owns the store supplies them.
|
|
4472
|
+
*
|
|
4473
|
+
* The view is client-facing, so it shows only what the user can act on. The check's account-wide
|
|
4474
|
+
* findings (`is`), any method the system has no send service for, and the methods in
|
|
4475
|
+
* {@link HIDDEN_NOTIFICATION_DELIVERY_METHODS} are left out here — all of them remain on the check
|
|
4476
|
+
* itself for an API/callModel consumer.
|
|
4477
|
+
*/
|
|
4478
|
+
declare class DbxFirebaseNotificationHealthCheckComponent {
|
|
4479
|
+
private readonly _presentationService;
|
|
4480
|
+
readonly healthCheck: i0.InputSignal<Maybe<NotificationHealthCheck>>;
|
|
4481
|
+
/**
|
|
4482
|
+
* The test message action to offer in each method's section, keyed by delivery method.
|
|
4483
|
+
*
|
|
4484
|
+
* Left unset the report is read-only, which is what an admin or historical view wants.
|
|
4485
|
+
*/
|
|
4486
|
+
readonly probeActions: i0.InputSignal<Maybe<Partial<Record<NotificationDeliveryMethod, Maybe<DbxFirebaseNotificationHealthCheckMethodProbeActionConfig>>>>>;
|
|
4487
|
+
readonly statusColorSignal: i0.Signal<i1.DbxThemeColor>;
|
|
4488
|
+
readonly statusIconSignal: i0.Signal<string>;
|
|
4489
|
+
readonly statusLabelSignal: i0.Signal<string>;
|
|
4490
|
+
/**
|
|
4491
|
+
* The method results worth showing the user.
|
|
4492
|
+
*
|
|
4493
|
+
* A method the server has no send service for is not something the user can do anything about, so it
|
|
4494
|
+
* is dropped rather than rendered as a "Not Checked" section, as is any method this report does not
|
|
4495
|
+
* render at all — see {@link HIDDEN_NOTIFICATION_DELIVERY_METHODS}.
|
|
4496
|
+
*/
|
|
4497
|
+
readonly methodResultsSignal: i0.Signal<_dereekb_firebase.NotificationDeliveryHealthCheckResult[]>;
|
|
4498
|
+
/**
|
|
4499
|
+
* Each method section to render, paired with the test message action for its method.
|
|
4500
|
+
*
|
|
4501
|
+
* Paired up here rather than indexed in the template so the map lookup stays out of the view.
|
|
4502
|
+
*/
|
|
4503
|
+
readonly methodSectionsSignal: i0.Signal<{
|
|
4504
|
+
result: _dereekb_firebase.NotificationDeliveryHealthCheckResult;
|
|
4505
|
+
probeAction: Maybe<DbxFirebaseNotificationHealthCheckMethodProbeActionConfig>;
|
|
4506
|
+
}[]>;
|
|
4507
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationHealthCheckComponent, never>;
|
|
4508
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseNotificationHealthCheckComponent, "dbx-firebase-notification-healthcheck", never, { "healthCheck": { "alias": "healthCheck"; "required": false; "isSignal": true; }; "probeActions": { "alias": "probeActions"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4509
|
+
}
|
|
4510
|
+
|
|
4511
|
+
/**
|
|
4512
|
+
* Renders a single {@link NotificationHealthCheckIssue}: its status chip, what was found, and what to
|
|
4513
|
+
* do about it.
|
|
4514
|
+
*
|
|
4515
|
+
* The chip's label and icon come from the {@link DbxFirebaseNotificationHealthCheckPresentationService}
|
|
4516
|
+
* registry; the message and the suggested fix always come from the issue itself, so an issue code the
|
|
4517
|
+
* registry has never seen still renders correctly.
|
|
4518
|
+
*
|
|
4519
|
+
* The finding's structured detail (`d`) is deliberately not rendered — values like the sending domain
|
|
4520
|
+
* or the delivery method key are diagnostic rather than user-facing. They remain on the issue itself,
|
|
4521
|
+
* so an API/callModel consumer still receives them.
|
|
4522
|
+
*/
|
|
4523
|
+
declare class DbxFirebaseNotificationHealthCheckIssueComponent {
|
|
4524
|
+
private readonly _presentationService;
|
|
4525
|
+
readonly issue: i0.InputSignal<Maybe<NotificationHealthCheckIssue>>;
|
|
4526
|
+
/**
|
|
4527
|
+
* The delivery method this finding belongs to, when it belongs to one.
|
|
4528
|
+
*
|
|
4529
|
+
* Only used to label a probe finding with what was actually sent — `Test Email Sent` rather than the
|
|
4530
|
+
* method-agnostic `Test Sent` — since every provider emits the same probe codes. An account-wide
|
|
4531
|
+
* finding leaves it unset.
|
|
4532
|
+
*/
|
|
4533
|
+
readonly method: i0.InputSignal<Maybe<NotificationDeliveryMethod>>;
|
|
4534
|
+
readonly presentationSignal: i0.Signal<_dereekb_dbx_firebase.DbxFirebaseNotificationHealthCheckIssuePresentation>;
|
|
4535
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationHealthCheckIssueComponent, never>;
|
|
4536
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseNotificationHealthCheckIssueComponent, "dbx-firebase-notification-healthcheck-issue", never, { "issue": { "alias": "issue"; "required": false; "isSignal": true; }; "method": { "alias": "method"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4537
|
+
}
|
|
4538
|
+
|
|
4354
4539
|
/**
|
|
4355
4540
|
* Client-side service used for retrieving notification templates.
|
|
4356
4541
|
*/
|
|
@@ -4438,6 +4623,320 @@ declare class DbxFirebaseNotificationItemDefaultViewComponent extends AbstractDb
|
|
|
4438
4623
|
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseNotificationItemDefaultViewComponent, "dbx-firebase-notificationitem-view-default", never, {}, {}, never, never, true, never>;
|
|
4439
4624
|
}
|
|
4440
4625
|
|
|
4626
|
+
/**
|
|
4627
|
+
* Configuration for the {@link DbxFirebaseNotificationHealthCheckDialogButtonComponent}.
|
|
4628
|
+
*/
|
|
4629
|
+
interface DbxFirebaseNotificationHealthCheckDialogButtonComponentConfig {
|
|
4630
|
+
readonly text?: Maybe<string>;
|
|
4631
|
+
readonly icon?: Maybe<string>;
|
|
4632
|
+
}
|
|
4633
|
+
/**
|
|
4634
|
+
* Button that opens the notification delivery health check in a dialog.
|
|
4635
|
+
*
|
|
4636
|
+
* Place it inside a `dbxFirebaseNotificationUserDocument` so the dialog's view component can resolve
|
|
4637
|
+
* that directive's NotificationUserDocumentStore.
|
|
4638
|
+
*/
|
|
4639
|
+
declare class DbxFirebaseNotificationHealthCheckDialogButtonComponent {
|
|
4640
|
+
private readonly _matDialog;
|
|
4641
|
+
private readonly _injector;
|
|
4642
|
+
readonly config: i0.InputSignal<Maybe<DbxFirebaseNotificationHealthCheckDialogButtonComponentConfig>>;
|
|
4643
|
+
readonly text: i0.InputSignal<Maybe<string>>;
|
|
4644
|
+
readonly icon: i0.InputSignal<Maybe<string>>;
|
|
4645
|
+
readonly textSignal: i0.Signal<string>;
|
|
4646
|
+
readonly iconSignal: i0.Signal<string>;
|
|
4647
|
+
openHealthCheckDialog(): void;
|
|
4648
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationHealthCheckDialogButtonComponent, never>;
|
|
4649
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseNotificationHealthCheckDialogButtonComponent, "dbx-firebase-notification-healthcheck-dialog-button", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4650
|
+
}
|
|
4651
|
+
|
|
4652
|
+
/**
|
|
4653
|
+
* Configuration for opening a {@link DbxFirebaseNotificationHealthCheckDialogComponent}.
|
|
4654
|
+
*/
|
|
4655
|
+
interface DbxFirebaseNotificationHealthCheckDialogComponentConfig {
|
|
4656
|
+
/**
|
|
4657
|
+
* The injector to open the dialog with.
|
|
4658
|
+
*
|
|
4659
|
+
* A dialog renders outside the opening component's view, so it does not inherit that component's
|
|
4660
|
+
* injector by default. Passing the opener's injector is what lets the view component resolve the
|
|
4661
|
+
* NotificationUserDocumentStore that `dbxFirebaseNotificationUserDocument` provided.
|
|
4662
|
+
*/
|
|
4663
|
+
readonly injector?: Injector;
|
|
4664
|
+
}
|
|
4665
|
+
/**
|
|
4666
|
+
* Dialog wrapper around {@link DbxFirebaseNotificationHealthCheckViewComponent}.
|
|
4667
|
+
*/
|
|
4668
|
+
declare class DbxFirebaseNotificationHealthCheckDialogComponent extends AbstractDialogDirective {
|
|
4669
|
+
/**
|
|
4670
|
+
* Opens the notification delivery health check in a dialog.
|
|
4671
|
+
*
|
|
4672
|
+
* @param matDialog - The dialog service.
|
|
4673
|
+
* @param config - The injector to resolve the NotificationUserDocumentStore from.
|
|
4674
|
+
* @returns The dialog reference.
|
|
4675
|
+
*/
|
|
4676
|
+
static openDialog(matDialog: MatDialog, config?: DbxFirebaseNotificationHealthCheckDialogComponentConfig): MatDialogRef<DbxFirebaseNotificationHealthCheckDialogComponent>;
|
|
4677
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationHealthCheckDialogComponent, never>;
|
|
4678
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseNotificationHealthCheckDialogComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
/**
|
|
4682
|
+
* Document store for a single NotificationUser with update, resync, and health check functions.
|
|
4683
|
+
*/
|
|
4684
|
+
declare class NotificationUserDocumentStore extends AbstractDbxFirebaseDocumentStore<NotificationUser, NotificationUserDocument> {
|
|
4685
|
+
readonly notificationFunctions: NotificationFunctions;
|
|
4686
|
+
constructor();
|
|
4687
|
+
readonly updateNotificationUser: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.UpdateNotificationUserParams, void>;
|
|
4688
|
+
readonly resyncNotificationUser: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.TargetModelParams, _dereekb_firebase.ResyncNotificationUserResult>;
|
|
4689
|
+
/**
|
|
4690
|
+
* Runs a delivery health check for this NotificationUser.
|
|
4691
|
+
*
|
|
4692
|
+
* Dispatching a real test message is opt-in via the `sendProbe` param, since it delivers actual
|
|
4693
|
+
* mail/SMS to the user.
|
|
4694
|
+
*
|
|
4695
|
+
* The result is only returned by the call, so use the DbxFirebaseNotificationUserHealthCheckStore
|
|
4696
|
+
* to run a check whose outcome is retained as state.
|
|
4697
|
+
*/
|
|
4698
|
+
readonly healthCheck: _dereekb_dbx_firebase.DbxFirebaseDocumentStoreFunction<_dereekb_firebase.NotificationUserHealthCheckParams, _dereekb_firebase.NotificationUserHealthCheckResult>;
|
|
4699
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationUserDocumentStore, never>;
|
|
4700
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationUserDocumentStore>;
|
|
4701
|
+
}
|
|
4702
|
+
|
|
4703
|
+
/**
|
|
4704
|
+
* Params for a health check run. The store injects the NotificationUser key, so it is not required.
|
|
4705
|
+
*/
|
|
4706
|
+
type DbxFirebaseNotificationUserHealthCheckRunParams = DbxFirebaseDocumentStoreFunctionParamsInput<NotificationUserHealthCheckParams>;
|
|
4707
|
+
interface DbxFirebaseNotificationUserHealthCheckStoreState {
|
|
4708
|
+
/**
|
|
4709
|
+
* The loading state of the most recent health check run made through this store.
|
|
4710
|
+
*
|
|
4711
|
+
* Only set once a run has been dispatched. The check itself is persisted on the NotificationUser,
|
|
4712
|
+
* so the stored one is read from the document instead.
|
|
4713
|
+
*/
|
|
4714
|
+
readonly healthCheckResultState?: Maybe<LoadingState<NotificationUserHealthCheckResult>>;
|
|
4715
|
+
}
|
|
4716
|
+
/**
|
|
4717
|
+
* Store for running a notification delivery health check against the NotificationUser of the
|
|
4718
|
+
* injected {@link NotificationUserDocumentStore}, and for retaining the result of that run.
|
|
4719
|
+
*
|
|
4720
|
+
* Exists separately from the document store because a run returns more than what is persisted:
|
|
4721
|
+
* `probesDispatched`/`probesResolved` are only available on the invocation result, and are only
|
|
4722
|
+
* relevant to the session that ran the check.
|
|
4723
|
+
*/
|
|
4724
|
+
declare class DbxFirebaseNotificationUserHealthCheckStore extends ComponentStore<DbxFirebaseNotificationUserHealthCheckStoreState> {
|
|
4725
|
+
readonly notificationUserDocumentStore: NotificationUserDocumentStore;
|
|
4726
|
+
/**
|
|
4727
|
+
* The app's health check tuning, when it configured any.
|
|
4728
|
+
*
|
|
4729
|
+
* Optional: without it both windows fall back to the library defaults, which is correct for an app
|
|
4730
|
+
* that did not override them on the server either.
|
|
4731
|
+
*/
|
|
4732
|
+
private readonly _config;
|
|
4733
|
+
constructor();
|
|
4734
|
+
/**
|
|
4735
|
+
* Whether the NotificationUser being checked exists.
|
|
4736
|
+
*
|
|
4737
|
+
* There is nothing to check until notifications have been set up for the account.
|
|
4738
|
+
*/
|
|
4739
|
+
readonly exists$: Observable<boolean>;
|
|
4740
|
+
/**
|
|
4741
|
+
* The health check stored on the document.
|
|
4742
|
+
*
|
|
4743
|
+
* The check is persisted on every run, so the most recent one renders without invoking anything.
|
|
4744
|
+
*/
|
|
4745
|
+
readonly healthCheck$: Observable<Maybe<_dereekb_firebase.NotificationHealthCheck>>;
|
|
4746
|
+
/**
|
|
4747
|
+
* The loading state of the most recent {@link runHealthCheck} dispatch.
|
|
4748
|
+
*
|
|
4749
|
+
* A dispatch sets this to a loading state synchronously, so a caller that dispatches and then
|
|
4750
|
+
* watches this observable is watching its own run.
|
|
4751
|
+
*/
|
|
4752
|
+
readonly healthCheckResultState$: Observable<Maybe<LoadingState<NotificationUserHealthCheckResult>>>;
|
|
4753
|
+
/**
|
|
4754
|
+
* The full result of the most recent {@link runHealthCheck} run from this store.
|
|
4755
|
+
*
|
|
4756
|
+
* `probesDispatched`/`probesResolved` are not part of the document, so they are only available here
|
|
4757
|
+
* and only until the store is destroyed.
|
|
4758
|
+
*/
|
|
4759
|
+
readonly latestHealthCheckResult$: Observable<Maybe<NotificationUserHealthCheckResult>>;
|
|
4760
|
+
/**
|
|
4761
|
+
* The earliest time another run is allowed, derived from the check stored on the document.
|
|
4762
|
+
*
|
|
4763
|
+
* Undefined until a check has been run.
|
|
4764
|
+
*/
|
|
4765
|
+
readonly nextRunAt$: Observable<Maybe<Date>>;
|
|
4766
|
+
/**
|
|
4767
|
+
* The earliest time another test message may be dispatched through each delivery method.
|
|
4768
|
+
*
|
|
4769
|
+
* Per method, because the server's probe window is per method: each method has its own test message
|
|
4770
|
+
* action, and a test email must not hold the test text message off. Tracked separately from
|
|
4771
|
+
* {@link nextRunAt$} as well — running the check does not consume the test message allowance, so a
|
|
4772
|
+
* plain run must not disable any of the probe actions.
|
|
4773
|
+
*/
|
|
4774
|
+
readonly nextProbeAtByMethod$: Observable<NotificationDeliveryMethodMap<Maybe<Date>>>;
|
|
4775
|
+
/**
|
|
4776
|
+
* How long until another run is allowed, counting down once per second.
|
|
4777
|
+
*/
|
|
4778
|
+
readonly throttleSecondsRemaining$: Observable<Seconds>;
|
|
4779
|
+
/**
|
|
4780
|
+
* How long until another test message may be dispatched through each delivery method, counting down
|
|
4781
|
+
* once per second.
|
|
4782
|
+
*
|
|
4783
|
+
* A method whose window has never opened — no probe has been dispatched through it — is absent, which
|
|
4784
|
+
* a consumer reads the same as 0.
|
|
4785
|
+
*/
|
|
4786
|
+
readonly probeThrottleSecondsRemainingByMethod$: Observable<NotificationDeliveryMethodMap<Seconds>>;
|
|
4787
|
+
/**
|
|
4788
|
+
* Whether the server would reject a run right now.
|
|
4789
|
+
*
|
|
4790
|
+
* The server enforces the throttle; this is what lets the view disable the action instead of letting
|
|
4791
|
+
* the user trigger a call that comes back as an error.
|
|
4792
|
+
*/
|
|
4793
|
+
readonly isThrottled$: Observable<boolean>;
|
|
4794
|
+
/**
|
|
4795
|
+
* The delivery methods whose test message is still waiting on an outcome.
|
|
4796
|
+
*
|
|
4797
|
+
* The one part of a stored check that changes without anyone re-running it, so it is what
|
|
4798
|
+
* {@link watchPendingProbes} watches.
|
|
4799
|
+
*/
|
|
4800
|
+
readonly pendingProbeMethods$: Observable<NotificationDeliveryMethod[]>;
|
|
4801
|
+
/**
|
|
4802
|
+
* Whether a test message is in flight right now.
|
|
4803
|
+
*/
|
|
4804
|
+
readonly hasPendingProbe$: Observable<boolean>;
|
|
4805
|
+
/**
|
|
4806
|
+
* The next verification to run, or null when there is nothing to watch.
|
|
4807
|
+
*
|
|
4808
|
+
* Re-derived from the document on every change, which is what paces the loop: each verification
|
|
4809
|
+
* advances the stored check's `vat`, so the moment the server will accept another poll moves forward
|
|
4810
|
+
* and this emits the next one. The watch gives up once the oldest probe has been in flight longer than
|
|
4811
|
+
* the configured window — a provider that is never going to record an outcome should not be polled for
|
|
4812
|
+
* as long as the page stays open.
|
|
4813
|
+
*/
|
|
4814
|
+
private readonly _nextProbeVerification$;
|
|
4815
|
+
private readonly _setHealthCheckResultState;
|
|
4816
|
+
/**
|
|
4817
|
+
* Runs the document store's health check for its NotificationUser and puts the outcome on
|
|
4818
|
+
* {@link healthCheckResultState$}.
|
|
4819
|
+
*
|
|
4820
|
+
* Dispatching a real test message is opt-in via the `sendProbe` param, since it delivers actual
|
|
4821
|
+
* mail/SMS to the user.
|
|
4822
|
+
*
|
|
4823
|
+
* While a run is in flight further dispatches are ignored, so the state always reflects the run
|
|
4824
|
+
* that is actually happening.
|
|
4825
|
+
*/
|
|
4826
|
+
readonly runHealthCheck: (observableOrValue: Maybe<Omit<NotificationUserHealthCheckParams, "key"> & Partial<Pick<NotificationUserHealthCheckParams, "key">>> | Observable<Maybe<Omit<NotificationUserHealthCheckParams, "key"> & Partial<Pick<NotificationUserHealthCheckParams, "key">>>>) => rxjs.Subscription;
|
|
4827
|
+
/**
|
|
4828
|
+
* Watches every in-flight test message until it has an outcome, without the user doing anything.
|
|
4829
|
+
*
|
|
4830
|
+
* A dispatched probe settles on the delivery provider's schedule rather than the caller's, so
|
|
4831
|
+
* something has to ask again once the outcome exists. That used to be the user, told to come back and
|
|
4832
|
+
* re-run the check; this is that same poll, run automatically. Each verification is scoped to the
|
|
4833
|
+
* methods actually awaiting an outcome and answers to its own server-side window, so it neither sends
|
|
4834
|
+
* anything nor consumes the user's allowance for running the check itself. The result lands on the
|
|
4835
|
+
* NotificationUser, which is already streamed into {@link healthCheck$}, so a settled probe simply
|
|
4836
|
+
* appears in the report.
|
|
4837
|
+
*
|
|
4838
|
+
* Idempotent to start and safe to leave running: it does nothing at all while no probe is in flight,
|
|
4839
|
+
* and stops on its own once every probe has settled or aged out.
|
|
4840
|
+
*/
|
|
4841
|
+
readonly watchPendingProbes: (observableOrValue?: void | Observable<void> | undefined) => rxjs.Subscription;
|
|
4842
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationUserHealthCheckStore, never>;
|
|
4843
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DbxFirebaseNotificationUserHealthCheckStore>;
|
|
4844
|
+
}
|
|
4845
|
+
/**
|
|
4846
|
+
* A scheduled verification of the test messages a check has in flight.
|
|
4847
|
+
*/
|
|
4848
|
+
interface DbxFirebaseNotificationUserHealthCheckProbeVerification {
|
|
4849
|
+
/**
|
|
4850
|
+
* The delivery methods awaiting an outcome.
|
|
4851
|
+
*/
|
|
4852
|
+
readonly methods: NotificationDeliveryMethod[];
|
|
4853
|
+
/**
|
|
4854
|
+
* The earliest time the server will accept the verification.
|
|
4855
|
+
*/
|
|
4856
|
+
readonly at: Date;
|
|
4857
|
+
}
|
|
4858
|
+
|
|
4859
|
+
/**
|
|
4860
|
+
* Renders the notification delivery health check for the ancestor NotificationUserDocumentStore, and
|
|
4861
|
+
* the actions for re-running it.
|
|
4862
|
+
*
|
|
4863
|
+
* The check is persisted on the NotificationUser, so the last one renders immediately without invoking
|
|
4864
|
+
* anything. "Run Check" re-runs it and stays a single global action, since a run only reads
|
|
4865
|
+
* configuration and provider state. Sending a test message is per delivery method instead — it
|
|
4866
|
+
* dispatches a real message through that one method, and answers to that method's own throttle window —
|
|
4867
|
+
* so its action lives in that method's section rather than in a footer.
|
|
4868
|
+
*
|
|
4869
|
+
* A dispatched test message settles later, on the delivery provider's schedule. This view watches for
|
|
4870
|
+
* that outcome itself rather than telling the user to come back and re-run the check: the store polls a
|
|
4871
|
+
* cheap server-side verification while anything is in flight, and the report — read live from the
|
|
4872
|
+
* document — updates the moment the result lands.
|
|
4873
|
+
*/
|
|
4874
|
+
declare class DbxFirebaseNotificationHealthCheckViewComponent {
|
|
4875
|
+
private readonly _presentationService;
|
|
4876
|
+
readonly healthCheckStore: DbxFirebaseNotificationUserHealthCheckStore;
|
|
4877
|
+
readonly existsSignal: i0.Signal<boolean>;
|
|
4878
|
+
readonly healthCheckSignal: i0.Signal<Maybe<_dereekb_firebase.NotificationHealthCheck>>;
|
|
4879
|
+
readonly latestHealthCheckResultSignal: i0.Signal<Maybe<_dereekb_firebase.NotificationUserHealthCheckResult>>;
|
|
4880
|
+
readonly throttleSecondsRemainingSignal: i0.Signal<number>;
|
|
4881
|
+
readonly isThrottledSignal: i0.Signal<boolean>;
|
|
4882
|
+
readonly probeThrottleSecondsRemainingByMethodSignal: i0.Signal<Partial<Record<NotificationDeliveryMethod, number>>>;
|
|
4883
|
+
private readonly _lastRequestedProbeMethod;
|
|
4884
|
+
constructor();
|
|
4885
|
+
/**
|
|
4886
|
+
* The delivery method whose test message was most recently requested from this view.
|
|
4887
|
+
*
|
|
4888
|
+
* Recorded because the invocation result reports only how many probes it dispatched, so this is what
|
|
4889
|
+
* lets the notice name what was sent.
|
|
4890
|
+
*/
|
|
4891
|
+
readonly lastRequestedProbeMethodSignal: i0.Signal<Maybe<NotificationDeliveryMethod>>;
|
|
4892
|
+
/**
|
|
4893
|
+
* The test message handler for each delivery method, built once up front.
|
|
4894
|
+
*
|
|
4895
|
+
* A per-method countdown rebuilds that method's action config every second, and `dbxActionHandler`
|
|
4896
|
+
* installs its handler in an effect, so handing over a fresh closure on each tick would re-install it
|
|
4897
|
+
* once a second for no reason.
|
|
4898
|
+
*/
|
|
4899
|
+
private readonly _sendTestMessageHandlers;
|
|
4900
|
+
/**
|
|
4901
|
+
* Explains why "Run Check" is disabled while the server's run throttle is in effect.
|
|
4902
|
+
*/
|
|
4903
|
+
readonly throttleNoticeSignal: i0.Signal<string | undefined>;
|
|
4904
|
+
/**
|
|
4905
|
+
* The test message action for each delivery method the check reports as probe-capable.
|
|
4906
|
+
*
|
|
4907
|
+
* A method that cannot be probed gets no entry, so no test message is offered where the server has no
|
|
4908
|
+
* way to send one.
|
|
4909
|
+
*
|
|
4910
|
+
* Everything the user needs to read about a test message belongs in the section holding the button
|
|
4911
|
+
* that sent it, so the notice is composed here rather than in a footer: what was just sent, that its
|
|
4912
|
+
* outcome is being watched for, and when another may be sent.
|
|
4913
|
+
*/
|
|
4914
|
+
readonly probeActionsSignal: i0.Signal<Partial<Record<NotificationDeliveryMethod, Maybe<_dereekb_dbx_firebase.DbxFirebaseNotificationHealthCheckMethodProbeActionConfig>>>>;
|
|
4915
|
+
/**
|
|
4916
|
+
* Composes one delivery method's test message notice.
|
|
4917
|
+
*
|
|
4918
|
+
* Deliberately never tells the user to come back and check: a pending outcome is watched for
|
|
4919
|
+
* automatically, so the only thing left to say about the wait is that they need do nothing.
|
|
4920
|
+
*
|
|
4921
|
+
* @param input - What the method sends, how long its window has left, and the state of its probe.
|
|
4922
|
+
* @returns The notice, or undefined when there is nothing worth saying.
|
|
4923
|
+
*/
|
|
4924
|
+
private probeNoticeForMethod;
|
|
4925
|
+
readonly handleRunHealthCheck: WorkUsingContext;
|
|
4926
|
+
/**
|
|
4927
|
+
* Dispatches a run to the store, then tracks that run's loading state as the action's work.
|
|
4928
|
+
*
|
|
4929
|
+
* The store's effect sets the loading state synchronously as it is dispatched, so handing the state
|
|
4930
|
+
* observable over afterwards tracks this run instead of completing on the previous run's result.
|
|
4931
|
+
*
|
|
4932
|
+
* @param context - The work instance of the action being handled.
|
|
4933
|
+
* @param params - The params for this run, such as which methods to send a test message through.
|
|
4934
|
+
*/
|
|
4935
|
+
private runHealthCheckAsWork;
|
|
4936
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationHealthCheckViewComponent, never>;
|
|
4937
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DbxFirebaseNotificationHealthCheckViewComponent, "dbx-firebase-notification-healthcheck-view", never, {}, {}, never, never, true, never>;
|
|
4938
|
+
}
|
|
4939
|
+
|
|
4441
4940
|
interface DbxFirebaseNotificationItemStorePopoverParams {
|
|
4442
4941
|
/**
|
|
4443
4942
|
* Custom icon
|
|
@@ -4666,24 +5165,267 @@ declare class DbxFirebaseNotificationUserCollectionStoreDirective extends DbxFir
|
|
|
4666
5165
|
}
|
|
4667
5166
|
|
|
4668
5167
|
/**
|
|
4669
|
-
*
|
|
5168
|
+
* Directive providing a {@link NotificationUserDocumentStore} for accessing a single notification user document.
|
|
4670
5169
|
*/
|
|
4671
|
-
declare class
|
|
4672
|
-
readonly notificationFunctions: NotificationFunctions;
|
|
5170
|
+
declare class DbxFirebaseNotificationUserDocumentStoreDirective extends DbxFirebaseDocumentStoreDirective<NotificationUser, NotificationUserDocument, NotificationUserDocumentStore> {
|
|
4673
5171
|
constructor();
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationUserDocumentStore, never>;
|
|
4677
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NotificationUserDocumentStore>;
|
|
5172
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationUserDocumentStoreDirective, never>;
|
|
5173
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DbxFirebaseNotificationUserDocumentStoreDirective, "[dbxFirebaseNotificationUserDocument]", never, {}, {}, never, never, true, never>;
|
|
4678
5174
|
}
|
|
4679
5175
|
|
|
4680
5176
|
/**
|
|
4681
|
-
*
|
|
5177
|
+
* @module healthcheck.presentation
|
|
5178
|
+
*
|
|
5179
|
+
* Presentation metadata for notification health check findings.
|
|
5180
|
+
*
|
|
5181
|
+
* Issue codes are intentionally open-ended — apps and delivery providers emit their own — so the UI
|
|
5182
|
+
* needs a way to attach a label and an icon to a code it does not know about. Every issue already
|
|
5183
|
+
* carries its own user-facing `m` (message) and `f` (suggested fix), so a registered entry supplies
|
|
5184
|
+
* **presentation only, never copy**: an unregistered code still renders correctly, just with a
|
|
5185
|
+
* status-derived label and icon instead of a code-specific one.
|
|
4682
5186
|
*/
|
|
4683
|
-
|
|
5187
|
+
|
|
5188
|
+
/**
|
|
5189
|
+
* How a single {@link NotificationHealthCheckIssueCode} should be presented.
|
|
5190
|
+
*
|
|
5191
|
+
* Deliberately carries no message text: the issue itself is the authority on what to say.
|
|
5192
|
+
*/
|
|
5193
|
+
interface DbxFirebaseNotificationHealthCheckPresentationEntry {
|
|
5194
|
+
/**
|
|
5195
|
+
* The issue code this entry presents.
|
|
5196
|
+
*/
|
|
5197
|
+
readonly code: NotificationHealthCheckIssueCode;
|
|
5198
|
+
/**
|
|
5199
|
+
* Short label for the finding, shown on its status chip.
|
|
5200
|
+
*/
|
|
5201
|
+
readonly label?: Maybe<string>;
|
|
5202
|
+
/**
|
|
5203
|
+
* Material icon name for the finding.
|
|
5204
|
+
*/
|
|
5205
|
+
readonly icon?: Maybe<string>;
|
|
5206
|
+
/**
|
|
5207
|
+
* Overrides the colour that would otherwise be derived from the issue's status.
|
|
5208
|
+
*
|
|
5209
|
+
* Rarely useful, and unset on every library default: the same code is emitted at different
|
|
5210
|
+
* severities depending on what was found (a recent delivery failure is an error when permanent and
|
|
5211
|
+
* a warning when temporary), so the status is the more accurate source.
|
|
5212
|
+
*/
|
|
5213
|
+
readonly color?: Maybe<DbxThemeColor>;
|
|
5214
|
+
}
|
|
5215
|
+
/**
|
|
5216
|
+
* A fully resolved presentation for one finding.
|
|
5217
|
+
*/
|
|
5218
|
+
interface DbxFirebaseNotificationHealthCheckIssuePresentation {
|
|
5219
|
+
readonly label: string;
|
|
5220
|
+
readonly icon: string;
|
|
5221
|
+
readonly color: DbxThemeColor;
|
|
5222
|
+
}
|
|
5223
|
+
/**
|
|
5224
|
+
* App-level tuning for the notification delivery health check UI.
|
|
5225
|
+
*
|
|
5226
|
+
* These windows are ENFORCED BY THE SERVER; the client only counts down to them so it can disable an
|
|
5227
|
+
* action instead of letting the user trigger a call that comes back as an error. So every value here
|
|
5228
|
+
* must match what the server was configured with — declare it once in a package both sides import
|
|
5229
|
+
* rather than writing the number down twice, or the UI will offer a test message the server rejects.
|
|
5230
|
+
*/
|
|
5231
|
+
declare abstract class DbxFirebaseNotificationHealthCheckConfig {
|
|
5232
|
+
/**
|
|
5233
|
+
* How long a user must wait between test messages on a single delivery method.
|
|
5234
|
+
*
|
|
5235
|
+
* Defaults to {@link DEFAULT_NOTIFICATION_USER_HEALTH_CHECK_PROBE_THROTTLE_MINUTES}.
|
|
5236
|
+
*/
|
|
5237
|
+
abstract readonly probeThrottleMinutes?: Maybe<Minutes>;
|
|
5238
|
+
/**
|
|
5239
|
+
* How long a user must wait between health check runs.
|
|
5240
|
+
*
|
|
5241
|
+
* Defaults to {@link DEFAULT_NOTIFICATION_USER_HEALTH_CHECK_THROTTLE_MINUTES}.
|
|
5242
|
+
*/
|
|
5243
|
+
abstract readonly runThrottleMinutes?: Maybe<Minutes>;
|
|
5244
|
+
/**
|
|
5245
|
+
* How long the client must wait between verifications of an in-flight test message.
|
|
5246
|
+
*
|
|
5247
|
+
* Defaults to {@link DEFAULT_NOTIFICATION_USER_HEALTH_CHECK_VERIFY_THROTTLE_SECONDS}. This is also
|
|
5248
|
+
* the cadence the client polls at, so it must match the server's window: pace faster and every other
|
|
5249
|
+
* poll comes back rejected.
|
|
5250
|
+
*/
|
|
5251
|
+
abstract readonly verifyThrottleSeconds?: Maybe<Seconds>;
|
|
5252
|
+
/**
|
|
5253
|
+
* How long to keep watching a test message before giving up on it.
|
|
5254
|
+
*
|
|
5255
|
+
* Defaults to {@link DEFAULT_NOTIFICATION_HEALTH_CHECK_PROBE_WATCH_MINUTES}. Purely a client-side
|
|
5256
|
+
* stop: a provider that never records an outcome would otherwise be polled for as long as the page
|
|
5257
|
+
* stays open. Once it passes, the probe is left pending and the next full run settles it.
|
|
5258
|
+
*/
|
|
5259
|
+
abstract readonly probeWatchMinutes?: Maybe<Minutes>;
|
|
5260
|
+
}
|
|
5261
|
+
/**
|
|
5262
|
+
* How long the client keeps watching an in-flight test message before giving up on it.
|
|
5263
|
+
*
|
|
5264
|
+
* Comfortably longer than a provider takes to record a delivery outcome — the point is to stop polling
|
|
5265
|
+
* a provider that is never going to answer, not to impose a deadline of the client's own.
|
|
5266
|
+
*/
|
|
5267
|
+
declare const DEFAULT_NOTIFICATION_HEALTH_CHECK_PROBE_WATCH_MINUTES: Minutes;
|
|
5268
|
+
/**
|
|
5269
|
+
* Configuration for the {@link DbxFirebaseNotificationHealthCheckPresentationService}.
|
|
5270
|
+
*/
|
|
5271
|
+
declare abstract class DbxFirebaseNotificationHealthCheckPresentationServiceConfig {
|
|
5272
|
+
/**
|
|
5273
|
+
* App-specific entries to register, layered over the library defaults.
|
|
5274
|
+
*/
|
|
5275
|
+
abstract readonly entries?: Maybe<ArrayOrValue<DbxFirebaseNotificationHealthCheckPresentationEntry>>;
|
|
5276
|
+
/**
|
|
5277
|
+
* Whether to register the library's default entries. Defaults to true.
|
|
5278
|
+
*/
|
|
5279
|
+
abstract readonly registerDefaultEntries?: Maybe<boolean>;
|
|
5280
|
+
}
|
|
5281
|
+
/**
|
|
5282
|
+
* Colour for each health check status.
|
|
5283
|
+
*
|
|
5284
|
+
* `WARNING` and `ERROR` deliberately share `warn` — the palette has no distinct error tone — so they
|
|
5285
|
+
* are told apart by their icons instead.
|
|
5286
|
+
*/
|
|
5287
|
+
declare const NOTIFICATION_HEALTH_CHECK_STATUS_COLORS: Record<NotificationHealthCheckStatus, DbxThemeColor>;
|
|
5288
|
+
/**
|
|
5289
|
+
* Icon for each health check status. Also what distinguishes a warning from an error.
|
|
5290
|
+
*/
|
|
5291
|
+
declare const NOTIFICATION_HEALTH_CHECK_STATUS_ICONS: Record<NotificationHealthCheckStatus, string>;
|
|
5292
|
+
/**
|
|
5293
|
+
* Human-readable label for each health check status.
|
|
5294
|
+
*
|
|
5295
|
+
* Used as the chip label for an issue code with no registered entry.
|
|
5296
|
+
*/
|
|
5297
|
+
declare const NOTIFICATION_HEALTH_CHECK_STATUS_LABELS: Record<NotificationHealthCheckStatus, string>;
|
|
5298
|
+
/**
|
|
5299
|
+
* Human-readable label for each delivery method.
|
|
5300
|
+
*/
|
|
5301
|
+
declare const NOTIFICATION_DELIVERY_METHOD_LABELS: Record<NotificationDeliveryMethod, string>;
|
|
5302
|
+
/**
|
|
5303
|
+
* Icon for each delivery method.
|
|
5304
|
+
*/
|
|
5305
|
+
declare const NOTIFICATION_DELIVERY_METHOD_ICONS: Record<NotificationDeliveryMethod, string>;
|
|
5306
|
+
/**
|
|
5307
|
+
* Label for each delivery method's "send a test message" action.
|
|
5308
|
+
*
|
|
5309
|
+
* Always names what the method actually delivers — "Send Test Email", "Send Test Text Message" — rather
|
|
5310
|
+
* than a generic "Send Test Message", so the button says which of a user's contact details it is about
|
|
5311
|
+
* to send something real to.
|
|
5312
|
+
*/
|
|
5313
|
+
declare const NOTIFICATION_DELIVERY_METHOD_TEST_MESSAGE_LABELS: Record<NotificationDeliveryMethod, string>;
|
|
5314
|
+
/**
|
|
5315
|
+
* Noun for what each delivery method's test message actually is, for use mid-sentence.
|
|
5316
|
+
*
|
|
5317
|
+
* Lowercase because it reads inside prose — "A test text message was sent recently."
|
|
5318
|
+
*/
|
|
5319
|
+
declare const NOTIFICATION_DELIVERY_METHOD_TEST_MESSAGE_NOUNS: Record<NotificationDeliveryMethod, string>;
|
|
5320
|
+
/**
|
|
5321
|
+
* Short name for each delivery method, for a label that has to stay compact.
|
|
5322
|
+
*
|
|
5323
|
+
* Used to compose the probe chips — `Test Email Sent`, `Test Text Sent` — where the full
|
|
5324
|
+
* {@link NOTIFICATION_DELIVERY_METHOD_LABELS} wording would make the chip too long to scan.
|
|
5325
|
+
*/
|
|
5326
|
+
declare const NOTIFICATION_DELIVERY_METHOD_SHORT_LABELS: Record<NotificationDeliveryMethod, string>;
|
|
5327
|
+
/**
|
|
5328
|
+
* What each probe lifecycle code says happened to the test message.
|
|
5329
|
+
*
|
|
5330
|
+
* The other half of the composed probe chip label — see {@link notificationHealthCheckProbeIssueLabel}.
|
|
5331
|
+
*/
|
|
5332
|
+
declare const NOTIFICATION_HEALTH_CHECK_PROBE_ISSUE_OUTCOMES: Record<NotificationHealthCheckIssueCode, string>;
|
|
5333
|
+
/**
|
|
5334
|
+
* The chip label for a probe lifecycle finding, naming the delivery method it belongs to.
|
|
5335
|
+
*
|
|
5336
|
+
* Every provider emits the same probe codes, so these labels cannot be fixed strings in the presentation
|
|
5337
|
+
* registry the way every other code's is: the same `probeDelivered` finding should read `Test Email
|
|
5338
|
+
* Delivered` in the email section and `Test Text Delivered` in the text section.
|
|
5339
|
+
*
|
|
5340
|
+
* @param code - The issue code to label.
|
|
5341
|
+
* @param method - The delivery method whose section the finding is rendered in.
|
|
5342
|
+
* @returns The composed label, or undefined when the code is not a probe lifecycle code.
|
|
5343
|
+
*/
|
|
5344
|
+
declare function notificationHealthCheckProbeIssueLabel(code: NotificationHealthCheckIssueCode, method: NotificationDeliveryMethod): Maybe<string>;
|
|
5345
|
+
/**
|
|
5346
|
+
* Presentation entries for every issue code the library and the Mailgun email check emit.
|
|
5347
|
+
*
|
|
5348
|
+
* None of them set a colour — see {@link DbxFirebaseNotificationHealthCheckPresentationEntry.color}.
|
|
5349
|
+
*/
|
|
5350
|
+
declare const DEFAULT_NOTIFICATION_HEALTH_CHECK_PRESENTATION_ENTRIES: DbxFirebaseNotificationHealthCheckPresentationEntry[];
|
|
5351
|
+
|
|
5352
|
+
/**
|
|
5353
|
+
* Registry of presentation metadata for notification health check findings.
|
|
5354
|
+
*
|
|
5355
|
+
* Health check issue codes are open-ended, so this maps a code to a label and an icon. An
|
|
5356
|
+
* unregistered code is not an error — it falls back to a presentation derived from the issue's
|
|
5357
|
+
* status, and the issue's own `m`/`f` strings carry the meaning either way.
|
|
5358
|
+
*
|
|
5359
|
+
* Apps extend the table by supplying a {@link DbxFirebaseNotificationHealthCheckPresentationServiceConfig}
|
|
5360
|
+
* through `provideDbxFirebaseNotifications({ healthCheckPresentation })`.
|
|
5361
|
+
*/
|
|
5362
|
+
declare class DbxFirebaseNotificationHealthCheckPresentationService {
|
|
5363
|
+
private readonly _config;
|
|
5364
|
+
private readonly _entries;
|
|
4684
5365
|
constructor();
|
|
4685
|
-
|
|
4686
|
-
|
|
5366
|
+
/**
|
|
5367
|
+
* Registers presentation entries, overriding any already registered for the same code by default.
|
|
5368
|
+
*
|
|
5369
|
+
* @param entries - The entries to register.
|
|
5370
|
+
* @param override - Whether to replace an existing entry for the same code. Defaults to true.
|
|
5371
|
+
*/
|
|
5372
|
+
register(entries: ArrayOrValue<DbxFirebaseNotificationHealthCheckPresentationEntry>, override?: boolean): void;
|
|
5373
|
+
/**
|
|
5374
|
+
* The entry registered for an issue code, if any.
|
|
5375
|
+
*
|
|
5376
|
+
* @param code - The issue code to look up.
|
|
5377
|
+
* @returns The registered entry, or undefined when the code has none.
|
|
5378
|
+
*/
|
|
5379
|
+
entryForCode(code: NotificationHealthCheckIssueCode): Maybe<DbxFirebaseNotificationHealthCheckPresentationEntry>;
|
|
5380
|
+
/**
|
|
5381
|
+
* Resolves how to present a single finding.
|
|
5382
|
+
*
|
|
5383
|
+
* Pass the delivery method whose section the finding is rendered in to get a probe label that names
|
|
5384
|
+
* it — `Test Email Sent` rather than `Test Sent`. Every provider emits the same probe codes, so that
|
|
5385
|
+
* is the one label a registry entry cannot supply on its own.
|
|
5386
|
+
*
|
|
5387
|
+
* @param issue - The finding to present.
|
|
5388
|
+
* @param method - The delivery method the finding belongs to, when it belongs to one.
|
|
5389
|
+
* @returns The label, icon, and colour to render it with.
|
|
5390
|
+
*/
|
|
5391
|
+
presentationForIssue(issue: NotificationHealthCheckIssue, method?: Maybe<NotificationDeliveryMethod>): DbxFirebaseNotificationHealthCheckIssuePresentation;
|
|
5392
|
+
/**
|
|
5393
|
+
* @param status - The status to colour.
|
|
5394
|
+
* @returns The theme colour for the status.
|
|
5395
|
+
*/
|
|
5396
|
+
colorForStatus(status: NotificationHealthCheckStatus): DbxThemeColor;
|
|
5397
|
+
/**
|
|
5398
|
+
* @param status - The status to find an icon for.
|
|
5399
|
+
* @returns The icon for the status.
|
|
5400
|
+
*/
|
|
5401
|
+
iconForStatus(status: NotificationHealthCheckStatus): string;
|
|
5402
|
+
/**
|
|
5403
|
+
* @param status - The status to label.
|
|
5404
|
+
* @returns The human-readable label for the status.
|
|
5405
|
+
*/
|
|
5406
|
+
labelForStatus(status: NotificationHealthCheckStatus): string;
|
|
5407
|
+
/**
|
|
5408
|
+
* @param method - The delivery method to label.
|
|
5409
|
+
* @returns The human-readable label for the delivery method.
|
|
5410
|
+
*/
|
|
5411
|
+
labelForDeliveryMethod(method: NotificationDeliveryMethod): string;
|
|
5412
|
+
/**
|
|
5413
|
+
* @param method - The delivery method to find an icon for.
|
|
5414
|
+
* @returns The icon for the delivery method.
|
|
5415
|
+
*/
|
|
5416
|
+
iconForDeliveryMethod(method: NotificationDeliveryMethod): string;
|
|
5417
|
+
/**
|
|
5418
|
+
* @param method - The delivery method whose test message action is being labelled.
|
|
5419
|
+
* @returns The label for the method's "send a test message" action, naming what it sends.
|
|
5420
|
+
*/
|
|
5421
|
+
testMessageLabelForDeliveryMethod(method: NotificationDeliveryMethod): string;
|
|
5422
|
+
/**
|
|
5423
|
+
* @param method - The delivery method whose test message is being described.
|
|
5424
|
+
* @returns The lowercase noun for the method's test message, for use mid-sentence.
|
|
5425
|
+
*/
|
|
5426
|
+
testMessageNounForDeliveryMethod(method: NotificationDeliveryMethod): string;
|
|
5427
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DbxFirebaseNotificationHealthCheckPresentationService, never>;
|
|
5428
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DbxFirebaseNotificationHealthCheckPresentationService>;
|
|
4687
5429
|
}
|
|
4688
5430
|
|
|
4689
5431
|
/**
|
|
@@ -4750,6 +5492,22 @@ interface ProvideDbxFirebaseNotificationsConfig {
|
|
|
4750
5492
|
* If false, will not register anything.
|
|
4751
5493
|
*/
|
|
4752
5494
|
readonly defaultNotificationItemWidget?: DbxWidgetEntry['componentClass'] | false;
|
|
5495
|
+
/**
|
|
5496
|
+
* App-specific presentation entries for notification health check issue codes.
|
|
5497
|
+
*
|
|
5498
|
+
* Only needed when the app or one of its delivery providers emits issue codes the library does not
|
|
5499
|
+
* know about. The health check UI works without this — an unregistered code falls back to a
|
|
5500
|
+
* presentation derived from the finding's own status.
|
|
5501
|
+
*/
|
|
5502
|
+
readonly healthCheckPresentation?: Maybe<DbxFirebaseNotificationHealthCheckPresentationServiceConfig>;
|
|
5503
|
+
/**
|
|
5504
|
+
* Tuning for the notification health check's throttle windows.
|
|
5505
|
+
*
|
|
5506
|
+
* Only needed when the app configured different windows on its server. The values are enforced there
|
|
5507
|
+
* and merely counted down here, so they must be the same on both sides — pass the app's own shared
|
|
5508
|
+
* constants rather than repeating the numbers.
|
|
5509
|
+
*/
|
|
5510
|
+
readonly healthCheck?: Maybe<DbxFirebaseNotificationHealthCheckConfig>;
|
|
4753
5511
|
}
|
|
4754
5512
|
/**
|
|
4755
5513
|
* Creates EnvironmentProviders that provides a DbxFirebaseNotificationTemplateService, DbxFirebaseNotificationItemWidgetService and AppNotificationTemplateTypeInfoRecordService.
|
|
@@ -5850,5 +6608,5 @@ interface ProvideDbxFirebaseConfig<T, M extends FirebaseFunctionsMap = FirebaseF
|
|
|
5850
6608
|
*/
|
|
5851
6609
|
declare function provideDbxFirebase<T, M extends FirebaseFunctionsMap = FirebaseFunctionsMap>(config: ProvideDbxFirebaseConfig<T, M>): EnvironmentProviders;
|
|
5852
6610
|
|
|
5853
|
-
export { AbstractConfiguredDbxFirebaseLoginButtonDirective, AbstractDbxFirebaseCollectionStore, AbstractDbxFirebaseCollectionWithParentStore, AbstractDbxFirebaseDocumentStore, AbstractDbxFirebaseDocumentWithParentStore, AbstractDbxFirebaseModelEntityWidgetDirective, AbstractDbxFirebaseNotificationItemWidgetComponent, AbstractRootSingleItemDbxFirebaseDocument, AbstractSingleItemDbxFirebaseDocument, AbstractSystemStateDocumentStoreAccessor, DBX_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_COMPONENT_CONFIGURATION, DBX_FIREBASE_APP_OPTIONS_TOKEN, DBX_FIREBASE_AUTH_FLOW_TOKEN, DBX_FIREBASE_DOCUMENT_STORE_CONTEXT_STORE_TOKEN, DBX_FIREBASE_MODEL_DOES_NOT_EXIST_ERROR, DBX_FIREBASE_MODEL_ENTITY_WITH_STORE_TOKEN, DBX_FIREBASE_STORAGEFILE_DOWNLOAD_STORAGE_ACCESSOR_TOKEN, DBX_FIREBASE_STORAGE_CONTEXT_CONFIG_TOKEN, DBX_FIREBASE_STORAGE_CONTEXT_TOKEN, DBX_FIREBASE_STORAGE_PDF_MERGE_UPLOAD_FILE_NAME, DBX_FIRESTORE_CONTEXT_TOKEN, DEFAULT_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_TEMPLATE, DEFAULT_DBX_FIREBASE_ANALYTICS_USER_PROPERTIES_FACTORY, DEFAULT_DBX_FIREBASE_AUTH_FLOW, DEFAULT_DBX_FIREBASE_AUTH_SERVICE_DELEGATE, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_ID_PARAM_KEY, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_KEY_PARAM_KEY, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_USE_PARAM_VALUE, DEFAULT_DBX_FIREBASE_MODEL_ENTITIES_COMPONENT_POPOVER_KEY, DEFAULT_DBX_FIREBASE_MODEL_HISTORY_COMPONENT_POPOVER_KEY, DEFAULT_DBX_FIREBASE_NOTIFICATION_ITEM_STORE_POPOVER_KEY, DEFAULT_FIREBASE_AUTH_LOGIN_PASSWORD_CONFIG, DEFAULT_FIREBASE_AUTH_LOGIN_PASSWORD_CONFIG_TOKEN, DEFAULT_FIREBASE_AUTH_LOGIN_PROVIDERS_TOKEN, DEFAULT_FIREBASE_AUTH_LOGIN_TERMS_COMPONENT_CLASS_TOKEN, DEFAULT_FIREBASE_COLLECTION_CHANGE_TRIGGER_FUNCTION, DEFAULT_FIREBASE_DEVELOPMENT_ENABLED_TOKEN, DEFAULT_FIREBASE_DEVELOPMENT_POPUP_KEY, DEFAULT_FIREBASE_DEVELOPMENT_SCHEDULER_ENABLED_TOKEN, DEFAULT_FIREBASE_DEVELOPMENT_WIDGET_PROVIDERS_TOKEN, DEFAULT_FIREBASE_LOGIN_METHOD_CATEGORY, DEFAULT_FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE, DEVELOPMENT_FIREBASE_SERVER_SCHEDULER_WIDGET_KEY, DbxFirebaseAnalyticsUserEventsListenerService, DbxFirebaseAnalyticsUserSource, DbxFirebaseAppCheckHttpInterceptor, DbxFirebaseAuthImpersonationDelegate, DbxFirebaseAuthLoginService, DbxFirebaseAuthService, DbxFirebaseAuthServiceDelegate, DbxFirebaseCollectionChangeDirective, DbxFirebaseCollectionChangeTriggerInstance, DbxFirebaseCollectionHasChangeDirective, DbxFirebaseCollectionListDirective, DbxFirebaseCollectionLoaderInstance, DbxFirebaseCollectionStoreDirective, DbxFirebaseCollectionWithParentStoreDirective, DbxFirebaseDevelopmentDirective, DbxFirebaseDevelopmentModule, DbxFirebaseDevelopmentPopupComponent, DbxFirebaseDevelopmentPopupContentComponent, DbxFirebaseDevelopmentPopupContentForgeFormComponent, DbxFirebaseDevelopmentSchedulerListComponent, DbxFirebaseDevelopmentSchedulerListViewComponent, DbxFirebaseDevelopmentSchedulerListViewItemComponent, DbxFirebaseDevelopmentSchedulerService, DbxFirebaseDevelopmentSchedulerWidgetComponent, DbxFirebaseDevelopmentService, DbxFirebaseDevelopmentWidgetService, DbxFirebaseDocumentLoaderInstance, DbxFirebaseDocumentStoreContextModelEntitiesSourceDirective, DbxFirebaseDocumentStoreContextStore, DbxFirebaseDocumentStoreContextStoreDirective, DbxFirebaseDocumentStoreDirective, DbxFirebaseDocumentStoreIdFromTwoWayModelKeyDirective, DbxFirebaseDocumentStoreTwoWayKeyProvider, DbxFirebaseDocumentStoreTwoWayModelKeySourceDirective, DbxFirebaseEmailForgeFormComponent, DbxFirebaseEmailRecoveryForgeFormComponent, DbxFirebaseEmulatorService, DbxFirebaseLoginAnonymousComponent, DbxFirebaseLoginAppleComponent, DbxFirebaseLoginButtonComponent, DbxFirebaseLoginButtonContainerComponent, DbxFirebaseLoginComponent, DbxFirebaseLoginContext, DbxFirebaseLoginContextBackButtonComponent, DbxFirebaseLoginContextDirective, DbxFirebaseLoginEmailComponent, DbxFirebaseLoginEmailContentComponent, DbxFirebaseLoginFacebookComponent, DbxFirebaseLoginGitHubComponent, DbxFirebaseLoginGoogleComponent, DbxFirebaseLoginListComponent, DbxFirebaseLoginMicrosoftComponent, DbxFirebaseLoginTermsComponent, DbxFirebaseLoginTermsSimpleComponent, DbxFirebaseLoginTwitterComponent, DbxFirebaseManageAuthProvidersComponent, DbxFirebaseModelContextService, DbxFirebaseModelEntitiesComponent, DbxFirebaseModelEntitiesDebugWidgetComponent, DbxFirebaseModelEntitiesPopoverButtonComponent, DbxFirebaseModelEntitiesPopoverComponent, DbxFirebaseModelEntitiesSource, DbxFirebaseModelEntitiesWidgetService, DbxFirebaseModelEntitiesWidgetServiceConfig, DbxFirebaseModelHistoryComponent, DbxFirebaseModelHistoryPopoverButtonComponent, DbxFirebaseModelHistoryPopoverComponent, DbxFirebaseModelKeyComponent, DbxFirebaseModelModule, DbxFirebaseModelStoreModule, DbxFirebaseModelTrackerService, DbxFirebaseModelTypeInstanceListComponent, DbxFirebaseModelTypeInstanceListViewComponent, DbxFirebaseModelTypeInstanceListViewItemComponent, DbxFirebaseModelTypesService, DbxFirebaseModelTypesServiceConfig, DbxFirebaseModelViewedEventDirective, DbxFirebaseModule, DbxFirebaseNotificationBoxCollectionStoreDirective, DbxFirebaseNotificationBoxDocumentStoreDirective, DbxFirebaseNotificationCollectionStoreDirective, DbxFirebaseNotificationDocumentStoreDirective, DbxFirebaseNotificationItemContentComponent, DbxFirebaseNotificationItemDefaultViewComponent, DbxFirebaseNotificationItemListComponent, DbxFirebaseNotificationItemListViewComponent, DbxFirebaseNotificationItemListViewItemComponent, DbxFirebaseNotificationItemStore, DbxFirebaseNotificationItemStorePopoverButtonComponent, DbxFirebaseNotificationItemStorePopoverComponent, DbxFirebaseNotificationItemViewComponent, DbxFirebaseNotificationItemWidgetService, DbxFirebaseNotificationSummaryCollectionStoreDirective, DbxFirebaseNotificationSummaryDocumentStoreDirective, DbxFirebaseNotificationTemplateService, DbxFirebaseNotificationUserCollectionStoreDirective, DbxFirebaseNotificationUserDocumentStoreDirective, DbxFirebaseParsedEmulatorsConfig, DbxFirebasePasswordResetComponent, DbxFirebasePasswordResetFormComponent, DbxFirebaseRegisterComponent, DbxFirebaseRegisterEmailComponent, DbxFirebaseStorageFileCollectionStoreDirective, DbxFirebaseStorageFileDocumentStoreDirective, DbxFirebaseStorageFileDownloadButtonComponent, DbxFirebaseStorageFileDownloadService, DbxFirebaseStorageFileDownloadStorage, DbxFirebaseStorageFileGroupDocumentStoreDirective, DbxFirebaseStorageFileUploadActionHandlerDirective, DbxFirebaseStorageFileUploadInitializeDocumentDirective, DbxFirebaseStorageFileUploadModule, DbxFirebaseStorageFileUploadStore, DbxFirebaseStorageFileUploadStoreDirective, DbxFirebaseStorageFileUploadSyncDirective, DbxFirebaseStoragePdfMergeUploadSyncDirective, DbxFirebaseStorageService, DbxFirebaseSystemStateCollectionStoreDirective, DbxFirebaseSystemStateDocumentStoreDirective, DbxFirestoreContextService, DbxLimitedFirebaseDocumentLoaderInstance, FIREBASE_APP_CHECK_TOKEN, FIREBASE_APP_TOKEN, FIREBASE_AUTH_TOKEN, FIREBASE_FIRESTORE_TOKEN, FIREBASE_FUNCTIONS_TOKEN, FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE_PREFIX, FIREBASE_PROVIDER_ID_TO_LOGIN_METHOD_TYPE_MAP, FIREBASE_STORAGE_TOKEN, FlatFirestoreModelKeyPipe, IMPORTS_AND_EXPORTS, LOGIN_METHOD_TYPE_TO_FIREBASE_PROVIDER_ID_MAP, NotificationBoxCollectionStore, NotificationBoxDocumentStore, NotificationCollectionStore, NotificationDocumentStore, NotificationSummaryCollectionStore, NotificationSummaryDocumentStore, NotificationUserCollectionStore, NotificationUserDocumentStore, OAUTH_FIREBASE_LOGIN_METHOD_CATEGORY, StorageFileCollectionStore, StorageFileDocumentStore, StorageFileGroupDocumentStore, StorageFileUploadFilesError, SystemStateCollectionStore, SystemStateDocumentStore, TwoWayFlatFirestoreModelKeyPipe, authRolesObsWithClaimsService, authUserInfoFromAuthUser, authUserStateFromFirebaseAuthServiceFunction, createDbxFirebaseAppCheck, createDbxFirebaseAuth, createDbxFirebaseFirestore, createDbxFirebaseFunctions, createDbxFirebaseStorage, dbxFirebaseAuthContextInfo, dbxFirebaseCollectionChangeTrigger, dbxFirebaseCollectionChangeTriggerForStore, dbxFirebaseCollectionChangeTriggerForWatcher, dbxFirebaseCollectionChangeWatcher, dbxFirebaseCollectionLoaderInstance, dbxFirebaseCollectionLoaderInstanceWithCollection, dbxFirebaseDocumentLoaderInstance, dbxFirebaseDocumentLoaderInstanceWithAccessor, dbxFirebaseDocumentStoreContextModelEntitiesSourceFactory, dbxFirebaseIdRouteParamRedirect, dbxFirebaseInContextFirebaseModelServiceInstance, dbxFirebaseInContextFirebaseModelServiceInstanceFactory, dbxFirebaseKeyRouteParamRedirect, dbxFirebaseModelContextServiceInfoInstanceFactory, dbxFirebaseModelEntityWidgetInjectionConfigFactory, dbxFirebaseModelTypesServiceInstance, dbxFirebaseModelTypesServiceInstancePairForKeysFactory, dbxFirebaseSourceSelectLoadSource, dbxFirebaseStorageFileDownloadServiceCustomSourceFromObs, dbxFirebaseStorageFileImageCompressionFileModifier, dbxFirebaseStorageProvidersContextConfigFactory, dbxLimitedFirebaseDocumentLoaderInstance, dbxLimitedFirebaseDocumentLoaderInstanceWithAccessor, dbxWidgetTypeForNotificationTemplateType, defaultDbxFirebaseAuthServiceDelegateWithClaimsService, defaultDbxFirebaseStorageFileDownloadStorageAccessorFactory, developmentFirebaseServerSchedulerWidgetEntry, enableAppCheckDebugTokenGeneration, firebaseAuthState, firebaseAuthTokenFromUser, firebaseCollectionStoreCreateFunction, firebaseCollectionStoreCrudFunction, firebaseContextServiceEntityMap, firebaseDocumentStoreCreateFunction, firebaseDocumentStoreCrudFunction, firebaseDocumentStoreDeleteFunction, firebaseDocumentStoreInvokeFunction, firebaseDocumentStoreReadFunction, firebaseDocumentStoreUpdateFunction, firebaseIdToken, firebaseProviderIdToLoginMethodType, isDbxFirebaseModelEntityWithStore, isStandaloneWebApp, linkDocumentStoreToParentContextStores, loginMethodTypeToFirebaseProviderId, modelDoesNotExistError, parseDbxFirebaseEmulatorsConfig, provideDbxFirebase, provideDbxFirebaseAnalyticsUserEventsListenerService, provideDbxFirebaseApp, provideDbxFirebaseAuth, provideDbxFirebaseAuthImpersonation, provideDbxFirebaseCollectionStoreDirective, provideDbxFirebaseCollectionWithParentStoreDirective, provideDbxFirebaseDevelopment, provideDbxFirebaseDocumentStoreContextStore, provideDbxFirebaseDocumentStoreDirective, provideDbxFirebaseDocumentStoreTwoWayKeyProvider, provideDbxFirebaseFunctions, provideDbxFirebaseLogin, provideDbxFirebaseModelContextService, provideDbxFirebaseModelEntitiesWidgetService, provideDbxFirebaseNotifications, provideDbxFirebaseStorageFileService, provideDbxFirestoreCollection, provideNotificationFirestoreCollections, provideStorageFileFirestoreCollections, provideSystemStateFirestoreCollections, providedDbxFirebaseStorage, readDbxAnalyticsUserPropertiesFromAuthUserInfo, readValueFromIdToken, resolveDbxFirebaseAuthFlow, setParentStoreEffect, stateFromTokenForLoggedInUserFunction, storageFileUploadFiles, storageFileUploadHandler };
|
|
5854
|
-
export type { AuthRolesObsWithClaimsServiceConfig, AuthUserInfo, AuthUserStateObsFunction, CreateDbxFirebaseAppCheckParams, CreateDbxFirebaseAuthParams, CreateDbxFirebaseFirestoreParams, CreateDbxFirebaseFunctionsParams, CreateDbxFirebaseStorageParams, DbxFirebaseAnalyticsUserPropertiesFactory, DbxFirebaseAppCheckConfig, DbxFirebaseAppOptions, DbxFirebaseAuthContextInfo, DbxFirebaseAuthFlow, DbxFirebaseAuthLoginPasswordConfig, DbxFirebaseAuthLoginProvider, DbxFirebaseAuthLoginProviderAssets, DbxFirebaseCollectionChangeTrigger, DbxFirebaseCollectionChangeTriggerFunction, DbxFirebaseCollectionChangeTriggerInstanceConfig, DbxFirebaseCollectionChangeWatcher, DbxFirebaseCollectionChangeWatcherEvent, DbxFirebaseCollectionChangeWatcherInstance, DbxFirebaseCollectionChangeWatcherTriggerMode, DbxFirebaseCollectionHasChangeDirectiveMode, DbxFirebaseCollectionLoader, DbxFirebaseCollectionLoaderAccessor, DbxFirebaseCollectionLoaderAccessorWithAccumulator, DbxFirebaseCollectionLoaderInstanceData, DbxFirebaseCollectionLoaderInstanceInitConfig, DbxFirebaseCollectionLoaderWithAccumulator, DbxFirebaseCollectionMode, DbxFirebaseCollectionStore, DbxFirebaseCollectionStoreContextState, DbxFirebaseCollectionStoreCreateFunction, DbxFirebaseCollectionStoreCrudFunction, DbxFirebaseCollectionWithParentStore, DbxFirebaseCollectionWithParentStoreContextState, DbxFirebaseCompletePasswordResetInput, DbxFirebaseComponentStoreSetParentEffectFunction, DbxFirebaseComponentStoreWithParent, DbxFirebaseComponentStoreWithParentContextState, DbxFirebaseComponentStoreWithParentSetParentEffectFunction, DbxFirebaseComponentStoreWithParentSetParentSourceModeFunction, DbxFirebaseComponentStoreWithParentSetParentStoreEffectFunction, DbxFirebaseComponentStoreWithParentSourceMode, DbxFirebaseDevelopmentPopupContentFormInput, DbxFirebaseDevelopmentPopupContentFormValue, DbxFirebaseDevelopmentWidgetEntry, DbxFirebaseDocumentLoader, DbxFirebaseDocumentLoaderInstanceInitConfig, DbxFirebaseDocumentReadOnlyStore, DbxFirebaseDocumentStore, DbxFirebaseDocumentStoreContextState, DbxFirebaseDocumentStoreContextStoreEntry, DbxFirebaseDocumentStoreContextStoreEntryNumber, DbxFirebaseDocumentStoreContextStoreEntryWithIdentity, DbxFirebaseDocumentStoreContextStoreState, DbxFirebaseDocumentStoreCreateFunction, DbxFirebaseDocumentStoreCrudFunction, DbxFirebaseDocumentStoreFunction, DbxFirebaseDocumentStoreFunctionParams, DbxFirebaseDocumentStoreFunctionParamsInput, DbxFirebaseDocumentWithParentStore, DbxFirebaseDocumentWithParentStoreContextState, DbxFirebaseEmailFormConfig, DbxFirebaseEmailFormValue, DbxFirebaseEmailRecoveryFormValue, DbxFirebaseEmulatorConfig, DbxFirebaseEmulatorsConfig, DbxFirebaseEnvironmentOptions, DbxFirebaseIdRouteParamRedirect, DbxFirebaseIdRouteParamRedirectInstance, DbxFirebaseInContextFirebaseModelInfoServiceInstance, DbxFirebaseInContextFirebaseModelRolesServiceInstance, DbxFirebaseInContextFirebaseModelServiceInstance, DbxFirebaseInContextFirebaseModelServiceInstanceFactory, DbxFirebaseLoginButtonConfig, DbxFirebaseLoginButtonInjectionData, DbxFirebaseLoginEmailContentComponentConfig, DbxFirebaseLoginEmailContentMode, DbxFirebaseLoginListItemInjectionComponentConfig, DbxFirebaseLoginMode, DbxFirebaseModelContextServiceFactory, DbxFirebaseModelContextServiceInfoInstanceFactory, DbxFirebaseModelContextServiceInfoInstanceFactoryConfig, DbxFirebaseModelDisplayInfo, DbxFirebaseModelEntitiesPopoverButtonConfig, DbxFirebaseModelEntitiesPopoverConfig, DbxFirebaseModelEntitiesPopoverConfigWithoutOrigin, DbxFirebaseModelEntitiesWidgetEntry, DbxFirebaseModelEntitiesWidgetInjectionConfig, DbxFirebaseModelEntitiesWidgetInjectionConfigFactory, DbxFirebaseModelEntitiesWidgetServiceConfigFactory, DbxFirebaseModelEntity, DbxFirebaseModelEntityWithKey, DbxFirebaseModelEntityWithKeyAndStore, DbxFirebaseModelEntityWithStore, DbxFirebaseModelHistoryPopoverButtonConfig, DbxFirebaseModelHistoryPopoverConfig, DbxFirebaseModelHistoryPopoverConfigWithoutOrigin, DbxFirebaseModelTrackerFilterItem, DbxFirebaseModelTrackerHistoryFilter, DbxFirebaseModelTypeInfo, DbxFirebaseModelTypeInstanceListItem, DbxFirebaseModelTypesMap, DbxFirebaseModelTypesServiceEntry, DbxFirebaseModelTypesServiceInstance, DbxFirebaseModelTypesServiceInstancePair, DbxFirebaseModelTypesServiceInstancePairForKeysFactory, DbxFirebaseNotificationItemStorePopoverButtonConfig, DbxFirebaseNotificationItemStorePopoverParams, DbxFirebaseNotificationItemStoreState, DbxFirebaseNotificationItemWidgetEntry, DbxFirebaseNotificationItemWidgetEntryRegistration, DbxFirebasePasswordResetFormConfig, DbxFirebasePasswordResetFormValue, DbxFirebaseResolvedAuthFlow, DbxFirebaseSourceSelectLoadSourceConfig, DbxFirebaseStorageContextConfigFactory, DbxFirebaseStorageFileDownloadButtonConfig, DbxFirebaseStorageFileDownloadButtonSource, DbxFirebaseStorageFileDownloadDetails, DbxFirebaseStorageFileDownloadServiceCustomSource, DbxFirebaseStorageFileDownloadServiceCustomSourceDownloadFunction, DbxFirebaseStorageFileDownloadUrlPair, DbxFirebaseStorageFileDownloadUrlPairString, DbxFirebaseStorageFileDownloadUrlPairsRecord, DbxFirebaseStorageFileDownloadUserCache, DbxFirebaseStorageFileImageCompressionFileModifierConfig, DbxFirebaseStorageFileImageCompressionLogger, DbxFirebaseStorageFileUploadFileModifier, DbxFirebaseStorageFileUploadStoreAllowedTypes, DbxFirebaseStorageFileUploadStoreFileProgress, DbxFirebaseStorageFileUploadStoreState, DbxFirebaseStorageFileUploadStoreUploadStage, DbxLimitedFirebaseDocumentLoader, DefaultDbxFirebaseAuthServiceDelegateWithClaimsServiceConfig, FirebaseDocumentStoreFunctionConfig, FirebaseLoginMethodCategory, FirebaseLoginMethodType, KnownFirebaseLoginMethodCategory, KnownFirebaseLoginMethodType, NotificationItemWithSelection, ProvideDbxFirebaseAppConfig, ProvideDbxFirebaseAuthConfig, ProvideDbxFirebaseAuthImpersonationConfig, ProvideDbxFirebaseConfig, ProvideDbxFirebaseDevelopmentConfig, ProvideDbxFirebaseFirestoreCollectionConfig, ProvideDbxFirebaseFunctionsConfig, ProvideDbxFirebaseLoginConfig, ProvideDbxFirebaseModelContextServiceConfig, ProvideDbxFirebaseModelEntitiesWidgetServiceConfig, ProvideDbxFirebaseNotificationsConfig, ProvideDbxFirebaseStorageConfig, ScheduledFunctionDevelopmentFirebaseFunctionListEntryWithSelection, StateFromTokenFunction, StorageFileUploadConfig, StorageFileUploadConfigFactory, StorageFileUploadConfigOptions, StorageFileUploadFilesEvent, StorageFileUploadFilesFinalFileResult, StorageFileUploadFilesFinalResult, StorageFileUploadFilesInput, StorageFileUploadFilesInstance, StorageFileUploadHandler, StorageFileUploadHandlerConfig, StorageFileUploadHandlerFunction, StorageFileUploadHandlerInstance };
|
|
6611
|
+
export { AbstractConfiguredDbxFirebaseLoginButtonDirective, AbstractDbxFirebaseCollectionStore, AbstractDbxFirebaseCollectionWithParentStore, AbstractDbxFirebaseDocumentStore, AbstractDbxFirebaseDocumentWithParentStore, AbstractDbxFirebaseModelEntityWidgetDirective, AbstractDbxFirebaseNotificationItemWidgetComponent, AbstractRootSingleItemDbxFirebaseDocument, AbstractSingleItemDbxFirebaseDocument, AbstractSystemStateDocumentStoreAccessor, DBX_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_COMPONENT_CONFIGURATION, DBX_FIREBASE_APP_OPTIONS_TOKEN, DBX_FIREBASE_AUTH_FLOW_TOKEN, DBX_FIREBASE_DOCUMENT_STORE_CONTEXT_STORE_TOKEN, DBX_FIREBASE_MODEL_DOES_NOT_EXIST_ERROR, DBX_FIREBASE_MODEL_ENTITY_WITH_STORE_TOKEN, DBX_FIREBASE_STORAGEFILE_DOWNLOAD_STORAGE_ACCESSOR_TOKEN, DBX_FIREBASE_STORAGE_CONTEXT_CONFIG_TOKEN, DBX_FIREBASE_STORAGE_CONTEXT_TOKEN, DBX_FIREBASE_STORAGE_PDF_MERGE_UPLOAD_FILE_NAME, DBX_FIRESTORE_CONTEXT_TOKEN, DEFAULT_CONFIGURED_DBX_FIREBASE_LOGIN_BUTTON_TEMPLATE, DEFAULT_DBX_FIREBASE_ANALYTICS_USER_PROPERTIES_FACTORY, DEFAULT_DBX_FIREBASE_AUTH_FLOW, DEFAULT_DBX_FIREBASE_AUTH_SERVICE_DELEGATE, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_ID_PARAM_KEY, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_KEY_PARAM_KEY, DEFAULT_DBX_FIREBASE_ID_ROUTER_PARAM_USE_PARAM_VALUE, DEFAULT_DBX_FIREBASE_MODEL_ENTITIES_COMPONENT_POPOVER_KEY, DEFAULT_DBX_FIREBASE_MODEL_HISTORY_COMPONENT_POPOVER_KEY, DEFAULT_DBX_FIREBASE_NOTIFICATION_ITEM_STORE_POPOVER_KEY, DEFAULT_FIREBASE_AUTH_LOGIN_PASSWORD_CONFIG, DEFAULT_FIREBASE_AUTH_LOGIN_PASSWORD_CONFIG_TOKEN, DEFAULT_FIREBASE_AUTH_LOGIN_PROVIDERS_TOKEN, DEFAULT_FIREBASE_AUTH_LOGIN_TERMS_COMPONENT_CLASS_TOKEN, DEFAULT_FIREBASE_COLLECTION_CHANGE_TRIGGER_FUNCTION, DEFAULT_FIREBASE_DEVELOPMENT_ENABLED_TOKEN, DEFAULT_FIREBASE_DEVELOPMENT_POPUP_KEY, DEFAULT_FIREBASE_DEVELOPMENT_SCHEDULER_ENABLED_TOKEN, DEFAULT_FIREBASE_DEVELOPMENT_WIDGET_PROVIDERS_TOKEN, DEFAULT_FIREBASE_LOGIN_METHOD_CATEGORY, DEFAULT_FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE, DEFAULT_NOTIFICATION_HEALTH_CHECK_PRESENTATION_ENTRIES, DEFAULT_NOTIFICATION_HEALTH_CHECK_PROBE_WATCH_MINUTES, DEVELOPMENT_FIREBASE_SERVER_SCHEDULER_WIDGET_KEY, DbxFirebaseAnalyticsUserEventsListenerService, DbxFirebaseAnalyticsUserSource, DbxFirebaseAppCheckHttpInterceptor, DbxFirebaseAuthImpersonationDelegate, DbxFirebaseAuthLoginService, DbxFirebaseAuthService, DbxFirebaseAuthServiceDelegate, DbxFirebaseCollectionChangeDirective, DbxFirebaseCollectionChangeTriggerInstance, DbxFirebaseCollectionHasChangeDirective, DbxFirebaseCollectionListDirective, DbxFirebaseCollectionLoaderInstance, DbxFirebaseCollectionStoreDirective, DbxFirebaseCollectionWithParentStoreDirective, DbxFirebaseDevelopmentDirective, DbxFirebaseDevelopmentModule, DbxFirebaseDevelopmentPopupComponent, DbxFirebaseDevelopmentPopupContentComponent, DbxFirebaseDevelopmentPopupContentForgeFormComponent, DbxFirebaseDevelopmentSchedulerListComponent, DbxFirebaseDevelopmentSchedulerListViewComponent, DbxFirebaseDevelopmentSchedulerListViewItemComponent, DbxFirebaseDevelopmentSchedulerService, DbxFirebaseDevelopmentSchedulerWidgetComponent, DbxFirebaseDevelopmentService, DbxFirebaseDevelopmentWidgetService, DbxFirebaseDocumentLoaderInstance, DbxFirebaseDocumentStoreContextModelEntitiesSourceDirective, DbxFirebaseDocumentStoreContextStore, DbxFirebaseDocumentStoreContextStoreDirective, DbxFirebaseDocumentStoreDirective, DbxFirebaseDocumentStoreIdFromTwoWayModelKeyDirective, DbxFirebaseDocumentStoreTwoWayKeyProvider, DbxFirebaseDocumentStoreTwoWayModelKeySourceDirective, DbxFirebaseEmailForgeFormComponent, DbxFirebaseEmailRecoveryForgeFormComponent, DbxFirebaseEmulatorService, DbxFirebaseLoginAnonymousComponent, DbxFirebaseLoginAppleComponent, DbxFirebaseLoginButtonComponent, DbxFirebaseLoginButtonContainerComponent, DbxFirebaseLoginComponent, DbxFirebaseLoginContext, DbxFirebaseLoginContextBackButtonComponent, DbxFirebaseLoginContextDirective, DbxFirebaseLoginEmailComponent, DbxFirebaseLoginEmailContentComponent, DbxFirebaseLoginFacebookComponent, DbxFirebaseLoginGitHubComponent, DbxFirebaseLoginGoogleComponent, DbxFirebaseLoginListComponent, DbxFirebaseLoginMicrosoftComponent, DbxFirebaseLoginTermsComponent, DbxFirebaseLoginTermsSimpleComponent, DbxFirebaseLoginTwitterComponent, DbxFirebaseManageAuthProvidersComponent, DbxFirebaseModelContextService, DbxFirebaseModelEntitiesComponent, DbxFirebaseModelEntitiesDebugWidgetComponent, DbxFirebaseModelEntitiesPopoverButtonComponent, DbxFirebaseModelEntitiesPopoverComponent, DbxFirebaseModelEntitiesSource, DbxFirebaseModelEntitiesWidgetService, DbxFirebaseModelEntitiesWidgetServiceConfig, DbxFirebaseModelHistoryComponent, DbxFirebaseModelHistoryPopoverButtonComponent, DbxFirebaseModelHistoryPopoverComponent, DbxFirebaseModelKeyComponent, DbxFirebaseModelModule, DbxFirebaseModelStoreModule, DbxFirebaseModelTrackerService, DbxFirebaseModelTypeInstanceListComponent, DbxFirebaseModelTypeInstanceListViewComponent, DbxFirebaseModelTypeInstanceListViewItemComponent, DbxFirebaseModelTypesService, DbxFirebaseModelTypesServiceConfig, DbxFirebaseModelViewedEventDirective, DbxFirebaseModule, DbxFirebaseNotificationBoxCollectionStoreDirective, DbxFirebaseNotificationBoxDocumentStoreDirective, DbxFirebaseNotificationCollectionStoreDirective, DbxFirebaseNotificationDocumentStoreDirective, DbxFirebaseNotificationHealthCheckComponent, DbxFirebaseNotificationHealthCheckConfig, DbxFirebaseNotificationHealthCheckDialogButtonComponent, DbxFirebaseNotificationHealthCheckDialogComponent, DbxFirebaseNotificationHealthCheckIssueComponent, DbxFirebaseNotificationHealthCheckMethodComponent, DbxFirebaseNotificationHealthCheckPresentationService, DbxFirebaseNotificationHealthCheckPresentationServiceConfig, DbxFirebaseNotificationHealthCheckViewComponent, DbxFirebaseNotificationItemContentComponent, DbxFirebaseNotificationItemDefaultViewComponent, DbxFirebaseNotificationItemListComponent, DbxFirebaseNotificationItemListViewComponent, DbxFirebaseNotificationItemListViewItemComponent, DbxFirebaseNotificationItemStore, DbxFirebaseNotificationItemStorePopoverButtonComponent, DbxFirebaseNotificationItemStorePopoverComponent, DbxFirebaseNotificationItemViewComponent, DbxFirebaseNotificationItemWidgetService, DbxFirebaseNotificationSummaryCollectionStoreDirective, DbxFirebaseNotificationSummaryDocumentStoreDirective, DbxFirebaseNotificationTemplateService, DbxFirebaseNotificationUserCollectionStoreDirective, DbxFirebaseNotificationUserDocumentStoreDirective, DbxFirebaseNotificationUserHealthCheckStore, DbxFirebaseParsedEmulatorsConfig, DbxFirebasePasswordResetComponent, DbxFirebasePasswordResetFormComponent, DbxFirebaseRegisterComponent, DbxFirebaseRegisterEmailComponent, DbxFirebaseStorageFileCollectionStoreDirective, DbxFirebaseStorageFileDocumentStoreDirective, DbxFirebaseStorageFileDownloadButtonComponent, DbxFirebaseStorageFileDownloadService, DbxFirebaseStorageFileDownloadStorage, DbxFirebaseStorageFileGroupDocumentStoreDirective, DbxFirebaseStorageFileUploadActionHandlerDirective, DbxFirebaseStorageFileUploadInitializeDocumentDirective, DbxFirebaseStorageFileUploadModule, DbxFirebaseStorageFileUploadStore, DbxFirebaseStorageFileUploadStoreDirective, DbxFirebaseStorageFileUploadSyncDirective, DbxFirebaseStoragePdfMergeUploadSyncDirective, DbxFirebaseStorageService, DbxFirebaseSystemStateCollectionStoreDirective, DbxFirebaseSystemStateDocumentStoreDirective, DbxFirestoreContextService, DbxLimitedFirebaseDocumentLoaderInstance, FIREBASE_APP_CHECK_TOKEN, FIREBASE_APP_TOKEN, FIREBASE_AUTH_TOKEN, FIREBASE_FIRESTORE_TOKEN, FIREBASE_FUNCTIONS_TOKEN, FIREBASE_NOTIFICATION_ITEM_WIDGET_TYPE_PREFIX, FIREBASE_PROVIDER_ID_TO_LOGIN_METHOD_TYPE_MAP, FIREBASE_STORAGE_TOKEN, FlatFirestoreModelKeyPipe, IMPORTS_AND_EXPORTS, LOGIN_METHOD_TYPE_TO_FIREBASE_PROVIDER_ID_MAP, NOTIFICATION_DELIVERY_METHOD_ICONS, NOTIFICATION_DELIVERY_METHOD_LABELS, NOTIFICATION_DELIVERY_METHOD_SHORT_LABELS, NOTIFICATION_DELIVERY_METHOD_TEST_MESSAGE_LABELS, NOTIFICATION_DELIVERY_METHOD_TEST_MESSAGE_NOUNS, NOTIFICATION_HEALTH_CHECK_PROBE_ISSUE_OUTCOMES, NOTIFICATION_HEALTH_CHECK_STATUS_COLORS, NOTIFICATION_HEALTH_CHECK_STATUS_ICONS, NOTIFICATION_HEALTH_CHECK_STATUS_LABELS, NotificationBoxCollectionStore, NotificationBoxDocumentStore, NotificationCollectionStore, NotificationDocumentStore, NotificationSummaryCollectionStore, NotificationSummaryDocumentStore, NotificationUserCollectionStore, NotificationUserDocumentStore, OAUTH_FIREBASE_LOGIN_METHOD_CATEGORY, StorageFileCollectionStore, StorageFileDocumentStore, StorageFileGroupDocumentStore, StorageFileUploadFilesError, SystemStateCollectionStore, SystemStateDocumentStore, TwoWayFlatFirestoreModelKeyPipe, authRolesObsWithClaimsService, authUserInfoFromAuthUser, authUserStateFromFirebaseAuthServiceFunction, createDbxFirebaseAppCheck, createDbxFirebaseAuth, createDbxFirebaseFirestore, createDbxFirebaseFunctions, createDbxFirebaseStorage, dbxFirebaseAuthContextInfo, dbxFirebaseCollectionChangeTrigger, dbxFirebaseCollectionChangeTriggerForStore, dbxFirebaseCollectionChangeTriggerForWatcher, dbxFirebaseCollectionChangeWatcher, dbxFirebaseCollectionLoaderInstance, dbxFirebaseCollectionLoaderInstanceWithCollection, dbxFirebaseDocumentLoaderInstance, dbxFirebaseDocumentLoaderInstanceWithAccessor, dbxFirebaseDocumentStoreContextModelEntitiesSourceFactory, dbxFirebaseIdRouteParamRedirect, dbxFirebaseInContextFirebaseModelServiceInstance, dbxFirebaseInContextFirebaseModelServiceInstanceFactory, dbxFirebaseKeyRouteParamRedirect, dbxFirebaseModelContextServiceInfoInstanceFactory, dbxFirebaseModelEntityWidgetInjectionConfigFactory, dbxFirebaseModelTypesServiceInstance, dbxFirebaseModelTypesServiceInstancePairForKeysFactory, dbxFirebaseSourceSelectLoadSource, dbxFirebaseStorageFileDownloadServiceCustomSourceFromObs, dbxFirebaseStorageFileImageCompressionFileModifier, dbxFirebaseStorageProvidersContextConfigFactory, dbxLimitedFirebaseDocumentLoaderInstance, dbxLimitedFirebaseDocumentLoaderInstanceWithAccessor, dbxWidgetTypeForNotificationTemplateType, defaultDbxFirebaseAuthServiceDelegateWithClaimsService, defaultDbxFirebaseStorageFileDownloadStorageAccessorFactory, developmentFirebaseServerSchedulerWidgetEntry, enableAppCheckDebugTokenGeneration, firebaseAuthState, firebaseAuthTokenFromUser, firebaseCollectionStoreCreateFunction, firebaseCollectionStoreCrudFunction, firebaseContextServiceEntityMap, firebaseDocumentStoreCreateFunction, firebaseDocumentStoreCrudFunction, firebaseDocumentStoreDeleteFunction, firebaseDocumentStoreInvokeFunction, firebaseDocumentStoreReadFunction, firebaseDocumentStoreUpdateFunction, firebaseIdToken, firebaseProviderIdToLoginMethodType, isDbxFirebaseModelEntityWithStore, isStandaloneWebApp, linkDocumentStoreToParentContextStores, loginMethodTypeToFirebaseProviderId, modelDoesNotExistError, notificationHealthCheckProbeIssueLabel, parseDbxFirebaseEmulatorsConfig, provideDbxFirebase, provideDbxFirebaseAnalyticsUserEventsListenerService, provideDbxFirebaseApp, provideDbxFirebaseAuth, provideDbxFirebaseAuthImpersonation, provideDbxFirebaseCollectionStoreDirective, provideDbxFirebaseCollectionWithParentStoreDirective, provideDbxFirebaseDevelopment, provideDbxFirebaseDocumentStoreContextStore, provideDbxFirebaseDocumentStoreDirective, provideDbxFirebaseDocumentStoreTwoWayKeyProvider, provideDbxFirebaseFunctions, provideDbxFirebaseLogin, provideDbxFirebaseModelContextService, provideDbxFirebaseModelEntitiesWidgetService, provideDbxFirebaseNotifications, provideDbxFirebaseStorageFileService, provideDbxFirestoreCollection, provideNotificationFirestoreCollections, provideStorageFileFirestoreCollections, provideSystemStateFirestoreCollections, providedDbxFirebaseStorage, readDbxAnalyticsUserPropertiesFromAuthUserInfo, readValueFromIdToken, resolveDbxFirebaseAuthFlow, setParentStoreEffect, stateFromTokenForLoggedInUserFunction, storageFileUploadFiles, storageFileUploadHandler };
|
|
6612
|
+
export type { AuthRolesObsWithClaimsServiceConfig, AuthUserInfo, AuthUserStateObsFunction, CreateDbxFirebaseAppCheckParams, CreateDbxFirebaseAuthParams, CreateDbxFirebaseFirestoreParams, CreateDbxFirebaseFunctionsParams, CreateDbxFirebaseStorageParams, DbxFirebaseAnalyticsUserPropertiesFactory, DbxFirebaseAppCheckConfig, DbxFirebaseAppOptions, DbxFirebaseAuthContextInfo, DbxFirebaseAuthFlow, DbxFirebaseAuthLoginPasswordConfig, DbxFirebaseAuthLoginProvider, DbxFirebaseAuthLoginProviderAssets, DbxFirebaseCollectionChangeTrigger, DbxFirebaseCollectionChangeTriggerFunction, DbxFirebaseCollectionChangeTriggerInstanceConfig, DbxFirebaseCollectionChangeWatcher, DbxFirebaseCollectionChangeWatcherEvent, DbxFirebaseCollectionChangeWatcherInstance, DbxFirebaseCollectionChangeWatcherTriggerMode, DbxFirebaseCollectionHasChangeDirectiveMode, DbxFirebaseCollectionLoader, DbxFirebaseCollectionLoaderAccessor, DbxFirebaseCollectionLoaderAccessorWithAccumulator, DbxFirebaseCollectionLoaderInstanceData, DbxFirebaseCollectionLoaderInstanceInitConfig, DbxFirebaseCollectionLoaderWithAccumulator, DbxFirebaseCollectionMode, DbxFirebaseCollectionStore, DbxFirebaseCollectionStoreContextState, DbxFirebaseCollectionStoreCreateFunction, DbxFirebaseCollectionStoreCrudFunction, DbxFirebaseCollectionWithParentStore, DbxFirebaseCollectionWithParentStoreContextState, DbxFirebaseCompletePasswordResetInput, DbxFirebaseComponentStoreSetParentEffectFunction, DbxFirebaseComponentStoreWithParent, DbxFirebaseComponentStoreWithParentContextState, DbxFirebaseComponentStoreWithParentSetParentEffectFunction, DbxFirebaseComponentStoreWithParentSetParentSourceModeFunction, DbxFirebaseComponentStoreWithParentSetParentStoreEffectFunction, DbxFirebaseComponentStoreWithParentSourceMode, DbxFirebaseDevelopmentPopupContentFormInput, DbxFirebaseDevelopmentPopupContentFormValue, DbxFirebaseDevelopmentWidgetEntry, DbxFirebaseDocumentLoader, DbxFirebaseDocumentLoaderInstanceInitConfig, DbxFirebaseDocumentReadOnlyStore, DbxFirebaseDocumentStore, DbxFirebaseDocumentStoreContextState, DbxFirebaseDocumentStoreContextStoreEntry, DbxFirebaseDocumentStoreContextStoreEntryNumber, DbxFirebaseDocumentStoreContextStoreEntryWithIdentity, DbxFirebaseDocumentStoreContextStoreState, DbxFirebaseDocumentStoreCreateFunction, DbxFirebaseDocumentStoreCrudFunction, DbxFirebaseDocumentStoreFunction, DbxFirebaseDocumentStoreFunctionParams, DbxFirebaseDocumentStoreFunctionParamsInput, DbxFirebaseDocumentWithParentStore, DbxFirebaseDocumentWithParentStoreContextState, DbxFirebaseEmailFormConfig, DbxFirebaseEmailFormValue, DbxFirebaseEmailRecoveryFormValue, DbxFirebaseEmulatorConfig, DbxFirebaseEmulatorsConfig, DbxFirebaseEnvironmentOptions, DbxFirebaseIdRouteParamRedirect, DbxFirebaseIdRouteParamRedirectInstance, DbxFirebaseInContextFirebaseModelInfoServiceInstance, DbxFirebaseInContextFirebaseModelRolesServiceInstance, DbxFirebaseInContextFirebaseModelServiceInstance, DbxFirebaseInContextFirebaseModelServiceInstanceFactory, DbxFirebaseLoginButtonConfig, DbxFirebaseLoginButtonInjectionData, DbxFirebaseLoginEmailContentComponentConfig, DbxFirebaseLoginEmailContentMode, DbxFirebaseLoginListItemInjectionComponentConfig, DbxFirebaseLoginMode, DbxFirebaseModelContextServiceFactory, DbxFirebaseModelContextServiceInfoInstanceFactory, DbxFirebaseModelContextServiceInfoInstanceFactoryConfig, DbxFirebaseModelDisplayInfo, DbxFirebaseModelEntitiesPopoverButtonConfig, DbxFirebaseModelEntitiesPopoverConfig, DbxFirebaseModelEntitiesPopoverConfigWithoutOrigin, DbxFirebaseModelEntitiesWidgetEntry, DbxFirebaseModelEntitiesWidgetInjectionConfig, DbxFirebaseModelEntitiesWidgetInjectionConfigFactory, DbxFirebaseModelEntitiesWidgetServiceConfigFactory, DbxFirebaseModelEntity, DbxFirebaseModelEntityWithKey, DbxFirebaseModelEntityWithKeyAndStore, DbxFirebaseModelEntityWithStore, DbxFirebaseModelHistoryPopoverButtonConfig, DbxFirebaseModelHistoryPopoverConfig, DbxFirebaseModelHistoryPopoverConfigWithoutOrigin, DbxFirebaseModelTrackerFilterItem, DbxFirebaseModelTrackerHistoryFilter, DbxFirebaseModelTypeInfo, DbxFirebaseModelTypeInstanceListItem, DbxFirebaseModelTypesMap, DbxFirebaseModelTypesServiceEntry, DbxFirebaseModelTypesServiceInstance, DbxFirebaseModelTypesServiceInstancePair, DbxFirebaseModelTypesServiceInstancePairForKeysFactory, DbxFirebaseNotificationHealthCheckDialogButtonComponentConfig, DbxFirebaseNotificationHealthCheckDialogComponentConfig, DbxFirebaseNotificationHealthCheckIssuePresentation, DbxFirebaseNotificationHealthCheckMethodProbeActionConfig, DbxFirebaseNotificationHealthCheckPresentationEntry, DbxFirebaseNotificationHealthCheckProbeActionMap, DbxFirebaseNotificationItemStorePopoverButtonConfig, DbxFirebaseNotificationItemStorePopoverParams, DbxFirebaseNotificationItemStoreState, DbxFirebaseNotificationItemWidgetEntry, DbxFirebaseNotificationItemWidgetEntryRegistration, DbxFirebaseNotificationUserHealthCheckProbeVerification, DbxFirebaseNotificationUserHealthCheckRunParams, DbxFirebaseNotificationUserHealthCheckStoreState, DbxFirebasePasswordResetFormConfig, DbxFirebasePasswordResetFormValue, DbxFirebaseResolvedAuthFlow, DbxFirebaseSourceSelectLoadSourceConfig, DbxFirebaseStorageContextConfigFactory, DbxFirebaseStorageFileDownloadButtonConfig, DbxFirebaseStorageFileDownloadButtonSource, DbxFirebaseStorageFileDownloadDetails, DbxFirebaseStorageFileDownloadServiceCustomSource, DbxFirebaseStorageFileDownloadServiceCustomSourceDownloadFunction, DbxFirebaseStorageFileDownloadUrlPair, DbxFirebaseStorageFileDownloadUrlPairString, DbxFirebaseStorageFileDownloadUrlPairsRecord, DbxFirebaseStorageFileDownloadUserCache, DbxFirebaseStorageFileImageCompressionFileModifierConfig, DbxFirebaseStorageFileImageCompressionLogger, DbxFirebaseStorageFileUploadFileModifier, DbxFirebaseStorageFileUploadStoreAllowedTypes, DbxFirebaseStorageFileUploadStoreFileProgress, DbxFirebaseStorageFileUploadStoreState, DbxFirebaseStorageFileUploadStoreUploadStage, DbxLimitedFirebaseDocumentLoader, DefaultDbxFirebaseAuthServiceDelegateWithClaimsServiceConfig, FirebaseDocumentStoreFunctionConfig, FirebaseLoginMethodCategory, FirebaseLoginMethodType, KnownFirebaseLoginMethodCategory, KnownFirebaseLoginMethodType, NotificationItemWithSelection, ProvideDbxFirebaseAppConfig, ProvideDbxFirebaseAuthConfig, ProvideDbxFirebaseAuthImpersonationConfig, ProvideDbxFirebaseConfig, ProvideDbxFirebaseDevelopmentConfig, ProvideDbxFirebaseFirestoreCollectionConfig, ProvideDbxFirebaseFunctionsConfig, ProvideDbxFirebaseLoginConfig, ProvideDbxFirebaseModelContextServiceConfig, ProvideDbxFirebaseModelEntitiesWidgetServiceConfig, ProvideDbxFirebaseNotificationsConfig, ProvideDbxFirebaseStorageConfig, ScheduledFunctionDevelopmentFirebaseFunctionListEntryWithSelection, StateFromTokenFunction, StorageFileUploadConfig, StorageFileUploadConfigFactory, StorageFileUploadConfigOptions, StorageFileUploadFilesEvent, StorageFileUploadFilesFinalFileResult, StorageFileUploadFilesFinalResult, StorageFileUploadFilesInput, StorageFileUploadFilesInstance, StorageFileUploadHandler, StorageFileUploadHandlerConfig, StorageFileUploadHandlerFunction, StorageFileUploadHandlerInstance };
|