Skip to content

Commit

Permalink
Automated update by SDK Generator (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd authored Sep 18, 2024
1 parent 5691a54 commit 9cd92e7
Show file tree
Hide file tree
Showing 720 changed files with 9,096 additions and 3,590 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apideck/node",
"version": "3.4.0",
"version": "3.4.1",
"description": "Apideck Node.js SDK",
"keywords": [
"apideck",
Expand Down
3 changes: 2 additions & 1 deletion src/Apideck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ export class Apideck {
headers: {
'x-apideck-app-id': config.appId,
'x-apideck-consumer-id': config.consumerId || '',
'x-apideck-service-id': config?.serviceId || ''
'x-apideck-service-id': config?.serviceId || '',
'user-agent': 'Apideck-node-sdk/3.4.1 Unify-spec/10.7.3'
}
})

Expand Down
32 changes: 32 additions & 0 deletions src/gen/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ BankAccount.md
Benefit.md
Bill.md
BillLineItem.md
BillPayment.md
BillsFilter.md
BillsSort.md
Branch.md
Expand Down Expand Up @@ -112,6 +113,7 @@ CreateApplicantResponse.md
CreateApplicationResponse.md
CreateAttachmentRequest.md
CreateAttachmentResponse.md
CreateBillPaymentResponse.md
CreateBillResponse.md
CreateCommentResponse.md
CreateCompanyResponse.md
Expand All @@ -128,6 +130,7 @@ CreateDriveResponse.md
CreateEcommerceCustomerResponse.md
CreateEcommerceOrderResponse.md
CreateEmployeeResponse.md
CreateExpenseResponse.md
CreateFileRequest.md
CreateFileResponse.md
CreateFolderRequest.md
Expand Down Expand Up @@ -189,6 +192,7 @@ DeleteActivityResponse.md
DeleteApplicantResponse.md
DeleteApplicationResponse.md
DeleteAttachmentResponse.md
DeleteBillPaymentResponse.md
DeleteBillResponse.md
DeleteCommentResponse.md
DeleteCompanyResponse.md
Expand All @@ -202,6 +206,7 @@ DeleteDriveResponse.md
DeleteEcommerceCustomerResponse.md
DeleteEcommerceOrderResponse.md
DeleteEmployeeResponse.md
DeleteExpenseResponse.md
DeleteFileResponse.md
DeleteFolderResponse.md
DeleteHrisCompanyResponse.md
Expand Down Expand Up @@ -237,6 +242,7 @@ DeleteUploadSessionResponse.md
DeleteUserResponse.md
DeleteWebhookResponse.md
Department.md
DeprecatedLinkedSupplier.md
DeprecatedLinkedTrackingCategory.md
Drive.md
DriveGroup.md
Expand Down Expand Up @@ -278,6 +284,8 @@ Error.md
ExecuteWebhookEventRequest.md
ExecuteWebhookEventsRequest.md
ExecuteWebhookResponse.md
Expense.md
ExpenseLineItem.md
FileStorageApi.md
FileStorageApiTest.api.test.ts
FileStorageEventType.md
Expand Down Expand Up @@ -307,6 +315,8 @@ GetApplicationsResponse.md
GetAttachmentResponse.md
GetAttachmentsResponse.md
GetBalanceSheetResponse.md
GetBillPaymentResponse.md
GetBillPaymentsResponse.md
GetBillResponse.md
GetBillsResponse.md
GetCollectionResponse.md
Expand Down Expand Up @@ -353,6 +363,8 @@ GetEmployeePayrollsResponse.md
GetEmployeeResponse.md
GetEmployeeSchedulesResponse.md
GetEmployeesResponse.md
GetExpenseResponse.md
GetExpensesResponse.md
GetFileResponse.md
GetFilesResponse.md
GetFolderResponse.md
Expand Down Expand Up @@ -528,6 +540,8 @@ Payment.md
PaymentCard.md
PaymentFrequency.md
PaymentRequiredResponse.md
PaymentStatus.md
PaymentType.md
PaymentUnit.md
PaymentsFilter.md
PaymentsSort.md
Expand Down Expand Up @@ -617,6 +631,7 @@ UpdateAccountingLocationResponse.md
UpdateActivityResponse.md
UpdateApplicantResponse.md
UpdateApplicationResponse.md
UpdateBillPaymentResponse.md
UpdateBillResponse.md
UpdateCommentResponse.md
UpdateCompanyResponse.md
Expand All @@ -634,6 +649,7 @@ UpdateDriveResponse.md
UpdateEcommerceCustomerResponse.md
UpdateEcommerceOrderResponse.md
UpdateEmployeeResponse.md
UpdateExpenseResponse.md
UpdateFileRequest.md
UpdateFileResponse.md
UpdateFolderRequest.md
Expand Down Expand Up @@ -752,6 +768,7 @@ models/BankAccount.ts
models/Benefit.ts
models/Bill.ts
models/BillLineItem.ts
models/BillPayment.ts
models/BillsFilter.ts
models/BillsSort.ts
models/Branch.ts
Expand Down Expand Up @@ -803,6 +820,7 @@ models/CreateApplicantResponse.ts
models/CreateApplicationResponse.ts
models/CreateAttachmentRequest.ts
models/CreateAttachmentResponse.ts
models/CreateBillPaymentResponse.ts
models/CreateBillResponse.ts
models/CreateCommentResponse.ts
models/CreateCompanyResponse.ts
Expand All @@ -819,6 +837,7 @@ models/CreateDriveResponse.ts
models/CreateEcommerceCustomerResponse.ts
models/CreateEcommerceOrderResponse.ts
models/CreateEmployeeResponse.ts
models/CreateExpenseResponse.ts
models/CreateFileRequest.ts
models/CreateFileResponse.ts
models/CreateFolderRequest.ts
Expand Down Expand Up @@ -878,6 +897,7 @@ models/DeleteActivityResponse.ts
models/DeleteApplicantResponse.ts
models/DeleteApplicationResponse.ts
models/DeleteAttachmentResponse.ts
models/DeleteBillPaymentResponse.ts
models/DeleteBillResponse.ts
models/DeleteCommentResponse.ts
models/DeleteCompanyResponse.ts
Expand All @@ -891,6 +911,7 @@ models/DeleteDriveResponse.ts
models/DeleteEcommerceCustomerResponse.ts
models/DeleteEcommerceOrderResponse.ts
models/DeleteEmployeeResponse.ts
models/DeleteExpenseResponse.ts
models/DeleteFileResponse.ts
models/DeleteFolderResponse.ts
models/DeleteHrisCompanyResponse.ts
Expand Down Expand Up @@ -926,6 +947,7 @@ models/DeleteUploadSessionResponse.ts
models/DeleteUserResponse.ts
models/DeleteWebhookResponse.ts
models/Department.ts
models/DeprecatedLinkedSupplier.ts
models/DeprecatedLinkedTrackingCategory.ts
models/Drive.ts
models/DriveGroup.ts
Expand Down Expand Up @@ -964,6 +986,8 @@ models/EmploymentStatus.ts
models/ExecuteWebhookEventRequest.ts
models/ExecuteWebhookEventsRequest.ts
models/ExecuteWebhookResponse.ts
models/Expense.ts
models/ExpenseLineItem.ts
models/FileStorageEventType.ts
models/FileType.ts
models/FilesFilter.ts
Expand Down Expand Up @@ -991,6 +1015,8 @@ models/GetApplicationsResponse.ts
models/GetAttachmentResponse.ts
models/GetAttachmentsResponse.ts
models/GetBalanceSheetResponse.ts
models/GetBillPaymentResponse.ts
models/GetBillPaymentsResponse.ts
models/GetBillResponse.ts
models/GetBillsResponse.ts
models/GetCollectionResponse.ts
Expand Down Expand Up @@ -1037,6 +1063,8 @@ models/GetEmployeePayrollsResponse.ts
models/GetEmployeeResponse.ts
models/GetEmployeeSchedulesResponse.ts
models/GetEmployeesResponse.ts
models/GetExpenseResponse.ts
models/GetExpensesResponse.ts
models/GetFileResponse.ts
models/GetFilesResponse.ts
models/GetFolderResponse.ts
Expand Down Expand Up @@ -1207,6 +1235,8 @@ models/Payment.ts
models/PaymentCard.ts
models/PaymentFrequency.ts
models/PaymentRequiredResponse.ts
models/PaymentStatus.ts
models/PaymentType.ts
models/PaymentUnit.ts
models/PaymentsFilter.ts
models/PaymentsSort.ts
Expand Down Expand Up @@ -1292,6 +1322,7 @@ models/UpdateAccountingLocationResponse.ts
models/UpdateActivityResponse.ts
models/UpdateApplicantResponse.ts
models/UpdateApplicationResponse.ts
models/UpdateBillPaymentResponse.ts
models/UpdateBillResponse.ts
models/UpdateCommentResponse.ts
models/UpdateCompanyResponse.ts
Expand All @@ -1309,6 +1340,7 @@ models/UpdateDriveResponse.ts
models/UpdateEcommerceCustomerResponse.ts
models/UpdateEcommerceOrderResponse.ts
models/UpdateEmployeeResponse.ts
models/UpdateExpenseResponse.ts
models/UpdateFileRequest.ts
models/UpdateFileResponse.ts
models/UpdateFolderRequest.ts
Expand Down
Loading

0 comments on commit 9cd92e7

Please sign in to comment.