fams-ts 1.0.23 → 1.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/approvals.d.ts +12 -1
- package/dist/budget.d.ts +0 -3
- package/dist/index.d.ts +2 -2
- package/dist/reporting.d.ts +6 -0
- package/package.json +1 -1
package/dist/approvals.d.ts
CHANGED
|
@@ -160,10 +160,22 @@ export interface AuthorityResponse {
|
|
|
160
160
|
export interface Body_upload_attachment_approvals__id__attach__post {
|
|
161
161
|
file: string;
|
|
162
162
|
description?: string;
|
|
163
|
+
fileName?: string;
|
|
164
|
+
}
|
|
165
|
+
export interface Body_upload_attachments_bulk_approvals__id__attach_bulk__post {
|
|
166
|
+
files: string[];
|
|
167
|
+
description?: string;
|
|
168
|
+
fileNames?: string[];
|
|
163
169
|
}
|
|
164
170
|
export interface Body_upload_payment_approval_approvals_upload__post {
|
|
165
171
|
file: string;
|
|
166
172
|
processMetadata?: string;
|
|
173
|
+
documentName?: string;
|
|
174
|
+
}
|
|
175
|
+
export interface Body_upload_payment_approvals_bulk_approvals_upload_bulk__post {
|
|
176
|
+
files: string[];
|
|
177
|
+
processMetadata?: string;
|
|
178
|
+
documentNames?: string[];
|
|
167
179
|
}
|
|
168
180
|
export interface CompositeInstructionLineRequest {
|
|
169
181
|
amount: number | string;
|
|
@@ -222,7 +234,6 @@ export interface DocumentExportResponse {
|
|
|
222
234
|
export interface FolderApprovalsResponse {
|
|
223
235
|
folder: FolderResponse;
|
|
224
236
|
approvals: PaymentApprovalSummaryResponse[];
|
|
225
|
-
totalCount: number;
|
|
226
237
|
}
|
|
227
238
|
export interface FolderMembershipResponse {
|
|
228
239
|
approvalId: string;
|
package/dist/budget.d.ts
CHANGED
|
@@ -126,9 +126,6 @@ export interface BudgetHeadTransactionHistoryResponse {
|
|
|
126
126
|
totalActual: number;
|
|
127
127
|
available: number;
|
|
128
128
|
transactions: BudgetHeadTransactionEntry[];
|
|
129
|
-
totalCount: number;
|
|
130
|
-
page: number;
|
|
131
|
-
pageSize: number;
|
|
132
129
|
}
|
|
133
130
|
export interface BudgetHeadUpdateRequest {
|
|
134
131
|
name?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* Auto-generated index.
|
|
3
3
|
*/
|
|
4
4
|
export { AccountCreateRequest, AccountResponse, Body_open_period_master_periods_open__period_code___post, HTTPValidationError, OpeningBalanceRequest, OpeningBalanceResponse, PeriodResponse, SettingsCategoryRequest, SettingsCategoryResponse, ValidationError } from './account';
|
|
5
|
-
export { AIEDetailResponse, AIEDocumentDetailsResponse, AddApprovalCommentRequest, AddApprovalInstructionRequest, AddApprovalToFolderRequest, AddApprovalToFolderResponse, AddCompositeApprovalInstructionRequest, ApprovalActorResponse, ApprovalCommentResponse, ApprovalDocumentUrlResponse, ApprovalInstructionResponse, ApprovalStageHistoryResponse, ApprovalStatusResponse, ApprovePaymentApprovalRequest, AssignApprovalRequest, AssignmentResponse, AssignmentUserSchema, AttachmentResponse, AuthorityResponse, Body_upload_attachment_approvals__id__attach__post, Body_upload_payment_approval_approvals_upload__post, CompositeInstructionLineRequest, CreateAuthorityRequest, CreateDestinationRequest, CreateFolderRequest, DeleteFolderResponse, DepartmentSummaryResponse, DestinationResponse, DocumentExportResponse, FolderApprovalsResponse, FolderMembershipResponse, FolderResponse, GLPostingResponse, InlinePaymentDestinationRequest, PaymentApprovalDetailResponse, PaymentApprovalResponse, PaymentApprovalSummaryResponse, PaymentStatusResponse, PaymentVoucherDeductionResponse, PaymentVoucherDetailResponse, PaymentVoucherDocumentDetailsResponse, PostToGLRequest, ProcessedApprovalResponse, RejectPaymentApprovalRequest, RemoveApprovalFromFolderResponse, RenameApprovalDocumentRequest, RenameApprovalDocumentResponse, ReturnPaymentApprovalRequest, SubmitApprovalRequest, UpdateFolderRequest, VoucherResponse } from './approvals';
|
|
5
|
+
export { AIEDetailResponse, AIEDocumentDetailsResponse, AddApprovalCommentRequest, AddApprovalInstructionRequest, AddApprovalToFolderRequest, AddApprovalToFolderResponse, AddCompositeApprovalInstructionRequest, ApprovalActorResponse, ApprovalCommentResponse, ApprovalDocumentUrlResponse, ApprovalInstructionResponse, ApprovalStageHistoryResponse, ApprovalStatusResponse, ApprovePaymentApprovalRequest, AssignApprovalRequest, AssignmentResponse, AssignmentUserSchema, AttachmentResponse, AuthorityResponse, Body_upload_attachment_approvals__id__attach__post, Body_upload_attachments_bulk_approvals__id__attach_bulk__post, Body_upload_payment_approval_approvals_upload__post, Body_upload_payment_approvals_bulk_approvals_upload_bulk__post, CompositeInstructionLineRequest, CreateAuthorityRequest, CreateDestinationRequest, CreateFolderRequest, DeleteFolderResponse, DepartmentSummaryResponse, DestinationResponse, DocumentExportResponse, FolderApprovalsResponse, FolderMembershipResponse, FolderResponse, GLPostingResponse, InlinePaymentDestinationRequest, PaymentApprovalDetailResponse, PaymentApprovalResponse, PaymentApprovalSummaryResponse, PaymentStatusResponse, PaymentVoucherDeductionResponse, PaymentVoucherDetailResponse, PaymentVoucherDocumentDetailsResponse, PostToGLRequest, ProcessedApprovalResponse, RejectPaymentApprovalRequest, RemoveApprovalFromFolderResponse, RenameApprovalDocumentRequest, RenameApprovalDocumentResponse, ReturnPaymentApprovalRequest, SubmitApprovalRequest, UpdateFolderRequest, VoucherResponse } from './approvals';
|
|
6
6
|
export { AssetCreateSchema, LiabilityCreateSchema, ReceivableCreateSchema } from './assets';
|
|
7
7
|
export { ActiveSessionSchema, AssignUserRoleSchema, ChangePasswordSchema, CreateDepartmentSchema, CreatePermissionSchema, CreateRoleSchema, DepartmentSchema, LoginResponseSchema, ManagedUserRegisterSchema, PermissionSchema, RefreshTokenSchema, RolePermissionsSchema, RoleSchema, SessionSchema, UpdateRoleSchema, UserInfoSchema, UserLoginSchema, UserLookupSchema, UserPermissionOverrideSchema } from './auth';
|
|
8
8
|
export { AIECompositeLineRequest, AIEDocumentDetailsRequest, AIELineResponse, AIERequest, AIEResponse, BudgetHeadCreateRequest, BudgetHeadResponse, BudgetHeadTransactionEntry, BudgetHeadTransactionHistoryResponse, BudgetHeadUpdateRequest, BulkBudgetHeadCreateRequest, BulkBudgetHeadCreateResponse, CompositeAIERequest, UpdateAIERequest, VoteBookEntryResponse, VoteBookResponse } from './budget';
|
|
9
9
|
export { PaymentLineCreateRequest, PaymentLineResponse, PaymentVoucherCreateRequest, PaymentVoucherDeductionRequest, PaymentVoucherDocumentDetailsRequest, PaymentVoucherResponse } from './expenditure';
|
|
10
10
|
export { MarkReadRequest, NotificationResponse } from './notifications';
|
|
11
11
|
export { ReceiptResponse, RecordReceiptRequest } from './receipts';
|
|
12
|
-
export { ReportExportResponse } from './reporting';
|
|
12
|
+
export { ReportExportAllResponse, ReportExportResponse } from './reporting';
|
|
13
13
|
export { BankAccountCreateSchema, BankAccountSchema, OutstandingReceiptSchema, PaymentProcessSchema, ReceiptDepositBatchCreateSchema, ReceiptDepositBatchResponse } from './treasury';
|
package/dist/reporting.d.ts
CHANGED
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
export interface HTTPValidationError {
|
|
6
6
|
detail?: ValidationError[];
|
|
7
7
|
}
|
|
8
|
+
export interface ReportExportAllResponse {
|
|
9
|
+
period: string;
|
|
10
|
+
format: string;
|
|
11
|
+
totalReports: number;
|
|
12
|
+
exports: ReportExportResponse[];
|
|
13
|
+
}
|
|
8
14
|
export interface ReportExportResponse {
|
|
9
15
|
format: string;
|
|
10
16
|
filename: string;
|