@@ -25694,6 +25694,7 @@ paths:
25694
25694
- changePolicyServicePolicy
25695
25695
- removePolicy
25696
25696
- removePolicyServicePolicy
25697
+ - unlockPolicyServicePolicy
25697
25698
- approvePolicy
25698
25699
- approvePolicyServicePolicy
25699
25700
- approvePolicyServiceSettlement
@@ -25882,6 +25883,8 @@ paths:
25882
25883
- updateTransferEntries
25883
25884
- addTrustedDevice
25884
25885
- deletedTrustedDevice
25886
+ - deletedTrustedDevices
25887
+ - adminDeletedTrustedDevices
25885
25888
- name: userId
25886
25889
description: The user ID to filter by
25887
25890
in: query
@@ -35322,7 +35325,6 @@ components:
35322
35325
- getApproval
35323
35326
- getEnterpriseUserApproval
35324
35327
- getAnyApproval
35325
- - getGroupApproval
35326
35328
- getFinalApproval
35327
35329
- getVideoApproval
35328
35330
- getIdVerification
@@ -36692,6 +36694,7 @@ components:
36692
36694
- changePolicyServicePolicy
36693
36695
- removePolicy
36694
36696
- removePolicyServicePolicy
36697
+ - unlockPolicyServicePolicy
36695
36698
- approvePolicy
36696
36699
- approvePolicyServicePolicy
36697
36700
- approvePolicyServiceSettlement
@@ -36880,6 +36883,8 @@ components:
36880
36883
- updateTransferEntries
36881
36884
- addTrustedDevice
36882
36885
- deletedTrustedDevice
36886
+ - deletedTrustedDevices
36887
+ - adminDeletedTrustedDevices
36883
36888
AuditableItem:
36884
36889
type: object
36885
36890
properties:
@@ -38423,6 +38428,7 @@ components:
38423
38428
- create
38424
38429
- update
38425
38430
- delete
38431
+ - unlock
38426
38432
Clause:
38427
38433
type: object
38428
38434
description: |
@@ -44395,12 +44401,6 @@ components:
44395
44401
type: string
44396
44402
description: A description for the condition parameter Value which can be shown to an end user.
44397
44403
example: The transfer amount must be greater than the given limit for the condition to trigger
44398
- GroupApprovalRequirementOperator:
44399
- title: GroupApprovalRequirementOperator
44400
- type: string
44401
- enum:
44402
- - and
44403
- - or
44404
44404
HederaAddress:
44405
44405
title: Hedera Address
44406
44406
type: object
@@ -48720,32 +48720,6 @@ components:
48720
48720
version:
48721
48721
type: number
48722
48722
description: Version of the pending approval
48723
- groupApprovalRequirement:
48724
- type: object
48725
- description: Requirements for providing group approval.
48726
- properties:
48727
- items:
48728
- type: array
48729
- items:
48730
- type: object
48731
- properties:
48732
- id:
48733
- type: string
48734
- description: The ID of the group
48735
- minimumApprovals:
48736
- type: number
48737
- description: The name of the group
48738
- type:
48739
- type: string
48740
- description: The type of the group
48741
- required:
48742
- - id
48743
- - type
48744
- operator:
48745
- $ref: '#/components/schemas/GroupApprovalRequirementOperator'
48746
- required:
48747
- - items
48748
- - operator
48749
48723
policyEvaluationId:
48750
48724
type: string
48751
48725
description: ID for the policy evaluation
@@ -50930,32 +50904,6 @@ components:
50930
50904
items:
50931
50905
type: string
50932
50906
description: The user IDs associated with the action
50933
- groupApprovalRequirement:
50934
- type: object
50935
- description: The group approval requirement
50936
- properties:
50937
- items:
50938
- type: array
50939
- items:
50940
- type: object
50941
- properties:
50942
- id:
50943
- type: string
50944
- description: The ID of the group
50945
- minimumApprovals:
50946
- type: number
50947
- description: The name of the group
50948
- type:
50949
- type: string
50950
- description: The type of the group
50951
- required:
50952
- - id
50953
- - type
50954
- operator:
50955
- $ref: '#/components/schemas/GroupApprovalRequirementOperator'
50956
- required:
50957
- - items
50958
- - operator
50959
50907
required:
50960
50908
- type
50961
50909
PolicyRuleActions:
@@ -50967,7 +50915,6 @@ components:
50967
50915
enum:
50968
50916
- deny
50969
50917
- getApproval
50970
- - getGroupApproval
50971
50918
- getFinalApproval
50972
50919
- getCustodianApproval
50973
50920
- getIdVerification
0 commit comments