@nomalism-com/api
Advanced tools
| import { IModuleConstructor } from '../../main'; | ||
| export interface IDownloadSaftRequest { | ||
| date_start: string; | ||
| date_end: string; | ||
| token: string; | ||
| } | ||
| export default class Repository { | ||
| route: string; | ||
| constructor({ route }: IModuleConstructor); | ||
| getUrl({ date_start, date_end, token }: IDownloadSaftRequest): string; | ||
| } |
+3
-0
@@ -128,2 +128,3 @@ import { AxiosInstance } from 'axios'; | ||
| import GoogleCalendarClass from './modules/stock/googleCalendar'; | ||
| import SaftClass from './modules/supply/saft'; | ||
| import ProductLocationClass from './modules/stock/productLocation'; | ||
@@ -249,2 +250,3 @@ import TimeSheetClass from './modules/user/timeSheet'; | ||
| export * as GoogleCalendar from './modules/stock/googleCalendar'; | ||
| export * as Saft from './modules/supply/saft'; | ||
| export * as ProductLocation from './modules/stock/productLocation'; | ||
@@ -390,2 +392,3 @@ export * as TimeSheet from './modules/user/timeSheet'; | ||
| GoogleSheetPool: GoogleSheetPoolClass; | ||
| Saft: SaftClass; | ||
| AccountCode: AccountCodeClass; | ||
@@ -392,0 +395,0 @@ LLM: LLMClass; |
+1
-1
| { | ||
| "name": "@nomalism-com/api", | ||
| "description": "A nomalism API package for performing HTTP requests on API endpoints", | ||
| "version": "0.45.65", | ||
| "version": "0.46.1", | ||
| "author": "Nomalism <it.nomalism@gmail.com> (https://https://nomalism.com/)", | ||
@@ -6,0 +6,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is too big to display
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Explicitly Unlicensed Item
LicenseSomething was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
266938
0.4%137
0.74%6727
0.51%