@monaco-protocol/client-v2 0.0.2-dev.0
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/README.md +46 -0
- package/dist/apis/MonacoAPIAPIKeyManagementApi.d.ts +54 -0
- package/dist/apis/MonacoAPIAPIKeyManagementApi.js +141 -0
- package/dist/apis/MonacoAPIAPIStatusApi.d.ts +26 -0
- package/dist/apis/MonacoAPIAPIStatusApi.js +58 -0
- package/dist/apis/MonacoAPIAppManagementApi.d.ts +66 -0
- package/dist/apis/MonacoAPIAppManagementApi.js +170 -0
- package/dist/apis/MonacoAPICurrenciesApi.d.ts +45 -0
- package/dist/apis/MonacoAPICurrenciesApi.js +102 -0
- package/dist/apis/MonacoAPIEventCategoriesApi.d.ts +53 -0
- package/dist/apis/MonacoAPIEventCategoriesApi.js +134 -0
- package/dist/apis/MonacoAPIEventGroupsApi.d.ts +54 -0
- package/dist/apis/MonacoAPIEventGroupsApi.js +137 -0
- package/dist/apis/MonacoAPIEventSubcategoriesApi.d.ts +54 -0
- package/dist/apis/MonacoAPIEventSubcategoriesApi.js +137 -0
- package/dist/apis/MonacoAPIEventsApi.d.ts +68 -0
- package/dist/apis/MonacoAPIEventsApi.js +158 -0
- package/dist/apis/MonacoAPIMarketTypesApi.d.ts +53 -0
- package/dist/apis/MonacoAPIMarketTypesApi.js +134 -0
- package/dist/apis/MonacoAPIMarketsApi.d.ts +214 -0
- package/dist/apis/MonacoAPIMarketsApi.js +566 -0
- package/dist/apis/MonacoAPIOrdersApi.d.ts +112 -0
- package/dist/apis/MonacoAPIOrdersApi.js +283 -0
- package/dist/apis/MonacoAPISessionManagementApi.d.ts +40 -0
- package/dist/apis/MonacoAPISessionManagementApi.js +93 -0
- package/dist/apis/MonacoAPITradesApi.d.ts +44 -0
- package/dist/apis/MonacoAPITradesApi.js +104 -0
- package/dist/apis/MonacoAPIWalletsApi.d.ts +103 -0
- package/dist/apis/MonacoAPIWalletsApi.js +262 -0
- package/dist/apis/index.d.ts +14 -0
- package/dist/apis/index.js +32 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/APIKey.d.ts +62 -0
- package/dist/models/APIKey.js +58 -0
- package/dist/models/APIKeyResponse.d.ts +40 -0
- package/dist/models/APIKeyResponse.js +52 -0
- package/dist/models/AddMarketOutcomeRequest.d.ts +32 -0
- package/dist/models/AddMarketOutcomeRequest.js +48 -0
- package/dist/models/App.d.ts +69 -0
- package/dist/models/App.js +61 -0
- package/dist/models/AppResponse.d.ts +47 -0
- package/dist/models/AppResponse.js +55 -0
- package/dist/models/AppStatus.d.ts +44 -0
- package/dist/models/AppStatus.js +52 -0
- package/dist/models/AppStatusResponse.d.ts +40 -0
- package/dist/models/AppStatusResponse.js +52 -0
- package/dist/models/Category.d.ts +50 -0
- package/dist/models/Category.js +54 -0
- package/dist/models/CategoryResponse.d.ts +40 -0
- package/dist/models/CategoryResponse.js +52 -0
- package/dist/models/CategorySummary.d.ts +38 -0
- package/dist/models/CategorySummary.js +50 -0
- package/dist/models/CommissionRate.d.ts +44 -0
- package/dist/models/CommissionRate.js +52 -0
- package/dist/models/CommissionRateResponse.d.ts +40 -0
- package/dist/models/CommissionRateResponse.js +52 -0
- package/dist/models/CreateAPIKeyRequest.d.ts +32 -0
- package/dist/models/CreateAPIKeyRequest.js +48 -0
- package/dist/models/CreateAppRequest.d.ts +38 -0
- package/dist/models/CreateAppRequest.js +50 -0
- package/dist/models/CreateCategoryRequest.d.ts +38 -0
- package/dist/models/CreateCategoryRequest.js +50 -0
- package/dist/models/CreateEventGroupRequest.d.ts +44 -0
- package/dist/models/CreateEventGroupRequest.js +52 -0
- package/dist/models/CreateEventRequest.d.ts +56 -0
- package/dist/models/CreateEventRequest.js +56 -0
- package/dist/models/CreateMarketRequest.d.ts +114 -0
- package/dist/models/CreateMarketRequest.js +85 -0
- package/dist/models/CreateMarketTypeRequest.d.ts +45 -0
- package/dist/models/CreateMarketTypeRequest.js +53 -0
- package/dist/models/CreateOrderRequest.d.ts +96 -0
- package/dist/models/CreateOrderRequest.js +79 -0
- package/dist/models/CreateSessionRequest.d.ts +38 -0
- package/dist/models/CreateSessionRequest.js +50 -0
- package/dist/models/CreateSubcategoryRequest.d.ts +44 -0
- package/dist/models/CreateSubcategoryRequest.js +52 -0
- package/dist/models/CreateWalletRequest.d.ts +54 -0
- package/dist/models/CreateWalletRequest.js +62 -0
- package/dist/models/Currency.d.ts +70 -0
- package/dist/models/Currency.js +66 -0
- package/dist/models/CurrencyResponse.d.ts +40 -0
- package/dist/models/CurrencyResponse.js +52 -0
- package/dist/models/DeactivateAPIKeyRequest.d.ts +38 -0
- package/dist/models/DeactivateAPIKeyRequest.js +50 -0
- package/dist/models/DocumentReference.d.ts +38 -0
- package/dist/models/DocumentReference.js +50 -0
- package/dist/models/Event.d.ts +93 -0
- package/dist/models/Event.js +69 -0
- package/dist/models/EventGroup.d.ts +57 -0
- package/dist/models/EventGroup.js +57 -0
- package/dist/models/EventGroupResponse.d.ts +54 -0
- package/dist/models/EventGroupResponse.js +58 -0
- package/dist/models/EventGroupSummary.d.ts +45 -0
- package/dist/models/EventGroupSummary.js +53 -0
- package/dist/models/EventResponse.d.ts +61 -0
- package/dist/models/EventResponse.js +61 -0
- package/dist/models/EventSummary.d.ts +57 -0
- package/dist/models/EventSummary.js +57 -0
- package/dist/models/Market.d.ts +177 -0
- package/dist/models/Market.js +115 -0
- package/dist/models/MarketLiquidity.d.ts +64 -0
- package/dist/models/MarketLiquidity.js +64 -0
- package/dist/models/MarketLiquidityResponse.d.ts +40 -0
- package/dist/models/MarketLiquidityResponse.js +52 -0
- package/dist/models/MarketOutcomeSummary.d.ts +44 -0
- package/dist/models/MarketOutcomeSummary.js +52 -0
- package/dist/models/MarketPosition.d.ts +45 -0
- package/dist/models/MarketPosition.js +53 -0
- package/dist/models/MarketResponse.d.ts +82 -0
- package/dist/models/MarketResponse.js +70 -0
- package/dist/models/MarketResultRequest.d.ts +33 -0
- package/dist/models/MarketResultRequest.js +49 -0
- package/dist/models/MarketSummary.d.ts +76 -0
- package/dist/models/MarketSummary.js +72 -0
- package/dist/models/MarketType.d.ts +57 -0
- package/dist/models/MarketType.js +57 -0
- package/dist/models/MarketTypeResponse.d.ts +40 -0
- package/dist/models/MarketTypeResponse.js +52 -0
- package/dist/models/MarketTypeSummary.d.ts +45 -0
- package/dist/models/MarketTypeSummary.js +53 -0
- package/dist/models/Meta.d.ts +38 -0
- package/dist/models/Meta.js +50 -0
- package/dist/models/Order.d.ts +125 -0
- package/dist/models/Order.js +85 -0
- package/dist/models/OrderResponse.d.ts +54 -0
- package/dist/models/OrderResponse.js +58 -0
- package/dist/models/OrderSummary.d.ts +89 -0
- package/dist/models/OrderSummary.js +73 -0
- package/dist/models/OutcomeResult.d.ts +38 -0
- package/dist/models/OutcomeResult.js +50 -0
- package/dist/models/PageRequest.d.ts +50 -0
- package/dist/models/PageRequest.js +54 -0
- package/dist/models/PagedEventResponse.d.ts +85 -0
- package/dist/models/PagedEventResponse.js +69 -0
- package/dist/models/PagedMarketPositionResponse.d.ts +71 -0
- package/dist/models/PagedMarketPositionResponse.js +63 -0
- package/dist/models/PagedOrderResponse.d.ts +78 -0
- package/dist/models/PagedOrderResponse.js +66 -0
- package/dist/models/PagedTradeResponse.d.ts +85 -0
- package/dist/models/PagedTradeResponse.js +69 -0
- package/dist/models/PagedTransactionResponse.d.ts +64 -0
- package/dist/models/PagedTransactionResponse.js +60 -0
- package/dist/models/Range.d.ts +38 -0
- package/dist/models/Range.js +50 -0
- package/dist/models/RefreshSessionRequest.d.ts +32 -0
- package/dist/models/RefreshSessionRequest.js +48 -0
- package/dist/models/RenameAPIKeyRequest.d.ts +44 -0
- package/dist/models/RenameAPIKeyRequest.js +52 -0
- package/dist/models/Session.d.ts +50 -0
- package/dist/models/Session.js +54 -0
- package/dist/models/SessionResponse.d.ts +40 -0
- package/dist/models/SessionResponse.js +52 -0
- package/dist/models/Subcategory.d.ts +57 -0
- package/dist/models/Subcategory.js +57 -0
- package/dist/models/SubcategoryResponse.d.ts +47 -0
- package/dist/models/SubcategoryResponse.js +55 -0
- package/dist/models/SubcategorySummary.d.ts +45 -0
- package/dist/models/SubcategorySummary.js +53 -0
- package/dist/models/ToggleActionRequest.d.ts +32 -0
- package/dist/models/ToggleActionRequest.js +48 -0
- package/dist/models/Trade.d.ts +95 -0
- package/dist/models/Trade.js +75 -0
- package/dist/models/TradeResponse.d.ts +61 -0
- package/dist/models/TradeResponse.js +61 -0
- package/dist/models/Transaction.d.ts +81 -0
- package/dist/models/Transaction.js +73 -0
- package/dist/models/TransferResponse.d.ts +46 -0
- package/dist/models/TransferResponse.js +54 -0
- package/dist/models/UpdateAppCommissionRateRequest.d.ts +32 -0
- package/dist/models/UpdateAppCommissionRateRequest.js +48 -0
- package/dist/models/Wallet.d.ts +75 -0
- package/dist/models/Wallet.js +70 -0
- package/dist/models/WalletBalance.d.ts +44 -0
- package/dist/models/WalletBalance.js +52 -0
- package/dist/models/WalletResponse.d.ts +40 -0
- package/dist/models/WalletResponse.js +52 -0
- package/dist/models/index.d.ts +72 -0
- package/dist/models/index.js +90 -0
- package/dist/runtime.d.ts +182 -0
- package/dist/runtime.js +346 -0
- package/package.json +28 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Monaco API
|
|
6
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1
|
|
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.instanceOfCreateSubcategoryRequest = instanceOfCreateSubcategoryRequest;
|
|
17
|
+
exports.CreateSubcategoryRequestFromJSON = CreateSubcategoryRequestFromJSON;
|
|
18
|
+
exports.CreateSubcategoryRequestFromJSONTyped = CreateSubcategoryRequestFromJSONTyped;
|
|
19
|
+
exports.CreateSubcategoryRequestToJSON = CreateSubcategoryRequestToJSON;
|
|
20
|
+
exports.CreateSubcategoryRequestToJSONTyped = CreateSubcategoryRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the CreateSubcategoryRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfCreateSubcategoryRequest(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function CreateSubcategoryRequestFromJSON(json) {
|
|
28
|
+
return CreateSubcategoryRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function CreateSubcategoryRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
36
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
37
|
+
'categoryId': json['categoryId'] == null ? undefined : json['categoryId'],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
function CreateSubcategoryRequestToJSON(json) {
|
|
41
|
+
return CreateSubcategoryRequestToJSONTyped(json, false);
|
|
42
|
+
}
|
|
43
|
+
function CreateSubcategoryRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
44
|
+
if (value == null) {
|
|
45
|
+
return value;
|
|
46
|
+
}
|
|
47
|
+
return {
|
|
48
|
+
'id': value['id'],
|
|
49
|
+
'name': value['name'],
|
|
50
|
+
'categoryId': value['categoryId'],
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Monaco API
|
|
3
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1
|
|
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 CreateWalletRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateWalletRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof CreateWalletRequest
|
|
22
|
+
*/
|
|
23
|
+
type?: CreateWalletRequestTypeEnum;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof CreateWalletRequest
|
|
28
|
+
*/
|
|
29
|
+
reference?: string;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof CreateWalletRequest
|
|
34
|
+
*/
|
|
35
|
+
description?: string;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @export
|
|
39
|
+
*/
|
|
40
|
+
export declare const CreateWalletRequestTypeEnum: {
|
|
41
|
+
readonly Commission: "Commission";
|
|
42
|
+
readonly MarketEscrow: "MarketEscrow";
|
|
43
|
+
readonly System: "System";
|
|
44
|
+
readonly User: "User";
|
|
45
|
+
};
|
|
46
|
+
export type CreateWalletRequestTypeEnum = typeof CreateWalletRequestTypeEnum[keyof typeof CreateWalletRequestTypeEnum];
|
|
47
|
+
/**
|
|
48
|
+
* Check if a given object implements the CreateWalletRequest interface.
|
|
49
|
+
*/
|
|
50
|
+
export declare function instanceOfCreateWalletRequest(value: object): value is CreateWalletRequest;
|
|
51
|
+
export declare function CreateWalletRequestFromJSON(json: any): CreateWalletRequest;
|
|
52
|
+
export declare function CreateWalletRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateWalletRequest;
|
|
53
|
+
export declare function CreateWalletRequestToJSON(json: any): CreateWalletRequest;
|
|
54
|
+
export declare function CreateWalletRequestToJSONTyped(value?: CreateWalletRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Monaco API
|
|
6
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1
|
|
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.CreateWalletRequestTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfCreateWalletRequest = instanceOfCreateWalletRequest;
|
|
18
|
+
exports.CreateWalletRequestFromJSON = CreateWalletRequestFromJSON;
|
|
19
|
+
exports.CreateWalletRequestFromJSONTyped = CreateWalletRequestFromJSONTyped;
|
|
20
|
+
exports.CreateWalletRequestToJSON = CreateWalletRequestToJSON;
|
|
21
|
+
exports.CreateWalletRequestToJSONTyped = CreateWalletRequestToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.CreateWalletRequestTypeEnum = {
|
|
26
|
+
Commission: 'Commission',
|
|
27
|
+
MarketEscrow: 'MarketEscrow',
|
|
28
|
+
System: 'System',
|
|
29
|
+
User: 'User'
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the CreateWalletRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
function instanceOfCreateWalletRequest(value) {
|
|
35
|
+
return true;
|
|
36
|
+
}
|
|
37
|
+
function CreateWalletRequestFromJSON(json) {
|
|
38
|
+
return CreateWalletRequestFromJSONTyped(json, false);
|
|
39
|
+
}
|
|
40
|
+
function CreateWalletRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
41
|
+
if (json == null) {
|
|
42
|
+
return json;
|
|
43
|
+
}
|
|
44
|
+
return {
|
|
45
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
46
|
+
'reference': json['reference'] == null ? undefined : json['reference'],
|
|
47
|
+
'description': json['description'] == null ? undefined : json['description'],
|
|
48
|
+
};
|
|
49
|
+
}
|
|
50
|
+
function CreateWalletRequestToJSON(json) {
|
|
51
|
+
return CreateWalletRequestToJSONTyped(json, false);
|
|
52
|
+
}
|
|
53
|
+
function CreateWalletRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
54
|
+
if (value == null) {
|
|
55
|
+
return value;
|
|
56
|
+
}
|
|
57
|
+
return {
|
|
58
|
+
'type': value['type'],
|
|
59
|
+
'reference': value['reference'],
|
|
60
|
+
'description': value['description'],
|
|
61
|
+
};
|
|
62
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Monaco API
|
|
3
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1
|
|
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 Currency
|
|
16
|
+
*/
|
|
17
|
+
export interface Currency {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {number}
|
|
21
|
+
* @memberof Currency
|
|
22
|
+
*/
|
|
23
|
+
id?: number;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof Currency
|
|
28
|
+
*/
|
|
29
|
+
networkId?: number;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof Currency
|
|
34
|
+
*/
|
|
35
|
+
type?: CurrencyTypeEnum;
|
|
36
|
+
/**
|
|
37
|
+
*
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof Currency
|
|
40
|
+
*/
|
|
41
|
+
name?: string;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
* @type {string}
|
|
45
|
+
* @memberof Currency
|
|
46
|
+
*/
|
|
47
|
+
symbol?: string;
|
|
48
|
+
/**
|
|
49
|
+
*
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof Currency
|
|
52
|
+
*/
|
|
53
|
+
mint?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* @export
|
|
57
|
+
*/
|
|
58
|
+
export declare const CurrencyTypeEnum: {
|
|
59
|
+
readonly Crypto: "Crypto";
|
|
60
|
+
readonly Fiat: "Fiat";
|
|
61
|
+
};
|
|
62
|
+
export type CurrencyTypeEnum = typeof CurrencyTypeEnum[keyof typeof CurrencyTypeEnum];
|
|
63
|
+
/**
|
|
64
|
+
* Check if a given object implements the Currency interface.
|
|
65
|
+
*/
|
|
66
|
+
export declare function instanceOfCurrency(value: object): value is Currency;
|
|
67
|
+
export declare function CurrencyFromJSON(json: any): Currency;
|
|
68
|
+
export declare function CurrencyFromJSONTyped(json: any, ignoreDiscriminator: boolean): Currency;
|
|
69
|
+
export declare function CurrencyToJSON(json: any): Currency;
|
|
70
|
+
export declare function CurrencyToJSONTyped(value?: Currency | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Monaco API
|
|
6
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1
|
|
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.CurrencyTypeEnum = void 0;
|
|
17
|
+
exports.instanceOfCurrency = instanceOfCurrency;
|
|
18
|
+
exports.CurrencyFromJSON = CurrencyFromJSON;
|
|
19
|
+
exports.CurrencyFromJSONTyped = CurrencyFromJSONTyped;
|
|
20
|
+
exports.CurrencyToJSON = CurrencyToJSON;
|
|
21
|
+
exports.CurrencyToJSONTyped = CurrencyToJSONTyped;
|
|
22
|
+
/**
|
|
23
|
+
* @export
|
|
24
|
+
*/
|
|
25
|
+
exports.CurrencyTypeEnum = {
|
|
26
|
+
Crypto: 'Crypto',
|
|
27
|
+
Fiat: 'Fiat'
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* Check if a given object implements the Currency interface.
|
|
31
|
+
*/
|
|
32
|
+
function instanceOfCurrency(value) {
|
|
33
|
+
return true;
|
|
34
|
+
}
|
|
35
|
+
function CurrencyFromJSON(json) {
|
|
36
|
+
return CurrencyFromJSONTyped(json, false);
|
|
37
|
+
}
|
|
38
|
+
function CurrencyFromJSONTyped(json, ignoreDiscriminator) {
|
|
39
|
+
if (json == null) {
|
|
40
|
+
return json;
|
|
41
|
+
}
|
|
42
|
+
return {
|
|
43
|
+
'id': json['id'] == null ? undefined : json['id'],
|
|
44
|
+
'networkId': json['networkId'] == null ? undefined : json['networkId'],
|
|
45
|
+
'type': json['type'] == null ? undefined : json['type'],
|
|
46
|
+
'name': json['name'] == null ? undefined : json['name'],
|
|
47
|
+
'symbol': json['symbol'] == null ? undefined : json['symbol'],
|
|
48
|
+
'mint': json['mint'] == null ? undefined : json['mint'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
function CurrencyToJSON(json) {
|
|
52
|
+
return CurrencyToJSONTyped(json, false);
|
|
53
|
+
}
|
|
54
|
+
function CurrencyToJSONTyped(value, ignoreDiscriminator = false) {
|
|
55
|
+
if (value == null) {
|
|
56
|
+
return value;
|
|
57
|
+
}
|
|
58
|
+
return {
|
|
59
|
+
'id': value['id'],
|
|
60
|
+
'networkId': value['networkId'],
|
|
61
|
+
'type': value['type'],
|
|
62
|
+
'name': value['name'],
|
|
63
|
+
'symbol': value['symbol'],
|
|
64
|
+
'mint': value['mint'],
|
|
65
|
+
};
|
|
66
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Monaco API
|
|
3
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1
|
|
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 { Meta } from './Meta';
|
|
13
|
+
import type { Currency } from './Currency';
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @export
|
|
17
|
+
* @interface CurrencyResponse
|
|
18
|
+
*/
|
|
19
|
+
export interface CurrencyResponse {
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @type {Meta}
|
|
23
|
+
* @memberof CurrencyResponse
|
|
24
|
+
*/
|
|
25
|
+
meta?: Meta;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {Array<Currency>}
|
|
29
|
+
* @memberof CurrencyResponse
|
|
30
|
+
*/
|
|
31
|
+
currencies?: Array<Currency>;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Check if a given object implements the CurrencyResponse interface.
|
|
35
|
+
*/
|
|
36
|
+
export declare function instanceOfCurrencyResponse(value: object): value is CurrencyResponse;
|
|
37
|
+
export declare function CurrencyResponseFromJSON(json: any): CurrencyResponse;
|
|
38
|
+
export declare function CurrencyResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CurrencyResponse;
|
|
39
|
+
export declare function CurrencyResponseToJSON(json: any): CurrencyResponse;
|
|
40
|
+
export declare function CurrencyResponseToJSONTyped(value?: CurrencyResponse | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Monaco API
|
|
6
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1
|
|
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.instanceOfCurrencyResponse = instanceOfCurrencyResponse;
|
|
17
|
+
exports.CurrencyResponseFromJSON = CurrencyResponseFromJSON;
|
|
18
|
+
exports.CurrencyResponseFromJSONTyped = CurrencyResponseFromJSONTyped;
|
|
19
|
+
exports.CurrencyResponseToJSON = CurrencyResponseToJSON;
|
|
20
|
+
exports.CurrencyResponseToJSONTyped = CurrencyResponseToJSONTyped;
|
|
21
|
+
const Meta_1 = require("./Meta");
|
|
22
|
+
const Currency_1 = require("./Currency");
|
|
23
|
+
/**
|
|
24
|
+
* Check if a given object implements the CurrencyResponse interface.
|
|
25
|
+
*/
|
|
26
|
+
function instanceOfCurrencyResponse(value) {
|
|
27
|
+
return true;
|
|
28
|
+
}
|
|
29
|
+
function CurrencyResponseFromJSON(json) {
|
|
30
|
+
return CurrencyResponseFromJSONTyped(json, false);
|
|
31
|
+
}
|
|
32
|
+
function CurrencyResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
33
|
+
if (json == null) {
|
|
34
|
+
return json;
|
|
35
|
+
}
|
|
36
|
+
return {
|
|
37
|
+
'meta': json['_meta'] == null ? undefined : (0, Meta_1.MetaFromJSON)(json['_meta']),
|
|
38
|
+
'currencies': json['currencies'] == null ? undefined : (json['currencies'].map(Currency_1.CurrencyFromJSON)),
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function CurrencyResponseToJSON(json) {
|
|
42
|
+
return CurrencyResponseToJSONTyped(json, false);
|
|
43
|
+
}
|
|
44
|
+
function CurrencyResponseToJSONTyped(value, ignoreDiscriminator = false) {
|
|
45
|
+
if (value == null) {
|
|
46
|
+
return value;
|
|
47
|
+
}
|
|
48
|
+
return {
|
|
49
|
+
'_meta': (0, Meta_1.MetaToJSON)(value['meta']),
|
|
50
|
+
'currencies': value['currencies'] == null ? undefined : (value['currencies'].map(Currency_1.CurrencyToJSON)),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Monaco API
|
|
3
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1
|
|
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 DeactivateAPIKeyRequest
|
|
16
|
+
*/
|
|
17
|
+
export interface DeactivateAPIKeyRequest {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DeactivateAPIKeyRequest
|
|
22
|
+
*/
|
|
23
|
+
appId?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof DeactivateAPIKeyRequest
|
|
28
|
+
*/
|
|
29
|
+
apiKey?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the DeactivateAPIKeyRequest interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfDeactivateAPIKeyRequest(value: object): value is DeactivateAPIKeyRequest;
|
|
35
|
+
export declare function DeactivateAPIKeyRequestFromJSON(json: any): DeactivateAPIKeyRequest;
|
|
36
|
+
export declare function DeactivateAPIKeyRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeactivateAPIKeyRequest;
|
|
37
|
+
export declare function DeactivateAPIKeyRequestToJSON(json: any): DeactivateAPIKeyRequest;
|
|
38
|
+
export declare function DeactivateAPIKeyRequestToJSONTyped(value?: DeactivateAPIKeyRequest | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Monaco API
|
|
6
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1
|
|
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.instanceOfDeactivateAPIKeyRequest = instanceOfDeactivateAPIKeyRequest;
|
|
17
|
+
exports.DeactivateAPIKeyRequestFromJSON = DeactivateAPIKeyRequestFromJSON;
|
|
18
|
+
exports.DeactivateAPIKeyRequestFromJSONTyped = DeactivateAPIKeyRequestFromJSONTyped;
|
|
19
|
+
exports.DeactivateAPIKeyRequestToJSON = DeactivateAPIKeyRequestToJSON;
|
|
20
|
+
exports.DeactivateAPIKeyRequestToJSONTyped = DeactivateAPIKeyRequestToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the DeactivateAPIKeyRequest interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfDeactivateAPIKeyRequest(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function DeactivateAPIKeyRequestFromJSON(json) {
|
|
28
|
+
return DeactivateAPIKeyRequestFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function DeactivateAPIKeyRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'appId': json['appId'] == null ? undefined : json['appId'],
|
|
36
|
+
'apiKey': json['apiKey'] == null ? undefined : json['apiKey'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function DeactivateAPIKeyRequestToJSON(json) {
|
|
40
|
+
return DeactivateAPIKeyRequestToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function DeactivateAPIKeyRequestToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'appId': value['appId'],
|
|
48
|
+
'apiKey': value['apiKey'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Monaco API
|
|
3
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1
|
|
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 DocumentReference
|
|
16
|
+
*/
|
|
17
|
+
export interface DocumentReference {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof DocumentReference
|
|
22
|
+
*/
|
|
23
|
+
ref?: string;
|
|
24
|
+
/**
|
|
25
|
+
*
|
|
26
|
+
* @type {Array<string>}
|
|
27
|
+
* @memberof DocumentReference
|
|
28
|
+
*/
|
|
29
|
+
ids?: Array<string>;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Check if a given object implements the DocumentReference interface.
|
|
33
|
+
*/
|
|
34
|
+
export declare function instanceOfDocumentReference(value: object): value is DocumentReference;
|
|
35
|
+
export declare function DocumentReferenceFromJSON(json: any): DocumentReference;
|
|
36
|
+
export declare function DocumentReferenceFromJSONTyped(json: any, ignoreDiscriminator: boolean): DocumentReference;
|
|
37
|
+
export declare function DocumentReferenceToJSON(json: any): DocumentReference;
|
|
38
|
+
export declare function DocumentReferenceToJSONTyped(value?: DocumentReference | null, ignoreDiscriminator?: boolean): any;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* Monaco API
|
|
6
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: 0.1
|
|
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.instanceOfDocumentReference = instanceOfDocumentReference;
|
|
17
|
+
exports.DocumentReferenceFromJSON = DocumentReferenceFromJSON;
|
|
18
|
+
exports.DocumentReferenceFromJSONTyped = DocumentReferenceFromJSONTyped;
|
|
19
|
+
exports.DocumentReferenceToJSON = DocumentReferenceToJSON;
|
|
20
|
+
exports.DocumentReferenceToJSONTyped = DocumentReferenceToJSONTyped;
|
|
21
|
+
/**
|
|
22
|
+
* Check if a given object implements the DocumentReference interface.
|
|
23
|
+
*/
|
|
24
|
+
function instanceOfDocumentReference(value) {
|
|
25
|
+
return true;
|
|
26
|
+
}
|
|
27
|
+
function DocumentReferenceFromJSON(json) {
|
|
28
|
+
return DocumentReferenceFromJSONTyped(json, false);
|
|
29
|
+
}
|
|
30
|
+
function DocumentReferenceFromJSONTyped(json, ignoreDiscriminator) {
|
|
31
|
+
if (json == null) {
|
|
32
|
+
return json;
|
|
33
|
+
}
|
|
34
|
+
return {
|
|
35
|
+
'ref': json['ref'] == null ? undefined : json['ref'],
|
|
36
|
+
'ids': json['ids'] == null ? undefined : json['ids'],
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function DocumentReferenceToJSON(json) {
|
|
40
|
+
return DocumentReferenceToJSONTyped(json, false);
|
|
41
|
+
}
|
|
42
|
+
function DocumentReferenceToJSONTyped(value, ignoreDiscriminator = false) {
|
|
43
|
+
if (value == null) {
|
|
44
|
+
return value;
|
|
45
|
+
}
|
|
46
|
+
return {
|
|
47
|
+
'ref': value['ref'],
|
|
48
|
+
'ids': value['ids'],
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Monaco API
|
|
3
|
+
* A RESTful API that allows you to interact with the Monaco Exchange. Provides endpoints for managing Events, Markets, Sessions, Wallets and Orders. To interact with the API, a client must have an App Id and an API Key to authenticate and create a session.
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: 0.1
|
|
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 { DocumentReference } from './DocumentReference';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface Event
|
|
17
|
+
*/
|
|
18
|
+
export interface Event {
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof Event
|
|
23
|
+
*/
|
|
24
|
+
id?: number;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof Event
|
|
29
|
+
*/
|
|
30
|
+
ownerAppId?: string;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @type {DocumentReference}
|
|
34
|
+
* @memberof Event
|
|
35
|
+
*/
|
|
36
|
+
eventGroup?: DocumentReference;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof Event
|
|
41
|
+
*/
|
|
42
|
+
name?: string;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof Event
|
|
47
|
+
*/
|
|
48
|
+
code?: string;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @type {boolean}
|
|
52
|
+
* @memberof Event
|
|
53
|
+
*/
|
|
54
|
+
active?: boolean;
|
|
55
|
+
/**
|
|
56
|
+
*
|
|
57
|
+
* @type {Date}
|
|
58
|
+
* @memberof Event
|
|
59
|
+
*/
|
|
60
|
+
expectedStartTime?: Date;
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @type {Date}
|
|
64
|
+
* @memberof Event
|
|
65
|
+
*/
|
|
66
|
+
actualStartTime?: Date;
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
69
|
+
* @type {Date}
|
|
70
|
+
* @memberof Event
|
|
71
|
+
*/
|
|
72
|
+
actualEndTime?: Date;
|
|
73
|
+
/**
|
|
74
|
+
*
|
|
75
|
+
* @type {Date}
|
|
76
|
+
* @memberof Event
|
|
77
|
+
*/
|
|
78
|
+
createdAt?: Date;
|
|
79
|
+
/**
|
|
80
|
+
*
|
|
81
|
+
* @type {Date}
|
|
82
|
+
* @memberof Event
|
|
83
|
+
*/
|
|
84
|
+
modifiedAt?: Date;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* Check if a given object implements the Event interface.
|
|
88
|
+
*/
|
|
89
|
+
export declare function instanceOfEvent(value: object): value is Event;
|
|
90
|
+
export declare function EventFromJSON(json: any): Event;
|
|
91
|
+
export declare function EventFromJSONTyped(json: any, ignoreDiscriminator: boolean): Event;
|
|
92
|
+
export declare function EventToJSON(json: any): Event;
|
|
93
|
+
export declare function EventToJSONTyped(value?: Event | null, ignoreDiscriminator?: boolean): any;
|