-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4607207
commit 373ff2d
Showing
7 changed files
with
63 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { RequestOption } from "./requestOption"; | ||
|
||
/** Configuration for the request such as headers, query parameters, and middleware options. */ | ||
export class CommonRequestConfiguration { | ||
/** Request headers */ | ||
public headers?: Record<string, string> | undefined; | ||
/** Request options */ | ||
public options?: RequestOption[] | undefined; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
packages/test/generatedCode/models/microsoft/graph/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
export * from './entity' | ||
export * from './outlookItem' | ||
export * from './emailAddress' | ||
export * from './followupFlag' | ||
export * from './itemBody' | ||
export * from './inferenceClassificationOverride' | ||
export * from './message' | ||
export * from './singleValueLegacyExtendedProperty' | ||
export * from './messageRuleActions' | ||
export * from './inferenceClassification' | ||
export * from './messageRule' | ||
export * from './recipient' | ||
export * from './extension' | ||
export * from './dateTimeTimeZone' | ||
export * from './mailFolder' | ||
export * from './attachment' | ||
export * from './singleValueLegacyExtendedProperty' | ||
export * from './internetMessageHeader' | ||
export * from './followupFlag' | ||
export * from './itemBody' | ||
export * from './messageRulePredicates' | ||
export * from './sizeRange' | ||
export * from './messageRule' | ||
export * from './multiValueLegacyExtendedProperty' | ||
export * from './mailFolder' | ||
export * from './recipient' | ||
export * from './messageRulePredicates' | ||
export * from './dateTimeTimeZone' | ||
export * from './extension' | ||
export * from './inferenceClassificationOverride' | ||
export * from './internetMessageHeader' | ||
export * from './inferenceClassification' | ||
export * from './emailAddress' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters