@managespace/sdk 0.1.159 → 0.1.160-reports
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/extensibility/functions/project/billing.d.ts +5 -0
- package/dist/extensibility/functions/project/billing.d.ts.map +1 -1
- package/dist/extensibility/functions/project/billing.js +5 -0
- package/dist/generated/apis/default-api.d.ts +110 -1
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +392 -0
- package/dist/generated/models/accrual-report-filters.d.ts +39 -0
- package/dist/generated/models/accrual-report-filters.d.ts.map +1 -0
- package/dist/generated/models/accrual-report-filters.js +55 -0
- package/dist/generated/models/billing-run.d.ts +6 -0
- package/dist/generated/models/billing-run.d.ts.map +1 -1
- package/dist/generated/models/billing-run.js +2 -0
- package/dist/generated/models/create-billing-run.d.ts +6 -0
- package/dist/generated/models/create-billing-run.d.ts.map +1 -1
- package/dist/generated/models/create-billing-run.js +2 -0
- package/dist/generated/models/create-site-custom.d.ts +12 -0
- package/dist/generated/models/create-site-custom.d.ts.map +1 -1
- package/dist/generated/models/create-site-custom.js +4 -0
- package/dist/generated/models/get-journal-entries200-response.d.ts +41 -0
- package/dist/generated/models/get-journal-entries200-response.d.ts.map +1 -0
- package/dist/generated/models/get-journal-entries200-response.js +55 -0
- package/dist/generated/models/income-report-filters.d.ts +45 -0
- package/dist/generated/models/income-report-filters.d.ts.map +1 -0
- package/dist/generated/models/income-report-filters.js +57 -0
- package/dist/generated/models/index.d.ts +9 -0
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +9 -0
- package/dist/generated/models/journal-entry-entries.d.ts +63 -0
- package/dist/generated/models/journal-entry-entries.d.ts.map +1 -0
- package/dist/generated/models/journal-entry-entries.js +71 -0
- package/dist/generated/models/journal-entry.d.ts +106 -0
- package/dist/generated/models/journal-entry.d.ts.map +1 -0
- package/dist/generated/models/journal-entry.js +100 -0
- package/dist/generated/models/occupancy-statistics-report-filters.d.ts +45 -0
- package/dist/generated/models/occupancy-statistics-report-filters.d.ts.map +1 -0
- package/dist/generated/models/occupancy-statistics-report-filters.js +57 -0
- package/dist/generated/models/prepaid-rent-report-filters.d.ts +45 -0
- package/dist/generated/models/prepaid-rent-report-filters.d.ts.map +1 -0
- package/dist/generated/models/prepaid-rent-report-filters.js +57 -0
- package/dist/generated/models/refund-summary-report-filters.d.ts +45 -0
- package/dist/generated/models/refund-summary-report-filters.d.ts.map +1 -0
- package/dist/generated/models/refund-summary-report-filters.js +57 -0
- package/dist/generated/models/security-deposits-report-filters.d.ts +45 -0
- package/dist/generated/models/security-deposits-report-filters.d.ts.map +1 -0
- package/dist/generated/models/security-deposits-report-filters.js +57 -0
- package/dist/generated/models/site.d.ts +12 -0
- package/dist/generated/models/site.d.ts.map +1 -1
- package/dist/generated/models/site.js +8 -0
- package/package.json +5 -2
- package/src/extensibility/functions/project/billing.ts +7 -0
- package/src/generated/.openapi-generator/FILES +9 -0
- package/src/generated/apis/default-api.ts +586 -0
- package/src/generated/models/accrual-report-filters.ts +76 -0
- package/src/generated/models/billing-run.ts +8 -0
- package/src/generated/models/create-billing-run.ts +8 -0
- package/src/generated/models/create-site-custom.ts +16 -0
- package/src/generated/models/get-journal-entries200-response.ts +90 -0
- package/src/generated/models/income-report-filters.ts +84 -0
- package/src/generated/models/index.ts +9 -0
- package/src/generated/models/journal-entry-entries.ts +112 -0
- package/src/generated/models/journal-entry.ts +183 -0
- package/src/generated/models/occupancy-statistics-report-filters.ts +84 -0
- package/src/generated/models/prepaid-rent-report-filters.ts +84 -0
- package/src/generated/models/refund-summary-report-filters.ts +84 -0
- package/src/generated/models/security-deposits-report-filters.ts +84 -0
- package/src/generated/models/site.ts +18 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { PageMeta } from './page-meta';
|
|
13
|
+
import type { JournalEntry } from './journal-entry';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface GetJournalEntries200Response
|
|
18
|
+
*/
|
|
19
|
+
export interface GetJournalEntries200Response {
|
|
20
|
+
/**
|
|
21
|
+
* The pagination metadata
|
|
22
|
+
* @type {PageMeta}
|
|
23
|
+
* @memberof GetJournalEntries200Response
|
|
24
|
+
*/
|
|
25
|
+
pageMeta: PageMeta;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<JournalEntry>}
|
|
29
|
+
* @memberof GetJournalEntries200Response
|
|
30
|
+
*/
|
|
31
|
+
results?: Array<JournalEntry>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the GetJournalEntries200Response interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfGetJournalEntries200Response(value: object): value is GetJournalEntries200Response;
|
|
37
|
+
export declare function GetJournalEntries200ResponseFromJSON(json: any): GetJournalEntries200Response;
|
|
38
|
+
export declare function GetJournalEntries200ResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetJournalEntries200Response;
|
|
39
|
+
export declare function GetJournalEntries200ResponseToJSON(json: any): GetJournalEntries200Response;
|
|
40
|
+
export declare function GetJournalEntries200ResponseToJSONTyped(value?: GetJournalEntries200Response | null, ignoreDiscriminator?: boolean): any;
|
|
41
|
+
//# sourceMappingURL=get-journal-entries200-response.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-journal-entries200-response.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-journal-entries200-response.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAO5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAQpD;;;;GAIG;AACH,MAAM,WAAW,4BAA4B;IACzC;;;;OAIG;IACH,QAAQ,EAAE,QAAQ,CAAC;IACnB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,wBAAgB,sCAAsC,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,4BAA4B,CAG3G;AAED,wBAAgB,oCAAoC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE5F;AAED,wBAAgB,yCAAyC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,4BAA4B,CAS/H;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,GAAG,4BAA4B,CAE1F;AAED,wBAAgB,uCAAuC,CAAC,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAU9I"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @ts-nocheck
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* ManageSpace API
|
|
7
|
+
* ManageSpace API Documentation
|
|
8
|
+
*
|
|
9
|
+
* The version of the OpenAPI document: 1.0.0
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13
|
+
* https://openapi-generator.tech
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.instanceOfGetJournalEntries200Response = instanceOfGetJournalEntries200Response;
|
|
18
|
+
exports.GetJournalEntries200ResponseFromJSON = GetJournalEntries200ResponseFromJSON;
|
|
19
|
+
exports.GetJournalEntries200ResponseFromJSONTyped = GetJournalEntries200ResponseFromJSONTyped;
|
|
20
|
+
exports.GetJournalEntries200ResponseToJSON = GetJournalEntries200ResponseToJSON;
|
|
21
|
+
exports.GetJournalEntries200ResponseToJSONTyped = GetJournalEntries200ResponseToJSONTyped;
|
|
22
|
+
const page_meta_1 = require("./page-meta");
|
|
23
|
+
const journal_entry_1 = require("./journal-entry");
|
|
24
|
+
/**
|
|
25
|
+
* Check if a given object implements the GetJournalEntries200Response interface.
|
|
26
|
+
*/
|
|
27
|
+
function instanceOfGetJournalEntries200Response(value) {
|
|
28
|
+
if (!('pageMeta' in value) || value['pageMeta'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function GetJournalEntries200ResponseFromJSON(json) {
|
|
33
|
+
return GetJournalEntries200ResponseFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function GetJournalEntries200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'pageMeta': (0, page_meta_1.PageMetaFromJSON)(json['pageMeta']),
|
|
41
|
+
'results': json['results'] == null ? undefined : (json['results'].map(journal_entry_1.JournalEntryFromJSON)),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function GetJournalEntries200ResponseToJSON(json) {
|
|
45
|
+
return GetJournalEntries200ResponseToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
function GetJournalEntries200ResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
48
|
+
if (value == null) {
|
|
49
|
+
return value;
|
|
50
|
+
}
|
|
51
|
+
return {
|
|
52
|
+
'pageMeta': (0, page_meta_1.PageMetaToJSON)(value['pageMeta']),
|
|
53
|
+
'results': value['results'] == null ? undefined : (value['results'].map(journal_entry_1.JournalEntryToJSON)),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface IncomeReportFilters
|
|
16
|
+
*/
|
|
17
|
+
export interface IncomeReportFilters {
|
|
18
|
+
/**
|
|
19
|
+
* Site ID to filter the report
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof IncomeReportFilters
|
|
22
|
+
*/
|
|
23
|
+
siteId?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Start date for the report period
|
|
26
|
+
* @type {Date}
|
|
27
|
+
* @memberof IncomeReportFilters
|
|
28
|
+
*/
|
|
29
|
+
startDate: Date;
|
|
30
|
+
/**
|
|
31
|
+
* End date for the report period
|
|
32
|
+
* @type {Date}
|
|
33
|
+
* @memberof IncomeReportFilters
|
|
34
|
+
*/
|
|
35
|
+
endDate: Date;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* Check if a given object implements the IncomeReportFilters interface.
|
|
39
|
+
*/
|
|
40
|
+
export declare function instanceOfIncomeReportFilters(value: object): value is IncomeReportFilters;
|
|
41
|
+
export declare function IncomeReportFiltersFromJSON(json: any): IncomeReportFilters;
|
|
42
|
+
export declare function IncomeReportFiltersFromJSONTyped(json: any, ignoreDiscriminator: boolean): IncomeReportFilters;
|
|
43
|
+
export declare function IncomeReportFiltersToJSON(json: any): IncomeReportFilters;
|
|
44
|
+
export declare function IncomeReportFiltersToJSONTyped(value?: IncomeReportFilters | null, ignoreDiscriminator?: boolean): any;
|
|
45
|
+
//# sourceMappingURL=income-report-filters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"income-report-filters.d.ts","sourceRoot":"","sources":["../../../src/generated/models/income-report-filters.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,SAAS,EAAE,IAAI,CAAC;IAChB;;;;OAIG;IACH,OAAO,EAAE,IAAI,CAAC;CACjB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAIzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAU7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW5H"}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @ts-nocheck
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* ManageSpace API
|
|
7
|
+
* ManageSpace API Documentation
|
|
8
|
+
*
|
|
9
|
+
* The version of the OpenAPI document: 1.0.0
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13
|
+
* https://openapi-generator.tech
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.instanceOfIncomeReportFilters = instanceOfIncomeReportFilters;
|
|
18
|
+
exports.IncomeReportFiltersFromJSON = IncomeReportFiltersFromJSON;
|
|
19
|
+
exports.IncomeReportFiltersFromJSONTyped = IncomeReportFiltersFromJSONTyped;
|
|
20
|
+
exports.IncomeReportFiltersToJSON = IncomeReportFiltersToJSON;
|
|
21
|
+
exports.IncomeReportFiltersToJSONTyped = IncomeReportFiltersToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the IncomeReportFilters interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfIncomeReportFilters(value) {
|
|
26
|
+
if (!('startDate' in value) || value['startDate'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('endDate' in value) || value['endDate'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
return true;
|
|
31
|
+
}
|
|
32
|
+
function IncomeReportFiltersFromJSON(json) {
|
|
33
|
+
return IncomeReportFiltersFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
function IncomeReportFiltersFromJSONTyped(json, ignoreDiscriminator) {
|
|
36
|
+
if (json == null) {
|
|
37
|
+
return json;
|
|
38
|
+
}
|
|
39
|
+
return {
|
|
40
|
+
'siteId': json['siteId'] == null ? undefined : json['siteId'],
|
|
41
|
+
'startDate': (new Date(json['startDate'])),
|
|
42
|
+
'endDate': (new Date(json['endDate'])),
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
function IncomeReportFiltersToJSON(json) {
|
|
46
|
+
return IncomeReportFiltersToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
function IncomeReportFiltersToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'siteId': value['siteId'],
|
|
54
|
+
'startDate': ((value['startDate']).toISOString().substring(0, 10)),
|
|
55
|
+
'endDate': ((value['endDate']).toISOString().substring(0, 10)),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * from './accounts-receivable-report-filters';
|
|
2
|
+
export * from './accrual-report-filters';
|
|
2
3
|
export * from './address';
|
|
3
4
|
export * from './asset';
|
|
4
5
|
export * from './asset-category';
|
|
@@ -126,6 +127,7 @@ export * from './get-documents200-response';
|
|
|
126
127
|
export * from './get-intent';
|
|
127
128
|
export * from './get-invoices200-response';
|
|
128
129
|
export * from './get-invoices-query';
|
|
130
|
+
export * from './get-journal-entries200-response';
|
|
129
131
|
export * from './get-notes200-response';
|
|
130
132
|
export * from './get-notifications200-response';
|
|
131
133
|
export * from './get-orders200-response';
|
|
@@ -153,10 +155,13 @@ export * from './get-templates200-response';
|
|
|
153
155
|
export * from './get-users200-response';
|
|
154
156
|
export * from './get-workflow-definitions200-response';
|
|
155
157
|
export * from './get-workflow-instances200-response';
|
|
158
|
+
export * from './income-report-filters';
|
|
156
159
|
export * from './insured-roll-report-filters';
|
|
157
160
|
export * from './intent';
|
|
158
161
|
export * from './invoice';
|
|
159
162
|
export * from './invoice-contact';
|
|
163
|
+
export * from './journal-entry';
|
|
164
|
+
export * from './journal-entry-entries';
|
|
160
165
|
export * from './lease-status';
|
|
161
166
|
export * from './line-item';
|
|
162
167
|
export * from './link-plugin';
|
|
@@ -166,6 +171,7 @@ export * from './map-feature';
|
|
|
166
171
|
export * from './merge-assets-custom';
|
|
167
172
|
export * from './note';
|
|
168
173
|
export * from './notification';
|
|
174
|
+
export * from './occupancy-statistics-report-filters';
|
|
169
175
|
export * from './omit-type-class';
|
|
170
176
|
export * from './order';
|
|
171
177
|
export * from './order-line-item';
|
|
@@ -192,6 +198,7 @@ export * from './plugin-filter-item';
|
|
|
192
198
|
export * from './plugin-filter-item-value';
|
|
193
199
|
export * from './plugin-filter-operator';
|
|
194
200
|
export * from './plugin-version';
|
|
201
|
+
export * from './prepaid-rent-report-filters';
|
|
195
202
|
export * from './preview-subscription';
|
|
196
203
|
export * from './pricing-rule';
|
|
197
204
|
export * from './pricing-rule-criteria';
|
|
@@ -206,9 +213,11 @@ export * from './rate-change-status';
|
|
|
206
213
|
export * from './refund';
|
|
207
214
|
export * from './refund-invoice';
|
|
208
215
|
export * from './refund-payment';
|
|
216
|
+
export * from './refund-summary-report-filters';
|
|
209
217
|
export * from './rent-roll-report-filters';
|
|
210
218
|
export * from './revenue-rule';
|
|
211
219
|
export * from './roles';
|
|
220
|
+
export * from './security-deposits-report-filters';
|
|
212
221
|
export * from './send-email';
|
|
213
222
|
export * from './send-sms';
|
|
214
223
|
export * from './separate-assets-custom';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -18,6 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
18
18
|
/* tslint:disable */
|
|
19
19
|
/* eslint-disable */
|
|
20
20
|
__exportStar(require("./accounts-receivable-report-filters"), exports);
|
|
21
|
+
__exportStar(require("./accrual-report-filters"), exports);
|
|
21
22
|
__exportStar(require("./address"), exports);
|
|
22
23
|
__exportStar(require("./asset"), exports);
|
|
23
24
|
__exportStar(require("./asset-category"), exports);
|
|
@@ -145,6 +146,7 @@ __exportStar(require("./get-documents200-response"), exports);
|
|
|
145
146
|
__exportStar(require("./get-intent"), exports);
|
|
146
147
|
__exportStar(require("./get-invoices200-response"), exports);
|
|
147
148
|
__exportStar(require("./get-invoices-query"), exports);
|
|
149
|
+
__exportStar(require("./get-journal-entries200-response"), exports);
|
|
148
150
|
__exportStar(require("./get-notes200-response"), exports);
|
|
149
151
|
__exportStar(require("./get-notifications200-response"), exports);
|
|
150
152
|
__exportStar(require("./get-orders200-response"), exports);
|
|
@@ -172,10 +174,13 @@ __exportStar(require("./get-templates200-response"), exports);
|
|
|
172
174
|
__exportStar(require("./get-users200-response"), exports);
|
|
173
175
|
__exportStar(require("./get-workflow-definitions200-response"), exports);
|
|
174
176
|
__exportStar(require("./get-workflow-instances200-response"), exports);
|
|
177
|
+
__exportStar(require("./income-report-filters"), exports);
|
|
175
178
|
__exportStar(require("./insured-roll-report-filters"), exports);
|
|
176
179
|
__exportStar(require("./intent"), exports);
|
|
177
180
|
__exportStar(require("./invoice"), exports);
|
|
178
181
|
__exportStar(require("./invoice-contact"), exports);
|
|
182
|
+
__exportStar(require("./journal-entry"), exports);
|
|
183
|
+
__exportStar(require("./journal-entry-entries"), exports);
|
|
179
184
|
__exportStar(require("./lease-status"), exports);
|
|
180
185
|
__exportStar(require("./line-item"), exports);
|
|
181
186
|
__exportStar(require("./link-plugin"), exports);
|
|
@@ -185,6 +190,7 @@ __exportStar(require("./map-feature"), exports);
|
|
|
185
190
|
__exportStar(require("./merge-assets-custom"), exports);
|
|
186
191
|
__exportStar(require("./note"), exports);
|
|
187
192
|
__exportStar(require("./notification"), exports);
|
|
193
|
+
__exportStar(require("./occupancy-statistics-report-filters"), exports);
|
|
188
194
|
__exportStar(require("./omit-type-class"), exports);
|
|
189
195
|
__exportStar(require("./order"), exports);
|
|
190
196
|
__exportStar(require("./order-line-item"), exports);
|
|
@@ -211,6 +217,7 @@ __exportStar(require("./plugin-filter-item"), exports);
|
|
|
211
217
|
__exportStar(require("./plugin-filter-item-value"), exports);
|
|
212
218
|
__exportStar(require("./plugin-filter-operator"), exports);
|
|
213
219
|
__exportStar(require("./plugin-version"), exports);
|
|
220
|
+
__exportStar(require("./prepaid-rent-report-filters"), exports);
|
|
214
221
|
__exportStar(require("./preview-subscription"), exports);
|
|
215
222
|
__exportStar(require("./pricing-rule"), exports);
|
|
216
223
|
__exportStar(require("./pricing-rule-criteria"), exports);
|
|
@@ -225,9 +232,11 @@ __exportStar(require("./rate-change-status"), exports);
|
|
|
225
232
|
__exportStar(require("./refund"), exports);
|
|
226
233
|
__exportStar(require("./refund-invoice"), exports);
|
|
227
234
|
__exportStar(require("./refund-payment"), exports);
|
|
235
|
+
__exportStar(require("./refund-summary-report-filters"), exports);
|
|
228
236
|
__exportStar(require("./rent-roll-report-filters"), exports);
|
|
229
237
|
__exportStar(require("./revenue-rule"), exports);
|
|
230
238
|
__exportStar(require("./roles"), exports);
|
|
239
|
+
__exportStar(require("./security-deposits-report-filters"), exports);
|
|
231
240
|
__exportStar(require("./send-email"), exports);
|
|
232
241
|
__exportStar(require("./send-sms"), exports);
|
|
233
242
|
__exportStar(require("./separate-assets-custom"), exports);
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
*
|
|
14
|
+
* @export
|
|
15
|
+
* @interface JournalEntryEntries
|
|
16
|
+
*/
|
|
17
|
+
export interface JournalEntryEntries {
|
|
18
|
+
/**
|
|
19
|
+
* Journal Entry Line Number
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof JournalEntryEntries
|
|
22
|
+
*/
|
|
23
|
+
lineNo: string;
|
|
24
|
+
/**
|
|
25
|
+
* Account number
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof JournalEntryEntries
|
|
28
|
+
*/
|
|
29
|
+
account: string;
|
|
30
|
+
/**
|
|
31
|
+
* Debit Account id associated with this Journal Entry
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof JournalEntryEntries
|
|
34
|
+
*/
|
|
35
|
+
debit: string;
|
|
36
|
+
/**
|
|
37
|
+
* Credit Account id associated with this Journal Entry
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof JournalEntryEntries
|
|
40
|
+
*/
|
|
41
|
+
credit: string;
|
|
42
|
+
/**
|
|
43
|
+
* Journal Entry description
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof JournalEntryEntries
|
|
46
|
+
*/
|
|
47
|
+
description: string;
|
|
48
|
+
/**
|
|
49
|
+
* Customer ID associated with journal entry
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof JournalEntryEntries
|
|
52
|
+
*/
|
|
53
|
+
customerId: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Check if a given object implements the JournalEntryEntries interface.
|
|
57
|
+
*/
|
|
58
|
+
export declare function instanceOfJournalEntryEntries(value: object): value is JournalEntryEntries;
|
|
59
|
+
export declare function JournalEntryEntriesFromJSON(json: any): JournalEntryEntries;
|
|
60
|
+
export declare function JournalEntryEntriesFromJSONTyped(json: any, ignoreDiscriminator: boolean): JournalEntryEntries;
|
|
61
|
+
export declare function JournalEntryEntriesToJSON(json: any): JournalEntryEntries;
|
|
62
|
+
export declare function JournalEntryEntriesToJSONTyped(value?: JournalEntryEntries | null, ignoreDiscriminator?: boolean): any;
|
|
63
|
+
//# sourceMappingURL=journal-entry-entries.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"journal-entry-entries.d.ts","sourceRoot":"","sources":["../../../src/generated/models/journal-entry-entries.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;CACtB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAQzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAa7G;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAExE;AAED,wBAAgB,8BAA8B,CAAC,KAAK,CAAC,EAAE,mBAAmB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAc5H"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @ts-nocheck
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
/**
|
|
6
|
+
* ManageSpace API
|
|
7
|
+
* ManageSpace API Documentation
|
|
8
|
+
*
|
|
9
|
+
* The version of the OpenAPI document: 1.0.0
|
|
10
|
+
*
|
|
11
|
+
*
|
|
12
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
13
|
+
* https://openapi-generator.tech
|
|
14
|
+
* Do not edit the class manually.
|
|
15
|
+
*/
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.instanceOfJournalEntryEntries = instanceOfJournalEntryEntries;
|
|
18
|
+
exports.JournalEntryEntriesFromJSON = JournalEntryEntriesFromJSON;
|
|
19
|
+
exports.JournalEntryEntriesFromJSONTyped = JournalEntryEntriesFromJSONTyped;
|
|
20
|
+
exports.JournalEntryEntriesToJSON = JournalEntryEntriesToJSON;
|
|
21
|
+
exports.JournalEntryEntriesToJSONTyped = JournalEntryEntriesToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* Check if a given object implements the JournalEntryEntries interface.
|
|
24
|
+
*/
|
|
25
|
+
function instanceOfJournalEntryEntries(value) {
|
|
26
|
+
if (!('lineNo' in value) || value['lineNo'] === undefined)
|
|
27
|
+
return false;
|
|
28
|
+
if (!('account' in value) || value['account'] === undefined)
|
|
29
|
+
return false;
|
|
30
|
+
if (!('debit' in value) || value['debit'] === undefined)
|
|
31
|
+
return false;
|
|
32
|
+
if (!('credit' in value) || value['credit'] === undefined)
|
|
33
|
+
return false;
|
|
34
|
+
if (!('description' in value) || value['description'] === undefined)
|
|
35
|
+
return false;
|
|
36
|
+
if (!('customerId' in value) || value['customerId'] === undefined)
|
|
37
|
+
return false;
|
|
38
|
+
return true;
|
|
39
|
+
}
|
|
40
|
+
function JournalEntryEntriesFromJSON(json) {
|
|
41
|
+
return JournalEntryEntriesFromJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function JournalEntryEntriesFromJSONTyped(json, ignoreDiscriminator) {
|
|
44
|
+
if (json == null) {
|
|
45
|
+
return json;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'lineNo': json['lineNo'],
|
|
49
|
+
'account': json['account'],
|
|
50
|
+
'debit': json['debit'],
|
|
51
|
+
'credit': json['credit'],
|
|
52
|
+
'description': json['description'],
|
|
53
|
+
'customerId': json['customerId'],
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
function JournalEntryEntriesToJSON(json) {
|
|
57
|
+
return JournalEntryEntriesToJSONTyped(json, false);
|
|
58
|
+
}
|
|
59
|
+
function JournalEntryEntriesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
60
|
+
if (value == null) {
|
|
61
|
+
return value;
|
|
62
|
+
}
|
|
63
|
+
return {
|
|
64
|
+
'lineNo': value['lineNo'],
|
|
65
|
+
'account': value['account'],
|
|
66
|
+
'debit': value['debit'],
|
|
67
|
+
'credit': value['credit'],
|
|
68
|
+
'description': value['description'],
|
|
69
|
+
'customerId': value['customerId'],
|
|
70
|
+
};
|
|
71
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ManageSpace API
|
|
3
|
+
* ManageSpace API Documentation
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 1.0.0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { JournalEntryEntries } from './journal-entry-entries';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface JournalEntry
|
|
17
|
+
*/
|
|
18
|
+
export interface JournalEntry {
|
|
19
|
+
/**
|
|
20
|
+
* Journal Entry ID
|
|
21
|
+
* @type {string}
|
|
22
|
+
* @memberof JournalEntry
|
|
23
|
+
*/
|
|
24
|
+
id: string;
|
|
25
|
+
/**
|
|
26
|
+
* Journal Entry Date
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof JournalEntry
|
|
29
|
+
*/
|
|
30
|
+
date: string;
|
|
31
|
+
/**
|
|
32
|
+
* Customer ID associated with journal entry
|
|
33
|
+
* @type {string}
|
|
34
|
+
* @memberof JournalEntry
|
|
35
|
+
*/
|
|
36
|
+
customerId: string;
|
|
37
|
+
/**
|
|
38
|
+
* Customer name associated with journal entry
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof JournalEntry
|
|
41
|
+
*/
|
|
42
|
+
customerName: string;
|
|
43
|
+
/**
|
|
44
|
+
* Journal Entry description
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof JournalEntry
|
|
47
|
+
*/
|
|
48
|
+
description: string;
|
|
49
|
+
/**
|
|
50
|
+
* Journal entries
|
|
51
|
+
* @type {Array<JournalEntryEntries>}
|
|
52
|
+
* @memberof JournalEntry
|
|
53
|
+
*/
|
|
54
|
+
entries: Array<JournalEntryEntries>;
|
|
55
|
+
/**
|
|
56
|
+
* Custom fields on the invoice
|
|
57
|
+
* @type {object}
|
|
58
|
+
* @memberof JournalEntry
|
|
59
|
+
*/
|
|
60
|
+
customFields: object;
|
|
61
|
+
/**
|
|
62
|
+
* The date the journal entry was created
|
|
63
|
+
* @type {string}
|
|
64
|
+
* @memberof JournalEntry
|
|
65
|
+
*/
|
|
66
|
+
createdAt: string;
|
|
67
|
+
/**
|
|
68
|
+
* The date the journal entry was updated
|
|
69
|
+
* @type {string}
|
|
70
|
+
* @memberof JournalEntry
|
|
71
|
+
*/
|
|
72
|
+
updatedAt: string;
|
|
73
|
+
/**
|
|
74
|
+
* Who created the journal entry
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof JournalEntry
|
|
77
|
+
*/
|
|
78
|
+
createdBy: string;
|
|
79
|
+
/**
|
|
80
|
+
* Who updated the journal entry
|
|
81
|
+
* @type {string}
|
|
82
|
+
* @memberof JournalEntry
|
|
83
|
+
*/
|
|
84
|
+
updatedBy: string;
|
|
85
|
+
/**
|
|
86
|
+
* Currency code of the transaction
|
|
87
|
+
* @type {string}
|
|
88
|
+
* @memberof JournalEntry
|
|
89
|
+
*/
|
|
90
|
+
transactionCurrency: string;
|
|
91
|
+
/**
|
|
92
|
+
* Transaction Conversion Rate
|
|
93
|
+
* @type {number}
|
|
94
|
+
* @memberof JournalEntry
|
|
95
|
+
*/
|
|
96
|
+
transactionConversionRate: number;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* Check if a given object implements the JournalEntry interface.
|
|
100
|
+
*/
|
|
101
|
+
export declare function instanceOfJournalEntry(value: object): value is JournalEntry;
|
|
102
|
+
export declare function JournalEntryFromJSON(json: any): JournalEntry;
|
|
103
|
+
export declare function JournalEntryFromJSONTyped(json: any, ignoreDiscriminator: boolean): JournalEntry;
|
|
104
|
+
export declare function JournalEntryToJSON(json: any): JournalEntry;
|
|
105
|
+
export declare function JournalEntryToJSONTyped(value?: JournalEntry | null, ignoreDiscriminator?: boolean): any;
|
|
106
|
+
//# sourceMappingURL=journal-entry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"journal-entry.d.ts","sourceRoot":"","sources":["../../../src/generated/models/journal-entry.ts"],"names":[],"mappings":"AAGA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAQnE;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;OAIG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;;;OAIG;IACH,OAAO,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;IACpC;;;;OAIG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,mBAAmB,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,yBAAyB,EAAE,MAAM,CAAC;CACrC;AAED;;GAEG;AACH,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,YAAY,CAe3E;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE5D;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,YAAY,CAoB/F;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,YAAY,CAE1D;AAED,wBAAgB,uBAAuB,CAAC,KAAK,CAAC,EAAE,YAAY,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAqB9G"}
|