@@ -1298,6 +1298,18 @@ class _IJsii487External2Proxy():
1298
1298
__jsii_type__ = "jsii-calc.IJsii487External2"
1299
1299
pass
1300
1300
1301
+ @jsii .interface (jsii_type = "jsii-calc.IJsii496" )
1302
+ class IJsii496 (jsii .compat .Protocol ):
1303
+ @staticmethod
1304
+ def __jsii_proxy_class__ ():
1305
+ return _IJsii496Proxy
1306
+
1307
+ pass
1308
+
1309
+ class _IJsii496Proxy ():
1310
+ __jsii_type__ = "jsii-calc.IJsii496"
1311
+ pass
1312
+
1301
1313
@jsii .interface (jsii_type = "jsii-calc.IMutableObjectLiteral" )
1302
1314
class IMutableObjectLiteral (jsii .compat .Protocol ):
1303
1315
@staticmethod
@@ -1985,6 +1997,12 @@ def __init__(self) -> None:
1985
1997
jsii .create (Jsii487Derived , self , [])
1986
1998
1987
1999
2000
+ @jsii .implements (IJsii496 )
2001
+ class Jsii496Derived (metaclass = jsii .JSIIMeta , jsii_type = "jsii-calc.Jsii496Derived" ):
2002
+ def __init__ (self ) -> None :
2003
+ jsii .create (Jsii496Derived , self , [])
2004
+
2005
+
1988
2006
class JsiiAgent (metaclass = jsii .JSIIMeta , jsii_type = "jsii-calc.JsiiAgent" ):
1989
2007
"""Host runtime version should be set via JSII_AGENT."""
1990
2008
def __init__ (self ) -> None :
@@ -3302,6 +3320,6 @@ def parts(self, value: typing.List[scope.jsii_calc_lib.Value]):
3302
3320
return jsii .set (self , "parts" , value )
3303
3321
3304
3322
3305
- __all__ = ["AbstractClass" , "AbstractClassBase" , "AbstractClassReturner" , "Add" , "AllTypes" , "AllTypesEnum" , "AllowedMethodNames" , "AsyncVirtualMethods" , "AugmentableClass" , "BinaryOperation" , "Calculator" , "CalculatorProps" , "ClassThatImplementsTheInternalInterface" , "ClassThatImplementsThePrivateInterface" , "ClassWithDocs" , "ClassWithMutableObjectLiteralProperty" , "ClassWithPrivateConstructorAndAutomaticProperties" , "ConstructorPassesThisOut" , "Constructors" , "ConsumersOfThisCrazyTypeSystem" , "DefaultedConstructorArgument" , "DerivedClassHasNoProperties" , "DerivedStruct" , "DoNotOverridePrivates" , "DoNotRecognizeAnyAsOptional" , "DocumentedClass" , "DontComplainAboutVariadicAfterOptional" , "DoubleTrouble" , "EraseUndefinedHashValues" , "EraseUndefinedHashValuesOptions" , "ExportedBaseClass" , "ExtendsInternalInterface" , "GiveMeStructs" , "Greetee" , "GreetingAugmenter" , "IAnotherPublicInterface" , "IExtendsPrivateInterface" , "IFriendlier" , "IFriendlyRandomGenerator" , "IInterfaceImplementedByAbstractClass" , "IInterfaceThatShouldNotBeADataType" , "IInterfaceWithInternal" , "IInterfaceWithMethods" , "IInterfaceWithOptionalMethodArguments" , "IInterfaceWithProperties" , "IInterfaceWithPropertiesExtension" , "IJSII417Derived" , "IJSII417PublicBaseOfBase" , "IJsii487External" , "IJsii487External2" , "IMutableObjectLiteral" , "INonInternalInterface" , "IPrivatelyImplemented" , "IPublicInterface" , "IPublicInterface2" , "IRandomNumberGenerator" , "IReturnsNumber" , "ImplementInternalInterface" , "ImplementsInterfaceWithInternal" , "ImplementsInterfaceWithInternalSubclass" , "ImplementsPrivateInterface" , "ImplictBaseOfBase" , "InbetweenClass" , "InterfaceInNamespaceIncludesClasses" , "InterfaceInNamespaceOnlyInterface" , "JSII417Derived" , "JSII417PublicBaseOfBase" , "JSObjectLiteralForInterface" , "JSObjectLiteralToNative" , "JSObjectLiteralToNativeClass" , "JavaReservedWords" , "Jsii487Derived" , "JsiiAgent" , "LoadBalancedFargateServiceProps" , "Multiply" , "Negate" , "NodeStandardLibrary" , "NullShouldBeTreatedAsUndefined" , "NullShouldBeTreatedAsUndefinedData" , "NumberGenerator" , "ObjectRefsInCollections" , "Old" , "OptionalConstructorArgument" , "OptionalStruct" , "OptionalStructConsumer" , "OverrideReturnsObject" , "PartiallyInitializedThisConsumer" , "Polymorphism" , "Power" , "PublicClass" , "PythonReservedWords" , "ReferenceEnumFromScopedPackage" , "ReturnsPrivateImplementationOfInterface" , "RuntimeTypeChecking" , "SingleInstanceTwoTypes" , "StaticContext" , "Statics" , "StringEnum" , "StripInternal" , "Sum" , "SyncVirtualMethods" , "Thrower" , "UnaryOperation" , "UnionProperties" , "UseBundledDependency" , "UseCalcBase" , "UsesInterfaceWithProperties" , "VariadicMethod" , "VirtualMethodPlayground" , "VoidCallback" , "__jsii_assembly__" , "composition" ]
3323
+ __all__ = ["AbstractClass" , "AbstractClassBase" , "AbstractClassReturner" , "Add" , "AllTypes" , "AllTypesEnum" , "AllowedMethodNames" , "AsyncVirtualMethods" , "AugmentableClass" , "BinaryOperation" , "Calculator" , "CalculatorProps" , "ClassThatImplementsTheInternalInterface" , "ClassThatImplementsThePrivateInterface" , "ClassWithDocs" , "ClassWithMutableObjectLiteralProperty" , "ClassWithPrivateConstructorAndAutomaticProperties" , "ConstructorPassesThisOut" , "Constructors" , "ConsumersOfThisCrazyTypeSystem" , "DefaultedConstructorArgument" , "DerivedClassHasNoProperties" , "DerivedStruct" , "DoNotOverridePrivates" , "DoNotRecognizeAnyAsOptional" , "DocumentedClass" , "DontComplainAboutVariadicAfterOptional" , "DoubleTrouble" , "EraseUndefinedHashValues" , "EraseUndefinedHashValuesOptions" , "ExportedBaseClass" , "ExtendsInternalInterface" , "GiveMeStructs" , "Greetee" , "GreetingAugmenter" , "IAnotherPublicInterface" , "IExtendsPrivateInterface" , "IFriendlier" , "IFriendlyRandomGenerator" , "IInterfaceImplementedByAbstractClass" , "IInterfaceThatShouldNotBeADataType" , "IInterfaceWithInternal" , "IInterfaceWithMethods" , "IInterfaceWithOptionalMethodArguments" , "IInterfaceWithProperties" , "IInterfaceWithPropertiesExtension" , "IJSII417Derived" , "IJSII417PublicBaseOfBase" , "IJsii487External" , "IJsii487External2" , "IJsii496" , "IMutableObjectLiteral" , "INonInternalInterface" , "IPrivatelyImplemented" , "IPublicInterface" , "IPublicInterface2" , "IRandomNumberGenerator" , "IReturnsNumber" , "ImplementInternalInterface" , "ImplementsInterfaceWithInternal" , "ImplementsInterfaceWithInternalSubclass" , "ImplementsPrivateInterface" , "ImplictBaseOfBase" , "InbetweenClass" , "InterfaceInNamespaceIncludesClasses" , "InterfaceInNamespaceOnlyInterface" , "JSII417Derived" , "JSII417PublicBaseOfBase" , "JSObjectLiteralForInterface" , "JSObjectLiteralToNative" , "JSObjectLiteralToNativeClass" , "JavaReservedWords" , "Jsii487Derived" , "Jsii496Derived" , "JsiiAgent" , "LoadBalancedFargateServiceProps" , "Multiply" , "Negate" , "NodeStandardLibrary" , "NullShouldBeTreatedAsUndefined" , "NullShouldBeTreatedAsUndefinedData" , "NumberGenerator" , "ObjectRefsInCollections" , "Old" , "OptionalConstructorArgument" , "OptionalStruct" , "OptionalStructConsumer" , "OverrideReturnsObject" , "PartiallyInitializedThisConsumer" , "Polymorphism" , "Power" , "PublicClass" , "PythonReservedWords" , "ReferenceEnumFromScopedPackage" , "ReturnsPrivateImplementationOfInterface" , "RuntimeTypeChecking" , "SingleInstanceTwoTypes" , "StaticContext" , "Statics" , "StringEnum" , "StripInternal" , "Sum" , "SyncVirtualMethods" , "Thrower" , "UnaryOperation" , "UnionProperties" , "UseBundledDependency" , "UseCalcBase" , "UsesInterfaceWithProperties" , "VariadicMethod" , "VirtualMethodPlayground" , "VoidCallback" , "__jsii_assembly__" , "composition" ]
3306
3324
3307
3325
publication .publish ()
0 commit comments