@@ -25694,6 +25694,7 @@ paths:
2569425694 - changePolicyServicePolicy
2569525695 - removePolicy
2569625696 - removePolicyServicePolicy
25697+ - unlockPolicyServicePolicy
2569725698 - approvePolicy
2569825699 - approvePolicyServicePolicy
2569925700 - approvePolicyServiceSettlement
@@ -25882,6 +25883,8 @@ paths:
2588225883 - updateTransferEntries
2588325884 - addTrustedDevice
2588425885 - deletedTrustedDevice
25886+ - deletedTrustedDevices
25887+ - adminDeletedTrustedDevices
2588525888 - name: userId
2588625889 description: The user ID to filter by
2588725890 in: query
@@ -35322,7 +35325,6 @@ components:
3532235325 - getApproval
3532335326 - getEnterpriseUserApproval
3532435327 - getAnyApproval
35325- - getGroupApproval
3532635328 - getFinalApproval
3532735329 - getVideoApproval
3532835330 - getIdVerification
@@ -36692,6 +36694,7 @@ components:
3669236694 - changePolicyServicePolicy
3669336695 - removePolicy
3669436696 - removePolicyServicePolicy
36697+ - unlockPolicyServicePolicy
3669536698 - approvePolicy
3669636699 - approvePolicyServicePolicy
3669736700 - approvePolicyServiceSettlement
@@ -36880,6 +36883,8 @@ components:
3688036883 - updateTransferEntries
3688136884 - addTrustedDevice
3688236885 - deletedTrustedDevice
36886+ - deletedTrustedDevices
36887+ - adminDeletedTrustedDevices
3688336888 AuditableItem:
3688436889 type: object
3688536890 properties:
@@ -38423,6 +38428,7 @@ components:
3842338428 - create
3842438429 - update
3842538430 - delete
38431+ - unlock
3842638432 Clause:
3842738433 type: object
3842838434 description: |
@@ -44395,12 +44401,6 @@ components:
4439544401 type: string
4439644402 description: A description for the condition parameter Value which can be shown to an end user.
4439744403 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
4440444404 HederaAddress:
4440544405 title: Hedera Address
4440644406 type: object
@@ -48720,32 +48720,6 @@ components:
4872048720 version:
4872148721 type: number
4872248722 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
4874948723 policyEvaluationId:
4875048724 type: string
4875148725 description: ID for the policy evaluation
@@ -50930,32 +50904,6 @@ components:
5093050904 items:
5093150905 type: string
5093250906 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
5095950907 required:
5096050908 - type
5096150909 PolicyRuleActions:
@@ -50967,7 +50915,6 @@ components:
5096750915 enum:
5096850916 - deny
5096950917 - getApproval
50970- - getGroupApproval
5097150918 - getFinalApproval
5097250919 - getCustodianApproval
5097350920 - getIdVerification
0 commit comments