@@ -1286,6 +1286,18 @@ class _IJsii487ExternalProxy():
1286
1286
__jsii_type__ = "jsii-calc.IJsii487External"
1287
1287
pass
1288
1288
1289
+ @jsii .interface (jsii_type = "jsii-calc.IJsii487External2" )
1290
+ class IJsii487External2 (jsii .compat .Protocol ):
1291
+ @staticmethod
1292
+ def __jsii_proxy_class__ ():
1293
+ return _IJsii487External2Proxy
1294
+
1295
+ pass
1296
+
1297
+ class _IJsii487External2Proxy ():
1298
+ __jsii_type__ = "jsii-calc.IJsii487External2"
1299
+ pass
1300
+
1289
1301
@jsii .interface (jsii_type = "jsii-calc.IMutableObjectLiteral" )
1290
1302
class IMutableObjectLiteral (jsii .compat .Protocol ):
1291
1303
@staticmethod
@@ -1967,7 +1979,7 @@ def while_(self, value: str):
1967
1979
return jsii .set (self , "while" , value )
1968
1980
1969
1981
1970
- @jsii .implements (IJsii487External )
1982
+ @jsii .implements (IJsii487External2 , IJsii487External )
1971
1983
class Jsii487Derived (metaclass = jsii .JSIIMeta , jsii_type = "jsii-calc.Jsii487Derived" ):
1972
1984
def __init__ (self ) -> None :
1973
1985
jsii .create (Jsii487Derived , self , [])
@@ -3290,6 +3302,6 @@ def parts(self, value: typing.List[scope.jsii_calc_lib.Value]):
3290
3302
return jsii .set (self , "parts" , value )
3291
3303
3292
3304
3293
- __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" , "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" ]
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" ]
3294
3306
3295
3307
publication .publish ()
0 commit comments