Skip to content

Commit 85c5cd1

Browse files
Generate apidocs
1 parent 1df9cc3 commit 85c5cd1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

etc/firebase-admin.api.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,16 @@ export function remoteConfig(app?: App): remoteConfig.RemoteConfig;
434434

435435
// @public (undocumented)
436436
export namespace remoteConfig {
437+
// Warning: (ae-forgotten-export) The symbol "ExperimentParameterValue" needs to be exported by the entry point default-namespace.d.ts
438+
export type ExperimentParameterValue = ExperimentParameterValue;
439+
// Warning: (ae-forgotten-export) The symbol "ExperimentValue" needs to be exported by the entry point default-namespace.d.ts
440+
export type ExperimentValue = ExperimentValue;
441+
// Warning: (ae-forgotten-export) The symbol "ExperimentVariantExplicitValue" needs to be exported by the entry point default-namespace.d.ts
442+
export type ExperimentVariantExplicitValue = ExperimentVariantExplicitValue;
443+
// Warning: (ae-forgotten-export) The symbol "ExperimentVariantNoChange" needs to be exported by the entry point default-namespace.d.ts
444+
export type ExperimentVariantNoChange = ExperimentVariantNoChange;
445+
// Warning: (ae-forgotten-export) The symbol "ExperimentVariantValue" needs to be exported by the entry point default-namespace.d.ts
446+
export type ExperimentVariantValue = ExperimentVariantValue;
437447
// Warning: (ae-forgotten-export) The symbol "ExplicitParameterValue" needs to be exported by the entry point default-namespace.d.ts
438448
export type ExplicitParameterValue = ExplicitParameterValue;
439449
// Warning: (ae-forgotten-export) The symbol "InAppDefaultValue" needs to be exported by the entry point default-namespace.d.ts
@@ -444,6 +454,10 @@ export namespace remoteConfig {
444454
export type ListVersionsResult = ListVersionsResult;
445455
// Warning: (ae-forgotten-export) The symbol "ParameterValueType" needs to be exported by the entry point default-namespace.d.ts
446456
export type ParameterValueType = ParameterValueType;
457+
// Warning: (ae-forgotten-export) The symbol "PersonalizationParameterValue" needs to be exported by the entry point default-namespace.d.ts
458+
export type PersonalizationParameterValue = PersonalizationParameterValue;
459+
// Warning: (ae-forgotten-export) The symbol "PersonalizationValue" needs to be exported by the entry point default-namespace.d.ts
460+
export type PersonalizationValue = PersonalizationValue;
447461
// Warning: (ae-forgotten-export) The symbol "RemoteConfig" needs to be exported by the entry point default-namespace.d.ts
448462
export type RemoteConfig = RemoteConfig;
449463
// Warning: (ae-forgotten-export) The symbol "RemoteConfigCondition" needs to be exported by the entry point default-namespace.d.ts
@@ -458,6 +472,10 @@ export namespace remoteConfig {
458472
export type RemoteConfigTemplate = RemoteConfigTemplate;
459473
// Warning: (ae-forgotten-export) The symbol "RemoteConfigUser" needs to be exported by the entry point default-namespace.d.ts
460474
export type RemoteConfigUser = RemoteConfigUser;
475+
// Warning: (ae-forgotten-export) The symbol "RolloutParameterValue" needs to be exported by the entry point default-namespace.d.ts
476+
export type RolloutParameterValue = RolloutParameterValue;
477+
// Warning: (ae-forgotten-export) The symbol "RolloutValue" needs to be exported by the entry point default-namespace.d.ts
478+
export type RolloutValue = RolloutValue;
461479
// Warning: (ae-forgotten-export) The symbol "TagColor" needs to be exported by the entry point default-namespace.d.ts
462480
export type TagColor = TagColor;
463481
// Warning: (ae-forgotten-export) The symbol "Version" needs to be exported by the entry point default-namespace.d.ts

etc/firebase-admin.remote-config.api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,12 @@ export interface RemoteConfigParameterGroup {
196196
};
197197
}
198198

199+
// Warning: (ae-forgotten-export) The symbol "RolloutParameterValue" needs to be exported by the entry point index.d.ts
200+
// Warning: (ae-forgotten-export) The symbol "PersonalizationParameterValue" needs to be exported by the entry point index.d.ts
201+
// Warning: (ae-forgotten-export) The symbol "ExperimentParameterValue" needs to be exported by the entry point index.d.ts
202+
//
199203
// @public
200-
export type RemoteConfigParameterValue = ExplicitParameterValue | InAppDefaultValue;
204+
export type RemoteConfigParameterValue = ExplicitParameterValue | InAppDefaultValue | RolloutParameterValue | PersonalizationParameterValue | ExperimentParameterValue;
201205

202206
// @public
203207
export interface RemoteConfigTemplate {

0 commit comments

Comments
 (0)