@lcap/nasl-concepts 4.3.0-beta.6 → 4.3.0-beta.7

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.
Files changed (79) hide show
  1. package/out/concepts/AbstractValidation__.d.ts +43 -0
  2. package/out/concepts/AbstractValidation__.d.ts.map +1 -0
  3. package/out/concepts/AbstractValidation__.js +91 -0
  4. package/out/concepts/AbstractValidation__.js.map +1 -0
  5. package/out/concepts/BindAttribute__.d.ts +46 -46
  6. package/out/concepts/BindAttribute__.d.ts.map +1 -1
  7. package/out/concepts/BindAttribute__.js +42 -39
  8. package/out/concepts/BindAttribute__.js.map +1 -1
  9. package/out/concepts/BindStyle__.d.ts +1 -1
  10. package/out/concepts/BindStyle__.d.ts.map +1 -1
  11. package/out/concepts/BusinessComponent__.d.ts +1 -2
  12. package/out/concepts/BusinessComponent__.d.ts.map +1 -1
  13. package/out/concepts/BusinessComponent__.js +4 -0
  14. package/out/concepts/BusinessComponent__.js.map +1 -1
  15. package/out/concepts/Directory__.d.ts +1 -0
  16. package/out/concepts/Directory__.d.ts.map +1 -1
  17. package/out/concepts/Directory__.js.map +1 -1
  18. package/out/concepts/LogicDeclaration__.d.ts +8 -0
  19. package/out/concepts/LogicDeclaration__.d.ts.map +1 -1
  20. package/out/concepts/LogicDeclaration__.js +14 -0
  21. package/out/concepts/LogicDeclaration__.js.map +1 -1
  22. package/out/concepts/LogicItem__.d.ts +1 -1
  23. package/out/concepts/LogicItem__.d.ts.map +1 -1
  24. package/out/concepts/LogicItem__.js.map +1 -1
  25. package/out/concepts/Logic__.d.ts +8 -4
  26. package/out/concepts/Logic__.d.ts.map +1 -1
  27. package/out/concepts/Logic__.js +12 -2
  28. package/out/concepts/Logic__.js.map +1 -1
  29. package/out/concepts/MetadataType__.d.ts +46 -46
  30. package/out/concepts/MetadataType__.d.ts.map +1 -1
  31. package/out/concepts/MetadataType__.js +36 -35
  32. package/out/concepts/MetadataType__.js.map +1 -1
  33. package/out/concepts/NewComposite__.d.ts +1 -1
  34. package/out/concepts/ReferredDefinition__.d.ts.map +1 -1
  35. package/out/concepts/ReferredDefinition__.js +2 -3
  36. package/out/concepts/ReferredDefinition__.js.map +1 -1
  37. package/out/concepts/TypeAnnotation__.d.ts +5 -1
  38. package/out/concepts/TypeAnnotation__.d.ts.map +1 -1
  39. package/out/concepts/TypeAnnotation__.js +11 -0
  40. package/out/concepts/TypeAnnotation__.js.map +1 -1
  41. package/out/concepts/ValidationLogic__.d.ts +44 -0
  42. package/out/concepts/ValidationLogic__.d.ts.map +1 -0
  43. package/out/concepts/ValidationLogic__.js +159 -0
  44. package/out/concepts/ValidationLogic__.js.map +1 -0
  45. package/out/concepts/ValidationRule__.d.ts +2 -10
  46. package/out/concepts/ValidationRule__.d.ts.map +1 -1
  47. package/out/concepts/ValidationRule__.js +3 -22
  48. package/out/concepts/ValidationRule__.js.map +1 -1
  49. package/out/concepts/Variable__.d.ts.map +1 -1
  50. package/out/concepts/Variable__.js +1 -2
  51. package/out/concepts/Variable__.js.map +1 -1
  52. package/out/concepts/View__.d.ts +2 -2
  53. package/out/concepts/View__.d.ts.map +1 -1
  54. package/out/concepts/View__.js +35 -6
  55. package/out/concepts/View__.js.map +1 -1
  56. package/out/concepts/basics/stdlib/nasl.error.d.ts.map +1 -1
  57. package/out/concepts/basics/stdlib/nasl.error.js +16 -0
  58. package/out/concepts/basics/stdlib/nasl.error.js.map +1 -1
  59. package/out/concepts/index__.d.ts +2 -0
  60. package/out/concepts/index__.d.ts.map +1 -1
  61. package/out/concepts/index__.js +2 -0
  62. package/out/concepts/index__.js.map +1 -1
  63. package/out/concepts/utils/asserts.d.ts +77 -0
  64. package/out/concepts/utils/asserts.d.ts.map +1 -1
  65. package/out/concepts/utils/asserts.js +121 -15
  66. package/out/concepts/utils/asserts.js.map +1 -1
  67. package/out/concepts/utils/types.d.ts +10 -2
  68. package/out/concepts/utils/types.d.ts.map +1 -1
  69. package/out/service/getLogics.d.ts +2 -2
  70. package/out/service/getLogics.d.ts.map +1 -1
  71. package/out/service/getLogics.js +106 -0
  72. package/out/service/getLogics.js.map +1 -1
  73. package/out/service/getMemberIdentifier.d.ts.map +1 -1
  74. package/out/service/getMemberIdentifier.js +3 -1
  75. package/out/service/getMemberIdentifier.js.map +1 -1
  76. package/out/service/node-concept-predicate.d.ts.map +1 -1
  77. package/out/service/node-concept-predicate.js +1 -1
  78. package/out/service/node-concept-predicate.js.map +1 -1
  79. package/package.json +6 -6
@@ -2,21 +2,21 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.isStrictAttribute = exports.isStrictBusinessComponent = exports.isStrictViewComponentDeclaration = exports.isStrictAnonymousFunctionSetter = exports.isStrictPropertyTransformSetter = exports.isStrictPropertySelectSetter = exports.isStrictImageSetter = exports.isStrictIconSetter = exports.isStrictNumberInputSetter = exports.isStrictCapsulesSetter = exports.isStrictEnumSelectSetter = exports.isStrictSetterOption = exports.isStrictSwitchSetter = exports.isStrictInputSetter = exports.isStrictThemeVariable = exports.isStrictBindStyle = exports.isStrictBindEvent = exports.isStrictBindDirective = exports.isStrictBindAttribute = exports.isStrictViewElement = exports.isStrictView = exports.isStrictMetadataType = exports.isStrictEntityIndex = exports.isStrictEntityProperty = exports.isStrictEntity = exports.isStrictDataSource = exports.isStrictEnumItem = exports.isStrictEnum = exports.isStrictStructureProperty = exports.isStrictStructure = exports.isStrictTypeParam = exports.isStrictDatabaseTypeAnnotation = exports.isStrictTypeAnnotation = exports.isStrictMicroApp = exports.isStrictIntegration = exports.isStrictBackend = exports.isStrictFrontend = exports.isStrictFrontendType = exports.isStrictReferredDefinition = exports.isStrictDirectory = exports.isStrictNamespace = exports.isStrictModule = exports.isStrictApp = exports.isStrictApplyAnnotation = exports.isStrictAnnotationProperty = exports.isStrictAnnotation = exports.assertFileNode = exports.isFileNode = exports.assertBaseNode = exports.isBaseNode = void 0;
4
4
  exports.isStrictCallEvent = exports.isStrictCallLogic = exports.isStrictComment = exports.isStrictBatchAssignment = exports.isStrictAssignment = exports.isStrictContinue = exports.isStrictBreak = exports.isStrictWhileStatement = exports.isStrictForEachStatement = exports.isStrictSwitchCase = exports.isStrictSwitchStatement = exports.isStrictIfStatement = exports.isStrictEnd = exports.isStrictStart = exports.isStrictAbort = exports.isStrictDefaultValue = exports.isStrictTransactional = exports.isStrictInterfaceParam = exports.isStrictGatewayInterface = exports.isStrictMicroserviceInterface = exports.isStrictConnectionInfo = exports.isStrictMcpInterface = exports.isStrictInterface = exports.isStrictRetryConfig = exports.isStrictAnonymousFunction = exports.isStrictFunction = exports.isStrictSubLogic = exports.isStrictConstant = exports.isStrictFrontendVariable = exports.isStrictBackendVariable = exports.isStrictVariable = exports.isStrictReturn = exports.isStrictParamWithGroup = exports.isStrictParam = exports.isStrictBusinessLogic = exports.isStrictOverriddenLogic = exports.isStrictAuthLogicForCallInterface = exports.isStrictAuthLogic = exports.isStrictPermissionForSharedScope = exports.isStrictSharedScope = exports.isStrictLogic = exports.isStrictViewComponent = exports.isStrictSlot = exports.isStrictTheme = exports.isStrictCSSRule = exports.isStrictLogicDeclaration = exports.isStrictSlotDeclaration = exports.isStrictEventDeclaration = exports.isStrictPropDeclaration = exports.isStrictEvent = void 0;
