FluidFramework/api-report
RonnyM e923ca952d
Patch InsecureTokenProvider's user parameter with missing field `name` (#13613)
## Description

The `InsecureTokenProvider` constructor requires a `user` field. This
field extends the `IUser` type with an additional `name` field.
This is already a field that InsecureTokenProvider expects, but the type
definitions for the parameters just haven't been updated accordingly.

I have already opened a PR to update the documentations accordingly:
* https://github.com/MicrosoftDocs/azure-docs/pull/100676

Co-authored-by: Joshua Smithrud <54606601+Josmithr@users.noreply.github.com>
2023-01-25 10:45:12 -08:00
..
.gitignore
aqueduct.api.md docs: Improve `@fluidframework/fluid-static` API docs (#10810) 2022-06-27 17:05:47 -07:00
attributor.api.md Make @fluidframework/attributor public (#13419) 2022-12-21 13:35:59 -08:00
azure-client.api.md Add eslint rules to require source-code docs on *most* module-exported members (#12708) 2022-10-28 15:43:18 -07:00
azure-service-utils.api.md docs: Improve `@fluidframework/azure-service-utils` API docs (#10600) 2022-06-24 11:21:31 -07:00
cell.api.md refactor: Upgrade eslint config in `cell` from `minimal` to `strict` and fix linter violations (#13500) 2023-01-04 16:31:01 -08:00
container-definitions.api.md Main to next 2023-01-24 09:32:45 -06:00
container-loader.api.md Provide capability to dispose Container (#13617) 2023-01-17 15:54:11 -08:00
container-runtime-definitions.api.md Main to next 2022-10-03 16:51:12 -07:00
container-runtime.api.md Main to next 2023-01-22 21:39:12 -06:00
container-utils.api.md Expose new UsageError in DriverErrorType (#10950) 2022-07-25 22:59:39 +00:00
core-interfaces.api.md Main to next 2023-01-19 09:47:31 -06:00
core-utils.api.md Refactor: compareArray() -> coreutils (#13628) 2023-01-23 11:34:24 -08:00
counter.api.md ApplyStashedOps for SharedCounter (#12288) 2022-10-07 11:51:18 -07:00
data-object-base.api.md Remove Remaining IFluidObject References (#9784) 2022-04-08 09:23:55 -07:00
datastore-definitions.api.md Main to next 2023-01-19 09:47:31 -06:00
datastore.api.md Main to next 2023-01-19 09:47:31 -06:00
dds-interceptions.api.md
debugger.api.md Main to next 2022-10-03 16:51:12 -07:00
driver-base.api.md Move IAnyDriverError to driver-definitions (#12233) 2022-10-04 11:15:12 -07:00
driver-definitions.api.md [next] Driver Policy: Upcoming change notice for possible breaking change (#13787) 2023-01-25 08:59:07 -08:00
driver-utils.api.md R11s Driver: Add 5 day expiration to the in-memory cache for compatibility with GC (#12557) 2022-12-22 07:50:02 -08:00
driver-web-cache.api.md FI main to next (#9515) 2022-03-16 17:52:44 -07:00
experimental-tree.api.md Send telemetry on failed-to-apply changes in experimental SharedTree (#13362) 2022-12-13 17:25:32 -08:00
file-driver.api.md Remove usage of IDocumentStorageService.write (#9813) 2022-04-25 14:55:53 -07:00
fluid-framework.api.md Change all `export *` in `package/framework` to named exports (#12424) 2022-10-14 15:01:37 -04:00
fluid-static.api.md feat: Add internal container accessor to `IFluidContainer` (#13222) 2022-12-12 11:26:09 -08:00
garbage-collector.api.md Fixed bug where GC data is not updated in summarizer node on refreshLatestSummaryFromSnapshot (#13361) 2022-12-22 09:03:08 -08:00
ink.api.md Remove SharedObjectCore.is and .registerCore (#8841) 2022-02-01 14:09:37 -08:00
location-redirection-utils.api.md Add Location redirection handling package (#10665) 2022-06-29 13:58:10 -07:00
map.api.md Create an undispose event for rolling back delete of a subdirectory (#13341) 2023-01-17 12:11:38 -08:00
matrix.api.md Integrate main to next (#10011) 2022-04-28 12:22:09 -07:00
merge-tree.api.md Move Test Only Metric from MergeTree Client to TestClient (#13703) 2023-01-19 17:42:07 -08:00
mocha-test-setup.api.md Main to next 2023-01-19 09:47:31 -06:00
odsp-driver-definitions.api.md Fix missing datastore info in resolved url in location redirection handling (#13733) 2023-01-24 15:23:42 -08:00
odsp-driver.api.md Fix missing datastore info in resolved url in location redirection handling (#13733) 2023-01-24 15:23:42 -08:00
oldest-client-observer.api.md Move OldestClientObserver to @fluid-experimental/oldest-client-observer 2022-08-02 17:03:58 +00:00
ordered-collection.api.md Remove SharedObjectCore.is and .registerCore (#8841) 2022-02-01 14:09:37 -08:00
pact-map.api.md Rename Quorum DDS to PactMap (#13646) 2023-01-17 13:03:47 -08:00
register-collection.api.md Remove SharedObjectCore.is and .registerCore (#8841) 2022-02-01 14:09:37 -08:00
replay-driver.api.md Remove usage of IDocumentStorageService.write (#9813) 2022-04-25 14:55:53 -07:00
request-handler.api.md Remove IFluidObject from Default IFluidHandle Generic (#9780) 2022-04-07 15:39:00 -07:00
routerlicious-driver.api.md [ Client ] Send to a client a different websocket server url if provided (#11725) 2022-09-08 10:15:29 -07:00
runtime-definitions.api.md Main to next 2023-01-24 14:14:44 -06:00
runtime-utils.api.md Main to next 2023-01-22 21:39:12 -06:00
sequence-deprecated.api.md Move deprecated DDSs from dds/sequence to new packages (#11066) 2022-08-05 17:18:36 +00:00
sequence.api.md Main to next 2023-01-19 09:47:31 -06:00
shared-object-base.api.md docs: Improve `@fluidframework/map` API docs (#10641) 2022-07-15 15:44:21 -07:00
shared-summary-block.api.md Remove SharedObjectCore.is and .registerCore (#8841) 2022-02-01 14:09:37 -08:00
synthesize.api.md Synthesize Decoupled from IFluidObject and Deprecations Removed (#8858) 2022-01-26 09:17:46 -08:00
task-manager.api.md [TaskManager] Rename package to @fluidframework/task-manager (#12386) 2022-12-07 12:40:02 -05:00
telemetry-utils.api.md Main to next 2023-01-19 09:47:31 -06:00
test-client-utils.api.md
test-driver-definitions.api.md Integrate main branch to next through commit 06d7e6b (#10446) 2022-05-27 10:20:01 -07:00
test-drivers.api.md Integrate main branch to next through commit 06d7e6b (#10446) 2022-05-27 10:20:01 -07:00
test-runtime-utils.api.md Patch InsecureTokenProvider's user parameter with missing field `name` (#13613) 2023-01-25 10:45:12 -08:00
test-utils.api.md Main to next 2023-01-24 22:45:42 -06:00
tinylicious-client.api.md Force write mode by default for TinyliciousClient (#12603) 2022-11-04 14:46:25 -04:00
tool-utils.api.md Integrate cc83c0a3bd (#10406) 2022-05-24 11:08:34 -07:00
tree.api.md Tree: Add node count to Delta.MoveIn (#13731) 2023-01-21 11:35:36 -08:00
undo-redo.api.md Main to next (#10652) 2022-06-14 11:29:10 -07:00
view-adapters.api.md refactor: Bump deps on `@fluidframework/eslint-config-fluid` to `2.0.0` in client packages and fix linter violations (#13336) 2022-12-14 16:09:20 -08:00
view-interfaces.api.md
web-code-loader.api.md Replace ICodeLoader with ICodeDetailsLoader (#9697) 2022-04-05 11:34:44 -07:00