@openfort/openfort-node 0.6.34 → 0.6.36
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/apis/inventoriesApiWrapper.js +2 -2
- package/dist/apis/inventoriesApiWrapper.js.map +1 -1
- package/dist/apis/notificationSubscriptionsApiWrapper.d.ts +29 -0
- package/dist/apis/notificationSubscriptionsApiWrapper.js +56 -0
- package/dist/apis/notificationSubscriptionsApiWrapper.js.map +1 -0
- package/dist/apis/notificationTriggersApiWrapper.d.ts +29 -0
- package/dist/apis/notificationTriggersApiWrapper.js +56 -0
- package/dist/apis/notificationTriggersApiWrapper.js.map +1 -0
- package/dist/apis/notificationsApiWrapper.d.ts +29 -0
- package/dist/apis/notificationsApiWrapper.js +56 -0
- package/dist/apis/notificationsApiWrapper.js.map +1 -0
- package/dist/apis/policyRulesApiWrapper.d.ts +6 -6
- package/dist/apis/policyRulesApiWrapper.js +9 -9
- package/dist/apis/policyRulesApiWrapper.js.map +1 -1
- package/dist/apis/settingsApiWrapper.d.ts +5 -0
- package/dist/apis/settingsApiWrapper.js +6 -0
- package/dist/apis/settingsApiWrapper.js.map +1 -1
- package/dist/apis/transactionIntentsApiWrapper.js +1 -1
- package/dist/apis/transactionIntentsApiWrapper.js.map +1 -1
- package/dist/generated/apis/AccountsApi.d.ts +1 -1
- package/dist/generated/apis/AccountsApi.js +1 -1
- package/dist/generated/apis/InventoriesApi.d.ts +4 -4
- package/dist/generated/apis/InventoriesApi.js +8 -8
- package/dist/generated/apis/InventoriesApi.js.map +1 -1
- package/dist/generated/apis/NotificationsApi.d.ts +204 -0
- package/dist/generated/apis/NotificationsApi.js +744 -0
- package/dist/generated/apis/NotificationsApi.js.map +1 -0
- package/dist/generated/apis/PoliciesApi.d.ts +2 -2
- package/dist/generated/apis/PoliciesApi.js +2 -2
- package/dist/generated/apis/PolicyRulesApi.d.ts +10 -9
- package/dist/generated/apis/PolicyRulesApi.js +14 -13
- package/dist/generated/apis/PolicyRulesApi.js.map +1 -1
- package/dist/generated/apis/SettingsApi.d.ts +24 -3
- package/dist/generated/apis/SettingsApi.js +83 -3
- package/dist/generated/apis/SettingsApi.js.map +1 -1
- package/dist/generated/apis/TransactionIntentsApi.d.ts +4 -4
- package/dist/generated/apis/TransactionIntentsApi.js +10 -10
- package/dist/generated/apis/TransactionIntentsApi.js.map +1 -1
- package/dist/generated/index.d.ts +1 -1
- package/dist/generated/index.js +2 -1
- package/dist/generated/index.js.map +1 -1
- package/dist/generated/models/AccountNotificationTriggerResponse.d.ts +37 -0
- package/dist/generated/models/AccountNotificationTriggerResponse.js +68 -0
- package/dist/generated/models/AccountNotificationTriggerResponse.js.map +1 -0
- package/dist/generated/models/AccountNotificationTriggerResponseAccount.d.ts +36 -0
- package/dist/generated/models/AccountNotificationTriggerResponseAccount.js +68 -0
- package/dist/generated/models/AccountNotificationTriggerResponseAccount.js.map +1 -0
- package/dist/generated/models/BalanceNotificationTriggerResponse.d.ts +34 -0
- package/dist/generated/models/BalanceNotificationTriggerResponse.js +56 -0
- package/dist/generated/models/BalanceNotificationTriggerResponse.js.map +1 -0
- package/dist/generated/models/CancelTransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/ContractNotificationTriggerResponse.d.ts +38 -0
- package/dist/generated/models/ContractNotificationTriggerResponse.js +74 -0
- package/dist/generated/models/ContractNotificationTriggerResponse.js.map +1 -0
- package/dist/generated/models/{ContractPolicyRuleResponseContract.d.ts → ContractNotificationTriggerResponseContract.d.ts} +1 -1
- package/dist/generated/models/{ContractPolicyRuleResponseContract.js → ContractNotificationTriggerResponseContract.js} +7 -7
- package/dist/generated/models/ContractNotificationTriggerResponseContract.js.map +1 -0
- package/dist/generated/models/ContractPolicyRuleResponse.d.ts +2 -2
- package/dist/generated/models/ContractPolicyRuleResponse.js +1 -1
- package/dist/generated/models/ContractPolicyRuleResponse.js.map +1 -1
- package/dist/generated/models/CreateNotificationRequest.d.ts +31 -0
- package/dist/generated/models/CreateNotificationRequest.js +32 -0
- package/dist/generated/models/CreateNotificationRequest.js.map +1 -0
- package/dist/generated/models/CreatePolicyRuleRequest.d.ts +2 -2
- package/dist/generated/models/CreateSubscriptionRequest.d.ts +37 -0
- package/dist/generated/models/CreateSubscriptionRequest.js +44 -0
- package/dist/generated/models/CreateSubscriptionRequest.js.map +1 -0
- package/dist/generated/models/CreateTriggerRequest.d.ts +57 -0
- package/dist/generated/models/CreateTriggerRequest.js +74 -0
- package/dist/generated/models/CreateTriggerRequest.js.map +1 -0
- package/dist/generated/models/DeveloperAccount.d.ts +36 -0
- package/dist/generated/models/DeveloperAccount.js +68 -0
- package/dist/generated/models/DeveloperAccount.js.map +1 -0
- package/dist/generated/models/DeveloperAccountListQueries.d.ts +42 -0
- package/dist/generated/models/DeveloperAccountListQueries.js +50 -0
- package/dist/generated/models/DeveloperAccountListQueries.js.map +1 -0
- package/dist/generated/models/DeveloperAccountResponse.d.ts +3 -1
- package/dist/generated/models/DeveloperAccountResponse.js +12 -6
- package/dist/generated/models/DeveloperAccountResponse.js.map +1 -1
- package/dist/generated/models/DeveloperAccountResponseExpandable.d.ts +12 -0
- package/dist/generated/models/DeveloperAccountResponseExpandable.js +14 -0
- package/dist/generated/models/DeveloperAccountResponseExpandable.js.map +1 -0
- package/dist/generated/models/EntityTypeNOTIFICATION.d.ts +12 -0
- package/dist/generated/models/EntityTypeNOTIFICATION.js +14 -0
- package/dist/generated/models/EntityTypeNOTIFICATION.js.map +1 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.d.ts +12 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.js +14 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONSUBSCRIPTION.js.map +1 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.d.ts +12 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.js +14 -0
- package/dist/generated/models/EntityTypeNOTIFICATIONTRIGGER.js.map +1 -0
- package/dist/generated/models/Interaction.d.ts +1 -1
- package/dist/generated/models/NotificationDeleteResponse.d.ts +31 -0
- package/dist/generated/models/NotificationDeleteResponse.js +44 -0
- package/dist/generated/models/NotificationDeleteResponse.js.map +1 -0
- package/dist/generated/models/NotificationListQueries.d.ts +50 -0
- package/dist/generated/models/NotificationListQueries.js +62 -0
- package/dist/generated/models/NotificationListQueries.js.map +1 -0
- package/dist/generated/models/NotificationListResponse.d.ts +35 -0
- package/dist/generated/models/NotificationListResponse.js +62 -0
- package/dist/generated/models/NotificationListResponse.js.map +1 -0
- package/dist/generated/models/NotificationResponse.d.ts +38 -0
- package/dist/generated/models/NotificationResponse.js +74 -0
- package/dist/generated/models/NotificationResponse.js.map +1 -0
- package/dist/generated/models/NotificationResponseExpandable.d.ts +12 -0
- package/dist/generated/models/NotificationResponseExpandable.js +14 -0
- package/dist/generated/models/NotificationResponseExpandable.js.map +1 -0
- package/dist/generated/models/NotificationResponseSubscriptionsInner.d.ts +34 -0
- package/dist/generated/models/NotificationResponseSubscriptionsInner.js +56 -0
- package/dist/generated/models/NotificationResponseSubscriptionsInner.js.map +1 -0
- package/dist/generated/models/NotificationResponseTriggersInner.d.ts +41 -0
- package/dist/generated/models/NotificationResponseTriggersInner.js +86 -0
- package/dist/generated/models/NotificationResponseTriggersInner.js.map +1 -0
- package/dist/generated/models/NotificationSubscription.d.ts +34 -0
- package/dist/generated/models/NotificationSubscription.js +56 -0
- package/dist/generated/models/NotificationSubscription.js.map +1 -0
- package/dist/generated/models/NotificationSubscriptionDeleteResponse.d.ts +31 -0
- package/dist/generated/models/NotificationSubscriptionDeleteResponse.js +44 -0
- package/dist/generated/models/NotificationSubscriptionDeleteResponse.js.map +1 -0
- package/dist/generated/models/NotificationSubscriptionListQueries.d.ts +41 -0
- package/dist/generated/models/NotificationSubscriptionListQueries.js +50 -0
- package/dist/generated/models/NotificationSubscriptionListQueries.js.map +1 -0
- package/dist/generated/models/NotificationSubscriptionListResponse.d.ts +35 -0
- package/dist/generated/models/NotificationSubscriptionListResponse.js +62 -0
- package/dist/generated/models/NotificationSubscriptionListResponse.js.map +1 -0
- package/dist/generated/models/NotificationTriggerDeleteResponse.d.ts +31 -0
- package/dist/generated/models/NotificationTriggerDeleteResponse.js +44 -0
- package/dist/generated/models/NotificationTriggerDeleteResponse.js.map +1 -0
- package/dist/generated/models/NotificationTriggerListQueries.d.ts +41 -0
- package/dist/generated/models/NotificationTriggerListQueries.js +50 -0
- package/dist/generated/models/NotificationTriggerListQueries.js.map +1 -0
- package/dist/generated/models/NotificationTriggerListResponse.d.ts +35 -0
- package/dist/generated/models/NotificationTriggerListResponse.js +62 -0
- package/dist/generated/models/NotificationTriggerListResponse.js.map +1 -0
- package/dist/generated/models/NotificationTriggerResponse.d.ts +41 -0
- package/dist/generated/models/NotificationTriggerResponse.js +86 -0
- package/dist/generated/models/NotificationTriggerResponse.js.map +1 -0
- package/dist/generated/models/NotificationTriggerType.d.ts +12 -0
- package/dist/generated/models/NotificationTriggerType.js +14 -0
- package/dist/generated/models/NotificationTriggerType.js.map +1 -0
- package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.d.ts +12 -0
- package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js +14 -0
- package/dist/generated/models/NotificationTriggerTypeCONTRACTTRIGGER.js.map +1 -0
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.d.ts +12 -0
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js +14 -0
- package/dist/generated/models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER.js.map +1 -0
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.d.ts +12 -0
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js +14 -0
- package/dist/generated/models/NotificationTriggerTypePROJECTBALANCETRIGGER.js.map +1 -0
- package/dist/generated/models/ObjectSerializer.d.ts +35 -1
- package/dist/generated/models/ObjectSerializer.js +95 -3
- package/dist/generated/models/ObjectSerializer.js.map +1 -1
- package/dist/generated/models/PickDeveloperAccountId.d.ts +31 -0
- package/dist/generated/models/PickDeveloperAccountId.js +35 -0
- package/dist/generated/models/PickDeveloperAccountId.js.map +1 -0
- package/dist/generated/models/PlayerCancelTransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/PlayerInventoryListQueries.d.ts +1 -1
- package/dist/generated/models/PlayerInventoryListQueries.js +2 -2
- package/dist/generated/models/PlayerInventoryListQueries.js.map +1 -1
- package/dist/generated/models/PlayerTransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/PolicyListQueries.d.ts +2 -2
- package/dist/generated/models/PolicyResponsePolicyRulesInner.d.ts +2 -2
- package/dist/generated/models/PolicyResponsePolicyRulesInner.js +1 -1
- package/dist/generated/models/PolicyResponsePolicyRulesInner.js.map +1 -1
- package/dist/generated/models/PolicyRuleResponse.d.ts +2 -2
- package/dist/generated/models/PolicyRuleResponse.js +1 -1
- package/dist/generated/models/PolicyRuleResponse.js.map +1 -1
- package/dist/generated/models/SubscriptionType.d.ts +12 -0
- package/dist/generated/models/SubscriptionType.js +14 -0
- package/dist/generated/models/SubscriptionType.js.map +1 -0
- package/dist/generated/models/TransactionIntentListQueries.d.ts +4 -4
- package/dist/generated/models/TransactionIntentListQueries.js +6 -6
- package/dist/generated/models/TransactionIntentListQueries.js.map +1 -1
- package/dist/generated/models/TransactionIntentResponseAccount.d.ts +3 -2
- package/dist/generated/models/TransactionIntentResponseAccount.js +8 -2
- package/dist/generated/models/TransactionIntentResponseAccount.js.map +1 -1
- package/dist/generated/models/TransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/UpdatePolicyRuleRequest.d.ts +2 -2
- package/dist/generated/models/all.d.ts +35 -1
- package/dist/generated/models/all.js +35 -1
- package/dist/generated/models/all.js.map +1 -1
- package/dist/generated/types/ObjectParamAPI.d.ts +325 -21
- package/dist/generated/types/ObjectParamAPI.js +142 -30
- package/dist/generated/types/ObjectParamAPI.js.map +1 -1
- package/dist/generated/types/ObservableAPI.d.ts +134 -17
- package/dist/generated/types/ObservableAPI.js +328 -28
- package/dist/generated/types/ObservableAPI.js.map +1 -1
- package/dist/generated/types/PromiseAPI.d.ts +132 -17
- package/dist/generated/types/PromiseAPI.js +184 -42
- package/dist/generated/types/PromiseAPI.js.map +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +12 -0
- package/dist/index.js.map +1 -1
- package/dist/models/getDeveloperAccountRequest.d.ts +4 -0
- package/dist/models/getDeveloperAccountRequest.js +3 -0
- package/dist/models/getDeveloperAccountRequest.js.map +1 -0
- package/dist/models/getNotificationRequest.d.ts +4 -0
- package/dist/models/getNotificationRequest.js +3 -0
- package/dist/models/getNotificationRequest.js.map +1 -0
- package/dist/models/getNotificationSubscriptionRequest.d.ts +3 -0
- package/dist/models/getNotificationSubscriptionRequest.js +3 -0
- package/dist/models/getNotificationSubscriptionRequest.js.map +1 -0
- package/dist/models/getNotificationTriggerRequest.d.ts +3 -0
- package/dist/models/getNotificationTriggerRequest.js +3 -0
- package/dist/models/getNotificationTriggerRequest.js.map +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/dist/generated/models/ContractPolicyRuleResponseContract.js.map +0 -1
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import { BaseAPIRequestFactory } from './baseapi';
|
|
2
|
+
import { Configuration } from '../configuration';
|
|
3
|
+
import { RequestContext, ResponseContext } from '../http/http';
|
|
4
|
+
import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
|
|
5
|
+
import { CreateSubscriptionRequest } from '../models/CreateSubscriptionRequest';
|
|
6
|
+
import { CreateTriggerRequest } from '../models/CreateTriggerRequest';
|
|
7
|
+
import { NotificationDeleteResponse } from '../models/NotificationDeleteResponse';
|
|
8
|
+
import { NotificationListResponse } from '../models/NotificationListResponse';
|
|
9
|
+
import { NotificationResponse } from '../models/NotificationResponse';
|
|
10
|
+
import { NotificationResponseExpandable } from '../models/NotificationResponseExpandable';
|
|
11
|
+
import { NotificationSubscription } from '../models/NotificationSubscription';
|
|
12
|
+
import { NotificationSubscriptionDeleteResponse } from '../models/NotificationSubscriptionDeleteResponse';
|
|
13
|
+
import { NotificationSubscriptionListResponse } from '../models/NotificationSubscriptionListResponse';
|
|
14
|
+
import { NotificationTriggerDeleteResponse } from '../models/NotificationTriggerDeleteResponse';
|
|
15
|
+
import { NotificationTriggerListResponse } from '../models/NotificationTriggerListResponse';
|
|
16
|
+
import { NotificationTriggerResponse } from '../models/NotificationTriggerResponse';
|
|
17
|
+
import { SortOrder } from '../models/SortOrder';
|
|
18
|
+
/**
|
|
19
|
+
* no description
|
|
20
|
+
*/
|
|
21
|
+
export declare class NotificationsApiRequestFactory extends BaseAPIRequestFactory {
|
|
22
|
+
/**
|
|
23
|
+
* Create a notification object.
|
|
24
|
+
* Create a notification object.
|
|
25
|
+
* @param createNotificationRequest
|
|
26
|
+
*/
|
|
27
|
+
createNotification(createNotificationRequest: CreateNotificationRequest, _options?: Configuration): Promise<RequestContext>;
|
|
28
|
+
/**
|
|
29
|
+
* Create a subscription for the provided notification.
|
|
30
|
+
* Create a notification subscription object.
|
|
31
|
+
* @param createSubscriptionRequest
|
|
32
|
+
*/
|
|
33
|
+
createNotificationSubscription(createSubscriptionRequest: CreateSubscriptionRequest, _options?: Configuration): Promise<RequestContext>;
|
|
34
|
+
/**
|
|
35
|
+
* Create a trigger for the provided notification.
|
|
36
|
+
* Create a notification trigger object.
|
|
37
|
+
* @param createTriggerRequest
|
|
38
|
+
*/
|
|
39
|
+
createNotificationTrigger(createTriggerRequest: CreateTriggerRequest, _options?: Configuration): Promise<RequestContext>;
|
|
40
|
+
/**
|
|
41
|
+
* Delete a notification by providing its notification id.
|
|
42
|
+
* Deletes a notification object.
|
|
43
|
+
* @param id Specifies the unique notification ID (starts with not_).
|
|
44
|
+
*/
|
|
45
|
+
deleteNotification(id: string, _options?: Configuration): Promise<RequestContext>;
|
|
46
|
+
/**
|
|
47
|
+
* Delete a notification subscription by providing its notification subscription id.
|
|
48
|
+
* Deletes a notification subscription object.
|
|
49
|
+
* @param id Specifies the unique notification subscription ID (starts with ntr_).
|
|
50
|
+
*/
|
|
51
|
+
deleteNotificationSubscription(id: string, _options?: Configuration): Promise<RequestContext>;
|
|
52
|
+
/**
|
|
53
|
+
* Delete a notification trigger by providing its notification trigger id.
|
|
54
|
+
* Deletes a notification trigger object.
|
|
55
|
+
* @param id Specifies the unique notification trigger ID (starts with ntr_).
|
|
56
|
+
*/
|
|
57
|
+
deleteNotificationTrigger(id: string, _options?: Configuration): Promise<RequestContext>;
|
|
58
|
+
/**
|
|
59
|
+
* Retrieves the details of an existing account. Supply the unique notification ID.
|
|
60
|
+
* Get existing account.
|
|
61
|
+
* @param id Specifies the unique account ID (starts with not_).
|
|
62
|
+
* @param expand
|
|
63
|
+
*/
|
|
64
|
+
getNotification(id: string, expand?: Array<NotificationResponseExpandable>, _options?: Configuration): Promise<RequestContext>;
|
|
65
|
+
/**
|
|
66
|
+
* Retrieves the details of an existing notification subscription. Supply the unique notification subscription ID.
|
|
67
|
+
* Get existing notification subscription.
|
|
68
|
+
* @param id Specifies the unique notification subscription ID (starts with not_).
|
|
69
|
+
*/
|
|
70
|
+
getNotificationSubscription(id: string, _options?: Configuration): Promise<RequestContext>;
|
|
71
|
+
/**
|
|
72
|
+
* Returns a list of subscriptions of a notification. The subscriptions are returned sorted by creation date, with the most recently created accounts appearing first. By default, a maximum of 10 notification subscriptions are shown per page.
|
|
73
|
+
* List notification subscriptions of a notification.
|
|
74
|
+
* @param notification Specifies the unique notification ID (starts with not_).
|
|
75
|
+
* @param limit Specifies the maximum number of records to return.
|
|
76
|
+
* @param skip Specifies the offset for the first records to return.
|
|
77
|
+
* @param order Specifies the order in which to sort the results.
|
|
78
|
+
*/
|
|
79
|
+
getNotificationSubscriptions(notification: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Promise<RequestContext>;
|
|
80
|
+
/**
|
|
81
|
+
* Retrieves the details of an existing notification trigger. Supply the unique notification trigger ID.
|
|
82
|
+
* Get existing notification trigger.
|
|
83
|
+
* @param id Specifies the unique notification trigger ID (starts with ntr_).
|
|
84
|
+
*/
|
|
85
|
+
getNotificationTrigger(id: string, _options?: Configuration): Promise<RequestContext>;
|
|
86
|
+
/**
|
|
87
|
+
* Returns a list of triggers of a notification. The triggers are returned sorted by creation date, with the most recently created accounts appearing first. By default, a maximum of 10 notification triggers are shown per page.
|
|
88
|
+
* List notification triggers of a notification.
|
|
89
|
+
* @param notification Specifies the unique notification ID (starts with not_).
|
|
90
|
+
* @param limit Specifies the maximum number of records to return.
|
|
91
|
+
* @param skip Specifies the offset for the first records to return.
|
|
92
|
+
* @param order Specifies the order in which to sort the results.
|
|
93
|
+
*/
|
|
94
|
+
getNotificationTriggers(notification: string, limit?: number, skip?: number, order?: SortOrder, _options?: Configuration): Promise<RequestContext>;
|
|
95
|
+
/**
|
|
96
|
+
* Returns a list of notifications. The notifications are returned sorted by creation date, with the most recently created notifications appearing first. By default, a maximum of 10 notifications are shown per page.
|
|
97
|
+
* List notifications.
|
|
98
|
+
* @param limit Specifies the maximum number of records to return.
|
|
99
|
+
* @param skip Specifies the offset for the first records to return.
|
|
100
|
+
* @param order Specifies the order in which to sort the results.
|
|
101
|
+
* @param expand Specifies the fields to expand in the response.
|
|
102
|
+
* @param deleted Specifies whether to include deleted notifications.
|
|
103
|
+
* @param name Specifies the name of the notifications.
|
|
104
|
+
*/
|
|
105
|
+
getNotifications(limit?: number, skip?: number, order?: SortOrder, expand?: Array<NotificationResponseExpandable>, deleted?: boolean, name?: string, _options?: Configuration): Promise<RequestContext>;
|
|
106
|
+
}
|
|
107
|
+
export declare class NotificationsApiResponseProcessor {
|
|
108
|
+
/**
|
|
109
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
110
|
+
* to the expected objects
|
|
111
|
+
*
|
|
112
|
+
* @params response Response returned by the server for a request to createNotification
|
|
113
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
114
|
+
*/
|
|
115
|
+
createNotification(response: ResponseContext): Promise<NotificationResponse>;
|
|
116
|
+
/**
|
|
117
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
118
|
+
* to the expected objects
|
|
119
|
+
*
|
|
120
|
+
* @params response Response returned by the server for a request to createNotificationSubscription
|
|
121
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
122
|
+
*/
|
|
123
|
+
createNotificationSubscription(response: ResponseContext): Promise<NotificationSubscription>;
|
|
124
|
+
/**
|
|
125
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
126
|
+
* to the expected objects
|
|
127
|
+
*
|
|
128
|
+
* @params response Response returned by the server for a request to createNotificationTrigger
|
|
129
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
130
|
+
*/
|
|
131
|
+
createNotificationTrigger(response: ResponseContext): Promise<NotificationTriggerResponse>;
|
|
132
|
+
/**
|
|
133
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
134
|
+
* to the expected objects
|
|
135
|
+
*
|
|
136
|
+
* @params response Response returned by the server for a request to deleteNotification
|
|
137
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
138
|
+
*/
|
|
139
|
+
deleteNotification(response: ResponseContext): Promise<NotificationDeleteResponse>;
|
|
140
|
+
/**
|
|
141
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
142
|
+
* to the expected objects
|
|
143
|
+
*
|
|
144
|
+
* @params response Response returned by the server for a request to deleteNotificationSubscription
|
|
145
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
146
|
+
*/
|
|
147
|
+
deleteNotificationSubscription(response: ResponseContext): Promise<NotificationSubscriptionDeleteResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
150
|
+
* to the expected objects
|
|
151
|
+
*
|
|
152
|
+
* @params response Response returned by the server for a request to deleteNotificationTrigger
|
|
153
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
154
|
+
*/
|
|
155
|
+
deleteNotificationTrigger(response: ResponseContext): Promise<NotificationTriggerDeleteResponse>;
|
|
156
|
+
/**
|
|
157
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
158
|
+
* to the expected objects
|
|
159
|
+
*
|
|
160
|
+
* @params response Response returned by the server for a request to getNotification
|
|
161
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
162
|
+
*/
|
|
163
|
+
getNotification(response: ResponseContext): Promise<NotificationResponse>;
|
|
164
|
+
/**
|
|
165
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
166
|
+
* to the expected objects
|
|
167
|
+
*
|
|
168
|
+
* @params response Response returned by the server for a request to getNotificationSubscription
|
|
169
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
170
|
+
*/
|
|
171
|
+
getNotificationSubscription(response: ResponseContext): Promise<NotificationSubscription>;
|
|
172
|
+
/**
|
|
173
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
174
|
+
* to the expected objects
|
|
175
|
+
*
|
|
176
|
+
* @params response Response returned by the server for a request to getNotificationSubscriptions
|
|
177
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
178
|
+
*/
|
|
179
|
+
getNotificationSubscriptions(response: ResponseContext): Promise<NotificationSubscriptionListResponse>;
|
|
180
|
+
/**
|
|
181
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
182
|
+
* to the expected objects
|
|
183
|
+
*
|
|
184
|
+
* @params response Response returned by the server for a request to getNotificationTrigger
|
|
185
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
186
|
+
*/
|
|
187
|
+
getNotificationTrigger(response: ResponseContext): Promise<NotificationTriggerResponse>;
|
|
188
|
+
/**
|
|
189
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
190
|
+
* to the expected objects
|
|
191
|
+
*
|
|
192
|
+
* @params response Response returned by the server for a request to getNotificationTriggers
|
|
193
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
194
|
+
*/
|
|
195
|
+
getNotificationTriggers(response: ResponseContext): Promise<NotificationTriggerListResponse>;
|
|
196
|
+
/**
|
|
197
|
+
* Unwraps the actual response sent by the server from the response context and deserializes the response content
|
|
198
|
+
* to the expected objects
|
|
199
|
+
*
|
|
200
|
+
* @params response Response returned by the server for a request to getNotifications
|
|
201
|
+
* @throws ApiException if the response code was not in [200, 299]
|
|
202
|
+
*/
|
|
203
|
+
getNotifications(response: ResponseContext): Promise<NotificationListResponse>;
|
|
204
|
+
}
|