Skip to content

Commit 358ce15

Browse files
Merge pull request #163 from regulaforensics/fix/sp-17951
Resolve types updating
2 parents dcfa35a + e78152d commit 358ce15

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ext/document-reader.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ export class DocumentReaderApi {
131131
* @param {*} [options] Override http request option.
132132
* @throws {RequiredError}
133133
*/
134-
async getTransactionsByTag(tagId: number, options?: any) {
135-
return this.transactionApi.apiV2TagTagIdTransactionsGet(tagId, options);
136-
}
134+
// async getTransactionsByTag(tagId: number, options?: any) {
135+
// return this.transactionApi.apiV2TagTagIdTransactionsGet(tagId, options);
136+
// }
137137

138138
/**
139139
*
@@ -142,9 +142,9 @@ export class DocumentReaderApi {
142142
* @param {*} [options] Override http request option.
143143
* @throws {RequiredError}
144144
*/
145-
async deleteReprocessTransactionsByTag(tagId: number, options?: any) {
146-
return this.transactionApi.apiV2TagTagIdDelete(tagId, options);
147-
}
145+
// async deleteReprocessTransactionsByTag(tagId: number, options?: any) {
146+
// return this.transactionApi.apiV2TagTagIdDelete(tagId, options);
147+
// }
148148

149149
/**
150150
*

0 commit comments

Comments
 (0)