@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
|
@@ -13,10 +13,13 @@ import { ContractReadResponse } from '../models/ContractReadResponse';
|
|
|
13
13
|
import { ContractResponse } from '../models/ContractResponse';
|
|
14
14
|
import { CreateAccountRequest } from '../models/CreateAccountRequest';
|
|
15
15
|
import { CreateContractRequest } from '../models/CreateContractRequest';
|
|
16
|
+
import { CreateNotificationRequest } from '../models/CreateNotificationRequest';
|
|
16
17
|
import { CreatePolicyRequest } from '../models/CreatePolicyRequest';
|
|
17
18
|
import { CreatePolicyRuleRequest } from '../models/CreatePolicyRuleRequest';
|
|
18
19
|
import { CreateSessionRequest } from '../models/CreateSessionRequest';
|
|
20
|
+
import { CreateSubscriptionRequest } from '../models/CreateSubscriptionRequest';
|
|
19
21
|
import { CreateTransactionIntentRequest } from '../models/CreateTransactionIntentRequest';
|
|
22
|
+
import { CreateTriggerRequest } from '../models/CreateTriggerRequest';
|
|
20
23
|
import { CreateWeb3ConnectionRequest } from '../models/CreateWeb3ConnectionRequest';
|
|
21
24
|
import { DeployRequest } from '../models/DeployRequest';
|
|
22
25
|
import { DeveloperAccountCreateRequest } from '../models/DeveloperAccountCreateRequest';
|
|
@@ -24,12 +27,23 @@ import { DeveloperAccountDeleteResponse } from '../models/DeveloperAccountDelete
|
|
|
24
27
|
import { DeveloperAccountGetMessageResponse } from '../models/DeveloperAccountGetMessageResponse';
|
|
25
28
|
import { DeveloperAccountListResponse } from '../models/DeveloperAccountListResponse';
|
|
26
29
|
import { DeveloperAccountResponse } from '../models/DeveloperAccountResponse';
|
|
30
|
+
import { DeveloperAccountResponseExpandable } from '../models/DeveloperAccountResponseExpandable';
|
|
27
31
|
import { EstimateTransactionIntentGasResult } from '../models/EstimateTransactionIntentGasResult';
|
|
28
32
|
import { GasReport } from '../models/GasReport';
|
|
29
33
|
import { GetSigninUrlResponse } from '../models/GetSigninUrlResponse';
|
|
30
34
|
import { InventoryListResponse } from '../models/InventoryListResponse';
|
|
31
35
|
import { InventoryResponse } from '../models/InventoryResponse';
|
|
32
36
|
import { LoginRequest } from '../models/LoginRequest';
|
|
37
|
+
import { NotificationDeleteResponse } from '../models/NotificationDeleteResponse';
|
|
38
|
+
import { NotificationListResponse } from '../models/NotificationListResponse';
|
|
39
|
+
import { NotificationResponse } from '../models/NotificationResponse';
|
|
40
|
+
import { NotificationResponseExpandable } from '../models/NotificationResponseExpandable';
|
|
41
|
+
import { NotificationSubscription } from '../models/NotificationSubscription';
|
|
42
|
+
import { NotificationSubscriptionDeleteResponse } from '../models/NotificationSubscriptionDeleteResponse';
|
|
43
|
+
import { NotificationSubscriptionListResponse } from '../models/NotificationSubscriptionListResponse';
|
|
44
|
+
import { NotificationTriggerDeleteResponse } from '../models/NotificationTriggerDeleteResponse';
|
|
45
|
+
import { NotificationTriggerListResponse } from '../models/NotificationTriggerListResponse';
|
|
46
|
+
import { NotificationTriggerResponse } from '../models/NotificationTriggerResponse';
|
|
33
47
|
import { OAuthConfig } from '../models/OAuthConfig';
|
|
34
48
|
import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
|
|
35
49
|
import { OAuthProvider } from '../models/OAuthProvider';
|
|
@@ -238,7 +252,7 @@ export declare class ObjectAccountsApi {
|
|
|
238
252
|
*/
|
|
239
253
|
completeRecovery(param: AccountsApiCompleteRecoveryRequest, options?: Configuration): Promise<TransactionIntentResponse>;
|
|
240
254
|
/**
|
|
241
|
-
* Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains.
|
|
255
|
+
* Creates a new blockchain account for the provided player. Account creation does not consume any gas. All accounts of a player will use the same address across blockchains. Each player can only have one account per chain.
|
|
242
256
|
* Create an account object.
|
|
243
257
|
* @param param the request object
|
|
244
258
|
*/
|
|
@@ -608,7 +622,7 @@ export interface InventoriesApiGetPlayerCryptoCurrencyInventoryRequest {
|
|
|
608
622
|
* @type Array<string>
|
|
609
623
|
* @memberof InventoriesApigetPlayerCryptoCurrencyInventory
|
|
610
624
|
*/
|
|
611
|
-
|
|
625
|
+
contract?: Array<string>;
|
|
612
626
|
}
|
|
613
627
|
export interface InventoriesApiGetPlayerNativeInventoryRequest {
|
|
614
628
|
/**
|
|
@@ -660,7 +674,7 @@ export interface InventoriesApiGetPlayerNftInventoryRequest {
|
|
|
660
674
|
* @type Array<string>
|
|
661
675
|
* @memberof InventoriesApigetPlayerNftInventory
|
|
662
676
|
*/
|
|
663
|
-
|
|
677
|
+
contract?: Array<string>;
|
|
664
678
|
}
|
|
665
679
|
export declare class ObjectInventoriesApi {
|
|
666
680
|
private api;
|
|
@@ -696,6 +710,251 @@ export declare class ObjectInventoriesApi {
|
|
|
696
710
|
*/
|
|
697
711
|
getPlayerNftInventory(param: InventoriesApiGetPlayerNftInventoryRequest, options?: Configuration): Promise<InventoryListResponse>;
|
|
698
712
|
}
|
|
713
|
+
import { NotificationsApiRequestFactory, NotificationsApiResponseProcessor } from "../apis/NotificationsApi";
|
|
714
|
+
export interface NotificationsApiCreateNotificationRequest {
|
|
715
|
+
/**
|
|
716
|
+
*
|
|
717
|
+
* @type CreateNotificationRequest
|
|
718
|
+
* @memberof NotificationsApicreateNotification
|
|
719
|
+
*/
|
|
720
|
+
createNotificationRequest: CreateNotificationRequest;
|
|
721
|
+
}
|
|
722
|
+
export interface NotificationsApiCreateNotificationSubscriptionRequest {
|
|
723
|
+
/**
|
|
724
|
+
*
|
|
725
|
+
* @type CreateSubscriptionRequest
|
|
726
|
+
* @memberof NotificationsApicreateNotificationSubscription
|
|
727
|
+
*/
|
|
728
|
+
createSubscriptionRequest: CreateSubscriptionRequest;
|
|
729
|
+
}
|
|
730
|
+
export interface NotificationsApiCreateNotificationTriggerRequest {
|
|
731
|
+
/**
|
|
732
|
+
*
|
|
733
|
+
* @type CreateTriggerRequest
|
|
734
|
+
* @memberof NotificationsApicreateNotificationTrigger
|
|
735
|
+
*/
|
|
736
|
+
createTriggerRequest: CreateTriggerRequest;
|
|
737
|
+
}
|
|
738
|
+
export interface NotificationsApiDeleteNotificationRequest {
|
|
739
|
+
/**
|
|
740
|
+
* Specifies the unique notification ID (starts with not_).
|
|
741
|
+
* @type string
|
|
742
|
+
* @memberof NotificationsApideleteNotification
|
|
743
|
+
*/
|
|
744
|
+
id: string;
|
|
745
|
+
}
|
|
746
|
+
export interface NotificationsApiDeleteNotificationSubscriptionRequest {
|
|
747
|
+
/**
|
|
748
|
+
* Specifies the unique notification subscription ID (starts with ntr_).
|
|
749
|
+
* @type string
|
|
750
|
+
* @memberof NotificationsApideleteNotificationSubscription
|
|
751
|
+
*/
|
|
752
|
+
id: string;
|
|
753
|
+
}
|
|
754
|
+
export interface NotificationsApiDeleteNotificationTriggerRequest {
|
|
755
|
+
/**
|
|
756
|
+
* Specifies the unique notification trigger ID (starts with ntr_).
|
|
757
|
+
* @type string
|
|
758
|
+
* @memberof NotificationsApideleteNotificationTrigger
|
|
759
|
+
*/
|
|
760
|
+
id: string;
|
|
761
|
+
}
|
|
762
|
+
export interface NotificationsApiGetNotificationRequest {
|
|
763
|
+
/**
|
|
764
|
+
* Specifies the unique account ID (starts with not_).
|
|
765
|
+
* @type string
|
|
766
|
+
* @memberof NotificationsApigetNotification
|
|
767
|
+
*/
|
|
768
|
+
id: string;
|
|
769
|
+
/**
|
|
770
|
+
*
|
|
771
|
+
* @type Array<NotificationResponseExpandable>
|
|
772
|
+
* @memberof NotificationsApigetNotification
|
|
773
|
+
*/
|
|
774
|
+
expand?: Array<NotificationResponseExpandable>;
|
|
775
|
+
}
|
|
776
|
+
export interface NotificationsApiGetNotificationSubscriptionRequest {
|
|
777
|
+
/**
|
|
778
|
+
* Specifies the unique notification subscription ID (starts with not_).
|
|
779
|
+
* @type string
|
|
780
|
+
* @memberof NotificationsApigetNotificationSubscription
|
|
781
|
+
*/
|
|
782
|
+
id: string;
|
|
783
|
+
}
|
|
784
|
+
export interface NotificationsApiGetNotificationSubscriptionsRequest {
|
|
785
|
+
/**
|
|
786
|
+
* Specifies the unique notification ID (starts with not_).
|
|
787
|
+
* @type string
|
|
788
|
+
* @memberof NotificationsApigetNotificationSubscriptions
|
|
789
|
+
*/
|
|
790
|
+
notification: string;
|
|
791
|
+
/**
|
|
792
|
+
* Specifies the maximum number of records to return.
|
|
793
|
+
* @type number
|
|
794
|
+
* @memberof NotificationsApigetNotificationSubscriptions
|
|
795
|
+
*/
|
|
796
|
+
limit?: number;
|
|
797
|
+
/**
|
|
798
|
+
* Specifies the offset for the first records to return.
|
|
799
|
+
* @type number
|
|
800
|
+
* @memberof NotificationsApigetNotificationSubscriptions
|
|
801
|
+
*/
|
|
802
|
+
skip?: number;
|
|
803
|
+
/**
|
|
804
|
+
* Specifies the order in which to sort the results.
|
|
805
|
+
* @type SortOrder
|
|
806
|
+
* @memberof NotificationsApigetNotificationSubscriptions
|
|
807
|
+
*/
|
|
808
|
+
order?: SortOrder;
|
|
809
|
+
}
|
|
810
|
+
export interface NotificationsApiGetNotificationTriggerRequest {
|
|
811
|
+
/**
|
|
812
|
+
* Specifies the unique notification trigger ID (starts with ntr_).
|
|
813
|
+
* @type string
|
|
814
|
+
* @memberof NotificationsApigetNotificationTrigger
|
|
815
|
+
*/
|
|
816
|
+
id: string;
|
|
817
|
+
}
|
|
818
|
+
export interface NotificationsApiGetNotificationTriggersRequest {
|
|
819
|
+
/**
|
|
820
|
+
* Specifies the unique notification ID (starts with not_).
|
|
821
|
+
* @type string
|
|
822
|
+
* @memberof NotificationsApigetNotificationTriggers
|
|
823
|
+
*/
|
|
824
|
+
notification: string;
|
|
825
|
+
/**
|
|
826
|
+
* Specifies the maximum number of records to return.
|
|
827
|
+
* @type number
|
|
828
|
+
* @memberof NotificationsApigetNotificationTriggers
|
|
829
|
+
*/
|
|
830
|
+
limit?: number;
|
|
831
|
+
/**
|
|
832
|
+
* Specifies the offset for the first records to return.
|
|
833
|
+
* @type number
|
|
834
|
+
* @memberof NotificationsApigetNotificationTriggers
|
|
835
|
+
*/
|
|
836
|
+
skip?: number;
|
|
837
|
+
/**
|
|
838
|
+
* Specifies the order in which to sort the results.
|
|
839
|
+
* @type SortOrder
|
|
840
|
+
* @memberof NotificationsApigetNotificationTriggers
|
|
841
|
+
*/
|
|
842
|
+
order?: SortOrder;
|
|
843
|
+
}
|
|
844
|
+
export interface NotificationsApiGetNotificationsRequest {
|
|
845
|
+
/**
|
|
846
|
+
* Specifies the maximum number of records to return.
|
|
847
|
+
* @type number
|
|
848
|
+
* @memberof NotificationsApigetNotifications
|
|
849
|
+
*/
|
|
850
|
+
limit?: number;
|
|
851
|
+
/**
|
|
852
|
+
* Specifies the offset for the first records to return.
|
|
853
|
+
* @type number
|
|
854
|
+
* @memberof NotificationsApigetNotifications
|
|
855
|
+
*/
|
|
856
|
+
skip?: number;
|
|
857
|
+
/**
|
|
858
|
+
* Specifies the order in which to sort the results.
|
|
859
|
+
* @type SortOrder
|
|
860
|
+
* @memberof NotificationsApigetNotifications
|
|
861
|
+
*/
|
|
862
|
+
order?: SortOrder;
|
|
863
|
+
/**
|
|
864
|
+
* Specifies the fields to expand in the response.
|
|
865
|
+
* @type Array<NotificationResponseExpandable>
|
|
866
|
+
* @memberof NotificationsApigetNotifications
|
|
867
|
+
*/
|
|
868
|
+
expand?: Array<NotificationResponseExpandable>;
|
|
869
|
+
/**
|
|
870
|
+
* Specifies whether to include deleted notifications.
|
|
871
|
+
* @type boolean
|
|
872
|
+
* @memberof NotificationsApigetNotifications
|
|
873
|
+
*/
|
|
874
|
+
deleted?: boolean;
|
|
875
|
+
/**
|
|
876
|
+
* Specifies the name of the notifications.
|
|
877
|
+
* @type string
|
|
878
|
+
* @memberof NotificationsApigetNotifications
|
|
879
|
+
*/
|
|
880
|
+
name?: string;
|
|
881
|
+
}
|
|
882
|
+
export declare class ObjectNotificationsApi {
|
|
883
|
+
private api;
|
|
884
|
+
constructor(configuration: Configuration, requestFactory?: NotificationsApiRequestFactory, responseProcessor?: NotificationsApiResponseProcessor);
|
|
885
|
+
/**
|
|
886
|
+
* Create a notification object.
|
|
887
|
+
* Create a notification object.
|
|
888
|
+
* @param param the request object
|
|
889
|
+
*/
|
|
890
|
+
createNotification(param: NotificationsApiCreateNotificationRequest, options?: Configuration): Promise<NotificationResponse>;
|
|
891
|
+
/**
|
|
892
|
+
* Create a subscription for the provided notification.
|
|
893
|
+
* Create a notification subscription object.
|
|
894
|
+
* @param param the request object
|
|
895
|
+
*/
|
|
896
|
+
createNotificationSubscription(param: NotificationsApiCreateNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscription>;
|
|
897
|
+
/**
|
|
898
|
+
* Create a trigger for the provided notification.
|
|
899
|
+
* Create a notification trigger object.
|
|
900
|
+
* @param param the request object
|
|
901
|
+
*/
|
|
902
|
+
createNotificationTrigger(param: NotificationsApiCreateNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerResponse>;
|
|
903
|
+
/**
|
|
904
|
+
* Delete a notification by providing its notification id.
|
|
905
|
+
* Deletes a notification object.
|
|
906
|
+
* @param param the request object
|
|
907
|
+
*/
|
|
908
|
+
deleteNotification(param: NotificationsApiDeleteNotificationRequest, options?: Configuration): Promise<NotificationDeleteResponse>;
|
|
909
|
+
/**
|
|
910
|
+
* Delete a notification subscription by providing its notification subscription id.
|
|
911
|
+
* Deletes a notification subscription object.
|
|
912
|
+
* @param param the request object
|
|
913
|
+
*/
|
|
914
|
+
deleteNotificationSubscription(param: NotificationsApiDeleteNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscriptionDeleteResponse>;
|
|
915
|
+
/**
|
|
916
|
+
* Delete a notification trigger by providing its notification trigger id.
|
|
917
|
+
* Deletes a notification trigger object.
|
|
918
|
+
* @param param the request object
|
|
919
|
+
*/
|
|
920
|
+
deleteNotificationTrigger(param: NotificationsApiDeleteNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerDeleteResponse>;
|
|
921
|
+
/**
|
|
922
|
+
* Retrieves the details of an existing account. Supply the unique notification ID.
|
|
923
|
+
* Get existing account.
|
|
924
|
+
* @param param the request object
|
|
925
|
+
*/
|
|
926
|
+
getNotification(param: NotificationsApiGetNotificationRequest, options?: Configuration): Promise<NotificationResponse>;
|
|
927
|
+
/**
|
|
928
|
+
* Retrieves the details of an existing notification subscription. Supply the unique notification subscription ID.
|
|
929
|
+
* Get existing notification subscription.
|
|
930
|
+
* @param param the request object
|
|
931
|
+
*/
|
|
932
|
+
getNotificationSubscription(param: NotificationsApiGetNotificationSubscriptionRequest, options?: Configuration): Promise<NotificationSubscription>;
|
|
933
|
+
/**
|
|
934
|
+
* 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.
|
|
935
|
+
* List notification subscriptions of a notification.
|
|
936
|
+
* @param param the request object
|
|
937
|
+
*/
|
|
938
|
+
getNotificationSubscriptions(param: NotificationsApiGetNotificationSubscriptionsRequest, options?: Configuration): Promise<NotificationSubscriptionListResponse>;
|
|
939
|
+
/**
|
|
940
|
+
* Retrieves the details of an existing notification trigger. Supply the unique notification trigger ID.
|
|
941
|
+
* Get existing notification trigger.
|
|
942
|
+
* @param param the request object
|
|
943
|
+
*/
|
|
944
|
+
getNotificationTrigger(param: NotificationsApiGetNotificationTriggerRequest, options?: Configuration): Promise<NotificationTriggerResponse>;
|
|
945
|
+
/**
|
|
946
|
+
* 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.
|
|
947
|
+
* List notification triggers of a notification.
|
|
948
|
+
* @param param the request object
|
|
949
|
+
*/
|
|
950
|
+
getNotificationTriggers(param: NotificationsApiGetNotificationTriggersRequest, options?: Configuration): Promise<NotificationTriggerListResponse>;
|
|
951
|
+
/**
|
|
952
|
+
* 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.
|
|
953
|
+
* List notifications.
|
|
954
|
+
* @param param the request object
|
|
955
|
+
*/
|
|
956
|
+
getNotifications(param?: NotificationsApiGetNotificationsRequest, options?: Configuration): Promise<NotificationListResponse>;
|
|
957
|
+
}
|
|
699
958
|
import { OAuthApiRequestFactory, OAuthApiResponseProcessor } from "../apis/OAuthApi";
|
|
700
959
|
export interface OAuthApiAuthorizeWithOAuthTokenRequest {
|
|
701
960
|
/**
|
|
@@ -1081,7 +1340,7 @@ export interface PoliciesApiGetPoliciesRequest {
|
|
|
1081
1340
|
*/
|
|
1082
1341
|
name?: string;
|
|
1083
1342
|
/**
|
|
1084
|
-
* Specifies whether to include deleted
|
|
1343
|
+
* Specifies whether to include deleted policies.
|
|
1085
1344
|
* @type boolean
|
|
1086
1345
|
* @memberof PoliciesApigetPolicies
|
|
1087
1346
|
*/
|
|
@@ -1093,7 +1352,7 @@ export interface PoliciesApiGetPoliciesRequest {
|
|
|
1093
1352
|
*/
|
|
1094
1353
|
chainId?: number;
|
|
1095
1354
|
/**
|
|
1096
|
-
* Specifies whether to include enabled
|
|
1355
|
+
* Specifies whether to include enabled policies.
|
|
1097
1356
|
* @type boolean
|
|
1098
1357
|
* @memberof PoliciesApigetPolicies
|
|
1099
1358
|
*/
|
|
@@ -1182,19 +1441,19 @@ export declare class ObjectPoliciesApi {
|
|
|
1182
1441
|
updatePolicy(param: PoliciesApiUpdatePolicyRequest, options?: Configuration): Promise<PolicyResponse>;
|
|
1183
1442
|
}
|
|
1184
1443
|
import { PolicyRulesApiRequestFactory, PolicyRulesApiResponseProcessor } from "../apis/PolicyRulesApi";
|
|
1185
|
-
export interface
|
|
1444
|
+
export interface PolicyRulesApiCreatePolicyRuleRequest {
|
|
1186
1445
|
/**
|
|
1187
1446
|
*
|
|
1188
1447
|
* @type CreatePolicyRuleRequest
|
|
1189
|
-
* @memberof
|
|
1448
|
+
* @memberof PolicyRulesApicreatePolicyRule
|
|
1190
1449
|
*/
|
|
1191
1450
|
createPolicyRuleRequest: CreatePolicyRuleRequest;
|
|
1192
1451
|
}
|
|
1193
|
-
export interface
|
|
1452
|
+
export interface PolicyRulesApiDeletePolicyRuleRequest {
|
|
1194
1453
|
/**
|
|
1195
1454
|
* Specifies the unique policy rule ID (starts with afu_).
|
|
1196
1455
|
* @type string
|
|
1197
|
-
* @memberof
|
|
1456
|
+
* @memberof PolicyRulesApideletePolicyRule
|
|
1198
1457
|
*/
|
|
1199
1458
|
id: string;
|
|
1200
1459
|
}
|
|
@@ -1230,17 +1489,17 @@ export interface PolicyRulesApiGetPolicyRulesRequest {
|
|
|
1230
1489
|
*/
|
|
1231
1490
|
expand?: Array<'contract'>;
|
|
1232
1491
|
}
|
|
1233
|
-
export interface
|
|
1492
|
+
export interface PolicyRulesApiUpdatePolicyRuleRequest {
|
|
1234
1493
|
/**
|
|
1235
1494
|
* Specifies the unique policy rule ID (starts with afu_).
|
|
1236
1495
|
* @type string
|
|
1237
|
-
* @memberof
|
|
1496
|
+
* @memberof PolicyRulesApiupdatePolicyRule
|
|
1238
1497
|
*/
|
|
1239
1498
|
id: string;
|
|
1240
1499
|
/**
|
|
1241
1500
|
*
|
|
1242
1501
|
* @type UpdatePolicyRuleRequest
|
|
1243
|
-
* @memberof
|
|
1502
|
+
* @memberof PolicyRulesApiupdatePolicyRule
|
|
1244
1503
|
*/
|
|
1245
1504
|
updatePolicyRuleRequest: UpdatePolicyRuleRequest;
|
|
1246
1505
|
}
|
|
@@ -1251,13 +1510,14 @@ export declare class ObjectPolicyRulesApi {
|
|
|
1251
1510
|
* Create a policy rule object.
|
|
1252
1511
|
* @param param the request object
|
|
1253
1512
|
*/
|
|
1254
|
-
|
|
1513
|
+
createPolicyRule(param: PolicyRulesApiCreatePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleResponse>;
|
|
1255
1514
|
/**
|
|
1256
1515
|
* Deletes a policy rule object.
|
|
1257
1516
|
* @param param the request object
|
|
1258
1517
|
*/
|
|
1259
|
-
|
|
1518
|
+
deletePolicyRule(param: PolicyRulesApiDeletePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleDeleteResponse>;
|
|
1260
1519
|
/**
|
|
1520
|
+
* Returns a list of policy rules of a policy. The policy rules are returned sorted by creation date, with the most recently created policy rules appearing first. By default, a maximum of 10 policy rules are shown per page.
|
|
1261
1521
|
* List policy rules of a policy.
|
|
1262
1522
|
* @param param the request object
|
|
1263
1523
|
*/
|
|
@@ -1266,7 +1526,7 @@ export declare class ObjectPolicyRulesApi {
|
|
|
1266
1526
|
* Update a policy rule object.
|
|
1267
1527
|
* @param param the request object
|
|
1268
1528
|
*/
|
|
1269
|
-
|
|
1529
|
+
updatePolicyRule(param: PolicyRulesApiUpdatePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleResponse>;
|
|
1270
1530
|
}
|
|
1271
1531
|
import { SessionsApiRequestFactory, SessionsApiResponseProcessor } from "../apis/SessionsApi";
|
|
1272
1532
|
export interface SessionsApiCreateSessionRequest {
|
|
@@ -1388,13 +1648,51 @@ export interface SettingsApiCreateDeveloperAccountRequest {
|
|
|
1388
1648
|
}
|
|
1389
1649
|
export interface SettingsApiDeleteDeveloperAccountRequest {
|
|
1390
1650
|
/**
|
|
1391
|
-
* Specifies a unique developer account.
|
|
1651
|
+
* Specifies a unique developer account (starts with dac_).
|
|
1392
1652
|
* @type string
|
|
1393
1653
|
* @memberof SettingsApideleteDeveloperAccount
|
|
1394
1654
|
*/
|
|
1395
1655
|
id: string;
|
|
1396
1656
|
}
|
|
1657
|
+
export interface SettingsApiGetDeveloperAccountRequest {
|
|
1658
|
+
/**
|
|
1659
|
+
* Specifies the unique developer account ID (starts with dac_).
|
|
1660
|
+
* @type string
|
|
1661
|
+
* @memberof SettingsApigetDeveloperAccount
|
|
1662
|
+
*/
|
|
1663
|
+
id: string;
|
|
1664
|
+
/**
|
|
1665
|
+
*
|
|
1666
|
+
* @type Array<DeveloperAccountResponseExpandable>
|
|
1667
|
+
* @memberof SettingsApigetDeveloperAccount
|
|
1668
|
+
*/
|
|
1669
|
+
expand?: Array<DeveloperAccountResponseExpandable>;
|
|
1670
|
+
}
|
|
1397
1671
|
export interface SettingsApiGetDeveloperAccountsRequest {
|
|
1672
|
+
/**
|
|
1673
|
+
* Specifies the maximum number of records to return.
|
|
1674
|
+
* @type number
|
|
1675
|
+
* @memberof SettingsApigetDeveloperAccounts
|
|
1676
|
+
*/
|
|
1677
|
+
limit?: number;
|
|
1678
|
+
/**
|
|
1679
|
+
* Specifies the offset for the first records to return.
|
|
1680
|
+
* @type number
|
|
1681
|
+
* @memberof SettingsApigetDeveloperAccounts
|
|
1682
|
+
*/
|
|
1683
|
+
skip?: number;
|
|
1684
|
+
/**
|
|
1685
|
+
* Specifies the order in which to sort the results.
|
|
1686
|
+
* @type SortOrder
|
|
1687
|
+
* @memberof SettingsApigetDeveloperAccounts
|
|
1688
|
+
*/
|
|
1689
|
+
order?: SortOrder;
|
|
1690
|
+
/**
|
|
1691
|
+
* Specifies the fields to expand in the response.
|
|
1692
|
+
* @type Array<DeveloperAccountResponseExpandable>
|
|
1693
|
+
* @memberof SettingsApigetDeveloperAccounts
|
|
1694
|
+
*/
|
|
1695
|
+
expand?: Array<DeveloperAccountResponseExpandable>;
|
|
1398
1696
|
}
|
|
1399
1697
|
export interface SettingsApiGetVerificationPayloadRequest {
|
|
1400
1698
|
/**
|
|
@@ -1430,7 +1728,13 @@ export declare class ObjectSettingsApi {
|
|
|
1430
1728
|
*/
|
|
1431
1729
|
deleteDeveloperAccount(param: SettingsApiDeleteDeveloperAccountRequest, options?: Configuration): Promise<DeveloperAccountDeleteResponse>;
|
|
1432
1730
|
/**
|
|
1433
|
-
* Retrieve
|
|
1731
|
+
* Retrieve a developer account.
|
|
1732
|
+
* Get existing developer account.
|
|
1733
|
+
* @param param the request object
|
|
1734
|
+
*/
|
|
1735
|
+
getDeveloperAccount(param: SettingsApiGetDeveloperAccountRequest, options?: Configuration): Promise<DeveloperAccountResponse>;
|
|
1736
|
+
/**
|
|
1737
|
+
* Retrieve the list of the developer accounts for the current project. By default, a maximum of 10 accounts are shown per page.
|
|
1434
1738
|
* List of developer accounts.
|
|
1435
1739
|
* @param param the request object
|
|
1436
1740
|
*/
|
|
@@ -1517,23 +1821,23 @@ export interface TransactionIntentsApiGetTransactionIntentsRequest {
|
|
|
1517
1821
|
*/
|
|
1518
1822
|
chainId?: number;
|
|
1519
1823
|
/**
|
|
1520
|
-
* Filter by account ID.
|
|
1824
|
+
* Filter by account ID or developer account (starts with acc_ or dac_ respectively).
|
|
1521
1825
|
* @type Array<string>
|
|
1522
1826
|
* @memberof TransactionIntentsApigetTransactionIntents
|
|
1523
1827
|
*/
|
|
1524
|
-
|
|
1828
|
+
account?: Array<string>;
|
|
1525
1829
|
/**
|
|
1526
1830
|
* Filter by player ID (starts with pla_).
|
|
1527
1831
|
* @type Array<string>
|
|
1528
1832
|
* @memberof TransactionIntentsApigetTransactionIntents
|
|
1529
1833
|
*/
|
|
1530
|
-
|
|
1834
|
+
player?: Array<string>;
|
|
1531
1835
|
/**
|
|
1532
1836
|
* Filter by policy ID (starts with pol_).
|
|
1533
1837
|
* @type Array<string>
|
|
1534
1838
|
* @memberof TransactionIntentsApigetTransactionIntents
|
|
1535
1839
|
*/
|
|
1536
|
-
|
|
1840
|
+
policy?: Array<string>;
|
|
1537
1841
|
}
|
|
1538
1842
|
export interface TransactionIntentsApiSignatureRequest {
|
|
1539
1843
|
/**
|