Skip to content

Commit

Permalink
rebased changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pragya91 committed Jan 11, 2024
1 parent f5b553b commit a29b4e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/drivers/odsp-driver-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
"RemovedEnumDeclaration_OdspErrorType": {
"forwardCompat": false,
"backCompat": false
},
"RemovedEnumDeclaration_ShareLinkTypes": {
"backCompat": false,
"forwardCompat": false
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/odsp-driver/api-report/odsp-driver.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export enum ClpCompliantAppHeader {
export function createLocalOdspDocumentServiceFactory(localSnapshot: Uint8Array | string): IDocumentServiceFactory;

// @alpha
export function createOdspCreateContainerRequest(siteUrl: string, driveId: string, filePath: string, fileName: string, createShareLinkType?: ShareLinkTypes | ISharingLinkKind): IRequest;
export function createOdspCreateContainerRequest(siteUrl: string, driveId: string, filePath: string, fileName: string, createShareLinkType?: ISharingLinkKind): IRequest;

// @alpha
export function createOdspUrl(l: OdspFluidDataStoreLocator): string;
Expand Down
2 changes: 0 additions & 2 deletions packages/drivers/odsp-driver/src/odspDriverUrlResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import {
import {
IOdspResolvedUrl,
OdspErrorTypes,
ShareLinkTypes,
ShareLinkInfoType,
} from "@fluidframework/odsp-driver-definitions";
import { NonRetryableError } from "@fluidframework/driver-utils";
import { createOdspUrl } from "./createOdspUrl";
Expand Down

0 comments on commit a29b4e9

Please sign in to comment.