🚀New lib version v0.13.2 [CI SKIP]
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone Build is passing
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								dist/core/OpenAPI.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/core/OpenAPI.js
									
									
									
									
										vendored
									
									
								
							@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
 | 
				
			|||||||
exports.OpenAPI = void 0;
 | 
					exports.OpenAPI = void 0;
 | 
				
			||||||
exports.OpenAPI = {
 | 
					exports.OpenAPI = {
 | 
				
			||||||
    BASE: '',
 | 
					    BASE: '',
 | 
				
			||||||
    VERSION: '0.13.1',
 | 
					    VERSION: '0.13.2',
 | 
				
			||||||
    WITH_CREDENTIALS: false,
 | 
					    WITH_CREDENTIALS: false,
 | 
				
			||||||
    TOKEN: undefined,
 | 
					    TOKEN: undefined,
 | 
				
			||||||
    USERNAME: undefined,
 | 
					    USERNAME: undefined,
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								dist/services/RunnerSelfService.d.ts
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/services/RunnerSelfService.d.ts
									
									
									
									
										vendored
									
									
								
							@@ -39,7 +39,7 @@ export declare class RunnerSelfService {
 | 
				
			|||||||
    static runnerSelfServiceControllerGetStationMe(): Promise<ResponseScanStation>;
 | 
					    static runnerSelfServiceControllerGetStationMe(): Promise<ResponseScanStation>;
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Request new token
 | 
					     * Request new token
 | 
				
			||||||
     * Use this endpoint to reuqest a new selfservice magic-login-link to be sent to your mail address (rate limited to one mail every 24hrs).
 | 
					     * Use this endpoint to reuqest a new selfservice magic-login-link to be sent to your mail address (rate limited to one mail every 15mins).
 | 
				
			||||||
     * @param mail
 | 
					     * @param mail
 | 
				
			||||||
     * @param locale
 | 
					     * @param locale
 | 
				
			||||||
     * @result any Successful response
 | 
					     * @result any Successful response
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								dist/services/RunnerSelfService.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/services/RunnerSelfService.js
									
									
									
									
										vendored
									
									
								
							@@ -64,7 +64,7 @@ class RunnerSelfService {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
     * Request new token
 | 
					     * Request new token
 | 
				
			||||||
     * Use this endpoint to reuqest a new selfservice magic-login-link to be sent to your mail address (rate limited to one mail every 24hrs).
 | 
					     * Use this endpoint to reuqest a new selfservice magic-login-link to be sent to your mail address (rate limited to one mail every 15mins).
 | 
				
			||||||
     * @param mail
 | 
					     * @param mail
 | 
				
			||||||
     * @param locale
 | 
					     * @param locale
 | 
				
			||||||
     * @result any Successful response
 | 
					     * @result any Successful response
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@odit/lfk-client-js",
 | 
						"name": "@odit/lfk-client-js",
 | 
				
			||||||
	"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.",
 | 
						"description": "A lib to interact with https://git.odit.services/lfk/backend. Use this version for native JS applications.",
 | 
				
			||||||
	"version": "0.13.1",
 | 
						"version": "0.13.2",
 | 
				
			||||||
	"license": "CC-BY-NC-SA-4.0",
 | 
						"license": "CC-BY-NC-SA-4.0",
 | 
				
			||||||
	"main": "./dist/index.js",
 | 
						"main": "./dist/index.js",
 | 
				
			||||||
	"types": "./dist/index.d.ts",
 | 
						"types": "./dist/index.d.ts",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user