🚀New lib version v1.1.0 [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 = {
|
||||
BASE: '',
|
||||
VERSION: '1.0.1',
|
||||
VERSION: '1.1.0',
|
||||
WITH_CREDENTIALS: false,
|
||||
TOKEN: undefined,
|
||||
USERNAME: undefined,
|
||||
|
||||
3
dist/models/ResponseStats.d.ts
vendored
3
dist/models/ResponseStats.d.ts
vendored
@@ -6,5 +6,8 @@ export type ResponseStats = {
|
||||
total_scans: number;
|
||||
total_distance: number;
|
||||
total_donation: number;
|
||||
total_donations: number;
|
||||
total_donors: number;
|
||||
average_distance: number;
|
||||
average_donation: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user