@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,34 @@
|
|
|
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 { Asset } from './asset';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Assets
|
|
17
|
+
*/
|
|
18
|
+
export interface Assets {
|
|
19
|
+
/**
|
|
20
|
+
* Assets.
|
|
21
|
+
* @type {Array<Asset>}
|
|
22
|
+
* @memberof Assets
|
|
23
|
+
*/
|
|
24
|
+
assets: Array<Asset>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the Assets interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfAssets(value: object): value is Assets;
|
|
30
|
+
export declare function AssetsFromJSON(json: any): Assets;
|
|
31
|
+
export declare function AssetsFromJSONTyped(json: any, ignoreDiscriminator: boolean): Assets;
|
|
32
|
+
export declare function AssetsToJSON(json: any): Assets;
|
|
33
|
+
export declare function AssetsToJSONTyped(value?: Assets | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=assets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"assets.d.ts","sourceRoot":"","sources":["../../../src/generated/models/assets.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAQrC;;;;GAIG;AACH,MAAM,WAAW,MAAM;IACnB;;;;OAIG;IACH,MAAM,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;CACxB;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,MAAM,CAG/D;AAED,wBAAgB,cAAc,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAEhD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,MAAM,CAQnF;AAED,wBAAgB,YAAY,CAAC,IAAI,EAAE,GAAG,GAAG,MAAM,CAE9C;AAED,wBAAgB,iBAAiB,CAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CASlG"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.AssetsToJSONTyped = exports.AssetsToJSON = exports.AssetsFromJSONTyped = exports.AssetsFromJSON = exports.instanceOfAssets = void 0;
|
|
17
|
+
const asset_1 = require("./asset");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the Assets interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfAssets(value) {
|
|
22
|
+
if (!('assets' in value) || value['assets'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
exports.instanceOfAssets = instanceOfAssets;
|
|
27
|
+
function AssetsFromJSON(json) {
|
|
28
|
+
return AssetsFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.AssetsFromJSON = AssetsFromJSON;
|
|
31
|
+
function AssetsFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'assets': (json['assets'].map(asset_1.AssetFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
exports.AssetsFromJSONTyped = AssetsFromJSONTyped;
|
|
40
|
+
function AssetsToJSON(json) {
|
|
41
|
+
return AssetsToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
exports.AssetsToJSON = AssetsToJSON;
|
|
44
|
+
function AssetsToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'assets': (value['assets'].map(asset_1.AssetToJSON)),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
exports.AssetsToJSONTyped = AssetsToJSONTyped;
|
|
@@ -0,0 +1,39 @@
|
|
|
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 BasePaginationQuery
|
|
16
|
+
*/
|
|
17
|
+
export interface BasePaginationQuery {
|
|
18
|
+
/**
|
|
19
|
+
* The offset of the first record to return (0-indexed).
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof BasePaginationQuery
|
|
22
|
+
*/
|
|
23
|
+
offset?: number;
|
|
24
|
+
/**
|
|
25
|
+
* The maximum number of records to return per page.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof BasePaginationQuery
|
|
28
|
+
*/
|
|
29
|
+
limit?: number;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the BasePaginationQuery interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfBasePaginationQuery(value: object): value is BasePaginationQuery;
|
|
35
|
+
export declare function BasePaginationQueryFromJSON(json: any): BasePaginationQuery;
|
|
36
|
+
export declare function BasePaginationQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): BasePaginationQuery;
|
|
37
|
+
export declare function BasePaginationQueryToJSON(json: any): BasePaginationQuery;
|
|
38
|
+
export declare function BasePaginationQueryToJSONTyped(value?: BasePaginationQuery | null, ignoreDiscriminator?: boolean): any;
|
|
39
|
+
//# sourceMappingURL=base-pagination-query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-pagination-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/base-pagination-query.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,mBAAmB,CAEzF;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,GAAG,mBAAmB,CAE1E;AAED,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,mBAAmB,CAS7G;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,CAU5H"}
|
|
@@ -0,0 +1,51 @@
|
|
|
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.BasePaginationQueryToJSONTyped = exports.BasePaginationQueryToJSON = exports.BasePaginationQueryFromJSONTyped = exports.BasePaginationQueryFromJSON = exports.instanceOfBasePaginationQuery = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the BasePaginationQuery interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfBasePaginationQuery(value) {
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
exports.instanceOfBasePaginationQuery = instanceOfBasePaginationQuery;
|
|
24
|
+
function BasePaginationQueryFromJSON(json) {
|
|
25
|
+
return BasePaginationQueryFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
exports.BasePaginationQueryFromJSON = BasePaginationQueryFromJSON;
|
|
28
|
+
function BasePaginationQueryFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
if (json == null) {
|
|
30
|
+
return json;
|
|
31
|
+
}
|
|
32
|
+
return {
|
|
33
|
+
'offset': json['offset'] == null ? undefined : json['offset'],
|
|
34
|
+
'limit': json['limit'] == null ? undefined : json['limit'],
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
exports.BasePaginationQueryFromJSONTyped = BasePaginationQueryFromJSONTyped;
|
|
38
|
+
function BasePaginationQueryToJSON(json) {
|
|
39
|
+
return BasePaginationQueryToJSONTyped(json, false);
|
|
40
|
+
}
|
|
41
|
+
exports.BasePaginationQueryToJSON = BasePaginationQueryToJSON;
|
|
42
|
+
function BasePaginationQueryToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'offset': value['offset'],
|
|
48
|
+
'limit': value['limit'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
exports.BasePaginationQueryToJSONTyped = BasePaginationQueryToJSONTyped;
|
|
@@ -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 ComplexQuery
|
|
19
|
+
*/
|
|
20
|
+
export interface ComplexQuery {
|
|
21
|
+
/**
|
|
22
|
+
* The pagination metadata
|
|
23
|
+
* @type {BasePaginationQuery}
|
|
24
|
+
* @memberof ComplexQuery
|
|
25
|
+
*/
|
|
26
|
+
pageOptions?: BasePaginationQuery;
|
|
27
|
+
/**
|
|
28
|
+
* The sort metadata
|
|
29
|
+
* @type {SortOrder}
|
|
30
|
+
* @memberof ComplexQuery
|
|
31
|
+
*/
|
|
32
|
+
sort?: SortOrder;
|
|
33
|
+
/**
|
|
34
|
+
* A list of filters to search by.
|
|
35
|
+
* @type {Array<FilterItem>}
|
|
36
|
+
* @memberof ComplexQuery
|
|
37
|
+
*/
|
|
38
|
+
filters?: Array<FilterItem>;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Check if a given object implements the ComplexQuery interface.
|
|
42
|
+
*/
|
|
43
|
+
export declare function instanceOfComplexQuery(value: object): value is ComplexQuery;
|
|
44
|
+
export declare function ComplexQueryFromJSON(json: any): ComplexQuery;
|
|
45
|
+
export declare function ComplexQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): ComplexQuery;
|
|
46
|
+
export declare function ComplexQueryToJSON(json: any): ComplexQuery;
|
|
47
|
+
export declare function ComplexQueryToJSONTyped(value?: ComplexQuery | null, ignoreDiscriminator?: boolean): any;
|
|
48
|
+
//# sourceMappingURL=complex-query.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"complex-query.d.ts","sourceRoot":"","sources":["../../../src/generated/models/complex-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,YAAY;IACzB;;;;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,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,CAU/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,CAW9G"}
|
|
@@ -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.ComplexQueryToJSONTyped = exports.ComplexQueryToJSON = exports.ComplexQueryFromJSONTyped = exports.ComplexQueryFromJSON = exports.instanceOfComplexQuery = 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 ComplexQuery interface.
|
|
22
|
+
*/
|
|
23
|
+
function instanceOfComplexQuery(value) {
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
exports.instanceOfComplexQuery = instanceOfComplexQuery;
|
|
27
|
+
function ComplexQueryFromJSON(json) {
|
|
28
|
+
return ComplexQueryFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.ComplexQueryFromJSON = ComplexQueryFromJSON;
|
|
31
|
+
function ComplexQueryFromJSONTyped(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.ComplexQueryFromJSONTyped = ComplexQueryFromJSONTyped;
|
|
42
|
+
function ComplexQueryToJSON(json) {
|
|
43
|
+
return ComplexQueryToJSONTyped(json, false);
|
|
44
|
+
}
|
|
45
|
+
exports.ComplexQueryToJSON = ComplexQueryToJSON;
|
|
46
|
+
function ComplexQueryToJSONTyped(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.ComplexQueryToJSONTyped = ComplexQueryToJSONTyped;
|
|
@@ -0,0 +1,34 @@
|
|
|
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 { CreateNote } from './create-note';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface CreateNotes
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateNotes {
|
|
19
|
+
/**
|
|
20
|
+
* The notes to create.
|
|
21
|
+
* @type {Array<CreateNote>}
|
|
22
|
+
* @memberof CreateNotes
|
|
23
|
+
*/
|
|
24
|
+
notes: Array<CreateNote>;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Check if a given object implements the CreateNotes interface.
|
|
28
|
+
*/
|
|
29
|
+
export declare function instanceOfCreateNotes(value: object): value is CreateNotes;
|
|
30
|
+
export declare function CreateNotesFromJSON(json: any): CreateNotes;
|
|
31
|
+
export declare function CreateNotesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateNotes;
|
|
32
|
+
export declare function CreateNotesToJSON(json: any): CreateNotes;
|
|
33
|
+
export declare function CreateNotesToJSONTyped(value?: CreateNotes | null, ignoreDiscriminator?: boolean): any;
|
|
34
|
+
//# sourceMappingURL=create-notes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-notes.d.ts","sourceRoot":"","sources":["../../../src/generated/models/create-notes.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAQhD;;;;GAIG;AACH,MAAM,WAAW,WAAW;IACxB;;;;OAIG;IACH,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;CAC5B;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,WAAW,CAGzE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAE1D;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,WAAW,CAQ7F;AAED,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,GAAG,GAAG,WAAW,CAExD;AAED,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,WAAW,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAS5G"}
|
|
@@ -0,0 +1,52 @@
|
|
|
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.CreateNotesToJSONTyped = exports.CreateNotesToJSON = exports.CreateNotesFromJSONTyped = exports.CreateNotesFromJSON = exports.instanceOfCreateNotes = void 0;
|
|
17
|
+
const create_note_1 = require("./create-note");
|
|
18
|
+
/**
|
|
19
|
+
* Check if a given object implements the CreateNotes interface.
|
|
20
|
+
*/
|
|
21
|
+
function instanceOfCreateNotes(value) {
|
|
22
|
+
if (!('notes' in value) || value['notes'] === undefined)
|
|
23
|
+
return false;
|
|
24
|
+
return true;
|
|
25
|
+
}
|
|
26
|
+
exports.instanceOfCreateNotes = instanceOfCreateNotes;
|
|
27
|
+
function CreateNotesFromJSON(json) {
|
|
28
|
+
return CreateNotesFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
exports.CreateNotesFromJSON = CreateNotesFromJSON;
|
|
31
|
+
function CreateNotesFromJSONTyped(json, ignoreDiscriminator) {
|
|
32
|
+
if (json == null) {
|
|
33
|
+
return json;
|
|
34
|
+
}
|
|
35
|
+
return {
|
|
36
|
+
'notes': (json['notes'].map(create_note_1.CreateNoteFromJSON)),
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
exports.CreateNotesFromJSONTyped = CreateNotesFromJSONTyped;
|
|
40
|
+
function CreateNotesToJSON(json) {
|
|
41
|
+
return CreateNotesToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
exports.CreateNotesToJSON = CreateNotesToJSON;
|
|
44
|
+
function CreateNotesToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'notes': (value['notes'].map(create_note_1.CreateNoteToJSON)),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
exports.CreateNotesToJSONTyped = CreateNotesToJSONTyped;
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
* Value to compare against
|
|
14
|
+
* @export
|
|
15
|
+
* @interface FilterItemValue
|
|
16
|
+
*/
|
|
17
|
+
export interface FilterItemValue {
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the FilterItemValue interface.
|
|
21
|
+
*/
|
|
22
|
+
export declare function instanceOfFilterItemValue(value: object): value is FilterItemValue;
|
|
23
|
+
export declare function FilterItemValueFromJSON(json: any): FilterItemValue;
|
|
24
|
+
export declare function FilterItemValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): FilterItemValue;
|
|
25
|
+
export declare function FilterItemValueToJSON(json: any): FilterItemValue;
|
|
26
|
+
export declare function FilterItemValueToJSONTyped(value?: FilterItemValue | null, ignoreDiscriminator?: boolean): any;
|
|
27
|
+
//# sourceMappingURL=filter-item-value.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-item-value.d.ts","sourceRoot":"","sources":["../../../src/generated/models/filter-item-value.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;;GAIG;AACH,MAAM,WAAW,eAAe;CAC/B;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,eAAe,CAEjF;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAElE;AAED,wBAAgB,4BAA4B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,eAAe,CAErG;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,GAAG,eAAe,CAEhE;AAED,wBAAgB,0BAA0B,CAAC,KAAK,CAAC,EAAE,eAAe,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAEpH"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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.FilterItemValueToJSONTyped = exports.FilterItemValueToJSON = exports.FilterItemValueFromJSONTyped = exports.FilterItemValueFromJSON = exports.instanceOfFilterItemValue = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* Check if a given object implements the FilterItemValue interface.
|
|
19
|
+
*/
|
|
20
|
+
function instanceOfFilterItemValue(value) {
|
|
21
|
+
return true;
|
|
22
|
+
}
|
|
23
|
+
exports.instanceOfFilterItemValue = instanceOfFilterItemValue;
|
|
24
|
+
function FilterItemValueFromJSON(json) {
|
|
25
|
+
return FilterItemValueFromJSONTyped(json, false);
|
|
26
|
+
}
|
|
27
|
+
exports.FilterItemValueFromJSON = FilterItemValueFromJSON;
|
|
28
|
+
function FilterItemValueFromJSONTyped(json, ignoreDiscriminator) {
|
|
29
|
+
return json;
|
|
30
|
+
}
|
|
31
|
+
exports.FilterItemValueFromJSONTyped = FilterItemValueFromJSONTyped;
|
|
32
|
+
function FilterItemValueToJSON(json) {
|
|
33
|
+
return FilterItemValueToJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
exports.FilterItemValueToJSON = FilterItemValueToJSON;
|
|
36
|
+
function FilterItemValueToJSONTyped(value, ignoreDiscriminator = false) {
|
|
37
|
+
return value;
|
|
38
|
+
}
|
|
39
|
+
exports.FilterItemValueToJSONTyped = FilterItemValueToJSONTyped;
|
|
@@ -0,0 +1,47 @@
|
|
|
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 { FilterItemValue } from './filter-item-value';
|
|
13
|
+
import type { FilterOperator } from './filter-operator';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface FilterItem
|
|
18
|
+
*/
|
|
19
|
+
export interface FilterItem {
|
|
20
|
+
/**
|
|
21
|
+
* Field to filter by
|
|
22
|
+
* @type {string}
|
|
23
|
+
* @memberof FilterItem
|
|
24
|
+
*/
|
|
25
|
+
field: string;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {FilterOperator}
|
|
29
|
+
* @memberof FilterItem
|
|
30
|
+
*/
|
|
31
|
+
operator: FilterOperator;
|
|
32
|
+
/**
|
|
33
|
+
*
|
|
34
|
+
* @type {FilterItemValue}
|
|
35
|
+
* @memberof FilterItem
|
|
36
|
+
*/
|
|
37
|
+
value: FilterItemValue;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Check if a given object implements the FilterItem interface.
|
|
41
|
+
*/
|
|
42
|
+
export declare function instanceOfFilterItem(value: object): value is FilterItem;
|
|
43
|
+
export declare function FilterItemFromJSON(json: any): FilterItem;
|
|
44
|
+
export declare function FilterItemFromJSONTyped(json: any, ignoreDiscriminator: boolean): FilterItem;
|
|
45
|
+
export declare function FilterItemToJSON(json: any): FilterItem;
|
|
46
|
+
export declare function FilterItemToJSONTyped(value?: FilterItem | null, ignoreDiscriminator?: boolean): any;
|
|
47
|
+
//# sourceMappingURL=filter-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-item.d.ts","sourceRoot":"","sources":["../../../src/generated/models/filter-item.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAO3D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAQxD;;;;GAIG;AACH,MAAM,WAAW,UAAU;IACvB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,EAAE,cAAc,CAAC;IACzB;;;;OAIG;IACH,KAAK,EAAE,eAAe,CAAC;CAC1B;AAID;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,IAAI,UAAU,CAKvE;AAED,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAExD;AAED,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,UAAU,CAU3F;AAED,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,GAAG,UAAU,CAEtD;AAED,wBAAgB,qBAAqB,CAAC,KAAK,CAAC,EAAE,UAAU,GAAG,IAAI,EAAE,mBAAmB,GAAE,OAAe,GAAG,GAAG,CAW1G"}
|
|
@@ -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.FilterItemToJSONTyped = exports.FilterItemToJSON = exports.FilterItemFromJSONTyped = exports.FilterItemFromJSON = exports.instanceOfFilterItem = void 0;
|
|
17
|
+
const filter_item_value_1 = require("./filter-item-value");
|
|
18
|
+
const filter_operator_1 = require("./filter-operator");
|
|
19
|
+
/**
|
|
20
|
+
* Check if a given object implements the FilterItem interface.
|
|
21
|
+
*/
|
|
22
|
+
function instanceOfFilterItem(value) {
|
|
23
|
+
if (!('field' in value) || value['field'] === undefined)
|
|
24
|
+
return false;
|
|
25
|
+
if (!('operator' in value) || value['operator'] === undefined)
|
|
26
|
+
return false;
|
|
27
|
+
if (!('value' in value) || value['value'] === undefined)
|
|
28
|
+
return false;
|
|
29
|
+
return true;
|
|
30
|
+
}
|
|
31
|
+
exports.instanceOfFilterItem = instanceOfFilterItem;
|
|
32
|
+
function FilterItemFromJSON(json) {
|
|
33
|
+
return FilterItemFromJSONTyped(json, false);
|
|
34
|
+
}
|
|
35
|
+
exports.FilterItemFromJSON = FilterItemFromJSON;
|
|
36
|
+
function FilterItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
37
|
+
if (json == null) {
|
|
38
|
+
return json;
|
|
39
|
+
}
|
|
40
|
+
return {
|
|
41
|
+
'field': json['field'],
|
|
42
|
+
'operator': (0, filter_operator_1.FilterOperatorFromJSON)(json['operator']),
|
|
43
|
+
'value': (0, filter_item_value_1.FilterItemValueFromJSON)(json['value']),
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
exports.FilterItemFromJSONTyped = FilterItemFromJSONTyped;
|
|
47
|
+
function FilterItemToJSON(json) {
|
|
48
|
+
return FilterItemToJSONTyped(json, false);
|
|
49
|
+
}
|
|
50
|
+
exports.FilterItemToJSON = FilterItemToJSON;
|
|
51
|
+
function FilterItemToJSONTyped(value, ignoreDiscriminator = false) {
|
|
52
|
+
if (value == null) {
|
|
53
|
+
return value;
|
|
54
|
+
}
|
|
55
|
+
return {
|
|
56
|
+
'field': value['field'],
|
|
57
|
+
'operator': (0, filter_operator_1.FilterOperatorToJSON)(value['operator']),
|
|
58
|
+
'value': (0, filter_item_value_1.FilterItemValueToJSON)(value['value']),
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
exports.FilterItemToJSONTyped = FilterItemToJSONTyped;
|
|
@@ -0,0 +1,36 @@
|
|
|
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 operator to use when filtering
|
|
14
|
+
* @export
|
|
15
|
+
*/
|
|
16
|
+
export declare const FilterOperator: {
|
|
17
|
+
readonly Contains: "contains";
|
|
18
|
+
readonly EndsWith: "endsWith";
|
|
19
|
+
readonly Equals: "equals";
|
|
20
|
+
readonly Gt: "gt";
|
|
21
|
+
readonly Gte: "gte";
|
|
22
|
+
readonly In: "in";
|
|
23
|
+
readonly Lt: "lt";
|
|
24
|
+
readonly Lte: "lte";
|
|
25
|
+
readonly Not: "not";
|
|
26
|
+
readonly NotIn: "notIn";
|
|
27
|
+
readonly Search: "search";
|
|
28
|
+
readonly StartsWith: "startsWith";
|
|
29
|
+
};
|
|
30
|
+
export type FilterOperator = typeof FilterOperator[keyof typeof FilterOperator];
|
|
31
|
+
export declare function instanceOfFilterOperator(value: any): boolean;
|
|
32
|
+
export declare function FilterOperatorFromJSON(json: any): FilterOperator;
|
|
33
|
+
export declare function FilterOperatorFromJSONTyped(json: any, ignoreDiscriminator: boolean): FilterOperator;
|
|
34
|
+
export declare function FilterOperatorToJSON(value?: FilterOperator | null): any;
|
|
35
|
+
export declare function FilterOperatorToJSONTyped(value: any, ignoreDiscriminator: boolean): FilterOperator;
|
|
36
|
+
//# sourceMappingURL=filter-operator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filter-operator.d.ts","sourceRoot":"","sources":["../../../src/generated/models/filter-operator.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAGH;;;GAGG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;CAajB,CAAC;AACX,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAGhF,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,GAAG,GAAG,OAAO,CAS5D;AAED,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,GAAG,GAAG,cAAc,CAEhE;AAED,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAEnG;AAED,wBAAgB,oBAAoB,CAAC,KAAK,CAAC,EAAE,cAAc,GAAG,IAAI,GAAG,GAAG,CAEvE;AAED,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,GAAG,EAAE,mBAAmB,EAAE,OAAO,GAAG,cAAc,CAElG"}
|