@dfns/sdk 0.2.3-rc.1 → 0.2.3
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/baseAuthApi.d.ts +113 -0
- package/baseAuthApi.js +97 -0
- package/codegen/Assets/AssetsClient.d.ts +13 -0
- package/codegen/Assets/AssetsClient.js +93 -0
- package/codegen/Assets/DelegatedAssetsClient.d.ts +16 -0
- package/codegen/Assets/DelegatedAssetsClient.js +124 -0
- package/codegen/Assets/index.d.ts +3 -0
- package/codegen/Assets/index.js +19 -0
- package/codegen/Assets/types.d.ts +37 -0
- package/codegen/Assets/types.js +2 -0
- package/codegen/Auth/AuthClient.d.ts +50 -0
- package/codegen/Auth/AuthClient.js +518 -0
- package/codegen/Auth/DelegatedAuthClient.d.ts +78 -0
- package/codegen/Auth/DelegatedAuthClient.js +936 -0
- package/codegen/Auth/index.d.ts +3 -0
- package/codegen/Auth/index.js +19 -0
- package/codegen/Auth/types.d.ts +177 -0
- package/codegen/Auth/types.js +2 -0
- package/codegen/Blockchains/BlockchainsClient.d.ts +7 -0
- package/codegen/Blockchains/BlockchainsClient.js +23 -0
- package/codegen/Blockchains/DelegatedBlockchainsClient.d.ts +7 -0
- package/codegen/Blockchains/DelegatedBlockchainsClient.js +23 -0
- package/codegen/Blockchains/index.d.ts +3 -0
- package/codegen/Blockchains/index.js +19 -0
- package/codegen/Blockchains/types.d.ts +6 -0
- package/codegen/Blockchains/types.js +2 -0
- package/codegen/Callbacks/CallbacksClient.d.ts +12 -0
- package/codegen/Callbacks/CallbacksClient.js +78 -0
- package/codegen/Callbacks/DelegatedCallbacksClient.d.ts +15 -0
- package/codegen/Callbacks/DelegatedCallbacksClient.js +110 -0
- package/codegen/Callbacks/index.d.ts +3 -0
- package/codegen/Callbacks/index.js +19 -0
- package/codegen/Callbacks/{types.ts → types.d.ts} +18 -26
- package/codegen/Callbacks/types.js +2 -0
- package/codegen/Permissions/DelegatedPermissionsClient.d.ts +27 -0
- package/codegen/Permissions/DelegatedPermissionsClient.js +284 -0
- package/codegen/Permissions/PermissionsClient.d.ts +18 -0
- package/codegen/Permissions/PermissionsClient.js +156 -0
- package/codegen/Permissions/index.d.ts +3 -0
- package/codegen/Permissions/index.js +19 -0
- package/codegen/Permissions/types.d.ts +62 -0
- package/codegen/Permissions/types.js +2 -0
- package/codegen/PolicyExecution/DelegatedPolicyExecutionClient.d.ts +11 -0
- package/codegen/PolicyExecution/DelegatedPolicyExecutionClient.js +61 -0
- package/codegen/PolicyExecution/PolicyExecutionClient.d.ts +9 -0
- package/codegen/PolicyExecution/PolicyExecutionClient.js +45 -0
- package/codegen/PolicyExecution/index.d.ts +3 -0
- package/codegen/PolicyExecution/index.js +19 -0
- package/codegen/PolicyExecution/types.d.ts +18 -0
- package/codegen/PolicyExecution/types.js +2 -0
- package/codegen/PolicyManagement/DelegatedPolicyManagementClient.d.ts +25 -0
- package/codegen/PolicyManagement/DelegatedPolicyManagementClient.js +240 -0
- package/codegen/PolicyManagement/PolicyManagementClient.d.ts +18 -0
- package/codegen/PolicyManagement/PolicyManagementClient.js +146 -0
- package/codegen/PolicyManagement/index.d.ts +3 -0
- package/codegen/PolicyManagement/index.js +19 -0
- package/codegen/PolicyManagement/{types.ts → types.d.ts} +40 -56
- package/codegen/PolicyManagement/types.js +2 -0
- package/codegen/PublicKeys/DelegatedPublicKeysClient.d.ts +21 -0
- package/codegen/PublicKeys/DelegatedPublicKeysClient.js +189 -0
- package/codegen/PublicKeys/PublicKeysClient.d.ts +16 -0
- package/codegen/PublicKeys/PublicKeysClient.js +128 -0
- package/codegen/PublicKeys/index.d.ts +3 -0
- package/codegen/PublicKeys/index.js +19 -0
- package/codegen/PublicKeys/types.d.ts +51 -0
- package/codegen/PublicKeys/types.js +2 -0
- package/codegen/Signers/DelegatedSignersClient.d.ts +7 -0
- package/codegen/Signers/DelegatedSignersClient.js +22 -0
- package/codegen/Signers/SignersClient.d.ts +7 -0
- package/codegen/Signers/SignersClient.js +22 -0
- package/codegen/Signers/index.d.ts +3 -0
- package/codegen/Signers/index.js +19 -0
- package/codegen/Signers/types.d.ts +2 -0
- package/codegen/Signers/types.js +2 -0
- package/codegen/Wallets/DelegatedWalletsClient.d.ts +32 -0
- package/codegen/Wallets/DelegatedWalletsClient.js +325 -0
- package/codegen/Wallets/WalletsClient.d.ts +24 -0
- package/codegen/Wallets/WalletsClient.js +219 -0
- package/codegen/Wallets/index.d.ts +3 -0
- package/codegen/Wallets/index.js +19 -0
- package/codegen/Wallets/types.d.ts +101 -0
- package/codegen/Wallets/types.js +2 -0
- package/codegen/datamodel/ApiKeys/errors.d.ts +6 -0
- package/codegen/datamodel/ApiKeys/errors.js +15 -0
- package/codegen/datamodel/ApiKeys/index.d.ts +3 -0
- package/codegen/datamodel/ApiKeys/index.js +19 -0
- package/codegen/datamodel/ApiKeys/responses.d.ts +25 -0
- package/codegen/datamodel/ApiKeys/responses.js +2 -0
- package/codegen/datamodel/ApiKeys/types.d.ts +32 -0
- package/codegen/datamodel/ApiKeys/types.js +11 -0
- package/codegen/datamodel/Assets/errors.d.ts +11 -0
- package/codegen/datamodel/Assets/errors.js +17 -0
- package/codegen/datamodel/Assets/index.d.ts +3 -0
- package/codegen/datamodel/Assets/index.js +19 -0
- package/codegen/datamodel/Assets/responses.d.ts +47 -0
- package/codegen/datamodel/Assets/responses.js +2 -0
- package/codegen/datamodel/Assets/types.d.ts +225 -0
- package/codegen/datamodel/Assets/types.js +75 -0
- package/codegen/datamodel/Auth/errors.js +1 -0
- package/codegen/datamodel/Auth/index.d.ts +2 -0
- package/codegen/datamodel/Auth/index.js +18 -0
- package/codegen/datamodel/Auth/responses.d.ts +358 -0
- package/codegen/datamodel/Auth/responses.js +2 -0
- package/codegen/datamodel/Auth/types.d.ts +615 -0
- package/codegen/datamodel/Auth/types.js +127 -0
- package/codegen/datamodel/BlockchainIndexing/errors.js +1 -0
- package/codegen/datamodel/BlockchainIndexing/index.d.ts +1 -0
- package/codegen/datamodel/BlockchainIndexing/index.js +17 -0
- package/codegen/datamodel/BlockchainIndexing/{responses.ts → responses.d.ts} +5 -10
- package/codegen/datamodel/BlockchainIndexing/responses.js +2 -0
- package/codegen/datamodel/BlockchainIndexing/types.js +1 -0
- package/codegen/datamodel/Blockchains/errors.js +1 -0
- package/codegen/datamodel/Blockchains/index.d.ts +2 -0
- package/codegen/datamodel/Blockchains/index.js +18 -0
- package/codegen/datamodel/Blockchains/responses.d.ts +12 -0
- package/codegen/datamodel/Blockchains/responses.js +2 -0
- package/codegen/datamodel/Blockchains/types.d.ts +270 -0
- package/codegen/datamodel/Blockchains/types.js +53 -0
- package/codegen/datamodel/Callbacks/errors.js +1 -0
- package/codegen/datamodel/Callbacks/index.d.ts +2 -0
- package/codegen/datamodel/Callbacks/index.js +18 -0
- package/codegen/datamodel/Callbacks/responses.d.ts +36 -0
- package/codegen/datamodel/Callbacks/responses.js +2 -0
- package/codegen/datamodel/Callbacks/types.d.ts +43 -0
- package/codegen/datamodel/Callbacks/types.js +39 -0
- package/codegen/datamodel/Foundations/errors.d.ts +131 -0
- package/codegen/datamodel/Foundations/errors.js +182 -0
- package/codegen/datamodel/Foundations/index.d.ts +2 -0
- package/codegen/datamodel/Foundations/index.js +18 -0
- package/codegen/datamodel/Foundations/responses.js +1 -0
- package/codegen/datamodel/Foundations/types.d.ts +9759 -0
- package/codegen/datamodel/Foundations/types.js +57755 -0
- package/codegen/datamodel/Orgs/errors.js +1 -0
- package/codegen/datamodel/Orgs/index.d.ts +2 -0
- package/codegen/datamodel/Orgs/index.js +18 -0
- package/codegen/datamodel/Orgs/responses.d.ts +45 -0
- package/codegen/datamodel/Orgs/responses.js +2 -0
- package/codegen/datamodel/Orgs/types.d.ts +240 -0
- package/codegen/datamodel/Orgs/types.js +39 -0
- package/codegen/datamodel/Permissions/errors.js +1 -0
- package/codegen/datamodel/Permissions/index.d.ts +2 -0
- package/codegen/datamodel/Permissions/index.js +18 -0
- package/codegen/datamodel/Permissions/responses.d.ts +75 -0
- package/codegen/datamodel/Permissions/responses.js +2 -0
- package/codegen/datamodel/Permissions/types.d.ts +93 -0
- package/codegen/datamodel/Permissions/types.js +43 -0
- package/codegen/datamodel/PolicyExecution/errors.d.ts +11 -0
- package/codegen/datamodel/PolicyExecution/errors.js +17 -0
- package/codegen/datamodel/PolicyExecution/index.d.ts +3 -0
- package/codegen/datamodel/PolicyExecution/index.js +19 -0
- package/codegen/datamodel/PolicyExecution/responses.d.ts +19 -0
- package/codegen/datamodel/PolicyExecution/responses.js +2 -0
- package/codegen/datamodel/PolicyExecution/types.d.ts +60 -0
- package/codegen/datamodel/PolicyExecution/types.js +17 -0
- package/codegen/datamodel/PolicyManagement/errors.js +1 -0
- package/codegen/datamodel/PolicyManagement/index.d.ts +2 -0
- package/codegen/datamodel/PolicyManagement/index.js +18 -0
- package/codegen/datamodel/PolicyManagement/responses.d.ts +83 -0
- package/codegen/datamodel/PolicyManagement/responses.js +2 -0
- package/codegen/datamodel/PolicyManagement/types.d.ts +391 -0
- package/codegen/datamodel/PolicyManagement/types.js +95 -0
- package/codegen/datamodel/PublicKeys/errors.js +1 -0
- package/codegen/datamodel/PublicKeys/index.d.ts +2 -0
- package/codegen/datamodel/PublicKeys/index.js +18 -0
- package/codegen/datamodel/PublicKeys/responses.d.ts +56 -0
- package/codegen/datamodel/PublicKeys/responses.js +2 -0
- package/codegen/datamodel/PublicKeys/types.d.ts +223 -0
- package/codegen/datamodel/PublicKeys/types.js +59 -0
- package/codegen/datamodel/Signers/errors.js +1 -0
- package/codegen/datamodel/Signers/index.d.ts +2 -0
- package/codegen/datamodel/Signers/index.js +18 -0
- package/codegen/datamodel/Signers/responses.d.ts +27 -0
- package/codegen/datamodel/Signers/responses.js +2 -0
- package/codegen/datamodel/Signers/types.d.ts +21 -0
- package/codegen/datamodel/Signers/types.js +2 -0
- package/codegen/datamodel/Wallets/errors.js +1 -0
- package/codegen/datamodel/Wallets/index.d.ts +2 -0
- package/codegen/datamodel/Wallets/index.js +18 -0
- package/codegen/datamodel/Wallets/responses.d.ts +92 -0
- package/codegen/datamodel/Wallets/responses.js +2 -0
- package/codegen/datamodel/Wallets/types.d.ts +677 -0
- package/codegen/datamodel/Wallets/types.js +251 -0
- package/dfnsApiClient.d.ts +39 -0
- package/dfnsApiClient.js +63 -0
- package/dfnsAuthenticator.d.ts +17 -0
- package/dfnsAuthenticator.js +29 -0
- package/dfnsDelegatedApiClient.d.ts +38 -0
- package/dfnsDelegatedApiClient.js +63 -0
- package/dfnsError.d.ts +5 -0
- package/dfnsError.js +11 -0
- package/generated/policies/client.d.ts +13 -0
- package/generated/policies/client.js +92 -0
- package/generated/policies/delegatedClient.d.ts +18 -0
- package/generated/policies/delegatedClient.js +153 -0
- package/generated/policies/index.d.ts +3 -0
- package/generated/policies/index.js +19 -0
- package/generated/policies/{types.ts → types.d.ts} +17 -29
- package/generated/policies/types.js +2 -0
- package/generated/signers/client.d.ts +7 -0
- package/generated/signers/client.js +22 -0
- package/generated/signers/delegatedClient.d.ts +7 -0
- package/generated/signers/delegatedClient.js +22 -0
- package/generated/signers/index.d.ts +3 -0
- package/generated/signers/index.js +19 -0
- package/generated/signers/{types.ts → types.d.ts} +0 -1
- package/generated/signers/types.js +2 -0
- package/generated/wallets/client.d.ts +25 -0
- package/generated/wallets/client.js +228 -0
- package/generated/wallets/delegatedClient.d.ts +34 -0
- package/generated/wallets/delegatedClient.js +349 -0
- package/generated/wallets/index.d.ts +3 -0
- package/generated/wallets/index.js +19 -0
- package/generated/wallets/{types.ts → types.d.ts} +45 -86
- package/generated/wallets/types.js +2 -0
- package/generated/webhooks/client.d.ts +14 -0
- package/generated/webhooks/client.js +103 -0
- package/generated/webhooks/delegatedClient.d.ts +19 -0
- package/generated/webhooks/delegatedClient.js +164 -0
- package/generated/webhooks/index.d.ts +3 -0
- package/generated/webhooks/index.js +19 -0
- package/generated/webhooks/{types.ts → types.d.ts} +16 -34
- package/generated/webhooks/types.js +2 -0
- package/index.d.ts +7 -0
- package/index.js +23 -0
- package/package.json +8 -1
- package/signer.d.ts +52 -0
- package/signer.js +2 -0
- package/store.d.ts +79 -0
- package/store.js +2 -0
- package/types/policies.d.ts +1 -0
- package/types/policies.js +17 -0
- package/types/signers.d.ts +1 -0
- package/types/signers.js +17 -0
- package/types/wallets.d.ts +1 -0
- package/types/wallets.js +17 -0
- package/types/webhooks.d.ts +1 -0
- package/types/webhooks.js +17 -0
- package/utils/base64.d.ts +3 -0
- package/utils/base64.js +20 -0
- package/utils/fetch.d.ts +12 -0
- package/utils/fetch.js +94 -0
- package/utils/index.d.ts +4 -0
- package/utils/index.js +20 -0
- package/utils/nonce.d.ts +1 -0
- package/utils/nonce.js +12 -0
- package/utils/url.d.ts +4 -0
- package/utils/url.js +16 -0
- package/baseAuthApi.ts +0 -236
- package/codegen/Assets/AssetsClient.ts +0 -137
- package/codegen/Assets/DelegatedAssetsClient.ts +0 -201
- package/codegen/Assets/index.ts +0 -3
- package/codegen/Assets/types.ts +0 -45
- package/codegen/Auth/AuthClient.ts +0 -729
- package/codegen/Auth/DelegatedAuthClient.ts +0 -1508
- package/codegen/Auth/index.ts +0 -3
- package/codegen/Auth/types.ts +0 -262
- package/codegen/Blockchains/BlockchainsClient.ts +0 -25
- package/codegen/Blockchains/DelegatedBlockchainsClient.ts +0 -25
- package/codegen/Blockchains/index.ts +0 -3
- package/codegen/Blockchains/types.ts +0 -8
- package/codegen/Callbacks/CallbacksClient.ts +0 -107
- package/codegen/Callbacks/DelegatedCallbacksClient.ts +0 -172
- package/codegen/Callbacks/index.ts +0 -3
- package/codegen/Permissions/DelegatedPermissionsClient.ts +0 -468
- package/codegen/Permissions/PermissionsClient.ts +0 -223
- package/codegen/Permissions/index.ts +0 -3
- package/codegen/Permissions/types.ts +0 -82
- package/codegen/PolicyExecution/DelegatedPolicyExecutionClient.ts +0 -99
- package/codegen/PolicyExecution/PolicyExecutionClient.ts +0 -63
- package/codegen/PolicyExecution/index.ts +0 -3
- package/codegen/PolicyExecution/types.ts +0 -24
- package/codegen/PolicyManagement/DelegatedPolicyManagementClient.ts +0 -384
- package/codegen/PolicyManagement/PolicyManagementClient.ts +0 -205
- package/codegen/PolicyManagement/index.ts +0 -3
- package/codegen/PublicKeys/DelegatedPublicKeysClient.ts +0 -299
- package/codegen/PublicKeys/PublicKeysClient.ts +0 -179
- package/codegen/PublicKeys/index.ts +0 -3
- package/codegen/PublicKeys/types.ts +0 -68
- package/codegen/Signers/DelegatedSignersClient.ts +0 -22
- package/codegen/Signers/SignersClient.ts +0 -22
- package/codegen/Signers/index.ts +0 -3
- package/codegen/Signers/types.ts +0 -3
- package/codegen/Wallets/DelegatedWalletsClient.ts +0 -511
- package/codegen/Wallets/WalletsClient.ts +0 -310
- package/codegen/Wallets/index.ts +0 -3
- package/codegen/Wallets/types.ts +0 -137
- package/codegen/datamodel/ApiKeys/errors.ts +0 -9
- package/codegen/datamodel/ApiKeys/index.ts +0 -3
- package/codegen/datamodel/ApiKeys/responses.ts +0 -68
- package/codegen/datamodel/ApiKeys/types.ts +0 -81
- package/codegen/datamodel/Assets/errors.ts +0 -24
- package/codegen/datamodel/Assets/index.ts +0 -3
- package/codegen/datamodel/Assets/responses.ts +0 -146
- package/codegen/datamodel/Assets/types.ts +0 -417
- package/codegen/datamodel/Auth/index.ts +0 -2
- package/codegen/datamodel/Auth/responses.ts +0 -1110
- package/codegen/datamodel/Auth/types.ts +0 -1404
- package/codegen/datamodel/BlockchainIndexing/index.ts +0 -1
- package/codegen/datamodel/Blockchains/index.ts +0 -2
- package/codegen/datamodel/Blockchains/responses.ts +0 -41
- package/codegen/datamodel/Blockchains/types.ts +0 -695
- package/codegen/datamodel/Callbacks/index.ts +0 -2
- package/codegen/datamodel/Callbacks/responses.ts +0 -110
- package/codegen/datamodel/Callbacks/types.ts +0 -100
- package/codegen/datamodel/Foundations/errors.ts +0 -299
- package/codegen/datamodel/Foundations/index.ts +0 -2
- package/codegen/datamodel/Foundations/types.ts +0 -57921
- package/codegen/datamodel/Orgs/index.ts +0 -2
- package/codegen/datamodel/Orgs/responses.ts +0 -104
- package/codegen/datamodel/Orgs/types.ts +0 -322
- package/codegen/datamodel/Permissions/index.ts +0 -2
- package/codegen/datamodel/Permissions/responses.ts +0 -258
- package/codegen/datamodel/Permissions/types.ts +0 -221
- package/codegen/datamodel/PolicyExecution/errors.ts +0 -24
- package/codegen/datamodel/PolicyExecution/index.ts +0 -3
- package/codegen/datamodel/PolicyExecution/responses.ts +0 -59
- package/codegen/datamodel/PolicyExecution/types.ts +0 -122
- package/codegen/datamodel/PolicyManagement/index.ts +0 -2
- package/codegen/datamodel/PolicyManagement/responses.ts +0 -255
- package/codegen/datamodel/PolicyManagement/types.ts +0 -711
- package/codegen/datamodel/PublicKeys/index.ts +0 -2
- package/codegen/datamodel/PublicKeys/responses.ts +0 -190
- package/codegen/datamodel/PublicKeys/types.ts +0 -558
- package/codegen/datamodel/Signers/index.ts +0 -2
- package/codegen/datamodel/Signers/responses.ts +0 -64
- package/codegen/datamodel/Signers/types.ts +0 -31
- package/codegen/datamodel/Wallets/errors.ts +0 -0
- package/codegen/datamodel/Wallets/index.ts +0 -2
- package/codegen/datamodel/Wallets/responses.ts +0 -318
- package/codegen/datamodel/Wallets/types.ts +0 -1268
- package/dfnsApiClient.ts +0 -76
- package/dfnsAuthenticator.ts +0 -59
- package/dfnsDelegatedApiClient.ts +0 -75
- package/dfnsError.ts +0 -5
- package/generated/permissions/client.ts +0 -125
- package/generated/permissions/delegatedClient.ts +0 -266
- package/generated/permissions/index.ts +0 -3
- package/generated/permissions/types.ts +0 -202
- package/generated/policies/client.ts +0 -110
- package/generated/policies/delegatedClient.ts +0 -223
- package/generated/policies/index.ts +0 -3
- package/generated/signers/client.ts +0 -22
- package/generated/signers/delegatedClient.ts +0 -23
- package/generated/signers/index.ts +0 -3
- package/generated/wallets/client.ts +0 -282
- package/generated/wallets/delegatedClient.ts +0 -507
- package/generated/wallets/index.ts +0 -3
- package/generated/webhooks/client.ts +0 -124
- package/generated/webhooks/delegatedClient.ts +0 -237
- package/generated/webhooks/index.ts +0 -3
- package/index.ts +0 -7
- package/project.json +0 -14
- package/signer.ts +0 -60
- package/store.ts +0 -99
- package/tsconfig.json +0 -7
- package/typedoc.json +0 -21
- package/types/policies.ts +0 -1
- package/types/signers.ts +0 -1
- package/types/wallets.ts +0 -1
- package/types/webhooks.ts +0 -1
- package/utils/base64.ts +0 -19
- package/utils/fetch.ts +0 -130
- package/utils/index.ts +0 -4
- package/utils/nonce.ts +0 -12
- package/utils/url.ts +0 -19
- /package/{README.md → codegen/datamodel/Auth/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Auth/errors.ts → BlockchainIndexing/errors.d.ts} +0 -0
- /package/codegen/datamodel/BlockchainIndexing/{errors.ts → types.d.ts} +0 -0
- /package/codegen/datamodel/{BlockchainIndexing/types.ts → Blockchains/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Blockchains/errors.ts → Callbacks/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Callbacks/errors.ts → Foundations/responses.d.ts} +0 -0
- /package/codegen/datamodel/{Foundations/responses.ts → Orgs/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Orgs/errors.ts → Permissions/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Permissions/errors.ts → PolicyManagement/errors.d.ts} +0 -0
- /package/codegen/datamodel/{PolicyManagement/errors.ts → PublicKeys/errors.d.ts} +0 -0
- /package/codegen/datamodel/{PublicKeys/errors.ts → Signers/errors.d.ts} +0 -0
- /package/codegen/datamodel/{Signers/errors.ts → Wallets/errors.d.ts} +0 -0
|
@@ -1,711 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Amount,
|
|
3
|
-
AssetSymbol,
|
|
4
|
-
EntityId,
|
|
5
|
-
IntegerPositiveStrict,
|
|
6
|
-
IsoDatetime,
|
|
7
|
-
Tag,
|
|
8
|
-
Username,
|
|
9
|
-
} from '../Foundations'
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* @deprecated use the new policy engine instead
|
|
13
|
-
*/
|
|
14
|
-
export type Policy = {
|
|
15
|
-
// FIXME: Missing documentation for id
|
|
16
|
-
id: EntityId
|
|
17
|
-
|
|
18
|
-
// FIXME: Missing documentation for version
|
|
19
|
-
version: string
|
|
20
|
-
|
|
21
|
-
// FIXME: Missing documentation for activityKind
|
|
22
|
-
activityKind: PolicyActivityKind
|
|
23
|
-
|
|
24
|
-
// FIXME: Missing documentation for tags
|
|
25
|
-
tags?: Tag[]
|
|
26
|
-
|
|
27
|
-
// FIXME: Missing documentation for dateCreated
|
|
28
|
-
dateCreated: IsoDatetime
|
|
29
|
-
|
|
30
|
-
// FIXME: Missing documentation for orgId
|
|
31
|
-
orgId: EntityId
|
|
32
|
-
|
|
33
|
-
// FIXME: Missing documentation for description
|
|
34
|
-
description?: string
|
|
35
|
-
|
|
36
|
-
// FIXME: Missing documentation for author
|
|
37
|
-
author: Username
|
|
38
|
-
|
|
39
|
-
// FIXME: Missing documentation for name
|
|
40
|
-
name?: string
|
|
41
|
-
|
|
42
|
-
// FIXME: Missing documentation for status
|
|
43
|
-
status: PolicyStatus
|
|
44
|
-
|
|
45
|
-
// FIXME: Missing documentation for controlIds
|
|
46
|
-
controlIds: EntityId[]
|
|
47
|
-
|
|
48
|
-
// FIXME: Missing documentation for ruleIds
|
|
49
|
-
ruleIds: EntityId[]
|
|
50
|
-
|
|
51
|
-
// FIXME: Missing documentation for filter
|
|
52
|
-
filter?: PolicyObjectFilter
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* @deprecated use the new policy engine instead
|
|
57
|
-
*/
|
|
58
|
-
export type NotifyAndAuditPcConf = {
|
|
59
|
-
// FIXME: Missing documentation for kind
|
|
60
|
-
kind: PolicyControlKind.NotifyAndAudit
|
|
61
|
-
|
|
62
|
-
// FIXME: Missing documentation for usernames
|
|
63
|
-
usernames?: string[]
|
|
64
|
-
|
|
65
|
-
// FIXME: Missing documentation for groups
|
|
66
|
-
groups?: string[]
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @deprecated use the new policy engine instead
|
|
71
|
-
*/
|
|
72
|
-
export type RequestApprovalPcConf = {
|
|
73
|
-
// FIXME: Missing documentation for kind
|
|
74
|
-
kind: PolicyControlKind.RequestApproval
|
|
75
|
-
|
|
76
|
-
// FIXME: Missing documentation for approverGroups
|
|
77
|
-
approverGroups?: string[]
|
|
78
|
-
|
|
79
|
-
// FIXME: Missing documentation for approverUsernames
|
|
80
|
-
approverUsernames?: string[]
|
|
81
|
-
|
|
82
|
-
// FIXME: Missing documentation for numApprovals
|
|
83
|
-
numApprovals: number
|
|
84
|
-
|
|
85
|
-
// FIXME: Missing documentation for timeoutInMinutes
|
|
86
|
-
timeoutInMinutes?: IntegerPositiveStrict
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/**
|
|
90
|
-
* @deprecated use the new policy engine instead
|
|
91
|
-
*/
|
|
92
|
-
export type PolicyRule = {
|
|
93
|
-
// FIXME: Missing documentation for id
|
|
94
|
-
id: EntityId
|
|
95
|
-
|
|
96
|
-
// FIXME: Missing documentation for version
|
|
97
|
-
version: string
|
|
98
|
-
|
|
99
|
-
// FIXME: Missing documentation for kind
|
|
100
|
-
kind: PolicyRuleKind
|
|
101
|
-
|
|
102
|
-
// FIXME: Missing documentation for tags
|
|
103
|
-
tags?: Tag[]
|
|
104
|
-
|
|
105
|
-
// FIXME: Missing documentation for dateCreated
|
|
106
|
-
dateCreated: IsoDatetime
|
|
107
|
-
|
|
108
|
-
// FIXME: Missing documentation for orgId
|
|
109
|
-
orgId: EntityId
|
|
110
|
-
|
|
111
|
-
// FIXME: Missing documentation for author
|
|
112
|
-
author: Username
|
|
113
|
-
|
|
114
|
-
// FIXME: Missing documentation for description
|
|
115
|
-
description?: string
|
|
116
|
-
|
|
117
|
-
// FIXME: Missing documentation for name
|
|
118
|
-
name?: string
|
|
119
|
-
|
|
120
|
-
// FIXME: Missing documentation for configuration
|
|
121
|
-
configuration: PolicyRuleConfiguration
|
|
122
|
-
|
|
123
|
-
// FIXME: Missing documentation for status
|
|
124
|
-
status: PolicyRuleStatus
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
/**
|
|
128
|
-
* @deprecated use the new policy engine instead
|
|
129
|
-
*/
|
|
130
|
-
export type PolicyControl = {
|
|
131
|
-
// FIXME: Missing documentation for id
|
|
132
|
-
id: EntityId
|
|
133
|
-
|
|
134
|
-
// FIXME: Missing documentation for version
|
|
135
|
-
version: string
|
|
136
|
-
|
|
137
|
-
// FIXME: Missing documentation for kind
|
|
138
|
-
kind: PolicyControlKind
|
|
139
|
-
|
|
140
|
-
// FIXME: Missing documentation for tags
|
|
141
|
-
tags?: Tag[]
|
|
142
|
-
|
|
143
|
-
// FIXME: Missing documentation for dateCreated
|
|
144
|
-
dateCreated: IsoDatetime
|
|
145
|
-
|
|
146
|
-
// FIXME: Missing documentation for orgId
|
|
147
|
-
orgId: EntityId
|
|
148
|
-
|
|
149
|
-
// FIXME: Missing documentation for author
|
|
150
|
-
author: Username
|
|
151
|
-
|
|
152
|
-
// FIXME: Missing documentation for description
|
|
153
|
-
description?: string
|
|
154
|
-
|
|
155
|
-
// FIXME: Missing documentation for name
|
|
156
|
-
name?: string
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
* Indicates whether control should merge with same one (compared by values).
|
|
160
|
-
* This property should not be set to true, unless outcomes are understood. For example: Let's say we have 3 policies:
|
|
161
|
-
*
|
|
162
|
-
* 1. policy to require approval for payments over €5000
|
|
163
|
-
* 1. policy to require approval for payments done out of office hours
|
|
164
|
-
* 1. policy to require approval for payments done out of Geofence.
|
|
165
|
-
*
|
|
166
|
-
* In this case policies will require 3 approvals combined, which might not be an intent, and only one approval is required.
|
|
167
|
-
*/
|
|
168
|
-
shouldMergeWithSameControl: boolean
|
|
169
|
-
|
|
170
|
-
// FIXME: Missing documentation for configuration
|
|
171
|
-
configuration: PolicyControlConfiguration
|
|
172
|
-
|
|
173
|
-
// FIXME: Missing documentation for status
|
|
174
|
-
status: PolicyControlStatus
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* @deprecated use the new policy engine instead
|
|
179
|
-
*/
|
|
180
|
-
export type CreateAmountLimitPrConf = {
|
|
181
|
-
// FIXME: Missing documentation for kind
|
|
182
|
-
kind: PolicyRuleKind.PaymentAmountLimit
|
|
183
|
-
|
|
184
|
-
// FIXME: Missing documentation for limit
|
|
185
|
-
limit: Amount
|
|
186
|
-
|
|
187
|
-
// FIXME: Missing documentation for assetSymbol
|
|
188
|
-
assetSymbol: AssetSymbol
|
|
189
|
-
|
|
190
|
-
// FIXME: Missing documentation for shouldIgnoreAssetsWithoutMarketValue
|
|
191
|
-
shouldIgnoreAssetsWithoutMarketValue: boolean
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
/**
|
|
195
|
-
* @deprecated use the new policy engine instead
|
|
196
|
-
*/
|
|
197
|
-
export type UpdateAmountLimitPrConf = {
|
|
198
|
-
// FIXME: Missing documentation for limit
|
|
199
|
-
limit?: Amount
|
|
200
|
-
|
|
201
|
-
// FIXME: Missing documentation for assetSymbol
|
|
202
|
-
assetSymbol?: AssetSymbol
|
|
203
|
-
|
|
204
|
-
// FIXME: Missing documentation for shouldIgnoreAssetsWithoutMarketValue
|
|
205
|
-
shouldIgnoreAssetsWithoutMarketValue?: boolean
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* @deprecated use the new policy engine instead
|
|
210
|
-
*/
|
|
211
|
-
export type AmountLimitPrConf = {
|
|
212
|
-
// FIXME: Missing documentation for limit
|
|
213
|
-
limit: Amount
|
|
214
|
-
|
|
215
|
-
// FIXME: Missing documentation for assetSymbol
|
|
216
|
-
assetSymbol: AssetSymbol
|
|
217
|
-
|
|
218
|
-
// FIXME: Missing documentation for shouldIgnoreAssetsWithoutMarketValue
|
|
219
|
-
shouldIgnoreAssetsWithoutMarketValue: boolean
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
/**
|
|
223
|
-
* @deprecated use the new policy engine instead
|
|
224
|
-
*/
|
|
225
|
-
export type CreateTransferLimitPrConf = {
|
|
226
|
-
// FIXME: Missing documentation for kind
|
|
227
|
-
kind: PolicyRuleKind.TransferAmountLimit
|
|
228
|
-
|
|
229
|
-
// FIXME: Missing documentation for limit
|
|
230
|
-
limit: Amount
|
|
231
|
-
|
|
232
|
-
// FIXME: Missing documentation for currency
|
|
233
|
-
currency: Currency
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
/**
|
|
237
|
-
* @deprecated use the new policy engine instead
|
|
238
|
-
*/
|
|
239
|
-
export type UpdateTransferLimitPrConf = {
|
|
240
|
-
// FIXME: Missing documentation for limit
|
|
241
|
-
limit?: Amount
|
|
242
|
-
|
|
243
|
-
// FIXME: Missing documentation for currency
|
|
244
|
-
currency?: Currency
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
/**
|
|
248
|
-
* @deprecated use the new policy engine instead
|
|
249
|
-
*/
|
|
250
|
-
export type TransferLimitPrConf = {
|
|
251
|
-
// FIXME: Missing documentation for limit
|
|
252
|
-
limit: Amount
|
|
253
|
-
|
|
254
|
-
// FIXME: Missing documentation for currency
|
|
255
|
-
currency: Currency
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/**
|
|
259
|
-
* @deprecated use the new policy engine instead
|
|
260
|
-
*/
|
|
261
|
-
export type CreateOutgoingVelocityPrConf = {
|
|
262
|
-
// FIXME: Missing documentation for kind
|
|
263
|
-
kind: PolicyRuleKind.PaymentAmountOutgoingVelocity
|
|
264
|
-
|
|
265
|
-
// FIXME: Missing documentation for velocity
|
|
266
|
-
velocity: Amount
|
|
267
|
-
|
|
268
|
-
// FIXME: Missing documentation for assetSymbol
|
|
269
|
-
assetSymbol: AssetSymbol
|
|
270
|
-
|
|
271
|
-
// FIXME: Missing documentation for intervalInMinutes
|
|
272
|
-
intervalInMinutes: number
|
|
273
|
-
|
|
274
|
-
// FIXME: Missing documentation for shouldIgnoreAssetsWithoutMarketValue
|
|
275
|
-
shouldIgnoreAssetsWithoutMarketValue: boolean
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
/**
|
|
279
|
-
* @deprecated use the new policy engine instead
|
|
280
|
-
*/
|
|
281
|
-
export type UpdateOutgoingVelocityPrConf = {
|
|
282
|
-
// FIXME: Missing documentation for velocity
|
|
283
|
-
velocity?: Amount
|
|
284
|
-
|
|
285
|
-
// FIXME: Missing documentation for assetSymbol
|
|
286
|
-
assetSymbol?: AssetSymbol
|
|
287
|
-
|
|
288
|
-
// FIXME: Missing documentation for intervalInMinutes
|
|
289
|
-
intervalInMinutes: number
|
|
290
|
-
|
|
291
|
-
// FIXME: Missing documentation for shouldIgnoreAssetsWithoutMarketValue
|
|
292
|
-
shouldIgnoreAssetsWithoutMarketValue?: boolean
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/**
|
|
296
|
-
* @deprecated use the new policy engine instead
|
|
297
|
-
*/
|
|
298
|
-
export type OutgoingVelocityPrConf = {
|
|
299
|
-
// FIXME: Missing documentation for velocity
|
|
300
|
-
velocity: Amount
|
|
301
|
-
|
|
302
|
-
// FIXME: Missing documentation for assetSymbol
|
|
303
|
-
assetSymbol: AssetSymbol
|
|
304
|
-
|
|
305
|
-
// FIXME: Missing documentation for intervalInMinutes
|
|
306
|
-
intervalInMinutes: number
|
|
307
|
-
|
|
308
|
-
// FIXME: Missing documentation for shouldIgnoreAssetsWithoutMarketValue
|
|
309
|
-
shouldIgnoreAssetsWithoutMarketValue: boolean
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* @deprecated use the new policy engine instead
|
|
314
|
-
*/
|
|
315
|
-
export type CreateRequestApprovalPcConf = {
|
|
316
|
-
// FIXME: Missing documentation for kind
|
|
317
|
-
kind: PolicyControlKind.RequestApproval
|
|
318
|
-
|
|
319
|
-
// FIXME: Missing documentation for approverUsernames
|
|
320
|
-
approverUsernames?: string[]
|
|
321
|
-
|
|
322
|
-
// FIXME: Missing documentation for approverGroups
|
|
323
|
-
approverGroups?: string[]
|
|
324
|
-
|
|
325
|
-
// FIXME: Missing documentation for timeoutInMinutes
|
|
326
|
-
timeoutInMinutes?: IntegerPositiveStrict
|
|
327
|
-
|
|
328
|
-
// FIXME: Missing documentation for numApprovals
|
|
329
|
-
numApprovals: number
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* @deprecated use the new policy engine instead
|
|
334
|
-
*/
|
|
335
|
-
export type UpdateRequestApprovalPcConf = {
|
|
336
|
-
// FIXME: Missing documentation for approverUsernames
|
|
337
|
-
approverUsernames?: string[]
|
|
338
|
-
|
|
339
|
-
// FIXME: Missing documentation for approverGroups
|
|
340
|
-
approverGroups?: string[]
|
|
341
|
-
|
|
342
|
-
// FIXME: Missing documentation for timeoutInMinutes
|
|
343
|
-
timeoutInMinutes?: number
|
|
344
|
-
|
|
345
|
-
// FIXME: Missing documentation for numApprovals
|
|
346
|
-
numApprovals?: number
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/**
|
|
350
|
-
* @deprecated use the new policy engine instead
|
|
351
|
-
*/
|
|
352
|
-
export type CreateNotifyAndAuditPcConf = {
|
|
353
|
-
// FIXME: Missing documentation for kind
|
|
354
|
-
kind: PolicyControlKind.NotifyAndAudit
|
|
355
|
-
|
|
356
|
-
// FIXME: Missing documentation for usernames
|
|
357
|
-
usernames?: string[]
|
|
358
|
-
|
|
359
|
-
// FIXME: Missing documentation for groups
|
|
360
|
-
groups?: string[]
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
/**
|
|
364
|
-
* @deprecated use the new policy engine instead
|
|
365
|
-
*/
|
|
366
|
-
export type UpdateNotifyAndAuditPcConf = {
|
|
367
|
-
// FIXME: Missing documentation for groups
|
|
368
|
-
groups?: string[]
|
|
369
|
-
|
|
370
|
-
// FIXME: Missing documentation for usernames
|
|
371
|
-
usernames?: string[]
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
* @deprecated use the new policy engine instead
|
|
376
|
-
*/
|
|
377
|
-
export type PolicyManagementPreferences = {
|
|
378
|
-
/**
|
|
379
|
-
* Sets default `AssetSymbol` for the policy rules that use it, such as Limit, Velocity, Siphoning, and others.
|
|
380
|
-
*/
|
|
381
|
-
policyRuleAssetSymbol?: boolean
|
|
382
|
-
|
|
383
|
-
/**
|
|
384
|
-
* Sets default interval in minutes for policy rules that use intervals, such as Velocity and Siphoning. \n\nThis setting does not update existing rules. This will only impact rules that are created after this setting is set.
|
|
385
|
-
*/
|
|
386
|
-
policyRuleVelocityIntervalInMinutes: number
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
/**
|
|
390
|
-
* @deprecated use the new policy engine instead
|
|
391
|
-
*/
|
|
392
|
-
export type Create = {}
|
|
393
|
-
|
|
394
|
-
/**
|
|
395
|
-
* @deprecated use the new policy engine instead
|
|
396
|
-
*/
|
|
397
|
-
export type EmptyConfiguration = {}
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* @deprecated use the new policy engine instead
|
|
401
|
-
*/
|
|
402
|
-
export type CreateAlwaysActivatedPrConf = {
|
|
403
|
-
// FIXME: Missing documentation for kind
|
|
404
|
-
kind: PolicyRuleKind.AlwaysActivated
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
/**
|
|
408
|
-
* @deprecated use the new policy engine instead
|
|
409
|
-
*/
|
|
410
|
-
export type UpdateAlwaysActivatedPrConf = {}
|
|
411
|
-
|
|
412
|
-
/**
|
|
413
|
-
* @deprecated use the new policy engine instead
|
|
414
|
-
*/
|
|
415
|
-
export type AssetAccountFilter = {
|
|
416
|
-
// FIXME: Missing documentation for kind
|
|
417
|
-
kind: PolicyObjectFilterKind.AssetAccount
|
|
418
|
-
|
|
419
|
-
// FIXME: Missing documentation for assetAccountIds
|
|
420
|
-
assetAccountIds?: EntityId[]
|
|
421
|
-
|
|
422
|
-
// FIXME: Missing documentation for tags
|
|
423
|
-
tags?: Tag[]
|
|
424
|
-
|
|
425
|
-
// FIXME: Missing documentation for assetSymbols
|
|
426
|
-
assetSymbols?: string[]
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
/**
|
|
430
|
-
* @deprecated use the new policy engine instead
|
|
431
|
-
*/
|
|
432
|
-
export type PublicKeyFilter = {
|
|
433
|
-
// FIXME: Missing documentation for kind
|
|
434
|
-
kind: PolicyObjectFilterKind.PublicKey
|
|
435
|
-
|
|
436
|
-
// FIXME: Missing documentation for publicKeyIds
|
|
437
|
-
publicKeyIds?: EntityId[]
|
|
438
|
-
|
|
439
|
-
// FIXME: Missing documentation for tags
|
|
440
|
-
tags?: string[]
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
/**
|
|
444
|
-
* @deprecated use the new policy engine instead
|
|
445
|
-
*/
|
|
446
|
-
export type WalletFilter = {
|
|
447
|
-
// FIXME: Missing documentation for kind
|
|
448
|
-
kind: PolicyObjectFilterKind.Wallet
|
|
449
|
-
|
|
450
|
-
// FIXME: Missing documentation for walletIds
|
|
451
|
-
walletIds?: EntityId[]
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
/**
|
|
455
|
-
* @deprecated use the new policy engine instead
|
|
456
|
-
*/
|
|
457
|
-
export type CreatePolicyInput = {
|
|
458
|
-
// FIXME: Missing documentation for activityKind
|
|
459
|
-
activityKind: PolicyActivityKind
|
|
460
|
-
|
|
461
|
-
// FIXME: Missing documentation for description
|
|
462
|
-
description: string
|
|
463
|
-
|
|
464
|
-
// FIXME: Missing documentation for name
|
|
465
|
-
name?: string
|
|
466
|
-
|
|
467
|
-
// FIXME: Missing documentation for controlIds
|
|
468
|
-
controlIds: EntityId[]
|
|
469
|
-
|
|
470
|
-
// FIXME: Missing documentation for ruleIds
|
|
471
|
-
ruleIds: EntityId[]
|
|
472
|
-
|
|
473
|
-
// FIXME: Missing documentation for status
|
|
474
|
-
status: PolicyStatus
|
|
475
|
-
|
|
476
|
-
// FIXME: Missing documentation for filter
|
|
477
|
-
filter?: PolicyObjectFilter
|
|
478
|
-
|
|
479
|
-
// FIXME: Missing documentation for isImmutable
|
|
480
|
-
isImmutable?: boolean
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
/**
|
|
484
|
-
* @deprecated use the new policy engine instead
|
|
485
|
-
*/
|
|
486
|
-
export type UpdatePolicyInput = {
|
|
487
|
-
// FIXME: Missing documentation for description
|
|
488
|
-
description?: string
|
|
489
|
-
|
|
490
|
-
// FIXME: Missing documentation for controlIds
|
|
491
|
-
controlIds?: EntityId[]
|
|
492
|
-
|
|
493
|
-
// FIXME: Missing documentation for ruleIds
|
|
494
|
-
ruleIds?: EntityId[]
|
|
495
|
-
|
|
496
|
-
// FIXME: Missing documentation for status
|
|
497
|
-
status?: PolicyStatus
|
|
498
|
-
|
|
499
|
-
// FIXME: Missing documentation for filter
|
|
500
|
-
filter?: PolicyObjectFilter
|
|
501
|
-
}
|
|
502
|
-
|
|
503
|
-
/**
|
|
504
|
-
* @deprecated use the new policy engine instead
|
|
505
|
-
*/
|
|
506
|
-
export type CreatePolicyControlInput = {
|
|
507
|
-
// FIXME: Missing documentation for description
|
|
508
|
-
description?: string
|
|
509
|
-
|
|
510
|
-
// FIXME: Missing documentation for name
|
|
511
|
-
name?: string
|
|
512
|
-
|
|
513
|
-
// FIXME: Missing documentation for configuration
|
|
514
|
-
configuration: CreatePolicyControlConfiguration
|
|
515
|
-
|
|
516
|
-
// FIXME: Missing documentation for isImmutable
|
|
517
|
-
isImmutable?: boolean
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
/**
|
|
521
|
-
* @deprecated use the new policy engine instead
|
|
522
|
-
*/
|
|
523
|
-
export type UpdatePolicyControlInput = {
|
|
524
|
-
// FIXME: Missing documentation for description
|
|
525
|
-
description?: string
|
|
526
|
-
|
|
527
|
-
// FIXME: Missing documentation for name
|
|
528
|
-
name?: string
|
|
529
|
-
|
|
530
|
-
// FIXME: Missing documentation for configuration
|
|
531
|
-
configuration?: UpdatePolicyControlConfiguration
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
/**
|
|
535
|
-
* @deprecated use the new policy engine instead
|
|
536
|
-
*/
|
|
537
|
-
export type CreatePolicyRuleInput = {
|
|
538
|
-
// FIXME: Missing documentation for description
|
|
539
|
-
description?: string
|
|
540
|
-
|
|
541
|
-
// FIXME: Missing documentation for name
|
|
542
|
-
name?: string
|
|
543
|
-
|
|
544
|
-
// FIXME: Missing documentation for configuration
|
|
545
|
-
configuration: CreatePolicyRuleConfiguration
|
|
546
|
-
|
|
547
|
-
// FIXME: Missing documentation for isImmutable
|
|
548
|
-
isImmutable?: boolean
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
/**
|
|
552
|
-
* @deprecated use the new policy engine instead
|
|
553
|
-
*/
|
|
554
|
-
export type UpdatePolicyRuleInput = {
|
|
555
|
-
// FIXME: Missing documentation for description
|
|
556
|
-
description?: string
|
|
557
|
-
|
|
558
|
-
// FIXME: Missing documentation for name
|
|
559
|
-
name?: string
|
|
560
|
-
|
|
561
|
-
// FIXME: Missing documentation for configuration
|
|
562
|
-
configuration: UpdatePolicyRuleConfiguration
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
/**
|
|
566
|
-
* @deprecated use the new policy engine instead
|
|
567
|
-
*/
|
|
568
|
-
export type CreatePolicyRuleConfiguration =
|
|
569
|
-
| CreateAmountLimitPrConf
|
|
570
|
-
| CreateTransferLimitPrConf
|
|
571
|
-
| CreateOutgoingVelocityPrConf
|
|
572
|
-
| CreateAlwaysActivatedPrConf
|
|
573
|
-
|
|
574
|
-
/**
|
|
575
|
-
* @deprecated use the new policy engine instead
|
|
576
|
-
*/
|
|
577
|
-
export type UpdatePolicyRuleConfiguration =
|
|
578
|
-
| UpdateAmountLimitPrConf
|
|
579
|
-
| UpdateTransferLimitPrConf
|
|
580
|
-
| UpdateOutgoingVelocityPrConf
|
|
581
|
-
| UpdateAlwaysActivatedPrConf
|
|
582
|
-
|
|
583
|
-
/**
|
|
584
|
-
* @deprecated use the new policy engine instead
|
|
585
|
-
*/
|
|
586
|
-
export type UpdatePolicyControlConfiguration =
|
|
587
|
-
| UpdateRequestApprovalPcConf
|
|
588
|
-
| UpdateNotifyAndAuditPcConf
|
|
589
|
-
|
|
590
|
-
/**
|
|
591
|
-
* @deprecated use the new policy engine instead
|
|
592
|
-
*/
|
|
593
|
-
export type CreatePolicyControlConfiguration =
|
|
594
|
-
| CreateRequestApprovalPcConf
|
|
595
|
-
| CreateNotifyAndAuditPcConf
|
|
596
|
-
|
|
597
|
-
/**
|
|
598
|
-
* @deprecated use the new policy engine instead
|
|
599
|
-
*/
|
|
600
|
-
export type PolicyRuleConfiguration =
|
|
601
|
-
| AmountLimitPrConf
|
|
602
|
-
| TransferLimitPrConf
|
|
603
|
-
| OutgoingVelocityPrConf
|
|
604
|
-
| EmptyConfiguration
|
|
605
|
-
|
|
606
|
-
/**
|
|
607
|
-
* @deprecated use the new policy engine instead
|
|
608
|
-
*/
|
|
609
|
-
export type PolicyControlConfiguration =
|
|
610
|
-
| NotifyAndAuditPcConf
|
|
611
|
-
| RequestApprovalPcConf
|
|
612
|
-
|
|
613
|
-
/**
|
|
614
|
-
* @deprecated use the new policy engine instead
|
|
615
|
-
*/
|
|
616
|
-
export type PolicyObjectFilter =
|
|
617
|
-
| AssetAccountFilter
|
|
618
|
-
| PublicKeyFilter
|
|
619
|
-
| WalletFilter
|
|
620
|
-
|
|
621
|
-
/**
|
|
622
|
-
* @deprecated use the new policy engine instead
|
|
623
|
-
*/
|
|
624
|
-
export enum PolicyActivityKind {
|
|
625
|
-
// FIXME: Missing documentation for CreatingSignature
|
|
626
|
-
CreatingSignature = 'CreatingSignature',
|
|
627
|
-
// FIXME: Missing documentation for TransactionInitiation
|
|
628
|
-
TransactionInitiation = 'TransactionInitiation',
|
|
629
|
-
// FIXME: Missing documentation for PaymentInitiation
|
|
630
|
-
PaymentInitiation = 'PaymentInitiation',
|
|
631
|
-
// FIXME: Missing documentation for WalletsTransferAsset
|
|
632
|
-
WalletsTransferAsset = 'WalletsTransferAsset',
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
/**
|
|
636
|
-
* @deprecated use the new policy engine instead
|
|
637
|
-
*/
|
|
638
|
-
export enum PolicyStatus {
|
|
639
|
-
// FIXME: Missing documentation for Enabled
|
|
640
|
-
Enabled = 'Enabled',
|
|
641
|
-
// FIXME: Missing documentation for Disabled
|
|
642
|
-
Disabled = 'Disabled',
|
|
643
|
-
// FIXME: Missing documentation for Archived
|
|
644
|
-
Archived = 'Archived',
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
/**
|
|
648
|
-
* @deprecated use the new policy engine instead
|
|
649
|
-
*/
|
|
650
|
-
export enum PolicyControlKind {
|
|
651
|
-
// FIXME: Missing documentation for NotifyAndAudit
|
|
652
|
-
NotifyAndAudit = 'NotifyAndAudit',
|
|
653
|
-
// FIXME: Missing documentation for RequestApproval
|
|
654
|
-
RequestApproval = 'RequestApproval',
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
/**
|
|
658
|
-
* @deprecated use the new policy engine instead
|
|
659
|
-
*/
|
|
660
|
-
export enum PolicyRuleKind {
|
|
661
|
-
// FIXME: Missing documentation for AlwaysActivated
|
|
662
|
-
AlwaysActivated = 'AlwaysActivated',
|
|
663
|
-
// FIXME: Missing documentation for PaymentAmountLimit
|
|
664
|
-
PaymentAmountLimit = 'PaymentAmountLimit',
|
|
665
|
-
// FIXME: Missing documentation for PaymentAmountOutgoingVelocity
|
|
666
|
-
PaymentAmountOutgoingVelocity = 'PaymentAmountOutgoingVelocity',
|
|
667
|
-
// FIXME: Missing documentation for TransferAmountLimit
|
|
668
|
-
TransferAmountLimit = 'TransferAmountLimit',
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
/**
|
|
672
|
-
* @deprecated use the new policy engine instead
|
|
673
|
-
*/
|
|
674
|
-
export enum Currency {
|
|
675
|
-
// FIXME: Missing documentation for EUR
|
|
676
|
-
EUR = 'EUR',
|
|
677
|
-
// FIXME: Missing documentation for USD
|
|
678
|
-
USD = 'USD',
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
/**
|
|
682
|
-
* @deprecated use the new policy engine instead
|
|
683
|
-
*/
|
|
684
|
-
export enum PolicyControlStatus {
|
|
685
|
-
// FIXME: Missing documentation for Enabled
|
|
686
|
-
Enabled = 'Enabled',
|
|
687
|
-
// FIXME: Missing documentation for Archived
|
|
688
|
-
Archived = 'Archived',
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
/**
|
|
692
|
-
* @deprecated use the new policy engine instead
|
|
693
|
-
*/
|
|
694
|
-
export enum PolicyRuleStatus {
|
|
695
|
-
// FIXME: Missing documentation for Enabled
|
|
696
|
-
Enabled = 'Enabled',
|
|
697
|
-
// FIXME: Missing documentation for Archived
|
|
698
|
-
Archived = 'Archived',
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
/**
|
|
702
|
-
* @deprecated use the new policy engine instead
|
|
703
|
-
*/
|
|
704
|
-
export enum PolicyObjectFilterKind {
|
|
705
|
-
// FIXME: Missing documentation for AssetAccount
|
|
706
|
-
AssetAccount = 'AssetAccount',
|
|
707
|
-
// FIXME: Missing documentation for PublicKey
|
|
708
|
-
PublicKey = 'PublicKey',
|
|
709
|
-
// FIXME: Missing documentation for Wallet
|
|
710
|
-
Wallet = 'Wallet',
|
|
711
|
-
}
|