Skip to content

Commit

Permalink
feat!: Update public api
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Dec 19, 2024
1 parent 0ce146b commit 0a0716b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/ConfidenceProvider_public_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
{
"name": "initialize(initialContext:)",
"declaration": "public func initialize(initialContext: OpenFeature.EvaluationContext?)"
"declaration": "public func initialize(initialContext: OpenFeature.EvaluationContext?) async throws"
},
{
"name": "onContextSet(oldContext:newContext:)",
"declaration": "public func onContextSet(\n oldContext: OpenFeature.EvaluationContext?,\n newContext: OpenFeature.EvaluationContext\n)"
"declaration": "public func onContextSet(\n oldContext: OpenFeature.EvaluationContext?,\n newContext: OpenFeature.EvaluationContext\n) async"
},
{
"name": "getBooleanEvaluation(key:defaultValue:context:)",
Expand All @@ -36,7 +36,7 @@
},
{
"name": "observe()",
"declaration": "public func observe() -> AnyPublisher<OpenFeature.ProviderEvent, Never>"
"declaration": "public func observe() -> AnyPublisher<OpenFeature.ProviderEvent?, Never>"
}
]
}
Expand Down

0 comments on commit 0a0716b

Please sign in to comment.