Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
feat: add requiresAccessToken to GetExportStatusResponse (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored Oct 13, 2021
1 parent 2a47796 commit a9ad12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bulkDataAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export interface InitiateExportRequest {
export interface GetExportStatusResponse {
jobStatus: ExportJobStatus;
jobOwnerId: string;
requiresAccessToken?: boolean;
exportedFileUrls?: { type: string; url: string }[];
transactionTime?: string;
exportType?: ExportType;
Expand Down

0 comments on commit a9ad12c

Please sign in to comment.