5
- exports.isStrictAssignee = exports.isStrictProcessOutcome = exports.isStrictCountersignPolicy = exports.isStrictSequentialPolicy = exports.isStrictProcessComponent = exports.isStrictProcessElement = exports.isStrictProcess = exports.isStrictOqlQueryComponent = exports.isStrictSqlQueryComponent = exports.isStrictQueryLimitExpression = exports.isStrictQueryGroupByExpression = exports.isStrictQueryOrderByExpression = exports.isStrictQueryAggregateExpression = exports.isStrictQueryFieldExpression = exports.isStrictQueryJoinExpression = exports.isStrictQueryFromExpression = exports.isStrictQuerySelectExpression = exports.isStrictCallQueryComponent = exports.isStrictPaginate = exports.isStrictNewMap = exports.isStrictNewList = exports.isStrictNewStructure = exports.isStrictNewComposite = exports.isStrictNew = exports.isStrictUnparsed = exports.isStrictMemberExpression = exports.isStrictUnaryExpression = exports.isStrictMatch = exports.isStrictMatchCase = exports.isStrictVariadicExpression = exports.isStrictBinaryExpression = exports.isStrictNumericLiteral = exports.isStrictStaticString = exports.isStrictStringInterpolation = exports.isStrictStringLiteral = exports.isStrictBooleanLiteral = exports.isStrictNullLiteral = exports.isStrictIdentifier = exports.isStrictBlock = exports.isStrictJavaLogic = exports.isStrictJSBlock = exports.isStrictAnchor = exports.isStrictArgument = exports.isStrictValidationRule = exports.isStrictExternalDestination = exports.isStrictDestination = exports.isStrictCallGatewayInterface = exports.isStrictCallMicroserviceInterface = exports.isStrictCallInterface = exports.isStrictCallFunction = void 0;
6
- exports.isStrictReassignUnmannedV2 = exports.isStrictAutoRejectUnmannedV2 = exports.isStrictAutoApproveUnmannedV2 = exports.isStrictOrSignPolicyV2 = exports.isStrictCountersignPolicyV2 = exports.isStrictSequentialPolicyV2 = exports.isStrictFlowConditionV2 = exports.isStrictDepartmentAssignees = exports.isStrictRoleAssignees = exports.isStrictUserAssignees = exports.isStrictDepartmentManagerV2 = exports.isStrictDirectManagerV2 = exports.isStrictDepartmentV2 = exports.isStrictAssigneeV2 = exports.isStrictOperatePermissionV2 = exports.isStrictProcessElementV2 = exports.isStrictFieldPermissionV2 = exports.isStrictProcessBindV2 = exports.isStrictHistoryProcessV2 = exports.isStrictProcessDefinitionV2 = exports.isStrictProcessV2 = exports.isStrictConnectorLogic = exports.isStrictConnection = exports.isStrictCallConnector = exports.isStrictConnector = exports.isStrictDependency = exports.isStrictMsgTriggerLauncher = exports.isStrictConnectorTriggerLauncher = exports.isStrictTriggerLauncher = exports.isStrictConnectorTrigger = exports.isStrictInterfaceTriggerEvent = exports.isStrictMsgTriggerEvent = exports.isStrictCallAuthInterface = exports.isStrictAuthInterface = exports.isStrictViewBlockWithImage = exports.isStrictViewBlock = exports.isStrictFrontendLibrary = exports.isStrictAssignmentLine = exports.isStrictSelectMembers = exports.isStrictRect = exports.isStrictPoint = exports.isStrictUseComponent = exports.isStrictCompletionProperty = exports.isStrictI18nInfo = exports.isStrictConfigPropertyValue = exports.isStrictConfigProperty = exports.isStrictConfigGroup = exports.isStrictConfiguration = exports.isStrictRole = exports.isStrictProcessOutcomes = void 0;
7
- exports.isPropDeclaration = exports.isEvent = exports.isAttribute = exports.isBusinessComponent = exports.isViewComponentDeclaration = exports.isAnonymousFunctionSetter = exports.isPropertyTransformSetter = exports.isPropertySelectSetter = exports.isImageSetter = exports.isIconSetter = exports.isNumberInputSetter = exports.isCapsulesSetter = exports.isEnumSelectSetter = exports.isSetterOption = exports.isSwitchSetter = exports.isInputSetter = exports.isBaseSetter = exports.isThemeVariable = exports.isBindStyle = exports.isBindEvent = exports.isBindDirective = exports.isBindAttribute = exports.isViewElement = exports.isView = exports.isMetadataType = exports.isEntityIndex = exports.isEntityProperty = exports.isEntity = exports.isDataSource = exports.isEnumItem = exports.isEnum = exports.isStructureProperty = exports.isStructure = exports.isTypeParam = exports.isDatabaseTypeAnnotation = exports.isTypeAnnotation = exports.isMicroApp = exports.isIntegration = exports.isBackend = exports.isFrontend = exports.isFrontendType = exports.isReferredDefinition = exports.isDirectory = exports.isNamespace = exports.isModule = exports.isApp = exports.isApplyAnnotation = exports.isAnnotatable = exports.isAnnotationProperty = exports.isAnnotation = void 0;
8
- exports.isCallLogic = exports.isComment = exports.isBatchAssignment = exports.isAssignment = exports.isContinue = exports.isBreak = exports.isWhileStatement = exports.isForEachStatement = exports.isSwitchCase = exports.isSwitchStatement = exports.isIfStatement = exports.isEnd = exports.isStart = exports.isAbort = exports.isDefaultValue = exports.isTransactional = exports.isInterfaceParam = exports.isGatewayInterface = exports.isMicroserviceInterface = exports.isConnectionInfo = exports.isMcpInterface = exports.isInterface = exports.isRetryConfig = exports.isImportedInterface = exports.isAnonymousFunction = exports.isFunction = exports.isSubLogic = exports.isLogicItem = exports.isConstant = exports.isFrontendVariable = exports.isBackendVariable = exports.isVariable = exports.isReturn = exports.isParamWithGroup = exports.isParam = exports.isAbstractInterface = exports.isBusinessLogic = exports.isOverriddenLogic = exports.isAuthLogicForCallInterface = exports.isAuthLogic = exports.isPermissionForSharedScope = exports.isSharedScope = exports.isLogic = exports.isViewComponent = exports.isSlot = exports.isTheme = exports.isCSSRule = exports.isLogicDeclaration = exports.isSlotDeclaration = exports.isEventDeclaration = void 0;
9
- exports.isCountersignPolicy = exports.isSequentialPolicy = exports.isMultiApprovalPolicy = exports.isProcessComponent = exports.isProcessElement = exports.isProcess = exports.isOqlQueryComponent = exports.isSqlQueryComponent = exports.isQueryLimitExpression = exports.isQueryGroupByExpression = exports.isQueryOrderByExpression = exports.isQueryAggregateExpression = exports.isQueryFieldExpression = exports.isQueryJoinExpression = exports.isQueryFromExpression = exports.isQuerySelectExpression = exports.isCallQueryComponent = exports.isPaginate = exports.isNewMap = exports.isNewList = exports.isNewStructure = exports.isNewComposite = exports.isNew = exports.isUnparsed = exports.isMemberExpression = exports.isUnaryExpression = exports.isMatch = exports.isMatchCase = exports.isVariadicExpression = exports.isBinaryExpression = exports.isNumericLiteral = exports.isStaticString = exports.isStringInterpolation = exports.isStringLiteral = exports.isBooleanLiteral = exports.isNullLiteral = exports.isIdentifier = exports.isBlock = exports.isJavaLogic = exports.isJSBlock = exports.isAnchor = exports.isArgument = exports.isValidationRule = exports.isExternalDestination = exports.isDestination = exports.isCallGatewayInterface = exports.isCallMicroserviceInterface = exports.isCallInterface = exports.isCallFunction = exports.isCallEvent = void 0;
10
- exports.isApprovalPolicyV2 = exports.isFlowConditionV2 = exports.isDepartmentAssignees = exports.isRoleAssignees = exports.isUserAssignees = exports.isAssignees = exports.isDepartmentManagerV2 = exports.isDirectManagerV2 = exports.isManagerV2 = exports.isDepartmentV2 = exports.isAssigneeV2 = exports.isOperatePermissionV2 = exports.isProcessElementV2 = exports.isFieldPermissionV2 = exports.isProcessBindV2 = exports.isHistoryProcessV2 = exports.isProcessDefinitionV2 = exports.isProcessV2 = exports.isConnectorLogic = exports.isConnection = exports.isCallConnector = exports.isConnector = exports.isDependency = exports.isMsgTriggerLauncher = exports.isConnectorTriggerLauncher = exports.isTriggerLauncher = exports.isConnectorTrigger = exports.isInterfaceTriggerEvent = exports.isMsgTriggerEvent = exports.isTriggerEvent = exports.isCallAuthInterface = exports.isAuthInterface = exports.isViewBlockWithImage = exports.isViewBlock = exports.isFrontendLibrary = exports.isAssignmentLine = exports.isSelectMembers = exports.isRect = exports.isPoint = exports.isUseComponent = exports.isCompletionProperty = exports.isI18nInfo = exports.isConfigPropertyValue = exports.isConfigProperty = exports.isConfigGroup = exports.isConfiguration = exports.isRole = exports.isProcessOutcomes = exports.isAssignee = exports.isProcessOutcome = void 0;
11
- exports.assertStrictAnonymousFunctionSetter = exports.assertStrictPropertyTransformSetter = exports.assertStrictPropertySelectSetter = exports.assertStrictImageSetter = exports.assertStrictIconSetter = exports.assertStrictNumberInputSetter = exports.assertStrictCapsulesSetter = exports.assertStrictEnumSelectSetter = exports.assertStrictSetterOption = exports.assertStrictSwitchSetter = exports.assertStrictInputSetter = exports.assertStrictThemeVariable = exports.assertStrictBindStyle = exports.assertStrictBindEvent = exports.assertStrictBindDirective = exports.assertStrictBindAttribute = exports.assertStrictViewElement = exports.assertStrictView = exports.assertStrictMetadataType = exports.assertStrictEntityIndex = exports.assertStrictEntityProperty = exports.assertStrictEntity = exports.assertStrictDataSource = exports.assertStrictEnumItem = exports.assertStrictEnum = exports.assertStrictStructureProperty = exports.assertStrictStructure = exports.assertStrictTypeParam = exports.assertStrictDatabaseTypeAnnotation = exports.assertStrictTypeAnnotation = exports.assertStrictMicroApp = exports.assertStrictIntegration = exports.assertStrictBackend = exports.assertStrictFrontend = exports.assertStrictFrontendType = exports.assertStrictReferredDefinition = exports.assertStrictDirectory = exports.assertStrictNamespace = exports.assertStrictModule = exports.assertStrictApp = exports.assertStrictApplyAnnotation = exports.assertStrictAnnotationProperty = exports.assertStrictAnnotation = exports.isReassignUnmannedV2 = exports.isAutoRejectUnmannedV2 = exports.isAutoApproveUnmannedV2 = exports.isUnmannedApprovalStrategyV2 = exports.isOrSignPolicyV2 = exports.isCountersignPolicyV2 = exports.isSequentialPolicyV2 = void 0;
12
- exports.assertStrictBatchAssignment = exports.assertStrictAssignment = exports.assertStrictContinue = exports.assertStrictBreak = exports.assertStrictWhileStatement = exports.assertStrictForEachStatement = exports.assertStrictSwitchCase = exports.assertStrictSwitchStatement = exports.assertStrictIfStatement = exports.assertStrictEnd = exports.assertStrictStart = exports.assertStrictAbort = exports.assertStrictDefaultValue = exports.assertStrictTransactional = exports.assertStrictInterfaceParam = exports.assertStrictGatewayInterface = exports.assertStrictMicroserviceInterface = exports.assertStrictConnectionInfo = exports.assertStrictMcpInterface = exports.assertStrictInterface = exports.assertStrictRetryConfig = exports.assertStrictAnonymousFunction = exports.assertStrictFunction = exports.assertStrictSubLogic = exports.assertStrictConstant = exports.assertStrictFrontendVariable = exports.assertStrictBackendVariable = exports.assertStrictVariable = exports.assertStrictReturn = exports.assertStrictParamWithGroup = exports.assertStrictParam = exports.assertStrictBusinessLogic = exports.assertStrictOverriddenLogic = exports.assertStrictAuthLogicForCallInterface = exports.assertStrictAuthLogic = exports.assertStrictPermissionForSharedScope = exports.assertStrictSharedScope = exports.assertStrictLogic = exports.assertStrictViewComponent = exports.assertStrictSlot = exports.assertStrictTheme = exports.assertStrictCSSRule = exports.assertStrictLogicDeclaration = exports.assertStrictSlotDeclaration = exports.assertStrictEventDeclaration = exports.assertStrictPropDeclaration = exports.assertStrictEvent = exports.assertStrictAttribute = exports.assertStrictBusinessComponent = exports.assertStrictViewComponentDeclaration = void 0;
13
- exports.assertStrictSequentialPolicy = exports.assertStrictProcessComponent = exports.assertStrictProcessElement = exports.assertStrictProcess = exports.assertStrictOqlQueryComponent = exports.assertStrictSqlQueryComponent = exports.assertStrictQueryLimitExpression = exports.assertStrictQueryGroupByExpression = exports.assertStrictQueryOrderByExpression = exports.assertStrictQueryAggregateExpression = exports.assertStrictQueryFieldExpression = exports.assertStrictQueryJoinExpression = exports.assertStrictQueryFromExpression = exports.assertStrictQuerySelectExpression = exports.assertStrictCallQueryComponent = exports.assertStrictPaginate = exports.assertStrictNewMap = exports.assertStrictNewList = exports.assertStrictNewStructure = exports.assertStrictNewComposite = exports.assertStrictNew = exports.assertStrictUnparsed = exports.assertStrictMemberExpression = exports.assertStrictUnaryExpression = exports.assertStrictMatch = exports.assertStrictMatchCase = exports.assertStrictVariadicExpression = exports.assertStrictBinaryExpression = exports.assertStrictNumericLiteral = exports.assertStrictStaticString = exports.assertStrictStringInterpolation = exports.assertStrictStringLiteral = exports.assertStrictBooleanLiteral = exports.assertStrictNullLiteral = exports.assertStrictIdentifier = exports.assertStrictBlock = exports.assertStrictJavaLogic = exports.assertStrictJSBlock = exports.assertStrictAnchor = exports.assertStrictArgument = exports.assertStrictValidationRule = exports.assertStrictExternalDestination = exports.assertStrictDestination = exports.assertStrictCallGatewayInterface = exports.assertStrictCallMicroserviceInterface = exports.assertStrictCallInterface = exports.assertStrictCallFunction = exports.assertStrictCallEvent = exports.assertStrictCallLogic = exports.assertStrictComment = void 0;
14
- exports.assertStrictOrSignPolicyV2 = exports.assertStrictCountersignPolicyV2 = exports.assertStrictSequentialPolicyV2 = exports.assertStrictFlowConditionV2 = exports.assertStrictDepartmentAssignees = exports.assertStrictRoleAssignees = exports.assertStrictUserAssignees = exports.assertStrictDepartmentManagerV2 = exports.assertStrictDirectManagerV2 = exports.assertStrictDepartmentV2 = exports.assertStrictAssigneeV2 = exports.assertStrictOperatePermissionV2 = exports.assertStrictProcessElementV2 = exports.assertStrictFieldPermissionV2 = exports.assertStrictProcessBindV2 = exports.assertStrictHistoryProcessV2 = exports.assertStrictProcessDefinitionV2 = exports.assertStrictProcessV2 = exports.assertStrictConnectorLogic = exports.assertStrictConnection = exports.assertStrictCallConnector = exports.assertStrictConnector = exports.assertStrictDependency = exports.assertStrictMsgTriggerLauncher = exports.assertStrictConnectorTriggerLauncher = exports.assertStrictTriggerLauncher = exports.assertStrictConnectorTrigger = exports.assertStrictInterfaceTriggerEvent = exports.assertStrictMsgTriggerEvent = exports.assertStrictCallAuthInterface = exports.assertStrictAuthInterface = exports.assertStrictViewBlockWithImage = exports.assertStrictViewBlock = exports.assertStrictFrontendLibrary = exports.assertStrictAssignmentLine = exports.assertStrictSelectMembers = exports.assertStrictRect = exports.assertStrictPoint = exports.assertStrictUseComponent = exports.assertStrictCompletionProperty = exports.assertStrictI18nInfo = exports.assertStrictConfigPropertyValue = exports.assertStrictConfigProperty = exports.assertStrictConfigGroup = exports.assertStrictConfiguration = exports.assertStrictRole = exports.assertStrictProcessOutcomes = exports.assertStrictAssignee = exports.assertStrictProcessOutcome = exports.assertStrictCountersignPolicy = void 0;
15
- exports.assertBusinessComponent = exports.assertViewComponentDeclaration = exports.assertAnonymousFunctionSetter = exports.assertPropertyTransformSetter = exports.assertPropertySelectSetter = exports.assertImageSetter = exports.assertIconSetter = exports.assertNumberInputSetter = exports.assertCapsulesSetter = exports.assertEnumSelectSetter = exports.assertSetterOption = exports.assertSwitchSetter = exports.assertInputSetter = exports.assertBaseSetter = exports.assertThemeVariable = exports.assertBindStyle = exports.assertBindEvent = exports.assertBindDirective = exports.assertBindAttribute = exports.assertViewElement = exports.assertView = exports.assertMetadataType = exports.assertEntityIndex = exports.assertEntityProperty = exports.assertEntity = exports.assertDataSource = exports.assertEnumItem = exports.assertEnum = exports.assertStructureProperty = exports.assertStructure = exports.assertTypeParam = exports.assertDatabaseTypeAnnotation = exports.assertTypeAnnotation = exports.assertMicroApp = exports.assertIntegration = exports.assertBackend = exports.assertFrontend = exports.assertFrontendType = exports.assertReferredDefinition = exports.assertDirectory = exports.assertNamespace = exports.assertModule = exports.assertApp = exports.assertApplyAnnotation = exports.assertAnnotatable = exports.assertAnnotationProperty = exports.assertAnnotation = exports.assertStrictReassignUnmannedV2 = exports.assertStrictAutoRejectUnmannedV2 = exports.assertStrictAutoApproveUnmannedV2 = void 0;
16
- exports.assertAssignment = exports.assertContinue = exports.assertBreak = exports.assertWhileStatement = exports.assertForEachStatement = exports.assertSwitchCase = exports.assertSwitchStatement = exports.assertIfStatement = exports.assertEnd = exports.assertStart = exports.assertAbort = exports.assertDefaultValue = exports.assertTransactional = exports.assertInterfaceParam = exports.assertGatewayInterface = exports.assertMicroserviceInterface = exports.assertConnectionInfo = exports.assertMcpInterface = exports.assertInterface = exports.assertRetryConfig = exports.assertImportedInterface = exports.assertAnonymousFunction = exports.assertFunction = exports.assertSubLogic = exports.assertLogicItem = exports.assertConstant = exports.assertFrontendVariable = exports.assertBackendVariable = exports.assertVariable = exports.assertReturn = exports.assertParamWithGroup = exports.assertParam = exports.assertAbstractInterface = exports.assertBusinessLogic = exports.assertOverriddenLogic = exports.assertAuthLogicForCallInterface = exports.assertAuthLogic = exports.assertPermissionForSharedScope = exports.assertSharedScope = exports.assertLogic = exports.assertViewComponent = exports.assertSlot = exports.assertTheme = exports.assertCSSRule = exports.assertLogicDeclaration = exports.assertSlotDeclaration = exports.assertEventDeclaration = exports.assertPropDeclaration = exports.assertEvent = exports.assertAttribute = void 0;
17
- exports.assertProcessComponent = exports.assertProcessElement = exports.assertProcess = exports.assertOqlQueryComponent = exports.assertSqlQueryComponent = exports.assertQueryLimitExpression = exports.assertQueryGroupByExpression = exports.assertQueryOrderByExpression = exports.assertQueryAggregateExpression = exports.assertQueryFieldExpression = exports.assertQueryJoinExpression = exports.assertQueryFromExpression = exports.assertQuerySelectExpression = exports.assertCallQueryComponent = exports.assertPaginate = exports.assertNewMap = exports.assertNewList = exports.assertNewStructure = exports.assertNewComposite = exports.assertNew = exports.assertUnparsed = exports.assertMemberExpression = exports.assertUnaryExpression = exports.assertMatch = exports.assertMatchCase = exports.assertVariadicExpression = exports.assertBinaryExpression = exports.assertNumericLiteral = exports.assertStaticString = exports.assertStringInterpolation = exports.assertStringLiteral = exports.assertBooleanLiteral = exports.assertNullLiteral = exports.assertIdentifier = exports.assertBlock = exports.assertJavaLogic = exports.assertJSBlock = exports.assertAnchor = exports.assertArgument = exports.assertValidationRule = exports.assertExternalDestination = exports.assertDestination = exports.assertCallGatewayInterface = exports.assertCallMicroserviceInterface = exports.assertCallInterface = exports.assertCallFunction = exports.assertCallEvent = exports.assertCallLogic = exports.assertComment = exports.assertBatchAssignment = void 0;
18
- exports.assertRoleAssignees = exports.assertUserAssignees = exports.assertAssignees = exports.assertDepartmentManagerV2 = exports.assertDirectManagerV2 = exports.assertManagerV2 = exports.assertDepartmentV2 = exports.assertAssigneeV2 = exports.assertOperatePermissionV2 = exports.assertProcessElementV2 = exports.assertFieldPermissionV2 = exports.assertProcessBindV2 = exports.assertHistoryProcessV2 = exports.assertProcessDefinitionV2 = exports.assertProcessV2 = exports.assertConnectorLogic = exports.assertConnection = exports.assertCallConnector = exports.assertConnector = exports.assertDependency = exports.assertMsgTriggerLauncher = exports.assertConnectorTriggerLauncher = exports.assertTriggerLauncher = exports.assertConnectorTrigger = exports.assertInterfaceTriggerEvent = exports.assertMsgTriggerEvent = exports.assertTriggerEvent = exports.assertCallAuthInterface = exports.assertAuthInterface = exports.assertViewBlockWithImage = exports.assertViewBlock = exports.assertFrontendLibrary = exports.assertAssignmentLine = exports.assertSelectMembers = exports.assertRect = exports.assertPoint = exports.assertUseComponent = exports.assertCompletionProperty = exports.assertI18nInfo = exports.assertConfigPropertyValue = exports.assertConfigProperty = exports.assertConfigGroup = exports.assertConfiguration = exports.assertRole = exports.assertProcessOutcomes = exports.assertAssignee = exports.assertProcessOutcome = exports.assertCountersignPolicy = exports.assertSequentialPolicy = exports.assertMultiApprovalPolicy = void 0;
19
- exports.assertReassignUnmannedV2 = exports.assertAutoRejectUnmannedV2 = exports.assertAutoApproveUnmannedV2 = exports.assertUnmannedApprovalStrategyV2 = exports.assertOrSignPolicyV2 = exports.assertCountersignPolicyV2 = exports.assertSequentialPolicyV2 = exports.assertApprovalPolicyV2 = exports.assertFlowConditionV2 = exports.assertDepartmentAssignees = void 0;
5
+ exports.isStrictProcessOutcome = exports.isStrictCountersignPolicy = exports.isStrictSequentialPolicy = exports.isStrictProcessComponent = exports.isStrictProcessElement = exports.isStrictProcess = exports.isStrictOqlQueryComponent = exports.isStrictSqlQueryComponent = exports.isStrictQueryLimitExpression = exports.isStrictQueryGroupByExpression = exports.isStrictQueryOrderByExpression = exports.isStrictQueryAggregateExpression = exports.isStrictQueryFieldExpression = exports.isStrictQueryJoinExpression = exports.isStrictQueryFromExpression = exports.isStrictQuerySelectExpression = exports.isStrictCallQueryComponent = exports.isStrictPaginate = exports.isStrictNewMap = exports.isStrictNewList = exports.isStrictNewStructure = exports.isStrictNewComposite = exports.isStrictNew = exports.isStrictUnparsed = exports.isStrictMemberExpression = exports.isStrictUnaryExpression = exports.isStrictMatch = exports.isStrictMatchCase = exports.isStrictVariadicExpression = exports.isStrictBinaryExpression = exports.isStrictNumericLiteral = exports.isStrictStaticString = exports.isStrictStringInterpolation = exports.isStrictStringLiteral = exports.isStrictBooleanLiteral = exports.isStrictNullLiteral = exports.isStrictIdentifier = exports.isStrictBlock = exports.isStrictJavaLogic = exports.isStrictJSBlock = exports.isStrictAnchor = exports.isStrictArgument = exports.isStrictValidationLogic = exports.isStrictValidationRule = exports.isStrictExternalDestination = exports.isStrictDestination = exports.isStrictCallGatewayInterface = exports.isStrictCallMicroserviceInterface = exports.isStrictCallInterface = exports.isStrictCallFunction = void 0;
6
+ exports.isStrictAutoRejectUnmannedV2 = exports.isStrictAutoApproveUnmannedV2 = exports.isStrictOrSignPolicyV2 = exports.isStrictCountersignPolicyV2 = exports.isStrictSequentialPolicyV2 = exports.isStrictFlowConditionV2 = exports.isStrictDepartmentAssignees = exports.isStrictRoleAssignees = exports.isStrictUserAssignees = exports.isStrictDepartmentManagerV2 = exports.isStrictDirectManagerV2 = exports.isStrictDepartmentV2 = exports.isStrictAssigneeV2 = exports.isStrictOperatePermissionV2 = exports.isStrictProcessElementV2 = exports.isStrictFieldPermissionV2 = exports.isStrictProcessBindV2 = exports.isStrictHistoryProcessV2 = exports.isStrictProcessDefinitionV2 = exports.isStrictProcessV2 = exports.isStrictConnectorLogic = exports.isStrictConnection = exports.isStrictCallConnector = exports.isStrictConnector = exports.isStrictDependency = exports.isStrictMsgTriggerLauncher = exports.isStrictConnectorTriggerLauncher = exports.isStrictTriggerLauncher = exports.isStrictConnectorTrigger = exports.isStrictInterfaceTriggerEvent = exports.isStrictMsgTriggerEvent = exports.isStrictCallAuthInterface = exports.isStrictAuthInterface = exports.isStrictViewBlockWithImage = exports.isStrictViewBlock = exports.isStrictFrontendLibrary = exports.isStrictAssignmentLine = exports.isStrictSelectMembers = exports.isStrictRect = exports.isStrictPoint = exports.isStrictUseComponent = exports.isStrictCompletionProperty = exports.isStrictI18nInfo = exports.isStrictConfigPropertyValue = exports.isStrictConfigProperty = exports.isStrictConfigGroup = exports.isStrictConfiguration = exports.isStrictRole = exports.isStrictProcessOutcomes = exports.isStrictAssignee = void 0;
7
+ exports.isEvent = exports.isAttribute = exports.isBusinessComponent = exports.isViewComponentDeclaration = exports.isAnonymousFunctionSetter = exports.isPropertyTransformSetter = exports.isPropertySelectSetter = exports.isImageSetter = exports.isIconSetter = exports.isNumberInputSetter = exports.isCapsulesSetter = exports.isEnumSelectSetter = exports.isSetterOption = exports.isSwitchSetter = exports.isInputSetter = exports.isBaseSetter = exports.isThemeVariable = exports.isBindStyle = exports.isBindEvent = exports.isBindDirective = exports.isBindAttribute = exports.isViewElement = exports.isView = exports.isMetadataType = exports.isEntityIndex = exports.isEntityProperty = exports.isEntity = exports.isDataSource = exports.isEnumItem = exports.isEnum = exports.isStructureProperty = exports.isStructure = exports.isTypeParam = exports.isDatabaseTypeAnnotation = exports.isTypeAnnotation = exports.isMicroApp = exports.isIntegration = exports.isBackend = exports.isFrontend = exports.isFrontendType = exports.isReferredDefinition = exports.isDirectory = exports.isNamespace = exports.isModule = exports.isApp = exports.isApplyAnnotation = exports.isAnnotatable = exports.isAnnotationProperty = exports.isAnnotation = exports.isStrictReassignUnmannedV2 = void 0;
8
+ exports.isComment = exports.isBatchAssignment = exports.isAssignment = exports.isContinue = exports.isBreak = exports.isWhileStatement = exports.isForEachStatement = exports.isSwitchCase = exports.isSwitchStatement = exports.isIfStatement = exports.isEnd = exports.isStart = exports.isAbort = exports.isDefaultValue = exports.isTransactional = exports.isInterfaceParam = exports.isGatewayInterface = exports.isMicroserviceInterface = exports.isConnectionInfo = exports.isMcpInterface = exports.isInterface = exports.isRetryConfig = exports.isImportedInterface = exports.isAnonymousFunction = exports.isFunction = exports.isSubLogic = exports.isLogicItem = exports.isConstant = exports.isFrontendVariable = exports.isBackendVariable = exports.isVariable = exports.isReturn = exports.isParamWithGroup = exports.isParam = exports.isAbstractInterface = exports.isBusinessLogic = exports.isOverriddenLogic = exports.isAuthLogicForCallInterface = exports.isAuthLogic = exports.isPermissionForSharedScope = exports.isSharedScope = exports.isLogic = exports.isViewComponent = exports.isSlot = exports.isTheme = exports.isCSSRule = exports.isLogicDeclaration = exports.isSlotDeclaration = exports.isEventDeclaration = exports.isPropDeclaration = void 0;
9
+ exports.isProcessComponent = exports.isProcessElement = exports.isProcess = exports.isOqlQueryComponent = exports.isSqlQueryComponent = exports.isQueryLimitExpression = exports.isQueryGroupByExpression = exports.isQueryOrderByExpression = exports.isQueryAggregateExpression = exports.isQueryFieldExpression = exports.isQueryJoinExpression = exports.isQueryFromExpression = exports.isQuerySelectExpression = exports.isCallQueryComponent = exports.isPaginate = exports.isNewMap = exports.isNewList = exports.isNewStructure = exports.isNewComposite = exports.isNew = exports.isUnparsed = exports.isMemberExpression = exports.isUnaryExpression = exports.isMatch = exports.isMatchCase = exports.isVariadicExpression = exports.isBinaryExpression = exports.isNumericLiteral = exports.isStaticString = exports.isStringInterpolation = exports.isStringLiteral = exports.isBooleanLiteral = exports.isNullLiteral = exports.isIdentifier = exports.isBlock = exports.isJavaLogic = exports.isJSBlock = exports.isAnchor = exports.isArgument = exports.isValidationLogic = exports.isValidationRule = exports.isAbstractValidation = exports.isExternalDestination = exports.isDestination = exports.isCallGatewayInterface = exports.isCallMicroserviceInterface = exports.isCallInterface = exports.isCallFunction = exports.isCallEvent = exports.isCallLogic = void 0;
10
+ exports.isRoleAssignees = exports.isUserAssignees = exports.isAssignees = exports.isDepartmentManagerV2 = exports.isDirectManagerV2 = exports.isManagerV2 = exports.isDepartmentV2 = exports.isAssigneeV2 = exports.isOperatePermissionV2 = exports.isProcessElementV2 = exports.isFieldPermissionV2 = exports.isProcessBindV2 = exports.isHistoryProcessV2 = exports.isProcessDefinitionV2 = exports.isProcessV2 = exports.isConnectorLogic = exports.isConnection = exports.isCallConnector = exports.isConnector = exports.isDependency = exports.isMsgTriggerLauncher = exports.isConnectorTriggerLauncher = exports.isTriggerLauncher = exports.isConnectorTrigger = exports.isInterfaceTriggerEvent = exports.isMsgTriggerEvent = exports.isTriggerEvent = exports.isCallAuthInterface = exports.isAuthInterface = exports.isViewBlockWithImage = exports.isViewBlock = exports.isFrontendLibrary = exports.isAssignmentLine = exports.isSelectMembers = exports.isRect = exports.isPoint = exports.isUseComponent = exports.isCompletionProperty = exports.isI18nInfo = exports.isConfigPropertyValue = exports.isConfigProperty = exports.isConfigGroup = exports.isConfiguration = exports.isRole = exports.isProcessOutcomes = exports.isAssignee = exports.isProcessOutcome = exports.isCountersignPolicy = exports.isSequentialPolicy = exports.isMultiApprovalPolicy = void 0;
11
+ exports.assertStrictImageSetter = exports.assertStrictIconSetter = exports.assertStrictNumberInputSetter = exports.assertStrictCapsulesSetter = exports.assertStrictEnumSelectSetter = exports.assertStrictSetterOption = exports.assertStrictSwitchSetter = exports.assertStrictInputSetter = exports.assertStrictThemeVariable = exports.assertStrictBindStyle = exports.assertStrictBindEvent = exports.assertStrictBindDirective = exports.assertStrictBindAttribute = exports.assertStrictViewElement = exports.assertStrictView = exports.assertStrictMetadataType = exports.assertStrictEntityIndex = exports.assertStrictEntityProperty = exports.assertStrictEntity = exports.assertStrictDataSource = exports.assertStrictEnumItem = exports.assertStrictEnum = exports.assertStrictStructureProperty = exports.assertStrictStructure = exports.assertStrictTypeParam = exports.assertStrictDatabaseTypeAnnotation = exports.assertStrictTypeAnnotation = exports.assertStrictMicroApp = exports.assertStrictIntegration = exports.assertStrictBackend = exports.assertStrictFrontend = exports.assertStrictFrontendType = exports.assertStrictReferredDefinition = exports.assertStrictDirectory = exports.assertStrictNamespace = exports.assertStrictModule = exports.assertStrictApp = exports.assertStrictApplyAnnotation = exports.assertStrictAnnotationProperty = exports.assertStrictAnnotation = exports.isReassignUnmannedV2 = exports.isAutoRejectUnmannedV2 = exports.isAutoApproveUnmannedV2 = exports.isUnmannedApprovalStrategyV2 = exports.isOrSignPolicyV2 = exports.isCountersignPolicyV2 = exports.isSequentialPolicyV2 = exports.isApprovalPolicyV2 = exports.isFlowConditionV2 = exports.isDepartmentAssignees = void 0;
12
+ exports.assertStrictBreak = exports.assertStrictWhileStatement = exports.assertStrictForEachStatement = exports.assertStrictSwitchCase = exports.assertStrictSwitchStatement = exports.assertStrictIfStatement = exports.assertStrictEnd = exports.assertStrictStart = exports.assertStrictAbort = exports.assertStrictDefaultValue = exports.assertStrictTransactional = exports.assertStrictInterfaceParam = exports.assertStrictGatewayInterface = exports.assertStrictMicroserviceInterface = exports.assertStrictConnectionInfo = exports.assertStrictMcpInterface = exports.assertStrictInterface = exports.assertStrictRetryConfig = exports.assertStrictAnonymousFunction = exports.assertStrictFunction = exports.assertStrictSubLogic = exports.assertStrictConstant = exports.assertStrictFrontendVariable = exports.assertStrictBackendVariable = exports.assertStrictVariable = exports.assertStrictReturn = exports.assertStrictParamWithGroup = exports.assertStrictParam = exports.assertStrictBusinessLogic = exports.assertStrictOverriddenLogic = exports.assertStrictAuthLogicForCallInterface = exports.assertStrictAuthLogic = exports.assertStrictPermissionForSharedScope = exports.assertStrictSharedScope = exports.assertStrictLogic = exports.assertStrictViewComponent = exports.assertStrictSlot = exports.assertStrictTheme = exports.assertStrictCSSRule = exports.assertStrictLogicDeclaration = exports.assertStrictSlotDeclaration = exports.assertStrictEventDeclaration = exports.assertStrictPropDeclaration = exports.assertStrictEvent = exports.assertStrictAttribute = exports.assertStrictBusinessComponent = exports.assertStrictViewComponentDeclaration = exports.assertStrictAnonymousFunctionSetter = exports.assertStrictPropertyTransformSetter = exports.assertStrictPropertySelectSetter = void 0;
13
+ exports.assertStrictOqlQueryComponent = exports.assertStrictSqlQueryComponent = exports.assertStrictQueryLimitExpression = exports.assertStrictQueryGroupByExpression = exports.assertStrictQueryOrderByExpression = exports.assertStrictQueryAggregateExpression = exports.assertStrictQueryFieldExpression = exports.assertStrictQueryJoinExpression = exports.assertStrictQueryFromExpression = exports.assertStrictQuerySelectExpression = exports.assertStrictCallQueryComponent = exports.assertStrictPaginate = exports.assertStrictNewMap = exports.assertStrictNewList = exports.assertStrictNewStructure = exports.assertStrictNewComposite = exports.assertStrictNew = exports.assertStrictUnparsed = exports.assertStrictMemberExpression = exports.assertStrictUnaryExpression = exports.assertStrictMatch = exports.assertStrictMatchCase = exports.assertStrictVariadicExpression = exports.assertStrictBinaryExpression = exports.assertStrictNumericLiteral = exports.assertStrictStaticString = exports.assertStrictStringInterpolation = exports.assertStrictStringLiteral = exports.assertStrictBooleanLiteral = exports.assertStrictNullLiteral = exports.assertStrictIdentifier = exports.assertStrictBlock = exports.assertStrictJavaLogic = exports.assertStrictJSBlock = exports.assertStrictAnchor = exports.assertStrictArgument = exports.assertStrictValidationLogic = exports.assertStrictValidationRule = exports.assertStrictExternalDestination = exports.assertStrictDestination = exports.assertStrictCallGatewayInterface = exports.assertStrictCallMicroserviceInterface = exports.assertStrictCallInterface = exports.assertStrictCallFunction = exports.assertStrictCallEvent = exports.assertStrictCallLogic = exports.assertStrictComment = exports.assertStrictBatchAssignment = exports.assertStrictAssignment = exports.assertStrictContinue = void 0;
14
+ exports.assertStrictDepartmentAssignees = exports.assertStrictRoleAssignees = exports.assertStrictUserAssignees = exports.assertStrictDepartmentManagerV2 = exports.assertStrictDirectManagerV2 = exports.assertStrictDepartmentV2 = exports.assertStrictAssigneeV2 = exports.assertStrictOperatePermissionV2 = exports.assertStrictProcessElementV2 = exports.assertStrictFieldPermissionV2 = exports.assertStrictProcessBindV2 = exports.assertStrictHistoryProcessV2 = exports.assertStrictProcessDefinitionV2 = exports.assertStrictProcessV2 = exports.assertStrictConnectorLogic = exports.assertStrictConnection = exports.assertStrictCallConnector = exports.assertStrictConnector = exports.assertStrictDependency = exports.assertStrictMsgTriggerLauncher = exports.assertStrictConnectorTriggerLauncher = exports.assertStrictTriggerLauncher = exports.assertStrictConnectorTrigger = exports.assertStrictInterfaceTriggerEvent = exports.assertStrictMsgTriggerEvent = exports.assertStrictCallAuthInterface = exports.assertStrictAuthInterface = exports.assertStrictViewBlockWithImage = exports.assertStrictViewBlock = exports.assertStrictFrontendLibrary = exports.assertStrictAssignmentLine = exports.assertStrictSelectMembers = exports.assertStrictRect = exports.assertStrictPoint = exports.assertStrictUseComponent = exports.assertStrictCompletionProperty = exports.assertStrictI18nInfo = exports.assertStrictConfigPropertyValue = exports.assertStrictConfigProperty = exports.assertStrictConfigGroup = exports.assertStrictConfiguration = exports.assertStrictRole = exports.assertStrictProcessOutcomes = exports.assertStrictAssignee = exports.assertStrictProcessOutcome = exports.assertStrictCountersignPolicy = exports.assertStrictSequentialPolicy = exports.assertStrictProcessComponent = exports.assertStrictProcessElement = exports.assertStrictProcess = void 0;
15
+ exports.assertPropertySelectSetter = exports.assertImageSetter = exports.assertIconSetter = exports.assertNumberInputSetter = exports.assertCapsulesSetter = exports.assertEnumSelectSetter = exports.assertSetterOption = exports.assertSwitchSetter = exports.assertInputSetter = exports.assertBaseSetter = exports.assertThemeVariable = exports.assertBindStyle = exports.assertBindEvent = exports.assertBindDirective = exports.assertBindAttribute = exports.assertViewElement = exports.assertView = exports.assertMetadataType = exports.assertEntityIndex = exports.assertEntityProperty = exports.assertEntity = exports.assertDataSource = exports.assertEnumItem = exports.assertEnum = exports.assertStructureProperty = exports.assertStructure = exports.assertTypeParam = exports.assertDatabaseTypeAnnotation = exports.assertTypeAnnotation = exports.assertMicroApp = exports.assertIntegration = exports.assertBackend = exports.assertFrontend = exports.assertFrontendType = exports.assertReferredDefinition = exports.assertDirectory = exports.assertNamespace = exports.assertModule = exports.assertApp = exports.assertApplyAnnotation = exports.assertAnnotatable = exports.assertAnnotationProperty = exports.assertAnnotation = exports.assertStrictReassignUnmannedV2 = exports.assertStrictAutoRejectUnmannedV2 = exports.assertStrictAutoApproveUnmannedV2 = exports.assertStrictOrSignPolicyV2 = exports.assertStrictCountersignPolicyV2 = exports.assertStrictSequentialPolicyV2 = exports.assertStrictFlowConditionV2 = void 0;
16
+ exports.assertForEachStatement = exports.assertSwitchCase = exports.assertSwitchStatement = exports.assertIfStatement = exports.assertEnd = exports.assertStart = exports.assertAbort = exports.assertDefaultValue = exports.assertTransactional = exports.assertInterfaceParam = exports.assertGatewayInterface = exports.assertMicroserviceInterface = exports.assertConnectionInfo = exports.assertMcpInterface = exports.assertInterface = exports.assertRetryConfig = exports.assertImportedInterface = exports.assertAnonymousFunction = exports.assertFunction = exports.assertSubLogic = exports.assertLogicItem = exports.assertConstant = exports.assertFrontendVariable = exports.assertBackendVariable = exports.assertVariable = exports.assertReturn = exports.assertParamWithGroup = exports.assertParam = exports.assertAbstractInterface = exports.assertBusinessLogic = exports.assertOverriddenLogic = exports.assertAuthLogicForCallInterface = exports.assertAuthLogic = exports.assertPermissionForSharedScope = exports.assertSharedScope = exports.assertLogic = exports.assertViewComponent = exports.assertSlot = exports.assertTheme = exports.assertCSSRule = exports.assertLogicDeclaration = exports.assertSlotDeclaration = exports.assertEventDeclaration = exports.assertPropDeclaration = exports.assertEvent = exports.assertAttribute = exports.assertBusinessComponent = exports.assertViewComponentDeclaration = exports.assertAnonymousFunctionSetter = exports.assertPropertyTransformSetter = void 0;
17
+ exports.assertQueryGroupByExpression = exports.assertQueryOrderByExpression = exports.assertQueryAggregateExpression = exports.assertQueryFieldExpression = exports.assertQueryJoinExpression = exports.assertQueryFromExpression = exports.assertQuerySelectExpression = exports.assertCallQueryComponent = exports.assertPaginate = exports.assertNewMap = exports.assertNewList = exports.assertNewStructure = exports.assertNewComposite = exports.assertNew = exports.assertUnparsed = exports.assertMemberExpression = exports.assertUnaryExpression = exports.assertMatch = exports.assertMatchCase = exports.assertVariadicExpression = exports.assertBinaryExpression = exports.assertNumericLiteral = exports.assertStaticString = exports.assertStringInterpolation = exports.assertStringLiteral = exports.assertBooleanLiteral = exports.assertNullLiteral = exports.assertIdentifier = exports.assertBlock = exports.assertJavaLogic = exports.assertJSBlock = exports.assertAnchor = exports.assertArgument = exports.assertValidationLogic = exports.assertValidationRule = exports.assertAbstractValidation = exports.assertExternalDestination = exports.assertDestination = exports.assertCallGatewayInterface = exports.assertCallMicroserviceInterface = exports.assertCallInterface = exports.assertCallFunction = exports.assertCallEvent = exports.assertCallLogic = exports.assertComment = exports.assertBatchAssignment = exports.assertAssignment = exports.assertContinue = exports.assertBreak = exports.assertWhileStatement = void 0;
18
+ exports.assertDepartmentV2 = exports.assertAssigneeV2 = exports.assertOperatePermissionV2 = exports.assertProcessElementV2 = exports.assertFieldPermissionV2 = exports.assertProcessBindV2 = exports.assertHistoryProcessV2 = exports.assertProcessDefinitionV2 = exports.assertProcessV2 = exports.assertConnectorLogic = exports.assertConnection = exports.assertCallConnector = exports.assertConnector = exports.assertDependency = exports.assertMsgTriggerLauncher = exports.assertConnectorTriggerLauncher = exports.assertTriggerLauncher = exports.assertConnectorTrigger = exports.assertInterfaceTriggerEvent = exports.assertMsgTriggerEvent = exports.assertTriggerEvent = exports.assertCallAuthInterface = exports.assertAuthInterface = exports.assertViewBlockWithImage = exports.assertViewBlock = exports.assertFrontendLibrary = exports.assertAssignmentLine = exports.assertSelectMembers = exports.assertRect = exports.assertPoint = exports.assertUseComponent = exports.assertCompletionProperty = exports.assertI18nInfo = exports.assertConfigPropertyValue = exports.assertConfigProperty = exports.assertConfigGroup = exports.assertConfiguration = exports.assertRole = exports.assertProcessOutcomes = exports.assertAssignee = exports.assertProcessOutcome = exports.assertCountersignPolicy = exports.assertSequentialPolicy = exports.assertMultiApprovalPolicy = exports.assertProcessComponent = exports.assertProcessElement = exports.assertProcess = exports.assertOqlQueryComponent = exports.assertSqlQueryComponent = exports.assertQueryLimitExpression = void 0;
19
+ exports.assertReassignUnmannedV2 = exports.assertAutoRejectUnmannedV2 = exports.assertAutoApproveUnmannedV2 = exports.assertUnmannedApprovalStrategyV2 = exports.assertOrSignPolicyV2 = exports.assertCountersignPolicyV2 = exports.assertSequentialPolicyV2 = exports.assertApprovalPolicyV2 = exports.assertFlowConditionV2 = exports.assertDepartmentAssignees = exports.assertRoleAssignees = exports.assertUserAssignees = exports.assertAssignees = exports.assertDepartmentManagerV2 = exports.assertDirectManagerV2 = exports.assertManagerV2 = void 0;
20
20
  /**
21
21
  * 判断为节点
22
22
  */
