@rulebricks/sdk 1.2.1 → 1.3.0
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/Client.d.ts +12 -11
- package/Client.js +15 -15
- package/api/errors/BadRequestError.d.ts +1 -1
- package/api/errors/BadRequestError.js +1 -1
- package/api/errors/ForbiddenError.d.ts +3 -3
- package/api/errors/ForbiddenError.js +1 -1
- package/api/errors/InternalServerError.d.ts +1 -1
- package/api/errors/InternalServerError.js +1 -1
- package/api/errors/NotFoundError.d.ts +1 -1
- package/api/errors/NotFoundError.js +1 -1
- package/api/resources/assets/client/Client.d.ts +13 -120
- package/api/resources/assets/client/Client.js +17 -526
- package/api/resources/assets/client/index.d.ts +1 -1
- package/api/resources/assets/client/index.js +0 -15
- package/api/resources/assets/index.d.ts +1 -0
- package/api/resources/assets/index.js +1 -0
- package/api/resources/assets/resources/flows/client/Client.d.ts +42 -0
- package/api/resources/assets/resources/flows/client/Client.js +116 -0
- package/api/resources/assets/resources/flows/client/index.d.ts +1 -0
- package/api/resources/assets/resources/flows/index.d.ts +1 -0
- package/api/resources/assets/resources/flows/index.js +17 -0
- package/api/resources/assets/resources/folders/client/Client.d.ts +74 -0
- package/api/resources/assets/resources/folders/client/Client.js +248 -0
- package/api/resources/assets/resources/folders/client/requests/index.d.ts +2 -0
- package/api/resources/assets/resources/folders/index.d.ts +1 -0
- package/api/resources/assets/resources/folders/index.js +17 -0
- package/api/resources/assets/resources/index.d.ts +5 -0
- package/api/resources/assets/resources/index.js +34 -0
- package/api/resources/assets/resources/rules/client/Client.d.ts +94 -0
- package/api/resources/assets/resources/rules/client/Client.js +337 -0
- package/{dist/api/resources/assets/client/requests/ListRulesRequest.d.ts → api/resources/assets/resources/rules/client/requests/RulesListRequest.d.ts} +1 -1
- package/{dist/api/resources/assets/client/requests/ExportRuleRequest.d.ts → api/resources/assets/resources/rules/client/requests/RulesPullRequest.d.ts} +1 -1
- package/api/resources/assets/resources/rules/client/requests/index.d.ts +4 -0
- package/api/resources/assets/resources/rules/client/requests/index.js +2 -0
- package/api/resources/assets/resources/rules/index.d.ts +1 -0
- package/api/resources/assets/resources/rules/index.js +17 -0
- package/api/resources/decisions/client/Client.d.ts +7 -6
- package/api/resources/decisions/client/Client.js +13 -12
- package/{dist/api/resources/decisions/client/requests/QueryRequest.d.ts → api/resources/decisions/client/requests/DecisionsQueryRequest.d.ts} +1 -1
- package/api/resources/decisions/client/requests/index.d.ts +1 -1
- package/api/resources/flows/client/Client.d.ts +7 -6
- package/api/resources/flows/client/Client.js +13 -12
- package/api/resources/index.d.ts +0 -1
- package/api/resources/index.js +0 -1
- package/api/resources/rules/client/Client.d.ts +15 -14
- package/api/resources/rules/client/Client.js +35 -34
- package/api/resources/tests/client/Client.d.ts +8 -120
- package/api/resources/tests/client/Client.js +6 -441
- package/api/resources/tests/index.d.ts +1 -0
- package/api/resources/tests/index.js +1 -0
- package/api/resources/tests/resources/flows/client/Client.d.ts +82 -0
- package/api/resources/tests/resources/flows/client/Client.js +257 -0
- package/api/resources/tests/resources/flows/client/index.d.ts +1 -0
- package/api/resources/tests/resources/flows/client/index.js +2 -0
- package/api/resources/tests/resources/flows/index.d.ts +1 -0
- package/api/resources/tests/resources/flows/index.js +17 -0
- package/api/resources/tests/resources/index.d.ts +2 -0
- package/api/resources/tests/resources/index.js +28 -0
- package/api/resources/tests/resources/rules/client/Client.d.ts +82 -0
- package/api/resources/tests/resources/rules/client/Client.js +257 -0
- package/api/resources/tests/resources/rules/client/index.d.ts +1 -0
- package/api/resources/tests/resources/rules/client/index.js +2 -0
- package/api/resources/tests/resources/rules/index.d.ts +1 -0
- package/api/resources/tests/resources/rules/index.js +17 -0
- package/api/resources/users/client/Client.d.ts +12 -35
- package/api/resources/users/client/Client.js +21 -137
- package/api/resources/users/client/requests/UserInviteRequest.d.ts +2 -2
- package/api/resources/users/client/requests/index.d.ts +0 -1
- package/api/resources/users/index.d.ts +1 -0
- package/api/resources/users/index.js +1 -0
- package/api/resources/users/resources/groups/client/Client.d.ts +58 -0
- package/api/resources/users/resources/groups/client/Client.js +181 -0
- package/api/resources/users/resources/groups/client/index.d.ts +1 -0
- package/api/resources/users/resources/groups/client/index.js +17 -0
- package/api/resources/users/resources/groups/client/requests/index.d.ts +1 -0
- package/api/resources/users/resources/groups/client/requests/index.js +2 -0
- package/api/resources/users/resources/groups/index.d.ts +1 -0
- package/api/resources/users/resources/groups/index.js +17 -0
- package/api/resources/users/resources/index.d.ts +2 -0
- package/api/resources/users/resources/index.js +31 -0
- package/api/resources/values/client/Client.d.ts +15 -14
- package/api/resources/values/client/Client.js +35 -34
- package/api/resources/values/client/requests/UpdateValuesRequest.d.ts +2 -2
- package/{dist/api/resources/values/client/requests/DeleteRequest.d.ts → api/resources/values/client/requests/ValuesDeleteRequest.d.ts} +1 -1
- package/{dist/api/resources/values/client/requests/ListRequest.d.ts → api/resources/values/client/requests/ValuesListRequest.d.ts} +2 -2
- package/api/resources/values/client/requests/index.d.ts +2 -2
- package/api/types/BooleanValue.d.ts +2 -2
- package/api/types/BulkRuleResponseItem.d.ts +2 -2
- package/api/types/DecisionLog.d.ts +4 -4
- package/api/types/DecisionLogDecision.d.ts +2 -2
- package/api/types/DecisionLogResponse.d.ts +2 -2
- package/api/types/DynamicValue.d.ts +6 -6
- package/api/types/DynamicValueBase.d.ts +2 -2
- package/api/types/DynamicValueListResponse.d.ts +2 -2
- package/api/types/FlowDetail.d.ts +2 -2
- package/api/types/FlowListResponse.d.ts +2 -2
- package/api/types/FolderListResponse.d.ts +2 -2
- package/api/types/ListValue.d.ts +3 -3
- package/api/types/NumberValue.d.ts +2 -2
- package/api/types/ParallelSolveRequest.d.ts +2 -2
- package/api/types/ParallelSolveResponse.d.ts +2 -2
- package/api/types/RuleDetail.d.ts +5 -5
- package/api/types/RuleListResponse.d.ts +2 -2
- package/api/types/SchemaField.d.ts +3 -3
- package/api/types/StringValue.d.ts +2 -2
- package/api/types/Test.d.ts +2 -2
- package/api/types/TestListResponse.d.ts +2 -2
- package/api/types/TestTestState.d.ts +3 -3
- package/api/types/UserGroupListResponse.d.ts +2 -2
- package/api/types/UserInviteResponse.d.ts +2 -2
- package/dist/Client.d.ts +12 -11
- package/dist/Client.js +15 -15
- package/dist/api/errors/BadRequestError.d.ts +1 -1
- package/dist/api/errors/BadRequestError.js +1 -1
- package/dist/api/errors/ForbiddenError.d.ts +3 -3
- package/dist/api/errors/ForbiddenError.js +1 -1
- package/dist/api/errors/InternalServerError.d.ts +1 -1
- package/dist/api/errors/InternalServerError.js +1 -1
- package/dist/api/errors/NotFoundError.d.ts +1 -1
- package/dist/api/errors/NotFoundError.js +1 -1
- package/dist/api/resources/assets/client/Client.d.ts +13 -120
- package/dist/api/resources/assets/client/Client.js +17 -526
- package/dist/api/resources/assets/client/index.d.ts +1 -1
- package/dist/api/resources/assets/client/index.js +0 -15
- package/dist/api/resources/assets/index.d.ts +1 -0
- package/dist/api/resources/assets/index.js +1 -0
- package/dist/api/resources/assets/resources/flows/client/Client.d.ts +42 -0
- package/dist/api/resources/assets/resources/flows/client/Client.js +116 -0
- package/dist/api/resources/assets/resources/flows/client/index.d.ts +1 -0
- package/dist/api/resources/assets/resources/flows/client/index.js +2 -0
- package/dist/api/resources/assets/resources/flows/index.d.ts +1 -0
- package/dist/api/resources/assets/resources/flows/index.js +17 -0
- package/dist/api/resources/assets/resources/folders/client/Client.d.ts +74 -0
- package/dist/api/resources/assets/resources/folders/client/Client.js +248 -0
- package/dist/api/resources/assets/resources/folders/client/index.d.ts +1 -0
- package/dist/api/resources/assets/resources/folders/client/index.js +17 -0
- package/dist/api/resources/assets/resources/folders/client/requests/index.d.ts +2 -0
- package/dist/api/resources/assets/resources/folders/client/requests/index.js +2 -0
- package/dist/api/resources/assets/resources/folders/index.d.ts +1 -0
- package/dist/api/resources/assets/resources/folders/index.js +17 -0
- package/dist/api/resources/assets/resources/index.d.ts +5 -0
- package/dist/api/resources/assets/resources/index.js +34 -0
- package/dist/api/resources/assets/resources/rules/client/Client.d.ts +94 -0
- package/dist/api/resources/assets/resources/rules/client/Client.js +337 -0
- package/dist/api/resources/assets/resources/rules/client/index.d.ts +1 -0
- package/dist/api/resources/assets/resources/rules/client/index.js +17 -0
- package/{api/resources/assets/client/requests/ListRulesRequest.d.ts → dist/api/resources/assets/resources/rules/client/requests/RulesListRequest.d.ts} +1 -1
- package/{api/resources/assets/client/requests/ExportRuleRequest.d.ts → dist/api/resources/assets/resources/rules/client/requests/RulesPullRequest.d.ts} +1 -1
- package/dist/api/resources/assets/resources/rules/client/requests/index.d.ts +4 -0
- package/dist/api/resources/assets/resources/rules/client/requests/index.js +2 -0
- package/dist/api/resources/assets/resources/rules/index.d.ts +1 -0
- package/dist/api/resources/assets/resources/rules/index.js +17 -0
- package/dist/api/resources/decisions/client/Client.d.ts +7 -6
- package/dist/api/resources/decisions/client/Client.js +13 -12
- package/{api/resources/decisions/client/requests/QueryRequest.d.ts → dist/api/resources/decisions/client/requests/DecisionsQueryRequest.d.ts} +1 -1
- package/dist/api/resources/decisions/client/requests/index.d.ts +1 -1
- package/dist/api/resources/flows/client/Client.d.ts +7 -6
- package/dist/api/resources/flows/client/Client.js +13 -12
- package/dist/api/resources/index.d.ts +0 -1
- package/dist/api/resources/index.js +0 -1
- package/dist/api/resources/rules/client/Client.d.ts +15 -14
- package/dist/api/resources/rules/client/Client.js +35 -34
- package/dist/api/resources/tests/client/Client.d.ts +8 -120
- package/dist/api/resources/tests/client/Client.js +6 -441
- package/dist/api/resources/tests/index.d.ts +1 -0
- package/dist/api/resources/tests/index.js +1 -0
- package/dist/api/resources/tests/resources/flows/client/Client.d.ts +82 -0
- package/dist/api/resources/tests/resources/flows/client/Client.js +257 -0
- package/dist/api/resources/tests/resources/flows/client/index.d.ts +1 -0
- package/dist/api/resources/tests/resources/flows/client/index.js +2 -0
- package/dist/api/resources/tests/resources/flows/index.d.ts +1 -0
- package/dist/api/resources/tests/resources/flows/index.js +17 -0
- package/dist/api/resources/tests/resources/index.d.ts +2 -0
- package/dist/api/resources/tests/resources/index.js +28 -0
- package/dist/api/resources/tests/resources/rules/client/Client.d.ts +82 -0
- package/dist/api/resources/tests/resources/rules/client/Client.js +257 -0
- package/dist/api/resources/tests/resources/rules/client/index.d.ts +1 -0
- package/dist/api/resources/tests/resources/rules/client/index.js +2 -0
- package/dist/api/resources/tests/resources/rules/index.d.ts +1 -0
- package/dist/api/resources/tests/resources/rules/index.js +17 -0
- package/dist/api/resources/users/client/Client.d.ts +12 -35
- package/dist/api/resources/users/client/Client.js +21 -137
- package/dist/api/resources/users/client/requests/UserInviteRequest.d.ts +2 -2
- package/dist/api/resources/users/client/requests/index.d.ts +0 -1
- package/dist/api/resources/users/index.d.ts +1 -0
- package/dist/api/resources/users/index.js +1 -0
- package/dist/api/resources/users/resources/groups/client/Client.d.ts +58 -0
- package/dist/api/resources/users/resources/groups/client/Client.js +181 -0
- package/dist/api/resources/users/resources/groups/client/index.d.ts +1 -0
- package/dist/api/resources/users/resources/groups/client/index.js +17 -0
- package/dist/api/resources/users/resources/groups/client/requests/index.d.ts +1 -0
- package/dist/api/resources/users/resources/groups/client/requests/index.js +2 -0
- package/dist/api/resources/users/resources/groups/index.d.ts +1 -0
- package/dist/api/resources/users/resources/groups/index.js +17 -0
- package/dist/api/resources/users/resources/index.d.ts +2 -0
- package/dist/api/resources/users/resources/index.js +31 -0
- package/dist/api/resources/values/client/Client.d.ts +15 -14
- package/dist/api/resources/values/client/Client.js +35 -34
- package/dist/api/resources/values/client/requests/UpdateValuesRequest.d.ts +2 -2
- package/{api/resources/values/client/requests/DeleteRequest.d.ts → dist/api/resources/values/client/requests/ValuesDeleteRequest.d.ts} +1 -1
- package/{api/resources/values/client/requests/ListRequest.d.ts → dist/api/resources/values/client/requests/ValuesListRequest.d.ts} +2 -2
- package/dist/api/resources/values/client/requests/index.d.ts +2 -2
- package/dist/api/types/BooleanValue.d.ts +2 -2
- package/dist/api/types/BulkRuleResponseItem.d.ts +2 -2
- package/dist/api/types/DecisionLog.d.ts +4 -4
- package/dist/api/types/DecisionLogDecision.d.ts +2 -2
- package/dist/api/types/DecisionLogResponse.d.ts +2 -2
- package/dist/api/types/DynamicValue.d.ts +6 -6
- package/dist/api/types/DynamicValueBase.d.ts +2 -2
- package/dist/api/types/DynamicValueListResponse.d.ts +2 -2
- package/dist/api/types/FlowDetail.d.ts +2 -2
- package/dist/api/types/FlowListResponse.d.ts +2 -2
- package/dist/api/types/FolderListResponse.d.ts +2 -2
- package/dist/api/types/ListValue.d.ts +3 -3
- package/dist/api/types/NumberValue.d.ts +2 -2
- package/dist/api/types/ParallelSolveRequest.d.ts +2 -2
- package/dist/api/types/ParallelSolveResponse.d.ts +2 -2
- package/dist/api/types/RuleDetail.d.ts +5 -5
- package/dist/api/types/RuleListResponse.d.ts +2 -2
- package/dist/api/types/SchemaField.d.ts +3 -3
- package/dist/api/types/StringValue.d.ts +2 -2
- package/dist/api/types/Test.d.ts +2 -2
- package/dist/api/types/TestListResponse.d.ts +2 -2
- package/dist/api/types/TestTestState.d.ts +3 -3
- package/dist/api/types/UserGroupListResponse.d.ts +2 -2
- package/dist/api/types/UserInviteResponse.d.ts +2 -2
- package/dist/environments.d.ts +7 -0
- package/dist/environments.js +9 -0
- package/dist/errors/{RulebricksApiError.d.ts → RulebricksError.d.ts} +1 -1
- package/dist/errors/{RulebricksApiError.js → RulebricksError.js} +4 -4
- package/dist/errors/{RulebricksApiTimeoutError.d.ts → RulebricksTimeoutError.d.ts} +1 -1
- package/dist/errors/RulebricksTimeoutError.js +13 -0
- package/dist/errors/index.d.ts +2 -2
- package/dist/errors/index.js +5 -5
- package/dist/forge/rule.d.ts +2 -2
- package/dist/forge/rule.js +8 -8
- package/dist/forge/values.d.ts +2 -2
- package/dist/index.d.ts +4 -3
- package/dist/index.js +7 -5
- package/dist/serialization/resources/assets/index.d.ts +1 -1
- package/dist/serialization/resources/assets/index.js +1 -1
- package/dist/serialization/resources/assets/resources/folders/client/index.d.ts +1 -0
- package/dist/serialization/resources/assets/resources/folders/client/index.js +17 -0
- package/dist/serialization/resources/assets/resources/folders/client/requests/DeleteFolderRequest.d.ts +12 -0
- package/dist/serialization/resources/assets/{client → resources/folders/client}/requests/DeleteFolderRequest.js +1 -1
- package/{serialization/resources/assets → dist/serialization/resources/assets/resources/folders}/client/requests/UpsertFolderRequest.d.ts +4 -4
- package/{serialization/resources/assets → dist/serialization/resources/assets/resources/folders}/client/requests/UpsertFolderRequest.js +1 -1
- package/{serialization/resources/assets → dist/serialization/resources/assets/resources/folders}/client/requests/index.d.ts +0 -2
- package/dist/serialization/resources/assets/resources/folders/client/requests/index.js +7 -0
- package/dist/serialization/resources/assets/resources/folders/index.d.ts +1 -0
- package/dist/serialization/resources/assets/resources/folders/index.js +17 -0
- package/dist/serialization/resources/assets/resources/index.d.ts +4 -0
- package/dist/serialization/resources/assets/resources/index.js +33 -0
- package/dist/serialization/resources/assets/resources/rules/client/index.d.ts +1 -0
- package/dist/serialization/resources/assets/resources/rules/client/index.js +17 -0
- package/dist/serialization/resources/assets/resources/rules/client/requests/DeleteRuleRequest.d.ts +12 -0
- package/{serialization/resources/assets → dist/serialization/resources/assets/resources/rules}/client/requests/DeleteRuleRequest.js +1 -1
- package/dist/serialization/resources/assets/resources/rules/client/requests/ImportRuleRequest.d.ts +12 -0
- package/{serialization/resources/assets → dist/serialization/resources/assets/resources/rules}/client/requests/ImportRuleRequest.js +1 -1
- package/dist/serialization/resources/assets/resources/rules/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/assets/resources/rules/client/requests/index.js +7 -0
- package/dist/serialization/resources/assets/resources/rules/index.d.ts +1 -0
- package/dist/serialization/resources/assets/resources/rules/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +1 -2
- package/dist/serialization/resources/index.js +1 -2
- package/dist/serialization/resources/rules/client/bulkSolve.d.ts +3 -3
- package/dist/serialization/resources/users/client/requests/UserInviteRequest.d.ts +2 -2
- package/dist/serialization/resources/users/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/users/client/requests/index.js +1 -3
- package/dist/serialization/resources/users/index.d.ts +1 -0
- package/dist/serialization/resources/users/index.js +1 -0
- package/dist/serialization/resources/users/resources/groups/client/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/groups/client/index.js +17 -0
- package/dist/serialization/resources/users/{client → resources/groups/client}/requests/CreateUserGroupRequest.d.ts +4 -4
- package/dist/serialization/resources/users/{client → resources/groups/client}/requests/CreateUserGroupRequest.js +1 -1
- package/dist/serialization/resources/users/resources/groups/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/groups/client/requests/index.js +5 -0
- package/dist/serialization/resources/users/resources/groups/index.d.ts +1 -0
- package/dist/serialization/resources/users/resources/groups/index.js +17 -0
- package/dist/serialization/resources/users/resources/index.d.ts +2 -0
- package/dist/serialization/resources/users/resources/index.js +31 -0
- package/dist/serialization/resources/users/types/UserInviteRequestRole.d.ts +2 -2
- package/dist/serialization/resources/values/client/requests/UpdateValuesRequest.d.ts +2 -2
- package/dist/serialization/resources/values/types/UpdateValuesRequestValuesValue.d.ts +2 -2
- package/dist/serialization/types/BooleanValue.d.ts +2 -2
- package/dist/serialization/types/BulkRuleResponseItem.d.ts +2 -2
- package/dist/serialization/types/BulkRuleResponseItemError.d.ts +2 -2
- package/dist/serialization/types/CreateTestRequest.d.ts +2 -2
- package/dist/serialization/types/DecisionLog.d.ts +2 -2
- package/dist/serialization/types/DecisionLogDecision.d.ts +2 -2
- package/dist/serialization/types/DecisionLogDecisionConditionsItemValue.d.ts +2 -2
- package/dist/serialization/types/DecisionLogRequest.d.ts +2 -2
- package/dist/serialization/types/DecisionLogResponse.d.ts +2 -2
- package/dist/serialization/types/DynamicRequestPayload.d.ts +2 -2
- package/dist/serialization/types/DynamicResponsePayload.d.ts +2 -2
- package/dist/serialization/types/DynamicValue.d.ts +2 -2
- package/dist/serialization/types/DynamicValueBase.d.ts +2 -2
- package/dist/serialization/types/DynamicValueListResponse.d.ts +2 -2
- package/dist/serialization/types/Error_.d.ts +2 -2
- package/dist/serialization/types/FlowBase.d.ts +2 -2
- package/dist/serialization/types/FlowDetail.d.ts +2 -2
- package/dist/serialization/types/FlowExecutionError.d.ts +2 -2
- package/dist/serialization/types/FlowListResponse.d.ts +2 -2
- package/dist/serialization/types/Folder.d.ts +2 -2
- package/dist/serialization/types/FolderListResponse.d.ts +2 -2
- package/dist/serialization/types/ListValue.d.ts +2 -2
- package/dist/serialization/types/ListValueValueItem.d.ts +2 -2
- package/dist/serialization/types/NumberValue.d.ts +2 -2
- package/dist/serialization/types/ParallelSolveRequest.d.ts +2 -2
- package/dist/serialization/types/ParallelSolveRequestValue.d.ts +2 -2
- package/dist/serialization/types/ParallelSolveResponse.d.ts +2 -2
- package/dist/serialization/types/RuleBase.d.ts +2 -2
- package/dist/serialization/types/RuleDetail.d.ts +2 -2
- package/dist/serialization/types/RuleExport.d.ts +2 -2
- package/dist/serialization/types/RuleListResponse.d.ts +2 -2
- package/dist/serialization/types/RuleUsage.d.ts +2 -2
- package/dist/serialization/types/SchemaField.d.ts +2 -2
- package/dist/serialization/types/SchemaFieldDefaultValue.d.ts +2 -2
- package/dist/serialization/types/SchemaFieldType.d.ts +2 -2
- package/dist/serialization/types/StringValue.d.ts +2 -2
- package/dist/serialization/types/SuccessMessage.d.ts +2 -2
- package/dist/serialization/types/Test.d.ts +2 -2
- package/dist/serialization/types/TestListResponse.d.ts +2 -2
- package/dist/serialization/types/TestTestState.d.ts +2 -2
- package/dist/serialization/types/TestTestStateConditionsItemValue.d.ts +2 -2
- package/dist/serialization/types/TestTestStateEvaluationError.d.ts +2 -2
- package/dist/serialization/types/UsageStatistics.d.ts +2 -2
- package/dist/serialization/types/UserGroup.d.ts +2 -2
- package/dist/serialization/types/UserGroupListResponse.d.ts +2 -2
- package/dist/serialization/types/UserInviteResponse.d.ts +2 -2
- package/dist/serialization/types/UserInviteResponseUser.d.ts +2 -2
- package/dist/serialization/types/ValueLimits.d.ts +2 -2
- package/environments.d.ts +7 -0
- package/environments.js +9 -0
- package/errors/{RulebricksApiError.d.ts → RulebricksError.d.ts} +1 -1
- package/errors/{RulebricksApiError.js → RulebricksError.js} +4 -4
- package/errors/{RulebricksApiTimeoutError.d.ts → RulebricksTimeoutError.d.ts} +1 -1
- package/errors/RulebricksTimeoutError.js +13 -0
- package/errors/index.d.ts +2 -2
- package/errors/index.js +5 -5
- package/forge/rule.d.ts +2 -2
- package/forge/rule.js +8 -8
- package/forge/values.d.ts +2 -2
- package/index.d.ts +4 -3
- package/index.js +7 -5
- package/package.json +1 -1
- package/serialization/resources/assets/index.d.ts +1 -1
- package/serialization/resources/assets/index.js +1 -1
- package/serialization/resources/assets/resources/folders/client/index.d.ts +1 -0
- package/serialization/resources/assets/resources/folders/client/index.js +17 -0
- package/serialization/resources/assets/resources/folders/client/requests/DeleteFolderRequest.d.ts +12 -0
- package/serialization/resources/assets/{client → resources/folders/client}/requests/DeleteFolderRequest.js +1 -1
- package/{dist/serialization/resources/assets → serialization/resources/assets/resources/folders}/client/requests/UpsertFolderRequest.d.ts +4 -4
- package/{dist/serialization/resources/assets → serialization/resources/assets/resources/folders}/client/requests/UpsertFolderRequest.js +1 -1
- package/{dist/serialization/resources/assets → serialization/resources/assets/resources/folders}/client/requests/index.d.ts +0 -2
- package/serialization/resources/assets/resources/folders/client/requests/index.js +7 -0
- package/serialization/resources/assets/resources/folders/index.d.ts +1 -0
- package/serialization/resources/assets/resources/folders/index.js +17 -0
- package/serialization/resources/assets/resources/index.d.ts +4 -0
- package/serialization/resources/assets/resources/index.js +33 -0
- package/serialization/resources/assets/resources/rules/client/index.d.ts +1 -0
- package/serialization/resources/assets/resources/rules/client/index.js +17 -0
- package/serialization/resources/assets/resources/rules/client/requests/DeleteRuleRequest.d.ts +12 -0
- package/{dist/serialization/resources/assets → serialization/resources/assets/resources/rules}/client/requests/DeleteRuleRequest.js +1 -1
- package/serialization/resources/assets/resources/rules/client/requests/ImportRuleRequest.d.ts +12 -0
- package/{dist/serialization/resources/assets → serialization/resources/assets/resources/rules}/client/requests/ImportRuleRequest.js +1 -1
- package/serialization/resources/assets/resources/rules/client/requests/index.d.ts +2 -0
- package/serialization/resources/assets/resources/rules/client/requests/index.js +7 -0
- package/serialization/resources/assets/resources/rules/index.d.ts +1 -0
- package/serialization/resources/assets/resources/rules/index.js +17 -0
- package/serialization/resources/index.d.ts +1 -2
- package/serialization/resources/index.js +1 -2
- package/serialization/resources/rules/client/bulkSolve.d.ts +3 -3
- package/serialization/resources/users/client/requests/UserInviteRequest.d.ts +2 -2
- package/serialization/resources/users/client/requests/index.d.ts +0 -1
- package/serialization/resources/users/client/requests/index.js +1 -3
- package/serialization/resources/users/index.d.ts +1 -0
- package/serialization/resources/users/index.js +1 -0
- package/serialization/resources/users/resources/groups/client/index.d.ts +1 -0
- package/serialization/resources/users/resources/groups/client/index.js +17 -0
- package/serialization/resources/users/{client → resources/groups/client}/requests/CreateUserGroupRequest.d.ts +4 -4
- package/serialization/resources/users/{client → resources/groups/client}/requests/CreateUserGroupRequest.js +1 -1
- package/serialization/resources/users/resources/groups/client/requests/index.d.ts +1 -0
- package/serialization/resources/users/resources/groups/client/requests/index.js +5 -0
- package/serialization/resources/users/resources/groups/index.d.ts +1 -0
- package/serialization/resources/users/resources/groups/index.js +17 -0
- package/serialization/resources/users/resources/index.d.ts +2 -0
- package/serialization/resources/users/resources/index.js +31 -0
- package/serialization/resources/users/types/UserInviteRequestRole.d.ts +2 -2
- package/serialization/resources/values/client/requests/UpdateValuesRequest.d.ts +2 -2
- package/serialization/resources/values/types/UpdateValuesRequestValuesValue.d.ts +2 -2
- package/serialization/types/BooleanValue.d.ts +2 -2
- package/serialization/types/BulkRuleResponseItem.d.ts +2 -2
- package/serialization/types/BulkRuleResponseItemError.d.ts +2 -2
- package/serialization/types/CreateTestRequest.d.ts +2 -2
- package/serialization/types/DecisionLog.d.ts +2 -2
- package/serialization/types/DecisionLogDecision.d.ts +2 -2
- package/serialization/types/DecisionLogDecisionConditionsItemValue.d.ts +2 -2
- package/serialization/types/DecisionLogRequest.d.ts +2 -2
- package/serialization/types/DecisionLogResponse.d.ts +2 -2
- package/serialization/types/DynamicRequestPayload.d.ts +2 -2
- package/serialization/types/DynamicResponsePayload.d.ts +2 -2
- package/serialization/types/DynamicValue.d.ts +2 -2
- package/serialization/types/DynamicValueBase.d.ts +2 -2
- package/serialization/types/DynamicValueListResponse.d.ts +2 -2
- package/serialization/types/Error_.d.ts +2 -2
- package/serialization/types/FlowBase.d.ts +2 -2
- package/serialization/types/FlowDetail.d.ts +2 -2
- package/serialization/types/FlowExecutionError.d.ts +2 -2
- package/serialization/types/FlowListResponse.d.ts +2 -2
- package/serialization/types/Folder.d.ts +2 -2
- package/serialization/types/FolderListResponse.d.ts +2 -2
- package/serialization/types/ListValue.d.ts +2 -2
- package/serialization/types/ListValueValueItem.d.ts +2 -2
- package/serialization/types/NumberValue.d.ts +2 -2
- package/serialization/types/ParallelSolveRequest.d.ts +2 -2
- package/serialization/types/ParallelSolveRequestValue.d.ts +2 -2
- package/serialization/types/ParallelSolveResponse.d.ts +2 -2
- package/serialization/types/RuleBase.d.ts +2 -2
- package/serialization/types/RuleDetail.d.ts +2 -2
- package/serialization/types/RuleExport.d.ts +2 -2
- package/serialization/types/RuleListResponse.d.ts +2 -2
- package/serialization/types/RuleUsage.d.ts +2 -2
- package/serialization/types/SchemaField.d.ts +2 -2
- package/serialization/types/SchemaFieldDefaultValue.d.ts +2 -2
- package/serialization/types/SchemaFieldType.d.ts +2 -2
- package/serialization/types/StringValue.d.ts +2 -2
- package/serialization/types/SuccessMessage.d.ts +2 -2
- package/serialization/types/Test.d.ts +2 -2
- package/serialization/types/TestListResponse.d.ts +2 -2
- package/serialization/types/TestTestState.d.ts +2 -2
- package/serialization/types/TestTestStateConditionsItemValue.d.ts +2 -2
- package/serialization/types/TestTestStateEvaluationError.d.ts +2 -2
- package/serialization/types/UsageStatistics.d.ts +2 -2
- package/serialization/types/UserGroup.d.ts +2 -2
- package/serialization/types/UserGroupListResponse.d.ts +2 -2
- package/serialization/types/UserInviteResponse.d.ts +2 -2
- package/serialization/types/UserInviteResponseUser.d.ts +2 -2
- package/serialization/types/ValueLimits.d.ts +2 -2
- package/api/resources/assets/client/requests/index.d.ts +0 -6
- package/dist/api/resources/assets/client/requests/index.d.ts +0 -6
- package/dist/errors/RulebricksApiTimeoutError.js +0 -13
- package/dist/serialization/resources/assets/client/requests/DeleteFolderRequest.d.ts +0 -12
- package/dist/serialization/resources/assets/client/requests/DeleteRuleRequest.d.ts +0 -12
- package/dist/serialization/resources/assets/client/requests/ImportRuleRequest.d.ts +0 -12
- package/dist/serialization/resources/assets/client/requests/index.js +0 -11
- package/errors/RulebricksApiTimeoutError.js +0 -13
- package/serialization/resources/assets/client/requests/DeleteFolderRequest.d.ts +0 -12
- package/serialization/resources/assets/client/requests/DeleteRuleRequest.d.ts +0 -12
- package/serialization/resources/assets/client/requests/ImportRuleRequest.d.ts +0 -12
- package/serialization/resources/assets/client/requests/index.js +0 -11
- /package/api/resources/assets/{client/requests → resources/flows/client}/index.js +0 -0
- /package/{dist/serialization/resources/assets → api/resources/assets/resources/folders}/client/index.d.ts +0 -0
- /package/{dist/serialization/resources/assets → api/resources/assets/resources/folders}/client/index.js +0 -0
- /package/api/resources/assets/{client → resources/folders/client}/requests/DeleteFolderRequest.d.ts +0 -0
- /package/api/resources/assets/{client → resources/folders/client}/requests/DeleteFolderRequest.js +0 -0
- /package/api/resources/assets/{client → resources/folders/client}/requests/UpsertFolderRequest.d.ts +0 -0
- /package/api/resources/assets/{client → resources/folders/client}/requests/UpsertFolderRequest.js +0 -0
- /package/{dist/api/resources/assets → api/resources/assets/resources/folders}/client/requests/index.js +0 -0
- /package/{serialization/resources/assets → api/resources/assets/resources/rules}/client/index.d.ts +0 -0
- /package/{serialization/resources/assets → api/resources/assets/resources/rules}/client/index.js +0 -0
- /package/api/resources/assets/{client → resources/rules/client}/requests/DeleteRuleRequest.d.ts +0 -0
- /package/api/resources/assets/{client → resources/rules/client}/requests/DeleteRuleRequest.js +0 -0
- /package/api/resources/assets/{client → resources/rules/client}/requests/ImportRuleRequest.d.ts +0 -0
- /package/api/resources/assets/{client → resources/rules/client}/requests/ImportRuleRequest.js +0 -0
- /package/api/resources/assets/{client/requests/ExportRuleRequest.js → resources/rules/client/requests/RulesListRequest.js} +0 -0
- /package/api/resources/assets/{client/requests/ListRulesRequest.js → resources/rules/client/requests/RulesPullRequest.js} +0 -0
- /package/api/resources/decisions/client/requests/{QueryRequest.js → DecisionsQueryRequest.js} +0 -0
- /package/api/resources/users/{client → resources/groups/client}/requests/CreateUserGroupRequest.d.ts +0 -0
- /package/api/resources/users/{client → resources/groups/client}/requests/CreateUserGroupRequest.js +0 -0
- /package/api/resources/values/client/requests/{DeleteRequest.js → ValuesDeleteRequest.js} +0 -0
- /package/api/resources/values/client/requests/{ListRequest.js → ValuesListRequest.js} +0 -0
- /package/dist/api/resources/assets/{client → resources/folders/client}/requests/DeleteFolderRequest.d.ts +0 -0
- /package/dist/api/resources/assets/{client → resources/folders/client}/requests/DeleteFolderRequest.js +0 -0
- /package/dist/api/resources/assets/{client → resources/folders/client}/requests/UpsertFolderRequest.d.ts +0 -0
- /package/dist/api/resources/assets/{client → resources/folders/client}/requests/UpsertFolderRequest.js +0 -0
- /package/dist/api/resources/assets/{client → resources/rules/client}/requests/DeleteRuleRequest.d.ts +0 -0
- /package/dist/api/resources/assets/{client → resources/rules/client}/requests/DeleteRuleRequest.js +0 -0
- /package/dist/api/resources/assets/{client → resources/rules/client}/requests/ImportRuleRequest.d.ts +0 -0
- /package/dist/api/resources/assets/{client → resources/rules/client}/requests/ImportRuleRequest.js +0 -0
- /package/dist/api/resources/assets/{client/requests/ExportRuleRequest.js → resources/rules/client/requests/RulesListRequest.js} +0 -0
- /package/dist/api/resources/assets/{client/requests/ListRulesRequest.js → resources/rules/client/requests/RulesPullRequest.js} +0 -0
- /package/dist/api/resources/decisions/client/requests/{QueryRequest.js → DecisionsQueryRequest.js} +0 -0
- /package/dist/api/resources/users/{client → resources/groups/client}/requests/CreateUserGroupRequest.d.ts +0 -0
- /package/dist/api/resources/users/{client → resources/groups/client}/requests/CreateUserGroupRequest.js +0 -0
- /package/dist/api/resources/values/client/requests/{DeleteRequest.js → ValuesDeleteRequest.js} +0 -0
- /package/dist/api/resources/values/client/requests/{ListRequest.js → ValuesListRequest.js} +0 -0
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UserInviteRequest = void 0;
|
|
4
4
|
var UserInviteRequest_1 = require("./UserInviteRequest");
|
|
5
5
|
Object.defineProperty(exports, "UserInviteRequest", { enumerable: true, get: function () { return UserInviteRequest_1.UserInviteRequest; } });
|
|
6
|
-
var CreateUserGroupRequest_1 = require("./CreateUserGroupRequest");
|
|
7
|
-
Object.defineProperty(exports, "CreateUserGroupRequest", { enumerable: true, get: function () { return CreateUserGroupRequest_1.CreateUserGroupRequest; } });
|
|
@@ -16,3 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./types"), exports);
|
|
18
18
|
__exportStar(require("./client"), exports);
|
|
19
|
+
__exportStar(require("./resources"), exports);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
|
-
import * as serializers from "
|
|
5
|
-
import * as
|
|
6
|
-
import * as core from "
|
|
7
|
-
export declare const CreateUserGroupRequest: core.serialization.Schema<serializers.CreateUserGroupRequest.Raw,
|
|
4
|
+
import * as serializers from "../../../../../../index";
|
|
5
|
+
import * as Rulebricks from "../../../../../../../api/index";
|
|
6
|
+
import * as core from "../../../../../../../core";
|
|
7
|
+
export declare const CreateUserGroupRequest: core.serialization.Schema<serializers.users.CreateUserGroupRequest.Raw, Rulebricks.users.CreateUserGroupRequest>;
|
|
8
8
|
export declare namespace CreateUserGroupRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
name: string;
|
|
@@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
exports.CreateUserGroupRequest = void 0;
|
|
30
|
-
const core = __importStar(require("
|
|
30
|
+
const core = __importStar(require("../../../../../../../core"));
|
|
31
31
|
exports.CreateUserGroupRequest = core.serialization.object({
|
|
32
32
|
name: core.serialization.string(),
|
|
33
33
|
description: core.serialization.string().optional(),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CreateUserGroupRequest } from "./CreateUserGroupRequest";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateUserGroupRequest = void 0;
|
|
4
|
+
var CreateUserGroupRequest_1 = require("./CreateUserGroupRequest");
|
|
5
|
+
Object.defineProperty(exports, "CreateUserGroupRequest", { enumerable: true, get: function () { return CreateUserGroupRequest_1.CreateUserGroupRequest; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./client";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
+
if (mod && mod.__esModule) return mod;
|
|
20
|
+
var result = {};
|
|
21
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
+
__setModuleDefault(result, mod);
|
|
23
|
+
return result;
|
|
24
|
+
};
|
|
25
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
26
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.groups = void 0;
|
|
30
|
+
exports.groups = __importStar(require("./groups"));
|
|
31
|
+
__exportStar(require("./groups/client/requests"), exports);
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../../../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../../../api/index";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
export declare const UserInviteRequestRole: core.serialization.Schema<serializers.UserInviteRequestRole.Raw,
|
|
7
|
+
export declare const UserInviteRequestRole: core.serialization.Schema<serializers.UserInviteRequestRole.Raw, Rulebricks.UserInviteRequestRole>;
|
|
8
8
|
export declare namespace UserInviteRequestRole {
|
|
9
9
|
type Raw = "admin" | "editor" | "developer" | "custom-role";
|
|
10
10
|
}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../../../../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../../../../api/index";
|
|
6
6
|
import * as core from "../../../../../core";
|
|
7
7
|
import { UpdateValuesRequestValuesValue } from "../../types/UpdateValuesRequestValuesValue";
|
|
8
|
-
export declare const UpdateValuesRequest: core.serialization.Schema<serializers.UpdateValuesRequest.Raw,
|
|
8
|
+
export declare const UpdateValuesRequest: core.serialization.Schema<serializers.UpdateValuesRequest.Raw, Rulebricks.UpdateValuesRequest>;
|
|
9
9
|
export declare namespace UpdateValuesRequest {
|
|
10
10
|
interface Raw {
|
|
11
11
|
values: Record<string, UpdateValuesRequestValuesValue.Raw>;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../../../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../../../api/index";
|
|
6
6
|
import * as core from "../../../../core";
|
|
7
|
-
export declare const UpdateValuesRequestValuesValue: core.serialization.Schema<serializers.UpdateValuesRequestValuesValue.Raw,
|
|
7
|
+
export declare const UpdateValuesRequestValuesValue: core.serialization.Schema<serializers.UpdateValuesRequestValuesValue.Raw, Rulebricks.UpdateValuesRequestValuesValue>;
|
|
8
8
|
export declare namespace UpdateValuesRequestValuesValue {
|
|
9
9
|
type Raw = string | number | boolean | string[];
|
|
10
10
|
}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { DynamicValueBase } from "./DynamicValueBase";
|
|
8
|
-
export declare const BooleanValue: core.serialization.ObjectSchema<serializers.BooleanValue.Raw,
|
|
8
|
+
export declare const BooleanValue: core.serialization.ObjectSchema<serializers.BooleanValue.Raw, Rulebricks.BooleanValue>;
|
|
9
9
|
export declare namespace BooleanValue {
|
|
10
10
|
interface Raw extends DynamicValueBase.Raw {
|
|
11
11
|
value?: boolean | null;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { DynamicResponsePayload } from "./DynamicResponsePayload";
|
|
8
8
|
import { BulkRuleResponseItemError } from "./BulkRuleResponseItemError";
|
|
9
|
-
export declare const BulkRuleResponseItem: core.serialization.Schema<serializers.BulkRuleResponseItem.Raw,
|
|
9
|
+
export declare const BulkRuleResponseItem: core.serialization.Schema<serializers.BulkRuleResponseItem.Raw, Rulebricks.BulkRuleResponseItem>;
|
|
10
10
|
export declare namespace BulkRuleResponseItem {
|
|
11
11
|
type Raw = DynamicResponsePayload.Raw | BulkRuleResponseItemError.Raw;
|
|
12
12
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const BulkRuleResponseItemError: core.serialization.ObjectSchema<serializers.BulkRuleResponseItemError.Raw,
|
|
7
|
+
export declare const BulkRuleResponseItemError: core.serialization.ObjectSchema<serializers.BulkRuleResponseItemError.Raw, Rulebricks.BulkRuleResponseItemError>;
|
|
8
8
|
export declare namespace BulkRuleResponseItemError {
|
|
9
9
|
interface Raw {
|
|
10
10
|
error?: string | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const CreateTestRequest: core.serialization.ObjectSchema<serializers.CreateTestRequest.Raw,
|
|
7
|
+
export declare const CreateTestRequest: core.serialization.ObjectSchema<serializers.CreateTestRequest.Raw, Rulebricks.CreateTestRequest>;
|
|
8
8
|
export declare namespace CreateTestRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
name: string;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { DecisionLogRequest } from "./DecisionLogRequest";
|
|
8
8
|
import { DecisionLogDecision } from "./DecisionLogDecision";
|
|
9
|
-
export declare const DecisionLog: core.serialization.ObjectSchema<serializers.DecisionLog.Raw,
|
|
9
|
+
export declare const DecisionLog: core.serialization.ObjectSchema<serializers.DecisionLog.Raw, Rulebricks.DecisionLog>;
|
|
10
10
|
export declare namespace DecisionLog {
|
|
11
11
|
interface Raw {
|
|
12
12
|
request?: DecisionLogRequest.Raw | null;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { DecisionLogDecisionConditionsItemValue } from "./DecisionLogDecisionConditionsItemValue";
|
|
8
|
-
export declare const DecisionLogDecision: core.serialization.ObjectSchema<serializers.DecisionLogDecision.Raw,
|
|
8
|
+
export declare const DecisionLogDecision: core.serialization.ObjectSchema<serializers.DecisionLogDecision.Raw, Rulebricks.DecisionLogDecision>;
|
|
9
9
|
export declare namespace DecisionLogDecision {
|
|
10
10
|
interface Raw {
|
|
11
11
|
conditions?: Record<string, DecisionLogDecisionConditionsItemValue.Raw>[] | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const DecisionLogDecisionConditionsItemValue: core.serialization.ObjectSchema<serializers.DecisionLogDecisionConditionsItemValue.Raw,
|
|
7
|
+
export declare const DecisionLogDecisionConditionsItemValue: core.serialization.ObjectSchema<serializers.DecisionLogDecisionConditionsItemValue.Raw, Rulebricks.DecisionLogDecisionConditionsItemValue>;
|
|
8
8
|
export declare namespace DecisionLogDecisionConditionsItemValue {
|
|
9
9
|
interface Raw {
|
|
10
10
|
result?: boolean | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const DecisionLogRequest: core.serialization.ObjectSchema<serializers.DecisionLogRequest.Raw,
|
|
7
|
+
export declare const DecisionLogRequest: core.serialization.ObjectSchema<serializers.DecisionLogRequest.Raw, Rulebricks.DecisionLogRequest>;
|
|
8
8
|
export declare namespace DecisionLogRequest {
|
|
9
9
|
interface Raw {
|
|
10
10
|
ip?: string | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const DecisionLogResponse: core.serialization.ObjectSchema<serializers.DecisionLogResponse.Raw,
|
|
7
|
+
export declare const DecisionLogResponse: core.serialization.ObjectSchema<serializers.DecisionLogResponse.Raw, Rulebricks.DecisionLogResponse>;
|
|
8
8
|
export declare namespace DecisionLogResponse {
|
|
9
9
|
interface Raw {
|
|
10
10
|
data?: serializers.DecisionLog.Raw[] | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const DynamicRequestPayload: core.serialization.Schema<serializers.DynamicRequestPayload.Raw,
|
|
7
|
+
export declare const DynamicRequestPayload: core.serialization.Schema<serializers.DynamicRequestPayload.Raw, Rulebricks.DynamicRequestPayload>;
|
|
8
8
|
export declare namespace DynamicRequestPayload {
|
|
9
9
|
type Raw = Record<string, unknown>;
|
|
10
10
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const DynamicResponsePayload: core.serialization.Schema<serializers.DynamicResponsePayload.Raw,
|
|
7
|
+
export declare const DynamicResponsePayload: core.serialization.Schema<serializers.DynamicResponsePayload.Raw, Rulebricks.DynamicResponsePayload>;
|
|
8
8
|
export declare namespace DynamicResponsePayload {
|
|
9
9
|
type Raw = Record<string, unknown>;
|
|
10
10
|
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { StringValue } from "./StringValue";
|
|
8
8
|
import { NumberValue } from "./NumberValue";
|
|
9
9
|
import { BooleanValue } from "./BooleanValue";
|
|
10
10
|
import { ListValue } from "./ListValue";
|
|
11
|
-
export declare const DynamicValue: core.serialization.Schema<serializers.DynamicValue.Raw,
|
|
11
|
+
export declare const DynamicValue: core.serialization.Schema<serializers.DynamicValue.Raw, Rulebricks.DynamicValue>;
|
|
12
12
|
export declare namespace DynamicValue {
|
|
13
13
|
type Raw = DynamicValue.String | DynamicValue.Number | DynamicValue.Boolean | DynamicValue.List;
|
|
14
14
|
interface String extends StringValue.Raw {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { RuleUsage } from "./RuleUsage";
|
|
8
|
-
export declare const DynamicValueBase: core.serialization.ObjectSchema<serializers.DynamicValueBase.Raw,
|
|
8
|
+
export declare const DynamicValueBase: core.serialization.ObjectSchema<serializers.DynamicValueBase.Raw, Rulebricks.DynamicValueBase>;
|
|
9
9
|
export declare namespace DynamicValueBase {
|
|
10
10
|
interface Raw {
|
|
11
11
|
id?: string | null;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { DynamicValue } from "./DynamicValue";
|
|
8
|
-
export declare const DynamicValueListResponse: core.serialization.Schema<serializers.DynamicValueListResponse.Raw,
|
|
8
|
+
export declare const DynamicValueListResponse: core.serialization.Schema<serializers.DynamicValueListResponse.Raw, Rulebricks.DynamicValueListResponse>;
|
|
9
9
|
export declare namespace DynamicValueListResponse {
|
|
10
10
|
type Raw = DynamicValue.Raw[];
|
|
11
11
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const Error_: core.serialization.ObjectSchema<serializers.Error_.Raw,
|
|
7
|
+
export declare const Error_: core.serialization.ObjectSchema<serializers.Error_.Raw, Rulebricks.Error_>;
|
|
8
8
|
export declare namespace Error_ {
|
|
9
9
|
interface Raw {
|
|
10
10
|
error?: string | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const FlowBase: core.serialization.ObjectSchema<serializers.FlowBase.Raw,
|
|
7
|
+
export declare const FlowBase: core.serialization.ObjectSchema<serializers.FlowBase.Raw, Rulebricks.FlowBase>;
|
|
8
8
|
export declare namespace FlowBase {
|
|
9
9
|
interface Raw {
|
|
10
10
|
id?: string | null;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { FlowBase } from "./FlowBase";
|
|
8
|
-
export declare const FlowDetail: core.serialization.ObjectSchema<serializers.FlowDetail.Raw,
|
|
8
|
+
export declare const FlowDetail: core.serialization.ObjectSchema<serializers.FlowDetail.Raw, Rulebricks.FlowDetail>;
|
|
9
9
|
export declare namespace FlowDetail {
|
|
10
10
|
interface Raw extends FlowBase.Raw {
|
|
11
11
|
published?: boolean | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const FlowExecutionError: core.serialization.ObjectSchema<serializers.FlowExecutionError.Raw,
|
|
7
|
+
export declare const FlowExecutionError: core.serialization.ObjectSchema<serializers.FlowExecutionError.Raw, Rulebricks.FlowExecutionError>;
|
|
8
8
|
export declare namespace FlowExecutionError {
|
|
9
9
|
interface Raw {
|
|
10
10
|
error?: string | null;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { FlowDetail } from "./FlowDetail";
|
|
8
|
-
export declare const FlowListResponse: core.serialization.Schema<serializers.FlowListResponse.Raw,
|
|
8
|
+
export declare const FlowListResponse: core.serialization.Schema<serializers.FlowListResponse.Raw, Rulebricks.FlowListResponse>;
|
|
9
9
|
export declare namespace FlowListResponse {
|
|
10
10
|
type Raw = FlowDetail.Raw[];
|
|
11
11
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const Folder: core.serialization.ObjectSchema<serializers.Folder.Raw,
|
|
7
|
+
export declare const Folder: core.serialization.ObjectSchema<serializers.Folder.Raw, Rulebricks.Folder>;
|
|
8
8
|
export declare namespace Folder {
|
|
9
9
|
interface Raw {
|
|
10
10
|
id?: string | null;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { Folder } from "./Folder";
|
|
8
|
-
export declare const FolderListResponse: core.serialization.Schema<serializers.FolderListResponse.Raw,
|
|
8
|
+
export declare const FolderListResponse: core.serialization.Schema<serializers.FolderListResponse.Raw, Rulebricks.FolderListResponse>;
|
|
9
9
|
export declare namespace FolderListResponse {
|
|
10
10
|
type Raw = Folder.Raw[];
|
|
11
11
|
}
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { ListValueValueItem } from "./ListValueValueItem";
|
|
8
8
|
import { DynamicValueBase } from "./DynamicValueBase";
|
|
9
|
-
export declare const ListValue: core.serialization.ObjectSchema<serializers.ListValue.Raw,
|
|
9
|
+
export declare const ListValue: core.serialization.ObjectSchema<serializers.ListValue.Raw, Rulebricks.ListValue>;
|
|
10
10
|
export declare namespace ListValue {
|
|
11
11
|
interface Raw extends DynamicValueBase.Raw {
|
|
12
12
|
value?: ListValueValueItem.Raw[] | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const ListValueValueItem: core.serialization.Schema<serializers.ListValueValueItem.Raw,
|
|
7
|
+
export declare const ListValueValueItem: core.serialization.Schema<serializers.ListValueValueItem.Raw, Rulebricks.ListValueValueItem>;
|
|
8
8
|
export declare namespace ListValueValueItem {
|
|
9
9
|
type Raw = string | number | boolean | Record<string, unknown> | unknown[];
|
|
10
10
|
}
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { DynamicValueBase } from "./DynamicValueBase";
|
|
8
|
-
export declare const NumberValue: core.serialization.ObjectSchema<serializers.NumberValue.Raw,
|
|
8
|
+
export declare const NumberValue: core.serialization.ObjectSchema<serializers.NumberValue.Raw, Rulebricks.NumberValue>;
|
|
9
9
|
export declare namespace NumberValue {
|
|
10
10
|
interface Raw extends DynamicValueBase.Raw {
|
|
11
11
|
value?: number | null;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { ParallelSolveRequestValue } from "./ParallelSolveRequestValue";
|
|
8
|
-
export declare const ParallelSolveRequest: core.serialization.Schema<serializers.ParallelSolveRequest.Raw,
|
|
8
|
+
export declare const ParallelSolveRequest: core.serialization.Schema<serializers.ParallelSolveRequest.Raw, Rulebricks.ParallelSolveRequest>;
|
|
9
9
|
export declare namespace ParallelSolveRequest {
|
|
10
10
|
type Raw = Record<string, ParallelSolveRequestValue.Raw>;
|
|
11
11
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const ParallelSolveRequestValue: core.serialization.ObjectSchema<serializers.ParallelSolveRequestValue.Raw,
|
|
7
|
+
export declare const ParallelSolveRequestValue: core.serialization.ObjectSchema<serializers.ParallelSolveRequestValue.Raw, Rulebricks.ParallelSolveRequestValue>;
|
|
8
8
|
export declare namespace ParallelSolveRequestValue {
|
|
9
9
|
interface Raw {
|
|
10
10
|
$rule?: string | null;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { DynamicResponsePayload } from "./DynamicResponsePayload";
|
|
8
|
-
export declare const ParallelSolveResponse: core.serialization.Schema<serializers.ParallelSolveResponse.Raw,
|
|
8
|
+
export declare const ParallelSolveResponse: core.serialization.Schema<serializers.ParallelSolveResponse.Raw, Rulebricks.ParallelSolveResponse>;
|
|
9
9
|
export declare namespace ParallelSolveResponse {
|
|
10
10
|
type Raw = Record<string, DynamicResponsePayload.Raw>;
|
|
11
11
|
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const RuleBase: core.serialization.ObjectSchema<serializers.RuleBase.Raw,
|
|
7
|
+
export declare const RuleBase: core.serialization.ObjectSchema<serializers.RuleBase.Raw, Rulebricks.RuleBase>;
|
|
8
8
|
export declare namespace RuleBase {
|
|
9
9
|
interface Raw {
|
|
10
10
|
id?: string | null;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
7
|
import { Folder } from "./Folder";
|
|
8
8
|
import { SchemaField } from "./SchemaField";
|
|
9
9
|
import { RuleBase } from "./RuleBase";
|
|
10
|
-
export declare const RuleDetail: core.serialization.ObjectSchema<serializers.RuleDetail.Raw,
|
|
10
|
+
export declare const RuleDetail: core.serialization.ObjectSchema<serializers.RuleDetail.Raw, Rulebricks.RuleDetail>;
|
|
11
11
|
export declare namespace RuleDetail {
|
|
12
12
|
interface Raw extends RuleBase.Raw {
|
|
13
13
|
created_at?: string | null;
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as serializers from "../index";
|
|
5
|
-
import * as
|
|
5
|
+
import * as Rulebricks from "../../api/index";
|
|
6
6
|
import * as core from "../../core";
|
|
7
|
-
export declare const RuleExport: core.serialization.Schema<serializers.RuleExport.Raw,
|
|
7
|
+
export declare const RuleExport: core.serialization.Schema<serializers.RuleExport.Raw, Rulebricks.RuleExport>;
|
|
8
8
|
export declare namespace RuleExport {
|
|
9
9
|
type Raw = Record<string, unknown>;
|
|
10
10
|
}
|