HoppRequestSaveContext.ts (hoppscotch-2.0.0) | : | HoppRequestSaveContext.ts (hoppscotch-2.1.0) | ||
---|---|---|---|---|
skipping to change at line 31 | skipping to change at line 31 | |||
} | } | |||
| { | | { | |||
/** | /** | |||
* The origin source of the request | * The origin source of the request | |||
*/ | */ | |||
originLocation: "team-collection" | originLocation: "team-collection" | |||
/** | /** | |||
* ID of the request in the team | * ID of the request in the team | |||
*/ | */ | |||
requestID: string | requestID: string | |||
/** | ||||
* ID of the team | ||||
*/ | ||||
teamID?: string | ||||
/** | ||||
* ID of the collection loaded | ||||
*/ | ||||
collectionID?: string | ||||
} | } | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |