@managespace/sdk 0.1.25 → 0.1.27
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 +20 -12
- package/dist/extensibility/functions/project/billing.d.ts.map +1 -1
- package/dist/extensibility/functions/project/billing.js +5 -0
- package/dist/extensibility/functions/project/communication-method.d.ts +1 -1
- package/dist/extensibility/functions/project/communication-method.d.ts.map +1 -1
- package/dist/extensibility/functions/project/managespace.d.ts +6 -0
- package/dist/extensibility/functions/project/managespace.d.ts.map +1 -1
- package/dist/extensibility/functions/project/managespace.js +5 -0
- package/dist/extensibility/functions/project/topics.enum.d.ts +2 -1
- package/dist/extensibility/functions/project/topics.enum.d.ts.map +1 -1
- package/dist/extensibility/functions/project/topics.enum.js +1 -0
- package/dist/generated/apis/default-api.d.ts +43 -37
- package/dist/generated/apis/default-api.d.ts.map +1 -1
- package/dist/generated/apis/default-api.js +132 -98
- package/dist/generated/models/assets.d.ts +34 -0
- package/dist/generated/models/assets.d.ts.map +1 -0
- package/dist/generated/models/assets.js +52 -0
- package/dist/generated/models/base-pagination-query.d.ts +39 -0
- package/dist/generated/models/base-pagination-query.d.ts.map +1 -0
- package/dist/generated/models/base-pagination-query.js +51 -0
- package/dist/generated/models/complex-query.d.ts +48 -0
- package/dist/generated/models/complex-query.d.ts.map +1 -0
- package/dist/generated/models/complex-query.js +56 -0
- package/dist/generated/models/create-notes.d.ts +34 -0
- package/dist/generated/models/create-notes.d.ts.map +1 -0
- package/dist/generated/models/create-notes.js +52 -0
- package/dist/generated/models/filter-item-value.d.ts +27 -0
- package/dist/generated/models/filter-item-value.d.ts.map +1 -0
- package/dist/generated/models/filter-item-value.js +39 -0
- package/dist/generated/models/filter-item.d.ts +47 -0
- package/dist/generated/models/filter-item.d.ts.map +1 -0
- package/dist/generated/models/filter-item.js +61 -0
- package/dist/generated/models/filter-operator.d.ts +36 -0
- package/dist/generated/models/filter-operator.d.ts.map +1 -0
- package/dist/generated/models/filter-operator.js +61 -0
- package/dist/generated/models/get-customers-query.d.ts +48 -0
- package/dist/generated/models/get-customers-query.d.ts.map +1 -0
- package/dist/generated/models/get-customers-query.js +56 -0
- package/dist/generated/models/get-invoices-query.d.ts +60 -0
- package/dist/generated/models/get-invoices-query.d.ts.map +1 -0
- package/dist/generated/models/get-invoices-query.js +60 -0
- package/dist/generated/models/get-subscriptions-query.d.ts +66 -0
- package/dist/generated/models/get-subscriptions-query.d.ts.map +1 -0
- package/dist/generated/models/get-subscriptions-query.js +62 -0
- package/dist/generated/models/index.d.ts +13 -1
- package/dist/generated/models/index.d.ts.map +1 -1
- package/dist/generated/models/index.js +13 -1
- package/dist/generated/models/order-operator.d.ts +26 -0
- package/dist/generated/models/order-operator.d.ts.map +1 -0
- package/dist/generated/models/order-operator.js +51 -0
- package/dist/generated/models/plugin-filter-item.d.ts +41 -0
- package/dist/generated/models/plugin-filter-item.d.ts.map +1 -0
- package/dist/generated/models/plugin-filter-item.js +57 -0
- package/dist/generated/models/plugin-filter-operator.d.ts +27 -0
- package/dist/generated/models/plugin-filter-operator.d.ts.map +1 -0
- package/dist/generated/models/plugin-filter-operator.js +52 -0
- package/dist/generated/models/sort-order.d.ts +40 -0
- package/dist/generated/models/sort-order.d.ts.map +1 -0
- package/dist/generated/models/sort-order.js +52 -0
- package/dist/generated/models/update-customer200-response.d.ts +41 -0
- package/dist/generated/models/update-customer200-response.d.ts.map +1 -0
- package/dist/generated/models/update-customer200-response.js +55 -0
- package/package.json +1 -1
- package/src/extensibility/functions/project/billing.ts +21 -11
- package/src/extensibility/functions/project/communication-method.ts +1 -1
- package/src/extensibility/functions/project/managespace.ts +5 -0
- package/src/extensibility/functions/project/topics.enum.ts +1 -0
- package/src/generated/.openapi-generator/FILES +13 -1
- package/src/generated/apis/default-api.ts +223 -157
- package/src/generated/models/assets.ts +74 -0
- package/src/generated/models/base-pagination-query.ts +73 -0
- package/src/generated/models/complex-query.ts +103 -0
- package/src/generated/models/create-notes.ts +74 -0
- package/src/generated/models/filter-item-value.ts +46 -0
- package/src/generated/models/filter-item.ts +101 -0
- package/src/generated/models/filter-operator.ts +63 -0
- package/src/generated/models/get-customers-query.ts +103 -0
- package/src/generated/models/get-invoices-query.ts +119 -0
- package/src/generated/models/get-subscriptions-query.ts +127 -0
- package/src/generated/models/index.ts +13 -1
- package/src/generated/models/order-operator.ts +53 -0
- package/src/generated/models/plugin-filter-item.ts +92 -0
- package/src/generated/models/plugin-filter-operator.ts +54 -0
- package/src/generated/models/sort-order.ts +83 -0
- package/src/generated/models/update-customer200-response.ts +89 -0
- package/src/generated/models/change-active-site.ts +0 -66
- package/src/generated/models/create-checklist.ts +0 -135
- package/src/generated/models/create-task-template.ts +0 -83
- package/src/generated/models/create-task.ts +0 -135
- package/src/generated/models/custom-update-task-template.ts +0 -93
- package/src/generated/models/document-signed.ts +0 -115
- package/src/generated/models/get-payments1200-response.ts +0 -89
- package/src/generated/models/get-task-templates200-response.ts +0 -89
- package/src/generated/models/get-tasks200-response.ts +0 -89
- package/src/generated/models/task-template.ts +0 -187
- package/src/generated/models/task.ts +0 -290
- package/src/generated/models/update-checklist-task-template.ts +0 -66
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.FilterOperatorToJSONTyped = exports.FilterOperatorToJSON = exports.FilterOperatorFromJSONTyped = exports.FilterOperatorFromJSON = exports.instanceOfFilterOperator = exports.FilterOperator = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The operator to use when filtering
|
|
19
|
+
* @export
|
|
20
|
+
*/
|
|
21
|
+
exports.FilterOperator = {
|
|
22
|
+
Contains: 'contains',
|
|
23
|
+
EndsWith: 'endsWith',
|
|
24
|
+
Equals: 'equals',
|
|
25
|
+
Gt: 'gt',
|
|
26
|
+
Gte: 'gte',
|
|
27
|
+
In: 'in',
|
|
28
|
+
Lt: 'lt',
|
|
29
|
+
Lte: 'lte',
|
|
30
|
+
Not: 'not',
|
|
31
|
+
NotIn: 'notIn',
|
|
32
|
+
Search: 'search',
|
|
33
|
+
StartsWith: 'startsWith'
|
|
34
|
+
};
|
|
35
|
+
function instanceOfFilterOperator(value) {
|
|
36
|
+
for (const key in exports.FilterOperator) {
|
|
37
|
+
if (Object.prototype.hasOwnProperty.call(exports.FilterOperator, key)) {
|
|
38
|
+
if (exports.FilterOperator[key] === value) {
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
return false;
|
|
44
|
+
}
|
|
45
|
+
exports.instanceOfFilterOperator = instanceOfFilterOperator;
|
|
46
|
+
function FilterOperatorFromJSON(json) {
|
|
47
|
+
return FilterOperatorFromJSONTyped(json, false);
|
|
48
|
+
}
|
|
49
|
+
exports.FilterOperatorFromJSON = FilterOperatorFromJSON;
|
|
50
|
+
function FilterOperatorFromJSONTyped(json, ignoreDiscriminator) {
|
|
51
|
+
return json;
|
|
52
|
+
}
|
|
53
|
+
exports.FilterOperatorFromJSONTyped = FilterOperatorFromJSONTyped;
|
|
54
|
+
function FilterOperatorToJSON(value) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
exports.FilterOperatorToJSON = FilterOperatorToJSON;
|
|
58
|
+
function FilterOperatorToJSONTyped(value, ignoreDiscriminator) {
|
|
59
|
+
return value;
|
|
60
|
+
}
|
|
61
|
+
exports.FilterOperatorToJSONTyped = FilterOperatorToJSONTyped;
|
|
@@ -0,0 +1,48 @@
|
|
|
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 { FilterItem } from './filter-item';
|
|
13
|
+
import type { BasePaginationQuery } from './base-pagination-query';
|
|
14
|
+
import type { SortOrder } from './sort-order';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GetCustomersQuery
|
|
19
|
+
*/
|
|
20
|
+
export interface GetCustomersQuery {
|
|
21
|
+
/**
|
|
22
|
+
* The pagination metadata
|
|
23
|
+
* @type {BasePaginationQuery}
|
|
24
|
+
* @memberof GetCustomersQuery
|
|
25
|
+
*/
|
|
26
|
+
pageOptions?: BasePaginationQuery;
|
|
27
|
+
/**
|
|
28
|
+
* The sort metadata
|
|
29
|
+
* @type {SortOrder}
|
|
30
|
+
* @memberof GetCustomersQuery
|
|
31
|
+
*/
|
|
32
|
+
sort?: SortOrder;
|
|
33
|
+
/**
|
|
34
|
+
* A list of filters to search by.
|
|
35
|
+
* @type {Array<FilterItem>}
|
|
36
|
+
* @memberof GetCustomersQuery
|
|
37
|
+
*/
|
|
38
|
+
filters?: Array<FilterItem>;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the GetCustomersQuery interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfGetCustomersQuery(value: object): value is GetCustomersQuery;
|
|
44
|
+
export declare function GetCustomersQueryFromJSON(json: any): GetCustomersQuery;
|
|
45
|
+
export declare function GetCustomersQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetCustomersQuery;
|
|
46
|
+
export declare function GetCustomersQueryToJSON(json: any): GetCustomersQuery;
|
|
47
|
+
export declare function GetCustomersQueryToJSONTyped(value?: GetCustomersQuery | null, ignoreDiscriminator?: boolean): any;
|
|
48
|
+
//# sourceMappingURL=get-customers-query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-customers-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-customers-query.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAOhD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,iBAAiB;IAC9B;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC/B;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,iBAAiB,CAErF;AAED,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEtE;AAED,wBAAgB,8BAA8B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,iBAAiB,CAUzG;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,iBAAiB,CAEpE;AAED,wBAAgB,4BAA4B,CAAC,KAAK,CAAC,EAAE,iBAAiB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAWxH"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.GetCustomersQueryToJSONTyped = exports.GetCustomersQueryToJSON = exports.GetCustomersQueryFromJSONTyped = exports.GetCustomersQueryFromJSON = exports.instanceOfGetCustomersQuery = void 0;
|
|
17
|
+
const filter_item_1 = require("./filter-item");
|
|
18
|
+
const base_pagination_query_1 = require("./base-pagination-query");
|
|
19
|
+
const sort_order_1 = require("./sort-order");
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the GetCustomersQuery interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfGetCustomersQuery(value) {
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
exports.instanceOfGetCustomersQuery = instanceOfGetCustomersQuery;
|
|
27
|
+
function GetCustomersQueryFromJSON(json) {
|
|
28
|
+
return GetCustomersQueryFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.GetCustomersQueryFromJSON = GetCustomersQueryFromJSON;
|
|
31
|
+
function GetCustomersQueryFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'pageOptions': json['pageOptions'] == null ? undefined : (0, base_pagination_query_1.BasePaginationQueryFromJSON)(json['pageOptions']),
|
|
37
|
+
'sort': json['sort'] == null ? undefined : (0, sort_order_1.SortOrderFromJSON)(json['sort']),
|
|
38
|
+
'filters': json['filters'] == null ? undefined : (json['filters'].map(filter_item_1.FilterItemFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
exports.GetCustomersQueryFromJSONTyped = GetCustomersQueryFromJSONTyped;
|
|
42
|
+
function GetCustomersQueryToJSON(json) {
|
|
43
|
+
return GetCustomersQueryToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.GetCustomersQueryToJSON = GetCustomersQueryToJSON;
|
|
46
|
+
function GetCustomersQueryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
47
|
+
if (value == null) {
|
|
48
|
+
return value;
|
|
49
|
+
}
|
|
50
|
+
return {
|
|
51
|
+
'pageOptions': (0, base_pagination_query_1.BasePaginationQueryToJSON)(value['pageOptions']),
|
|
52
|
+
'sort': (0, sort_order_1.SortOrderToJSON)(value['sort']),
|
|
53
|
+
'filters': value['filters'] == null ? undefined : (value['filters'].map(filter_item_1.FilterItemToJSON)),
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
exports.GetCustomersQueryToJSONTyped = GetCustomersQueryToJSONTyped;
|
|
@@ -0,0 +1,60 @@
|
|
|
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 { BasePaginationQuery } from './base-pagination-query';
|
|
13
|
+
import type { PluginFilterItem } from './plugin-filter-item';
|
|
14
|
+
import type { SortOrder } from './sort-order';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GetInvoicesQuery
|
|
19
|
+
*/
|
|
20
|
+
export interface GetInvoicesQuery {
|
|
21
|
+
/**
|
|
22
|
+
* The pagination metadata
|
|
23
|
+
* @type {BasePaginationQuery}
|
|
24
|
+
* @memberof GetInvoicesQuery
|
|
25
|
+
*/
|
|
26
|
+
pageOptions?: BasePaginationQuery;
|
|
27
|
+
/**
|
|
28
|
+
* The sort metadata
|
|
29
|
+
* @type {SortOrder}
|
|
30
|
+
* @memberof GetInvoicesQuery
|
|
31
|
+
*/
|
|
32
|
+
sort?: SortOrder;
|
|
33
|
+
/**
|
|
34
|
+
* Status value and operator to filter by
|
|
35
|
+
* @type {PluginFilterItem}
|
|
36
|
+
* @memberof GetInvoicesQuery
|
|
37
|
+
*/
|
|
38
|
+
status?: PluginFilterItem;
|
|
39
|
+
/**
|
|
40
|
+
* External customer ID value and operator to filter by
|
|
41
|
+
* @type {PluginFilterItem}
|
|
42
|
+
* @memberof GetInvoicesQuery
|
|
43
|
+
*/
|
|
44
|
+
externalCustomerId?: PluginFilterItem;
|
|
45
|
+
/**
|
|
46
|
+
* Billing run ID value and operator to filter by
|
|
47
|
+
* @type {PluginFilterItem}
|
|
48
|
+
* @memberof GetInvoicesQuery
|
|
49
|
+
*/
|
|
50
|
+
billingRunId?: PluginFilterItem;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Check if a given object implements the GetInvoicesQuery interface.
|
|
54
|
+
*/
|
|
55
|
+
export declare function instanceOfGetInvoicesQuery(value: object): value is GetInvoicesQuery;
|
|
56
|
+
export declare function GetInvoicesQueryFromJSON(json: any): GetInvoicesQuery;
|
|
57
|
+
export declare function GetInvoicesQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetInvoicesQuery;
|
|
58
|
+
export declare function GetInvoicesQueryToJSON(json: any): GetInvoicesQuery;
|
|
59
|
+
export declare function GetInvoicesQueryToJSONTyped(value?: GetInvoicesQuery | null, ignoreDiscriminator?: boolean): any;
|
|
60
|
+
//# sourceMappingURL=get-invoices-query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-invoices-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-invoices-query.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAO7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,gBAAgB,CAAC;IACtC;;;;OAIG;IACH,YAAY,CAAC,EAAE,gBAAgB,CAAC;CACnC;AAED;;GAEG;AACH,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,gBAAgB,CAEnF;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,gBAAgB,CAYvG;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,gBAAgB,CAElE;AAED,wBAAgB,2BAA2B,CAAC,KAAK,CAAC,EAAE,gBAAgB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAatH"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.GetInvoicesQueryToJSONTyped = exports.GetInvoicesQueryToJSON = exports.GetInvoicesQueryFromJSONTyped = exports.GetInvoicesQueryFromJSON = exports.instanceOfGetInvoicesQuery = void 0;
|
|
17
|
+
const base_pagination_query_1 = require("./base-pagination-query");
|
|
18
|
+
const plugin_filter_item_1 = require("./plugin-filter-item");
|
|
19
|
+
const sort_order_1 = require("./sort-order");
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the GetInvoicesQuery interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfGetInvoicesQuery(value) {
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
exports.instanceOfGetInvoicesQuery = instanceOfGetInvoicesQuery;
|
|
27
|
+
function GetInvoicesQueryFromJSON(json) {
|
|
28
|
+
return GetInvoicesQueryFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.GetInvoicesQueryFromJSON = GetInvoicesQueryFromJSON;
|
|
31
|
+
function GetInvoicesQueryFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'pageOptions': json['pageOptions'] == null ? undefined : (0, base_pagination_query_1.BasePaginationQueryFromJSON)(json['pageOptions']),
|
|
37
|
+
'sort': json['sort'] == null ? undefined : (0, sort_order_1.SortOrderFromJSON)(json['sort']),
|
|
38
|
+
'status': json['status'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['status']),
|
|
39
|
+
'externalCustomerId': json['externalCustomerId'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['externalCustomerId']),
|
|
40
|
+
'billingRunId': json['billingRunId'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['billingRunId']),
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
exports.GetInvoicesQueryFromJSONTyped = GetInvoicesQueryFromJSONTyped;
|
|
44
|
+
function GetInvoicesQueryToJSON(json) {
|
|
45
|
+
return GetInvoicesQueryToJSONTyped(json, false);
|
|
46
|
+
}
|
|
47
|
+
exports.GetInvoicesQueryToJSON = GetInvoicesQueryToJSON;
|
|
48
|
+
function GetInvoicesQueryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
49
|
+
if (value == null) {
|
|
50
|
+
return value;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
'pageOptions': (0, base_pagination_query_1.BasePaginationQueryToJSON)(value['pageOptions']),
|
|
54
|
+
'sort': (0, sort_order_1.SortOrderToJSON)(value['sort']),
|
|
55
|
+
'status': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['status']),
|
|
56
|
+
'externalCustomerId': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['externalCustomerId']),
|
|
57
|
+
'billingRunId': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['billingRunId']),
|
|
58
|
+
};
|
|
59
|
+
}
|
|
60
|
+
exports.GetInvoicesQueryToJSONTyped = GetInvoicesQueryToJSONTyped;
|
|
@@ -0,0 +1,66 @@
|
|
|
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 { BasePaginationQuery } from './base-pagination-query';
|
|
13
|
+
import type { PluginFilterItem } from './plugin-filter-item';
|
|
14
|
+
import type { SortOrder } from './sort-order';
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @export
|
|
18
|
+
* @interface GetSubscriptionsQuery
|
|
19
|
+
*/
|
|
20
|
+
export interface GetSubscriptionsQuery {
|
|
21
|
+
/**
|
|
22
|
+
* The pagination metadata
|
|
23
|
+
* @type {BasePaginationQuery}
|
|
24
|
+
* @memberof GetSubscriptionsQuery
|
|
25
|
+
*/
|
|
26
|
+
pageOptions?: BasePaginationQuery;
|
|
27
|
+
/**
|
|
28
|
+
* The sort metadata
|
|
29
|
+
* @type {SortOrder}
|
|
30
|
+
* @memberof GetSubscriptionsQuery
|
|
31
|
+
*/
|
|
32
|
+
sort?: SortOrder;
|
|
33
|
+
/**
|
|
34
|
+
* Status value and operator to filter by
|
|
35
|
+
* @type {PluginFilterItem}
|
|
36
|
+
* @memberof GetSubscriptionsQuery
|
|
37
|
+
*/
|
|
38
|
+
status?: PluginFilterItem;
|
|
39
|
+
/**
|
|
40
|
+
* Asset ID value and operator to filter by
|
|
41
|
+
* @type {PluginFilterItem}
|
|
42
|
+
* @memberof GetSubscriptionsQuery
|
|
43
|
+
*/
|
|
44
|
+
assetId?: PluginFilterItem;
|
|
45
|
+
/**
|
|
46
|
+
* Customer ID value and operator to filter by
|
|
47
|
+
* @type {PluginFilterItem}
|
|
48
|
+
* @memberof GetSubscriptionsQuery
|
|
49
|
+
*/
|
|
50
|
+
customerId?: PluginFilterItem;
|
|
51
|
+
/**
|
|
52
|
+
* Site ID value and operator to filter by
|
|
53
|
+
* @type {PluginFilterItem}
|
|
54
|
+
* @memberof GetSubscriptionsQuery
|
|
55
|
+
*/
|
|
56
|
+
siteId?: PluginFilterItem;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Check if a given object implements the GetSubscriptionsQuery interface.
|
|
60
|
+
*/
|
|
61
|
+
export declare function instanceOfGetSubscriptionsQuery(value: object): value is GetSubscriptionsQuery;
|
|
62
|
+
export declare function GetSubscriptionsQueryFromJSON(json: any): GetSubscriptionsQuery;
|
|
63
|
+
export declare function GetSubscriptionsQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): GetSubscriptionsQuery;
|
|
64
|
+
export declare function GetSubscriptionsQueryToJSON(json: any): GetSubscriptionsQuery;
|
|
65
|
+
export declare function GetSubscriptionsQueryToJSONTyped(value?: GetSubscriptionsQuery | null, ignoreDiscriminator?: boolean): any;
|
|
66
|
+
//# sourceMappingURL=get-subscriptions-query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-subscriptions-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/get-subscriptions-query.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAOnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAO7D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAQ9C;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,WAAW,CAAC,EAAE,mBAAmB,CAAC;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;;;OAIG;IACH,OAAO,CAAC,EAAE,gBAAgB,CAAC;IAC3B;;;;OAIG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B;;;;OAIG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;CAC7B;AAED;;GAEG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,qBAAqB,CAE7F;AAED,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE9E;AAED,wBAAgB,kCAAkC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,qBAAqB,CAajH;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,qBAAqB,CAE5E;AAED,wBAAgB,gCAAgC,CAAC,KAAK,CAAC,EAAE,qBAAqB,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAchI"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* ManageSpace API
|
|
6
|
+
* ManageSpace API Documentation
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 1.0.0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.GetSubscriptionsQueryToJSONTyped = exports.GetSubscriptionsQueryToJSON = exports.GetSubscriptionsQueryFromJSONTyped = exports.GetSubscriptionsQueryFromJSON = exports.instanceOfGetSubscriptionsQuery = void 0;
|
|
17
|
+
const base_pagination_query_1 = require("./base-pagination-query");
|
|
18
|
+
const plugin_filter_item_1 = require("./plugin-filter-item");
|
|
19
|
+
const sort_order_1 = require("./sort-order");
|
|
20
|
+
/**
|
|
21
|
+
* Check if a given object implements the GetSubscriptionsQuery interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfGetSubscriptionsQuery(value) {
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
exports.instanceOfGetSubscriptionsQuery = instanceOfGetSubscriptionsQuery;
|
|
27
|
+
function GetSubscriptionsQueryFromJSON(json) {
|
|
28
|
+
return GetSubscriptionsQueryFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.GetSubscriptionsQueryFromJSON = GetSubscriptionsQueryFromJSON;
|
|
31
|
+
function GetSubscriptionsQueryFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'pageOptions': json['pageOptions'] == null ? undefined : (0, base_pagination_query_1.BasePaginationQueryFromJSON)(json['pageOptions']),
|
|
37
|
+
'sort': json['sort'] == null ? undefined : (0, sort_order_1.SortOrderFromJSON)(json['sort']),
|
|
38
|
+
'status': json['status'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['status']),
|
|
39
|
+
'assetId': json['assetId'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['assetId']),
|
|
40
|
+
'customerId': json['customerId'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['customerId']),
|
|
41
|
+
'siteId': json['siteId'] == null ? undefined : (0, plugin_filter_item_1.PluginFilterItemFromJSON)(json['siteId']),
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
exports.GetSubscriptionsQueryFromJSONTyped = GetSubscriptionsQueryFromJSONTyped;
|
|
45
|
+
function GetSubscriptionsQueryToJSON(json) {
|
|
46
|
+
return GetSubscriptionsQueryToJSONTyped(json, false);
|
|
47
|
+
}
|
|
48
|
+
exports.GetSubscriptionsQueryToJSON = GetSubscriptionsQueryToJSON;
|
|
49
|
+
function GetSubscriptionsQueryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
50
|
+
if (value == null) {
|
|
51
|
+
return value;
|
|
52
|
+
}
|
|
53
|
+
return {
|
|
54
|
+
'pageOptions': (0, base_pagination_query_1.BasePaginationQueryToJSON)(value['pageOptions']),
|
|
55
|
+
'sort': (0, sort_order_1.SortOrderToJSON)(value['sort']),
|
|
56
|
+
'status': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['status']),
|
|
57
|
+
'assetId': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['assetId']),
|
|
58
|
+
'customerId': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['customerId']),
|
|
59
|
+
'siteId': (0, plugin_filter_item_1.PluginFilterItemToJSON)(value['siteId']),
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
exports.GetSubscriptionsQueryToJSONTyped = GetSubscriptionsQueryToJSONTyped;
|
|
@@ -5,6 +5,8 @@ export * from './asset-category';
|
|
|
5
5
|
export * from './asset-class';
|
|
6
6
|
export * from './asset-details';
|
|
7
7
|
export * from './asset-feature';
|
|
8
|
+
export * from './assets';
|
|
9
|
+
export * from './base-pagination-query';
|
|
8
10
|
export * from './billing-run';
|
|
9
11
|
export * from './billing-run-filter-condition';
|
|
10
12
|
export * from './billing-run-filter-options';
|
|
@@ -17,6 +19,7 @@ export * from './checklist';
|
|
|
17
19
|
export * from './checklist-recurrence-frequency';
|
|
18
20
|
export * from './communication';
|
|
19
21
|
export * from './communication-type';
|
|
22
|
+
export * from './complex-query';
|
|
20
23
|
export * from './configuration-setting';
|
|
21
24
|
export * from './configuration-setting-type';
|
|
22
25
|
export * from './contact';
|
|
@@ -36,6 +39,7 @@ export * from './create-document';
|
|
|
36
39
|
export * from './create-instances';
|
|
37
40
|
export * from './create-map-feature';
|
|
38
41
|
export * from './create-note';
|
|
42
|
+
export * from './create-notes';
|
|
39
43
|
export * from './create-notification';
|
|
40
44
|
export * from './create-order';
|
|
41
45
|
export * from './create-org';
|
|
@@ -78,10 +82,12 @@ export * from './field-area';
|
|
|
78
82
|
export * from './field-preferences';
|
|
79
83
|
export * from './field-type';
|
|
80
84
|
export * from './file-uploaded';
|
|
85
|
+
export * from './filter-item';
|
|
86
|
+
export * from './filter-item-value';
|
|
87
|
+
export * from './filter-operator';
|
|
81
88
|
export * from './get-asset-categories200-response';
|
|
82
89
|
export * from './get-asset-classes200-response';
|
|
83
90
|
export * from './get-asset-features200-response';
|
|
84
|
-
export * from './get-assets200-response';
|
|
85
91
|
export * from './get-billing-runs200-response';
|
|
86
92
|
export * from './get-calendar-events-query';
|
|
87
93
|
export * from './get-calendars200-response';
|
|
@@ -95,6 +101,7 @@ export * from './get-customers200-response';
|
|
|
95
101
|
export * from './get-documents200-response';
|
|
96
102
|
export * from './get-intent';
|
|
97
103
|
export * from './get-invoices200-response';
|
|
104
|
+
export * from './get-invoices-query';
|
|
98
105
|
export * from './get-notes200-response';
|
|
99
106
|
export * from './get-notifications200-response';
|
|
100
107
|
export * from './get-orders200-response';
|
|
@@ -109,6 +116,7 @@ export * from './get-revenue-rules200-response';
|
|
|
109
116
|
export * from './get-sites200-response';
|
|
110
117
|
export * from './get-statements200-response';
|
|
111
118
|
export * from './get-subscriptions200-response';
|
|
119
|
+
export * from './get-subscriptions-query';
|
|
112
120
|
export * from './get-task-definitions200-response';
|
|
113
121
|
export * from './get-task-instances200-response';
|
|
114
122
|
export * from './get-templates200-response';
|
|
@@ -128,6 +136,7 @@ export * from './note';
|
|
|
128
136
|
export * from './notification';
|
|
129
137
|
export * from './order';
|
|
130
138
|
export * from './order-line-item';
|
|
139
|
+
export * from './order-operator';
|
|
131
140
|
export * from './org';
|
|
132
141
|
export * from './page-meta';
|
|
133
142
|
export * from './paginated';
|
|
@@ -144,6 +153,8 @@ export * from './plugin-extensibility-function-definition';
|
|
|
144
153
|
export * from './plugin-extensibility-function-instance';
|
|
145
154
|
export * from './plugin-extensibility-function-metadata';
|
|
146
155
|
export * from './plugin-extensibility-status';
|
|
156
|
+
export * from './plugin-filter-item';
|
|
157
|
+
export * from './plugin-filter-operator';
|
|
147
158
|
export * from './plugin-version';
|
|
148
159
|
export * from './product-custom';
|
|
149
160
|
export * from './product-tax-group';
|
|
@@ -171,6 +182,7 @@ export * from './site-type2';
|
|
|
171
182
|
export * from './site-type3';
|
|
172
183
|
export * from './site-type4';
|
|
173
184
|
export * from './smart-bar-prompt';
|
|
185
|
+
export * from './sort-order';
|
|
174
186
|
export * from './statement';
|
|
175
187
|
export * from './step-data';
|
|
176
188
|
export * from './sub-total';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"AAEA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,YAAY,CAAC;AAC3B,cAAc,uBAAuB,CAAC;AACtC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,kCAAkC,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,uBAAuB,CAAC;AACtC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,yBAAyB,CAAC;AACxC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,YAAY,CAAC;AAC3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,qCAAqC,CAAC;AACpD,cAAc,mCAAmC,CAAC;AAClD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oCAAoC,CAAC;AACnD,cAAc,iCAAiC,CAAC;AAChD,cAAc,kCAAkC,CAAC;AACjD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/generated/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -23,6 +23,8 @@ __exportStar(require("./asset-category"), exports);
|
|
|
23
23
|
__exportStar(require("./asset-class"), exports);
|
|
24
24
|
__exportStar(require("./asset-details"), exports);
|
|
25
25
|
__exportStar(require("./asset-feature"), exports);
|
|
26
|
+
__exportStar(require("./assets"), exports);
|
|
27
|
+
__exportStar(require("./base-pagination-query"), exports);
|
|
26
28
|
__exportStar(require("./billing-run"), exports);
|
|
27
29
|
__exportStar(require("./billing-run-filter-condition"), exports);
|
|
28
30
|
__exportStar(require("./billing-run-filter-options"), exports);
|
|
@@ -35,6 +37,7 @@ __exportStar(require("./checklist"), exports);
|
|
|
35
37
|
__exportStar(require("./checklist-recurrence-frequency"), exports);
|
|
36
38
|
__exportStar(require("./communication"), exports);
|
|
37
39
|
__exportStar(require("./communication-type"), exports);
|
|
40
|
+
__exportStar(require("./complex-query"), exports);
|
|
38
41
|
__exportStar(require("./configuration-setting"), exports);
|
|
39
42
|
__exportStar(require("./configuration-setting-type"), exports);
|
|
40
43
|
__exportStar(require("./contact"), exports);
|
|
@@ -54,6 +57,7 @@ __exportStar(require("./create-document"), exports);
|
|
|
54
57
|
__exportStar(require("./create-instances"), exports);
|
|
55
58
|
__exportStar(require("./create-map-feature"), exports);
|
|
56
59
|
__exportStar(require("./create-note"), exports);
|
|
60
|
+
__exportStar(require("./create-notes"), exports);
|
|
57
61
|
__exportStar(require("./create-notification"), exports);
|
|
58
62
|
__exportStar(require("./create-order"), exports);
|
|
59
63
|
__exportStar(require("./create-org"), exports);
|
|
@@ -96,10 +100,12 @@ __exportStar(require("./field-area"), exports);
|
|
|
96
100
|
__exportStar(require("./field-preferences"), exports);
|
|
97
101
|
__exportStar(require("./field-type"), exports);
|
|
98
102
|
__exportStar(require("./file-uploaded"), exports);
|
|
103
|
+
__exportStar(require("./filter-item"), exports);
|
|
104
|
+
__exportStar(require("./filter-item-value"), exports);
|
|
105
|
+
__exportStar(require("./filter-operator"), exports);
|
|
99
106
|
__exportStar(require("./get-asset-categories200-response"), exports);
|
|
100
107
|
__exportStar(require("./get-asset-classes200-response"), exports);
|
|
101
108
|
__exportStar(require("./get-asset-features200-response"), exports);
|
|
102
|
-
__exportStar(require("./get-assets200-response"), exports);
|
|
103
109
|
__exportStar(require("./get-billing-runs200-response"), exports);
|
|
104
110
|
__exportStar(require("./get-calendar-events-query"), exports);
|
|
105
111
|
__exportStar(require("./get-calendars200-response"), exports);
|
|
@@ -113,6 +119,7 @@ __exportStar(require("./get-customers200-response"), exports);
|
|
|
113
119
|
__exportStar(require("./get-documents200-response"), exports);
|
|
114
120
|
__exportStar(require("./get-intent"), exports);
|
|
115
121
|
__exportStar(require("./get-invoices200-response"), exports);
|
|
122
|
+
__exportStar(require("./get-invoices-query"), exports);
|
|
116
123
|
__exportStar(require("./get-notes200-response"), exports);
|
|
117
124
|
__exportStar(require("./get-notifications200-response"), exports);
|
|
118
125
|
__exportStar(require("./get-orders200-response"), exports);
|
|
@@ -127,6 +134,7 @@ __exportStar(require("./get-revenue-rules200-response"), exports);
|
|
|
127
134
|
__exportStar(require("./get-sites200-response"), exports);
|
|
128
135
|
__exportStar(require("./get-statements200-response"), exports);
|
|
129
136
|
__exportStar(require("./get-subscriptions200-response"), exports);
|
|
137
|
+
__exportStar(require("./get-subscriptions-query"), exports);
|
|
130
138
|
__exportStar(require("./get-task-definitions200-response"), exports);
|
|
131
139
|
__exportStar(require("./get-task-instances200-response"), exports);
|
|
132
140
|
__exportStar(require("./get-templates200-response"), exports);
|
|
@@ -146,6 +154,7 @@ __exportStar(require("./note"), exports);
|
|
|
146
154
|
__exportStar(require("./notification"), exports);
|
|
147
155
|
__exportStar(require("./order"), exports);
|
|
148
156
|
__exportStar(require("./order-line-item"), exports);
|
|
157
|
+
__exportStar(require("./order-operator"), exports);
|
|
149
158
|
__exportStar(require("./org"), exports);
|
|
150
159
|
__exportStar(require("./page-meta"), exports);
|
|
151
160
|
__exportStar(require("./paginated"), exports);
|
|
@@ -162,6 +171,8 @@ __exportStar(require("./plugin-extensibility-function-definition"), exports);
|
|
|
162
171
|
__exportStar(require("./plugin-extensibility-function-instance"), exports);
|
|
163
172
|
__exportStar(require("./plugin-extensibility-function-metadata"), exports);
|
|
164
173
|
__exportStar(require("./plugin-extensibility-status"), exports);
|
|
174
|
+
__exportStar(require("./plugin-filter-item"), exports);
|
|
175
|
+
__exportStar(require("./plugin-filter-operator"), exports);
|
|
165
176
|
__exportStar(require("./plugin-version"), exports);
|
|
166
177
|
__exportStar(require("./product-custom"), exports);
|
|
167
178
|
__exportStar(require("./product-tax-group"), exports);
|
|
@@ -189,6 +200,7 @@ __exportStar(require("./site-type2"), exports);
|
|
|
189
200
|
__exportStar(require("./site-type3"), exports);
|
|
190
201
|
__exportStar(require("./site-type4"), exports);
|
|
191
202
|
__exportStar(require("./smart-bar-prompt"), exports);
|
|
203
|
+
__exportStar(require("./sort-order"), exports);
|
|
192
204
|
__exportStar(require("./statement"), exports);
|
|
193
205
|
__exportStar(require("./step-data"), exports);
|
|
194
206
|
__exportStar(require("./sub-total"), exports);
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
* The order to sort by
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const OrderOperator: {
|
|
17
|
+
readonly Asc: "asc";
|
|
18
|
+
readonly Desc: "desc";
|
|
19
|
+
};
|
|
20
|
+
export type OrderOperator = typeof OrderOperator[keyof typeof OrderOperator];
|
|
21
|
+
export declare function instanceOfOrderOperator(value: any): boolean;
|
|
22
|
+
export declare function OrderOperatorFromJSON(json: any): OrderOperator;
|
|
23
|
+
export declare function OrderOperatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): OrderOperator;
|
|
24
|
+
export declare function OrderOperatorToJSON(value?: OrderOperator | null): any;
|
|
25
|
+
export declare function OrderOperatorToJSONTyped(value: any, ignoreDiscriminator: boolean): OrderOperator;
|
|
26
|
+
//# sourceMappingURL=order-operator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"order-operator.d.ts","sourceRoot":"","sources":["../../../src/generated/models/order-operator.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,aAAa;;;CAGhB,CAAC;AACX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAG7E,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS3D;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,aAAa,CAE9D;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAEjG;AAED,wBAAgB,mBAAmB,CAAC,KAAK,CAAC,EAAE,aAAa,GAAG,IAAI,GAAG,GAAG,CAErE;AAED,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,aAAa,CAEhG"}
|