@openfort/openfort-node 0.6.35 → 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/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/generated/apis/AccountsApi.d.ts +1 -1
- package/dist/generated/apis/AccountsApi.js +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 +3 -3
- package/dist/generated/apis/SettingsApi.js +3 -3
- 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/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 +32 -1
- package/dist/generated/models/ObjectSerializer.js +87 -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/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/TransferOwnershipRequest.d.ts +1 -1
- package/dist/generated/models/UpdatePolicyRuleRequest.d.ts +2 -2
- package/dist/generated/models/all.d.ts +32 -1
- package/dist/generated/models/all.js +32 -1
- package/dist/generated/models/all.js.map +1 -1
- package/dist/generated/types/ObjectParamAPI.d.ts +275 -16
- package/dist/generated/types/ObjectParamAPI.js +130 -26
- package/dist/generated/types/ObjectParamAPI.js.map +1 -1
- package/dist/generated/types/ObservableAPI.d.ts +114 -9
- package/dist/generated/types/ObservableAPI.js +290 -16
- package/dist/generated/types/ObservableAPI.js.map +1 -1
- package/dist/generated/types/PromiseAPI.d.ts +112 -9
- package/dist/generated/types/PromiseAPI.js +158 -30
- 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/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
|
@@ -5,6 +5,8 @@ export * from '../models/Account';
|
|
|
5
5
|
export * from '../models/AccountInventoryListQueries';
|
|
6
6
|
export * from '../models/AccountListQueries';
|
|
7
7
|
export * from '../models/AccountListResponse';
|
|
8
|
+
export * from '../models/AccountNotificationTriggerResponse';
|
|
9
|
+
export * from '../models/AccountNotificationTriggerResponseAccount';
|
|
8
10
|
export * from '../models/AccountPolicyRuleResponse';
|
|
9
11
|
export * from '../models/AccountResponse';
|
|
10
12
|
export * from '../models/AccountResponseExpandable';
|
|
@@ -21,6 +23,7 @@ export * from '../models/AuthPlayerResponsePlayer';
|
|
|
21
23
|
export * from '../models/AuthResponse';
|
|
22
24
|
export * from '../models/AuthenticatedPlayerResponse';
|
|
23
25
|
export * from '../models/AuthorizeWithOAuthToken200Response';
|
|
26
|
+
export * from '../models/BalanceNotificationTriggerResponse';
|
|
24
27
|
export * from '../models/BalanceResponse';
|
|
25
28
|
export * from '../models/CancelTransferOwnershipRequest';
|
|
26
29
|
export * from '../models/ChargeCustomTokenPolicyStrategy';
|
|
@@ -30,8 +33,9 @@ export * from '../models/CompleteRecoveryRequest';
|
|
|
30
33
|
export * from '../models/ContractDeleteResponse';
|
|
31
34
|
export * from '../models/ContractListQueries';
|
|
32
35
|
export * from '../models/ContractListResponse';
|
|
36
|
+
export * from '../models/ContractNotificationTriggerResponse';
|
|
37
|
+
export * from '../models/ContractNotificationTriggerResponseContract';
|
|
33
38
|
export * from '../models/ContractPolicyRuleResponse';
|
|
34
|
-
export * from '../models/ContractPolicyRuleResponseContract';
|
|
35
39
|
export * from '../models/ContractReadQueries';
|
|
36
40
|
export * from '../models/ContractReadResponse';
|
|
37
41
|
export * from '../models/ContractResponse';
|
|
@@ -39,12 +43,15 @@ export * from '../models/CountPerIntervalLimitPolicyRuleResponse';
|
|
|
39
43
|
export * from '../models/CreateAccountRequest';
|
|
40
44
|
export * from '../models/CreateApiAuthorizedNetworkRequest';
|
|
41
45
|
export * from '../models/CreateContractRequest';
|
|
46
|
+
export * from '../models/CreateNotificationRequest';
|
|
42
47
|
export * from '../models/CreatePolicyRequest';
|
|
43
48
|
export * from '../models/CreatePolicyRuleRequest';
|
|
44
49
|
export * from '../models/CreateProjectApiKeyRequest';
|
|
45
50
|
export * from '../models/CreateProjectRequest';
|
|
46
51
|
export * from '../models/CreateSessionRequest';
|
|
52
|
+
export * from '../models/CreateSubscriptionRequest';
|
|
47
53
|
export * from '../models/CreateTransactionIntentRequest';
|
|
54
|
+
export * from '../models/CreateTriggerRequest';
|
|
48
55
|
export * from '../models/CreateWeb3ConnectionRequest';
|
|
49
56
|
export * from '../models/Currency';
|
|
50
57
|
export * from '../models/DeployRequest';
|
|
@@ -62,6 +69,9 @@ export * from '../models/EntityTypeACCOUNT';
|
|
|
62
69
|
export * from '../models/EntityTypeCONTRACT';
|
|
63
70
|
export * from '../models/EntityTypeDEVELOPERACCOUNT';
|
|
64
71
|
export * from '../models/EntityTypeINVENTORY';
|
|
72
|
+
export * from '../models/EntityTypeNOTIFICATION';
|
|
73
|
+
export * from '../models/EntityTypeNOTIFICATIONSUBSCRIPTION';
|
|
74
|
+
export * from '../models/EntityTypeNOTIFICATIONTRIGGER';
|
|
65
75
|
export * from '../models/EntityTypePLAYER';
|
|
66
76
|
export * from '../models/EntityTypePOLICY';
|
|
67
77
|
export * from '../models/EntityTypePOLICYRULE';
|
|
@@ -98,6 +108,25 @@ export * from '../models/Money';
|
|
|
98
108
|
export * from '../models/NextActionPayload';
|
|
99
109
|
export * from '../models/NextActionResponse';
|
|
100
110
|
export * from '../models/NextActionType';
|
|
111
|
+
export * from '../models/NotificationDeleteResponse';
|
|
112
|
+
export * from '../models/NotificationListQueries';
|
|
113
|
+
export * from '../models/NotificationListResponse';
|
|
114
|
+
export * from '../models/NotificationResponse';
|
|
115
|
+
export * from '../models/NotificationResponseExpandable';
|
|
116
|
+
export * from '../models/NotificationResponseSubscriptionsInner';
|
|
117
|
+
export * from '../models/NotificationResponseTriggersInner';
|
|
118
|
+
export * from '../models/NotificationSubscription';
|
|
119
|
+
export * from '../models/NotificationSubscriptionDeleteResponse';
|
|
120
|
+
export * from '../models/NotificationSubscriptionListQueries';
|
|
121
|
+
export * from '../models/NotificationSubscriptionListResponse';
|
|
122
|
+
export * from '../models/NotificationTriggerDeleteResponse';
|
|
123
|
+
export * from '../models/NotificationTriggerListQueries';
|
|
124
|
+
export * from '../models/NotificationTriggerListResponse';
|
|
125
|
+
export * from '../models/NotificationTriggerResponse';
|
|
126
|
+
export * from '../models/NotificationTriggerType';
|
|
127
|
+
export * from '../models/NotificationTriggerTypeCONTRACTTRIGGER';
|
|
128
|
+
export * from '../models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER';
|
|
129
|
+
export * from '../models/NotificationTriggerTypePROJECTBALANCETRIGGER';
|
|
101
130
|
export * from '../models/OAuthConfig';
|
|
102
131
|
export * from '../models/OAuthConfigListResponse';
|
|
103
132
|
export * from '../models/OAuthProvider';
|
|
@@ -109,6 +138,7 @@ export * from '../models/OAuthProviderPLAYFAB';
|
|
|
109
138
|
export * from '../models/OAuthRequest';
|
|
110
139
|
export * from '../models/PayForUserPolicyStrategy';
|
|
111
140
|
export * from '../models/PickContractResponseId';
|
|
141
|
+
export * from '../models/PickDeveloperAccountId';
|
|
112
142
|
export * from '../models/PickPlayerResponseId';
|
|
113
143
|
export * from '../models/PlayFabOAuthConfig';
|
|
114
144
|
export * from '../models/Player';
|
|
@@ -178,6 +208,7 @@ export * from '../models/SponsorSchemaPAYFORUSER';
|
|
|
178
208
|
export * from '../models/StartRecoveryRequest';
|
|
179
209
|
export * from '../models/Stat';
|
|
180
210
|
export * from '../models/SubmitWeb3ActionRequest';
|
|
211
|
+
export * from '../models/SubscriptionType';
|
|
181
212
|
export * from '../models/TimeIntervalType';
|
|
182
213
|
export * from '../models/TransactionIntent';
|
|
183
214
|
export * from '../models/TransactionIntentListQueries';
|
|
@@ -21,6 +21,8 @@ __exportStar(require("../models/Account"), exports);
|
|
|
21
21
|
__exportStar(require("../models/AccountInventoryListQueries"), exports);
|
|
22
22
|
__exportStar(require("../models/AccountListQueries"), exports);
|
|
23
23
|
__exportStar(require("../models/AccountListResponse"), exports);
|
|
24
|
+
__exportStar(require("../models/AccountNotificationTriggerResponse"), exports);
|
|
25
|
+
__exportStar(require("../models/AccountNotificationTriggerResponseAccount"), exports);
|
|
24
26
|
__exportStar(require("../models/AccountPolicyRuleResponse"), exports);
|
|
25
27
|
__exportStar(require("../models/AccountResponse"), exports);
|
|
26
28
|
__exportStar(require("../models/AccountResponseExpandable"), exports);
|
|
@@ -37,6 +39,7 @@ __exportStar(require("../models/AuthPlayerResponsePlayer"), exports);
|
|
|
37
39
|
__exportStar(require("../models/AuthResponse"), exports);
|
|
38
40
|
__exportStar(require("../models/AuthenticatedPlayerResponse"), exports);
|
|
39
41
|
__exportStar(require("../models/AuthorizeWithOAuthToken200Response"), exports);
|
|
42
|
+
__exportStar(require("../models/BalanceNotificationTriggerResponse"), exports);
|
|
40
43
|
__exportStar(require("../models/BalanceResponse"), exports);
|
|
41
44
|
__exportStar(require("../models/CancelTransferOwnershipRequest"), exports);
|
|
42
45
|
__exportStar(require("../models/ChargeCustomTokenPolicyStrategy"), exports);
|
|
@@ -46,8 +49,9 @@ __exportStar(require("../models/CompleteRecoveryRequest"), exports);
|
|
|
46
49
|
__exportStar(require("../models/ContractDeleteResponse"), exports);
|
|
47
50
|
__exportStar(require("../models/ContractListQueries"), exports);
|
|
48
51
|
__exportStar(require("../models/ContractListResponse"), exports);
|
|
52
|
+
__exportStar(require("../models/ContractNotificationTriggerResponse"), exports);
|
|
53
|
+
__exportStar(require("../models/ContractNotificationTriggerResponseContract"), exports);
|
|
49
54
|
__exportStar(require("../models/ContractPolicyRuleResponse"), exports);
|
|
50
|
-
__exportStar(require("../models/ContractPolicyRuleResponseContract"), exports);
|
|
51
55
|
__exportStar(require("../models/ContractReadQueries"), exports);
|
|
52
56
|
__exportStar(require("../models/ContractReadResponse"), exports);
|
|
53
57
|
__exportStar(require("../models/ContractResponse"), exports);
|
|
@@ -55,12 +59,15 @@ __exportStar(require("../models/CountPerIntervalLimitPolicyRuleResponse"), expor
|
|
|
55
59
|
__exportStar(require("../models/CreateAccountRequest"), exports);
|
|
56
60
|
__exportStar(require("../models/CreateApiAuthorizedNetworkRequest"), exports);
|
|
57
61
|
__exportStar(require("../models/CreateContractRequest"), exports);
|
|
62
|
+
__exportStar(require("../models/CreateNotificationRequest"), exports);
|
|
58
63
|
__exportStar(require("../models/CreatePolicyRequest"), exports);
|
|
59
64
|
__exportStar(require("../models/CreatePolicyRuleRequest"), exports);
|
|
60
65
|
__exportStar(require("../models/CreateProjectApiKeyRequest"), exports);
|
|
61
66
|
__exportStar(require("../models/CreateProjectRequest"), exports);
|
|
62
67
|
__exportStar(require("../models/CreateSessionRequest"), exports);
|
|
68
|
+
__exportStar(require("../models/CreateSubscriptionRequest"), exports);
|
|
63
69
|
__exportStar(require("../models/CreateTransactionIntentRequest"), exports);
|
|
70
|
+
__exportStar(require("../models/CreateTriggerRequest"), exports);
|
|
64
71
|
__exportStar(require("../models/CreateWeb3ConnectionRequest"), exports);
|
|
65
72
|
__exportStar(require("../models/Currency"), exports);
|
|
66
73
|
__exportStar(require("../models/DeployRequest"), exports);
|
|
@@ -78,6 +85,9 @@ __exportStar(require("../models/EntityTypeACCOUNT"), exports);
|
|
|
78
85
|
__exportStar(require("../models/EntityTypeCONTRACT"), exports);
|
|
79
86
|
__exportStar(require("../models/EntityTypeDEVELOPERACCOUNT"), exports);
|
|
80
87
|
__exportStar(require("../models/EntityTypeINVENTORY"), exports);
|
|
88
|
+
__exportStar(require("../models/EntityTypeNOTIFICATION"), exports);
|
|
89
|
+
__exportStar(require("../models/EntityTypeNOTIFICATIONSUBSCRIPTION"), exports);
|
|
90
|
+
__exportStar(require("../models/EntityTypeNOTIFICATIONTRIGGER"), exports);
|
|
81
91
|
__exportStar(require("../models/EntityTypePLAYER"), exports);
|
|
82
92
|
__exportStar(require("../models/EntityTypePOLICY"), exports);
|
|
83
93
|
__exportStar(require("../models/EntityTypePOLICYRULE"), exports);
|
|
@@ -114,6 +124,25 @@ __exportStar(require("../models/Money"), exports);
|
|
|
114
124
|
__exportStar(require("../models/NextActionPayload"), exports);
|
|
115
125
|
__exportStar(require("../models/NextActionResponse"), exports);
|
|
116
126
|
__exportStar(require("../models/NextActionType"), exports);
|
|
127
|
+
__exportStar(require("../models/NotificationDeleteResponse"), exports);
|
|
128
|
+
__exportStar(require("../models/NotificationListQueries"), exports);
|
|
129
|
+
__exportStar(require("../models/NotificationListResponse"), exports);
|
|
130
|
+
__exportStar(require("../models/NotificationResponse"), exports);
|
|
131
|
+
__exportStar(require("../models/NotificationResponseExpandable"), exports);
|
|
132
|
+
__exportStar(require("../models/NotificationResponseSubscriptionsInner"), exports);
|
|
133
|
+
__exportStar(require("../models/NotificationResponseTriggersInner"), exports);
|
|
134
|
+
__exportStar(require("../models/NotificationSubscription"), exports);
|
|
135
|
+
__exportStar(require("../models/NotificationSubscriptionDeleteResponse"), exports);
|
|
136
|
+
__exportStar(require("../models/NotificationSubscriptionListQueries"), exports);
|
|
137
|
+
__exportStar(require("../models/NotificationSubscriptionListResponse"), exports);
|
|
138
|
+
__exportStar(require("../models/NotificationTriggerDeleteResponse"), exports);
|
|
139
|
+
__exportStar(require("../models/NotificationTriggerListQueries"), exports);
|
|
140
|
+
__exportStar(require("../models/NotificationTriggerListResponse"), exports);
|
|
141
|
+
__exportStar(require("../models/NotificationTriggerResponse"), exports);
|
|
142
|
+
__exportStar(require("../models/NotificationTriggerType"), exports);
|
|
143
|
+
__exportStar(require("../models/NotificationTriggerTypeCONTRACTTRIGGER"), exports);
|
|
144
|
+
__exportStar(require("../models/NotificationTriggerTypeDEVELOPERACCOUNTTRIGGER"), exports);
|
|
145
|
+
__exportStar(require("../models/NotificationTriggerTypePROJECTBALANCETRIGGER"), exports);
|
|
117
146
|
__exportStar(require("../models/OAuthConfig"), exports);
|
|
118
147
|
__exportStar(require("../models/OAuthConfigListResponse"), exports);
|
|
119
148
|
__exportStar(require("../models/OAuthProvider"), exports);
|
|
@@ -125,6 +154,7 @@ __exportStar(require("../models/OAuthProviderPLAYFAB"), exports);
|
|
|
125
154
|
__exportStar(require("../models/OAuthRequest"), exports);
|
|
126
155
|
__exportStar(require("../models/PayForUserPolicyStrategy"), exports);
|
|
127
156
|
__exportStar(require("../models/PickContractResponseId"), exports);
|
|
157
|
+
__exportStar(require("../models/PickDeveloperAccountId"), exports);
|
|
128
158
|
__exportStar(require("../models/PickPlayerResponseId"), exports);
|
|
129
159
|
__exportStar(require("../models/PlayFabOAuthConfig"), exports);
|
|
130
160
|
__exportStar(require("../models/Player"), exports);
|
|
@@ -194,6 +224,7 @@ __exportStar(require("../models/SponsorSchemaPAYFORUSER"), exports);
|
|
|
194
224
|
__exportStar(require("../models/StartRecoveryRequest"), exports);
|
|
195
225
|
__exportStar(require("../models/Stat"), exports);
|
|
196
226
|
__exportStar(require("../models/SubmitWeb3ActionRequest"), exports);
|
|
227
|
+
__exportStar(require("../models/SubscriptionType"), exports);
|
|
197
228
|
__exportStar(require("../models/TimeIntervalType"), exports);
|
|
198
229
|
__exportStar(require("../models/TransactionIntent"), exports);
|
|
199
230
|
__exportStar(require("../models/TransactionIntentListQueries"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA6B;AAC7B,oDAAiC;AACjC,iEAA8C;AAC9C,oDAAiC;AACjC,wEAAqD;AACrD,+DAA4C;AAC5C,gEAA6C;AAC7C,sEAAmD;AACnD,4DAAyC;AACzC,sEAAmD;AACnD,6EAA0D;AAC1D,yEAAsD;AACtD,2DAAwC;AACxC,uDAAoC;AACpC,2DAAwC;AACxC,sDAAmC;AACnC,kEAA+C;AAC/C,mEAAgD;AAChD,+DAA4C;AAC5C,qEAAkD;AAClD,yDAAsC;AACtC,wEAAqD;AACrD,+EAA4D;AAC5D,4DAAyC;AACzC,2EAAwD;AACxD,4EAAyD;AACzD,4DAAyC;AACzC,6DAA0C;AAC1C,oEAAiD;AACjD,mEAAgD;AAChD,gEAA6C;AAC7C,iEAA8C;AAC9C,uEAAoD;AACpD
|
|
1
|
+
{"version":3,"file":"all.js","sourceRoot":"","sources":["../../../src/generated/models/all.ts"],"names":[],"mappings":"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"}
|
|
@@ -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';
|
|
@@ -31,6 +34,16 @@ import { GetSigninUrlResponse } from '../models/GetSigninUrlResponse';
|
|
|
31
34
|
import { InventoryListResponse } from '../models/InventoryListResponse';
|
|
32
35
|
import { InventoryResponse } from '../models/InventoryResponse';
|
|
33
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';
|
|
34
47
|
import { OAuthConfig } from '../models/OAuthConfig';
|
|
35
48
|
import { OAuthConfigListResponse } from '../models/OAuthConfigListResponse';
|
|
36
49
|
import { OAuthProvider } from '../models/OAuthProvider';
|
|
@@ -239,7 +252,7 @@ export declare class ObjectAccountsApi {
|
|
|
239
252
|
*/
|
|
240
253
|
completeRecovery(param: AccountsApiCompleteRecoveryRequest, options?: Configuration): Promise<TransactionIntentResponse>;
|
|
241
254
|
/**
|
|
242
|
-
* 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.
|
|
243
256
|
* Create an account object.
|
|
244
257
|
* @param param the request object
|
|
245
258
|
*/
|
|
@@ -697,6 +710,251 @@ export declare class ObjectInventoriesApi {
|
|
|
697
710
|
*/
|
|
698
711
|
getPlayerNftInventory(param: InventoriesApiGetPlayerNftInventoryRequest, options?: Configuration): Promise<InventoryListResponse>;
|
|
699
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
|
+
}
|
|
700
958
|
import { OAuthApiRequestFactory, OAuthApiResponseProcessor } from "../apis/OAuthApi";
|
|
701
959
|
export interface OAuthApiAuthorizeWithOAuthTokenRequest {
|
|
702
960
|
/**
|
|
@@ -1082,7 +1340,7 @@ export interface PoliciesApiGetPoliciesRequest {
|
|
|
1082
1340
|
*/
|
|
1083
1341
|
name?: string;
|
|
1084
1342
|
/**
|
|
1085
|
-
* Specifies whether to include deleted
|
|
1343
|
+
* Specifies whether to include deleted policies.
|
|
1086
1344
|
* @type boolean
|
|
1087
1345
|
* @memberof PoliciesApigetPolicies
|
|
1088
1346
|
*/
|
|
@@ -1094,7 +1352,7 @@ export interface PoliciesApiGetPoliciesRequest {
|
|
|
1094
1352
|
*/
|
|
1095
1353
|
chainId?: number;
|
|
1096
1354
|
/**
|
|
1097
|
-
* Specifies whether to include enabled
|
|
1355
|
+
* Specifies whether to include enabled policies.
|
|
1098
1356
|
* @type boolean
|
|
1099
1357
|
* @memberof PoliciesApigetPolicies
|
|
1100
1358
|
*/
|
|
@@ -1183,19 +1441,19 @@ export declare class ObjectPoliciesApi {
|
|
|
1183
1441
|
updatePolicy(param: PoliciesApiUpdatePolicyRequest, options?: Configuration): Promise<PolicyResponse>;
|
|
1184
1442
|
}
|
|
1185
1443
|
import { PolicyRulesApiRequestFactory, PolicyRulesApiResponseProcessor } from "../apis/PolicyRulesApi";
|
|
1186
|
-
export interface
|
|
1444
|
+
export interface PolicyRulesApiCreatePolicyRuleRequest {
|
|
1187
1445
|
/**
|
|
1188
1446
|
*
|
|
1189
1447
|
* @type CreatePolicyRuleRequest
|
|
1190
|
-
* @memberof
|
|
1448
|
+
* @memberof PolicyRulesApicreatePolicyRule
|
|
1191
1449
|
*/
|
|
1192
1450
|
createPolicyRuleRequest: CreatePolicyRuleRequest;
|
|
1193
1451
|
}
|
|
1194
|
-
export interface
|
|
1452
|
+
export interface PolicyRulesApiDeletePolicyRuleRequest {
|
|
1195
1453
|
/**
|
|
1196
1454
|
* Specifies the unique policy rule ID (starts with afu_).
|
|
1197
1455
|
* @type string
|
|
1198
|
-
* @memberof
|
|
1456
|
+
* @memberof PolicyRulesApideletePolicyRule
|
|
1199
1457
|
*/
|
|
1200
1458
|
id: string;
|
|
1201
1459
|
}
|
|
@@ -1231,17 +1489,17 @@ export interface PolicyRulesApiGetPolicyRulesRequest {
|
|
|
1231
1489
|
*/
|
|
1232
1490
|
expand?: Array<'contract'>;
|
|
1233
1491
|
}
|
|
1234
|
-
export interface
|
|
1492
|
+
export interface PolicyRulesApiUpdatePolicyRuleRequest {
|
|
1235
1493
|
/**
|
|
1236
1494
|
* Specifies the unique policy rule ID (starts with afu_).
|
|
1237
1495
|
* @type string
|
|
1238
|
-
* @memberof
|
|
1496
|
+
* @memberof PolicyRulesApiupdatePolicyRule
|
|
1239
1497
|
*/
|
|
1240
1498
|
id: string;
|
|
1241
1499
|
/**
|
|
1242
1500
|
*
|
|
1243
1501
|
* @type UpdatePolicyRuleRequest
|
|
1244
|
-
* @memberof
|
|
1502
|
+
* @memberof PolicyRulesApiupdatePolicyRule
|
|
1245
1503
|
*/
|
|
1246
1504
|
updatePolicyRuleRequest: UpdatePolicyRuleRequest;
|
|
1247
1505
|
}
|
|
@@ -1252,13 +1510,14 @@ export declare class ObjectPolicyRulesApi {
|
|
|
1252
1510
|
* Create a policy rule object.
|
|
1253
1511
|
* @param param the request object
|
|
1254
1512
|
*/
|
|
1255
|
-
|
|
1513
|
+
createPolicyRule(param: PolicyRulesApiCreatePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleResponse>;
|
|
1256
1514
|
/**
|
|
1257
1515
|
* Deletes a policy rule object.
|
|
1258
1516
|
* @param param the request object
|
|
1259
1517
|
*/
|
|
1260
|
-
|
|
1518
|
+
deletePolicyRule(param: PolicyRulesApiDeletePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleDeleteResponse>;
|
|
1261
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.
|
|
1262
1521
|
* List policy rules of a policy.
|
|
1263
1522
|
* @param param the request object
|
|
1264
1523
|
*/
|
|
@@ -1267,7 +1526,7 @@ export declare class ObjectPolicyRulesApi {
|
|
|
1267
1526
|
* Update a policy rule object.
|
|
1268
1527
|
* @param param the request object
|
|
1269
1528
|
*/
|
|
1270
|
-
|
|
1529
|
+
updatePolicyRule(param: PolicyRulesApiUpdatePolicyRuleRequest, options?: Configuration): Promise<PolicyRuleResponse>;
|
|
1271
1530
|
}
|
|
1272
1531
|
import { SessionsApiRequestFactory, SessionsApiResponseProcessor } from "../apis/SessionsApi";
|
|
1273
1532
|
export interface SessionsApiCreateSessionRequest {
|
|
@@ -1389,7 +1648,7 @@ export interface SettingsApiCreateDeveloperAccountRequest {
|
|
|
1389
1648
|
}
|
|
1390
1649
|
export interface SettingsApiDeleteDeveloperAccountRequest {
|
|
1391
1650
|
/**
|
|
1392
|
-
* Specifies a unique developer account.
|
|
1651
|
+
* Specifies a unique developer account (starts with dac_).
|
|
1393
1652
|
* @type string
|
|
1394
1653
|
* @memberof SettingsApideleteDeveloperAccount
|
|
1395
1654
|
*/
|
|
@@ -1397,7 +1656,7 @@ export interface SettingsApiDeleteDeveloperAccountRequest {
|
|
|
1397
1656
|
}
|
|
1398
1657
|
export interface SettingsApiGetDeveloperAccountRequest {
|
|
1399
1658
|
/**
|
|
1400
|
-
*
|
|
1659
|
+
* Specifies the unique developer account ID (starts with dac_).
|
|
1401
1660
|
* @type string
|
|
1402
1661
|
* @memberof SettingsApigetDeveloperAccount
|
|
1403
1662
|
*/
|
|
@@ -1469,7 +1728,7 @@ export declare class ObjectSettingsApi {
|
|
|
1469
1728
|
*/
|
|
1470
1729
|
deleteDeveloperAccount(param: SettingsApiDeleteDeveloperAccountRequest, options?: Configuration): Promise<DeveloperAccountDeleteResponse>;
|
|
1471
1730
|
/**
|
|
1472
|
-
* Retrieve
|
|
1731
|
+
* Retrieve a developer account.
|
|
1473
1732
|
* Get existing developer account.
|
|
1474
1733
|
* @param param the request object
|
|
1475
1734
|
*/
|