@@ -1595,6 +1595,21 @@ function isStrictValidationRule(node) {
1595
1595
  return isBaseNode(node) && node.concept === 'ValidationRule';
1596
1596
  }
1597
1597
  exports.isStrictValidationRule = isStrictValidationRule;
1598
+ /**
1599
+ * 严格判断输入为 ValidationLogic 节点
1600
+ *
1601
+ * @description 仅判断节点本身,不包含继承类
1602
+ * @example
1603
+ * ```ts
1604
+ * if (isStrictValidationLogic(node)) {
1605
+ * // 在这个花括号内,node 的类型为 ValidationLogic
1606
+ * }
1607
+ * ```
1608
+ */
1609
+ function isStrictValidationLogic(node) {
1610
+ return isBaseNode(node) && node.concept === 'ValidationLogic';
1611
+ }
1612
+ exports.isStrictValidationLogic = isStrictValidationLogic;
1598
1613
  /**
1599
1614
  * 严格判断输入为 Argument 节点
1600
1615
  *
@@ -4288,7 +4303,9 @@ function isLogicItem(node) {
4288
4303
  node.concept === 'CallAuthInterface' ||
4289
4304
  node.concept === 'Destination' ||
4290
4305
  node.concept === 'ExternalDestination' ||
4306
+ node.concept === 'AbstractValidation' ||
4291
4307
  node.concept === 'ValidationRule' ||
4308
+ node.concept === 'ValidationLogic' ||
4292
4309
  node.concept === 'Argument' ||
4293
4310
  node.concept === 'Anchor' ||
4294
4311
  node.concept === 'JSBlock' ||
@@ -4919,6 +4936,25 @@ function isExternalDestination(node) {
4919
4936
  (node.concept === 'ExternalDestination'));
4920
4937
  }
4921
4938
  exports.isExternalDestination = isExternalDestination;
4939
+ /**
4940
+ * 判断输入为 AbstractValidation 节点实例
4941
+ *
4942
+ * @description 包含节点类以及节点继承类的判断
4943
+ * @description 等价于`instanceof`运算
4944
+ * @example
4945
+ * ```ts
4946
+ * if (isAbstractValidation(node)) {
4947
+ * // 在这个花括号内,node 的类型是 AbstractValidation 或者 AbstractValidation 继承类型
4948
+ * }
4949
+ * ```
4950
+ */
4951
+ function isAbstractValidation(node) {
4952
+ return (isBaseNode(node) &&
4953
+ (node.concept === 'AbstractValidation' ||
4954
+ node.concept === 'ValidationRule' ||
4955
+ node.concept === 'ValidationLogic'));
4956
+ }
4957
+ exports.isAbstractValidation = isAbstractValidation;
4922
4958
  /**
4923
4959
  * 判断输入为 ValidationRule 节点实例
4924
4960
  *
@@ -4936,6 +4972,23 @@ function isValidationRule(node) {
4936
4972
  (node.concept === 'ValidationRule'));
4937
4973
  }
4938
4974
  exports.isValidationRule = isValidationRule;
4975
+ /**
4976
+ * 判断输入为 ValidationLogic 节点实例
4977
+ *
4978
+ * @description 包含节点类以及节点继承类的判断
4979
+ * @description 等价于`instanceof`运算,ValidationLogic 节点没有继承类,此判断等价于`isStrictValidationLogic`
4980
+ * @example
4981
+ * ```ts
4982
+ * if (isValidationLogic(node)) {
4983
+ * // 在这个花括号内,node 的类型是 ValidationLogic 或者 ValidationLogic 继承类型
4984
+ * }
4985
+ * ```
4986
+ */
4987
+ function isValidationLogic(node) {
4988
+ return (isBaseNode(node) &&
4989
+ (node.concept === 'ValidationLogic'));
4990
+ }
4991
+ exports.isValidationLogic = isValidationLogic;
4939
4992
  /**
4940
4993
  * 判断输入为 Argument 节点实例
4941
4994
  *
@@ -8390,6 +8443,23 @@ function assertStrictValidationRule(node) {
8390
8443
  }
8391
8444
  }
8392
8445
  exports.assertStrictValidationRule = assertStrictValidationRule;
8446
+ /**
8447
+ * 严格断言为 ValidationLogic 节点
8448
+ *
8449
+ * @description 仅断言节点本身,不包含继承类
8450
+ * @example
8451
+ * ```ts
8452
+ * assertStrictValidationLogic(node);
8453
+ * // 当前作用域内,断言语句之后,node 的类型都将会被断言为 ValidationLogic 类型
8454
+ * // 断言失败会抛出错误,所以此函数是用在必须要严格限定节点类型的地方
8455
+ * ```
8456
+ */
8457
+ function assertStrictValidationLogic(node) {
8458
+ if (!isStrictValidationLogic(node)) {
8459
+ throw new Error(`ValidationLogic 节点严格断言失败`);
8460
+ }
8461
+ }
8462
+ exports.assertStrictValidationLogic = assertStrictValidationLogic;
8393
8463
  /**
8394
8464
  * 严格断言为 Argument 节点
8395
8465
  *
@@ -11898,6 +11968,24 @@ function assertExternalDestination(node) {
11898
11968
  }
11899
11969
  }
11900
11970
  exports.assertExternalDestination = assertExternalDestination;
11971
+ /**
11972
+ * 断言为 AbstractValidation 节点
11973
+ *
11974
+ * @description 包含节点类以及节点继承类的判断
11975
+ * @description 节点没有继承类时,等价于`assertStrictAbstractValidation`方法
11976
+ * @example
11977
+ * ```ts
11978
+ * assertAbstractValidation(node);
11979
+ * // 当前作用域内,断言语句之后,node 的类型都将会被断言为 AbstractValidation 或者 AbstractValidation 继承类型
11980
+ * // 断言失败会抛出错误,所以此函数是用在必须要严格限定节点类型的地方
11981
+ * ```
11982
+ */
11983
+ function assertAbstractValidation(node) {
11984
+ if (!isAbstractValidation(node)) {
11985
+ throw new Error(`AbstractValidation 节点断言失败`);
11986
+ }
11987
+ }
11988
+ exports.assertAbstractValidation = assertAbstractValidation;
11901
11989
  /**
11902
11990
  * 断言为 ValidationRule 节点
11903
11991
  *
@@ -11916,6 +12004,24 @@ function assertValidationRule(node) {
11916
12004
  }
11917
12005
  }
11918
12006
  exports.assertValidationRule = assertValidationRule;
12007
+ /**
12008
+ * 断言为 ValidationLogic 节点
12009
+ *
12010
+ * @description 包含节点类以及节点继承类的判断
12011
+ * @description 节点没有继承类时,等价于`assertStrictValidationLogic`方法
12012
+ * @example
12013
+ * ```ts
12014
+ * assertValidationLogic(node);
12015
+ * // 当前作用域内,断言语句之后,node 的类型都将会被断言为 ValidationLogic 或者 ValidationLogic 继承类型
12016
+ * // 断言失败会抛出错误,所以此函数是用在必须要严格限定节点类型的地方
12017
+ * ```
12018
+ */
12019
+ function assertValidationLogic(node) {
12020
+ if (!isValidationLogic(node)) {
12021
+ throw new Error(`ValidationLogic 节点断言失败`);
12022
+ }
12023
+ }
12024
+ exports.assertValidationLogic = assertValidationLogic;
11919
12025
  /**
11920
12026
  * 断言为 Argument 节点
11921
12027
  *