diff --git a/bedrock/API.md b/bedrock/API.md
index 345f2def..b79a63e4 100644
--- a/bedrock/API.md
+++ b/bedrock/API.md
@@ -1,44 +1,48 @@
-
API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- JokeMaker
- Model
-JokeMaker (preflight class)
+### JokeMaker (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): JokeMaker
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight makeJoke(topic: str): str
| *No description* |
-Model (preflight class)
+### Model (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(modelId: str): Model
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| modelId
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
diff --git a/bedrock/package-lock.json b/bedrock/package-lock.json
index 479b4b10..2ed41870 100644
--- a/bedrock/package-lock.json
+++ b/bedrock/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/bedrock",
- "version": "0.1.1",
+ "version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/bedrock",
- "version": "0.1.1",
+ "version": "0.1.2",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.484.0"
diff --git a/bedrock/package.json b/bedrock/package.json
index 802ce226..9bd51479 100644
--- a/bedrock/package.json
+++ b/bedrock/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/bedrock",
"description": "A Wing library for Amazon Bedrock",
- "version": "0.1.1",
+ "version": "0.1.2",
"author": {
"name": "Eyal Keren",
"email": "eyalk@wing.cloud"
diff --git a/budget/API.md b/budget/API.md
index 74a500aa..cf111438 100644
--- a/budget/API.md
+++ b/budget/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Alert
@@ -14,85 +14,97 @@
- **Enums**
- TimeUnit
-Alert (preflight class)
+### Alert (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: AlertProps): Alert
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
*No methods*
-AlertTfAws (preflight class)
+### AlertTfAws (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: AlertProps): AlertTfAws
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
*No methods*
-AlertSim (preflight class)
+### AlertSim (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: AlertProps): AlertSim
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
*No methods*
-Util (preflight class)
+### Util (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): Util
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| static timeUnitToStr(timeUnit: TimeUnit): str
| *No description* |
-IAlert (interface)
+### IAlert (interface)
-Properties
+*No description*
+
+#### Properties
*No properties*
-Methods
+#### Methods
*No methods*
-AlertProps (struct)
+### AlertProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -101,9 +113,11 @@ new(): Util
| name
| str
| *No description* |
| timeUnit
| TimeUnit?
| *No description* |
-TimeUnit (enum)
+### TimeUnit (enum)
+
+*No description*
-Values
+#### Values
| **Name** | **Description** |
| --- | --- |
diff --git a/budget/package-lock.json b/budget/package-lock.json
index 7bd0d635..ac802657 100644
--- a/budget/package-lock.json
+++ b/budget/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/budget",
- "version": "0.1.6",
+ "version": "0.1.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/budget",
- "version": "0.1.6",
+ "version": "0.1.7",
"license": "MIT",
"peerDependencies": {
"@cdktf/provider-aws": "^19.12.0",
diff --git a/budget/package.json b/budget/package.json
index 5b150954..34628af4 100644
--- a/budget/package.json
+++ b/budget/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/budget",
- "version": "0.1.6",
+ "version": "0.1.7",
"description": "AWS Budget",
"keywords": [
"AWS",
diff --git a/checks/API.md b/checks/API.md
index 98c3146f..fedb0078 100644
--- a/checks/API.md
+++ b/checks/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Results
@@ -13,19 +13,21 @@
- CheckProps
- CheckHttpProps
-Results (preflight class)
+### Results (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): Results
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -33,60 +35,68 @@ new(): Results
| static of(scope: IResource): Results
| *No description* |
| inflight store(result: CheckResult): void
| *No description* |
-Check (preflight class)
+### Check (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(handler: inflight (): void, props: CheckProps?): Check
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight latest(): CheckResult?
| *No description* |
| inflight run(): CheckResult
| *No description* |
-CheckHttp (preflight class)
+### CheckHttp (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(url: str, options: CheckHttpProps?): CheckHttp
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight latest(): CheckResult?
| *No description* |
| inflight run(): CheckResult
| *No description* |
-ICheck (interface)
+### ICheck (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight latest(): CheckResult?
| *No description* |
| inflight run(): CheckResult
| *No description* |
-CheckResult (struct)
+### CheckResult (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -96,9 +106,11 @@ new(url: str, options: CheckHttpProps?): CheckHttp
| ok
| bool
| *No description* |
| timestamp
| str
| *No description* |
-CheckProps (struct)
+### CheckProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -106,9 +118,11 @@ new(url: str, options: CheckHttpProps?): CheckHttp
| rate
| duration?
| *No description* |
| testing
| bool?
| *No description* |
-CheckHttpProps (struct)
+### CheckHttpProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/checks/package-lock.json b/checks/package-lock.json
index 722869a4..a1ff2a88 100644
--- a/checks/package-lock.json
+++ b/checks/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/checks",
- "version": "0.0.17",
+ "version": "0.0.18",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/checks",
- "version": "0.0.17",
+ "version": "0.0.18",
"license": "MIT"
}
}
diff --git a/checks/package.json b/checks/package.json
index a100a53e..80321d1f 100644
--- a/checks/package.json
+++ b/checks/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/checks",
- "version": "0.0.17",
+ "version": "0.0.18",
"description": "Cloud checks",
"publishConfig": {
"access": "public",
diff --git a/cloudv2/API.md b/cloudv2/API.md
index e64aae45..ec745855 100644
--- a/cloudv2/API.md
+++ b/cloudv2/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Counter
@@ -11,21 +11,23 @@
- **Structs**
- CounterProps
-Counter (preflight class)
+### Counter (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: CounterProps): Counter
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| initial
| num
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -34,31 +36,35 @@ new(props: CounterProps): Counter
| inflight peek(key: str?): num
| *No description* |
| inflight set(value: num, key: str?): void
| *No description* |
-AwsCounter (preflight class)
+### AwsCounter (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): AwsCounter
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| static from(c: ICounter): IAwsCounter?
| *No description* |
-ICounter (interface)
+### ICounter (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -67,22 +73,26 @@ new(): AwsCounter
| inflight peek(key: str?): num
| Returns the current value of the counter. - `key` The key of the counter (defaults to "default") |
| inflight set(value: num, key: str?): void
| Sets the value of the counter. - `value` The new value of the counter - `key` The key of the counter (defaults to "default") |
-IAwsCounter (interface)
+### IAwsCounter (interface)
-Properties
+*No description*
+
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| dynamoTableArn(): str
| *No description* |
| dynamoTableName(): str
| *No description* |
-CounterProps (struct)
+### CounterProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/cloudv2/package-lock.json b/cloudv2/package-lock.json
index d7bf006a..1bcd551a 100644
--- a/cloudv2/package-lock.json
+++ b/cloudv2/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/cloudv2",
- "version": "0.1.1",
+ "version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/cloudv2",
- "version": "0.1.1",
+ "version": "0.1.2",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.621.0",
diff --git a/cloudv2/package.json b/cloudv2/package.json
index ba8662db..d26e682d 100644
--- a/cloudv2/package.json
+++ b/cloudv2/package.json
@@ -5,7 +5,7 @@
"email": "chrisr@wing.cloud",
"name": "Chris Rybicki"
},
- "version": "0.1.1",
+ "version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/dynamodb/API.md b/dynamodb/API.md
index 6334aeab..b41fbfdf 100644
--- a/dynamodb/API.md
+++ b/dynamodb/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Table
@@ -41,22 +41,24 @@
- UpdateOutput
- ClientProps
-Table (preflight class)
+### Table (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: TableProps): Table
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| connection
| Connection
| *No description* |
| tableName
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -70,22 +72,24 @@ new(props: TableProps): Table
| inflight transactWrite(options: TransactWriteOptions): TransactWriteOutput
| *No description* |
| inflight update(options: UpdateOptions): UpdateOutput
| *No description* |
-Table_tfaws (preflight class)
+### Table_tfaws (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: TableProps): Table_tfaws
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| connection
| Connection
| *No description* |
| tableName
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -99,22 +103,24 @@ new(props: TableProps): Table_tfaws
| inflight transactWrite(options: TransactWriteOptions): TransactWriteOutput
| *No description* |
| inflight update(options: UpdateOptions): UpdateOutput
| *No description* |
-Table_sim (preflight class)
+### Table_sim (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: TableProps): Table_sim
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| connection
| Connection
| *No description* |
| tableName
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -128,19 +134,21 @@ new(props: TableProps): Table_sim
| inflight transactWrite(options: TransactWriteOptions): TransactWriteOutput
| *No description* |
| inflight update(options: UpdateOptions): UpdateOutput
| *No description* |
-Client (inflight class)
+### Client (inflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): Client
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -152,13 +160,15 @@ new(): Client
| inflight transactWrite(options: TransactWriteOptions): TransactWriteOutput
| *No description* |
| inflight update(options: UpdateOptions): UpdateOutput
| *No description* |
-IClient (interface)
+### IClient (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -170,15 +180,17 @@ new(): Client
| inflight transactWrite(options: TransactWriteOptions): TransactWriteOutput
| *No description* |
| inflight update(options: UpdateOptions): UpdateOutput
| *No description* |
-ITable (interface)
+### ITable (interface)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| node
| Node
| The tree node. |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -192,18 +204,22 @@ new(): Client
| inflight transactWrite(options: TransactWriteOptions): TransactWriteOutput
| *No description* |
| inflight update(options: UpdateOptions): UpdateOutput
| *No description* |
-AttributeDefinition (struct)
+### AttributeDefinition (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| name
| str
| *No description* |
| type
| str
| *No description* |
-ClientConfig (struct)
+### ClientConfig (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -211,27 +227,33 @@ new(): Client
| endpoint
| str
| *No description* |
| region
| str
| *No description* |
-Connection (struct)
+### Connection (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| clientConfig
| ClientConfig?
| *No description* |
| tableName
| str
| *No description* |
-Credentials (struct)
+### Credentials (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| accessKeyId
| str
| *No description* |
| secretAccessKey
| str
| *No description* |
-DeleteOptions (struct)
+### DeleteOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -241,17 +263,21 @@ new(): Client
| Key
| Json
| *No description* |
| ReturnValues
| str?
| *No description* |
-DeleteOutput (struct)
+### DeleteOutput (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| Attributes
| Json?
| *No description* |
-GetOptions (struct)
+### GetOptions (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -261,17 +287,21 @@ new(): Client
| Key
| Json
| *No description* |
| ProjectionExpression
| str?
| *No description* |
-GetOutput (struct)
+### GetOutput (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| Item
| Json?
| *No description* |
-GlobalSecondaryIndex (struct)
+### GlobalSecondaryIndex (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -283,9 +313,11 @@ new(): Client
| readCapacity
| num?
| *No description* |
| writeCapacity
| num?
| *No description* |
-PutOptions (struct)
+### PutOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -295,17 +327,21 @@ new(): Client
| Item
| Json
| *No description* |
| ReturnValues
| str?
| *No description* |
-PutOutput (struct)
+### PutOutput (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| Attributes
| Json?
| *No description* |
-QueryOptions (struct)
+### QueryOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -322,9 +358,11 @@ new(): Client
| ScanIndexForward
| bool?
| *No description* |
| Select
| str?
| *No description* |
-QueryOutput (struct)
+### QueryOutput (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -334,9 +372,11 @@ new(): Client
| LastEvaluatedKey
| Json?
| *No description* |
| ScannedCount
| num
| *No description* |
-ScanOptions (struct)
+### ScanOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -353,9 +393,11 @@ new(): Client
| Select
| str?
| *No description* |
| TotalSegments
| num?
| *No description* |
-ScanOutput (struct)
+### ScanOutput (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -365,18 +407,22 @@ new(): Client
| LastEvaluatedKey
| Json?
| *No description* |
| ScannedCount
| num
| *No description* |
-StreamConsumerOptions (struct)
+### StreamConsumerOptions (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| batchSize
| num?
| *No description* |
| startingPosition
| str?
| *No description* |
-StreamRecord (struct)
+### StreamRecord (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -384,9 +430,11 @@ new(): Client
| eventID
| str
| *No description* |
| eventName
| str
| *No description* |
-StreamRecordDynamodb (struct)
+### StreamRecordDynamodb (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -398,9 +446,11 @@ new(): Client
| SizeBytes
| num
| *No description* |
| StreamViewType
| str
| *No description* |
-TableProps (struct)
+### TableProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -412,9 +462,11 @@ new(): Client
| rangeKey
| str?
| *No description* |
| timeToLiveAttribute
| str?
| *No description* |
-TransactWriteItem (struct)
+### TransactWriteItem (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -423,9 +475,11 @@ new(): Client
| Put
| TransactWriteItemPut?
| *No description* |
| Update
| TransactWriteItemUpdate?
| *No description* |
-TransactWriteItemConditionCheck (struct)
+### TransactWriteItemConditionCheck (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -435,9 +489,11 @@ new(): Client
| Key
| Json
| *No description* |
| ReturnValuesOnConditionCheckFailure
| bool?
| *No description* |
-TransactWriteItemDelete (struct)
+### TransactWriteItemDelete (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -447,9 +503,11 @@ new(): Client
| Key
| Json
| *No description* |
| ReturnValuesOnConditionCheckFailure
| bool?
| *No description* |
-TransactWriteItemPut (struct)
+### TransactWriteItemPut (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -459,9 +517,11 @@ new(): Client
| Item
| Json
| *No description* |
| ReturnValuesOnConditionCheckFailure
| bool?
| *No description* |
-TransactWriteItemUpdate (struct)
+### TransactWriteItemUpdate (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -472,23 +532,29 @@ new(): Client
| ReturnValuesOnConditionCheckFailure
| bool?
| *No description* |
| UpdateExpression
| str?
| *No description* |
-TransactWriteOptions (struct)
+### TransactWriteOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| TransactItems
| Array
| *No description* |
-TransactWriteOutput (struct)
+### TransactWriteOutput (struct)
-Properties
+*No description*
+
+#### Properties
*No properties*
-UpdateOptions (struct)
+### UpdateOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -500,9 +566,11 @@ new(): Client
| ReturnValues
| str?
| *No description* |
| UpdateExpression
| str
| *No description* |
-UpdateOutput (struct)
+### UpdateOutput (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -512,9 +580,11 @@ new(): Client
| Item
| Json
| *No description* |
| ReturnValues
| str?
| *No description* |
-ClientProps (struct)
+### ClientProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/dynamodb/package-lock.json b/dynamodb/package-lock.json
index 229c8a2e..62ddf41d 100644
--- a/dynamodb/package-lock.json
+++ b/dynamodb/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/dynamodb",
- "version": "0.2.2",
+ "version": "0.2.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/dynamodb",
- "version": "0.2.2",
+ "version": "0.2.3",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-dynamodb": "^3.461.0",
diff --git a/dynamodb/package.json b/dynamodb/package.json
index a2ad36d0..f6b71af1 100644
--- a/dynamodb/package.json
+++ b/dynamodb/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/dynamodb",
- "version": "0.2.2",
+ "version": "0.2.3",
"description": "DynamoDB library for Wing",
"author": {
"name": "Cristian Pallarés",
diff --git a/eventbridge/API.md b/eventbridge/API.md
index 57981a1a..338f7afd 100644
--- a/eventbridge/API.md
+++ b/eventbridge/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Bus
@@ -18,19 +18,21 @@
- platform.aws.PutEventCommandEntry
- platform.aws.PutEventCommandInput
-Bus (preflight class)
+### Bus (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: BusProps?): Bus
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -38,19 +40,21 @@ new(props: BusProps?): Bus
| inflight putEvents(events: Array): void
| *No description* |
| subscribeQueue(name: str, queue: Queue, pattern: Json): void
| *No description* |
-
+### platform.tfaws.Bus (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: BusProps?): Bus
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -58,19 +62,21 @@ new(props: BusProps?): Bus
| inflight putEvents(events: Array): void
| *No description* |
| subscribeQueue(name: str, queue: Queue, pattern: Json): void
| *No description* |
-
+### platform.sim.Bus (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: BusProps?): Bus
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -78,38 +84,42 @@ new(props: BusProps?): Bus
| inflight putEvents(events: Array): void
| *No description* |
| subscribeQueue(name: str, queue: Queue, pattern: Json): void
| *No description* |
-
+### platform.sim.EventBridgeBus (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: BusProps?): EventBridgeBus
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight putEvents(events: Array): void
| *No description* |
| subscribe(callback: inflight (Event): void, pattern: Json): Resource
| *No description* |
-
+### platform.awscdk.Bus (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: BusProps?): Bus
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -118,34 +128,38 @@ new(props: BusProps?): Bus
| inflight putEvents(events: Array): void
| *No description* |
| subscribeQueue(name: str, queue: Queue, pattern: Json): void
| *No description* |
-
+### platform.aws.Util (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): Util
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| static inflight _putEvent(name: str, event: PutEventCommandInput): void
| *No description* |
| static inflight putEvent(name: str, events: Array): void
| *No description* |
-IBus (interface)
+### IBus (interface)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| node
| Node
| The tree node. |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -153,18 +167,22 @@ new(): Util
| inflight putEvents(events: Array): void
| *No description* |
| subscribeQueue(name: str, queue: Queue, pattern: Json): void
| *No description* |
-BusProps (struct)
+### BusProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| debug
| bool?
| *No description* |
| name
| str
| *No description* |
-Event (struct)
+### Event (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -178,9 +196,11 @@ new(): Util
| time
| str
| *No description* |
| version
| str
| *No description* |
-PublishEvent (struct)
+### PublishEvent (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -190,9 +210,11 @@ new(): Util
| source
| str
| *No description* |
| version
| str
| *No description* |
-platform.aws.PutEventCommandEntry (struct)
+### platform.aws.PutEventCommandEntry (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -202,9 +224,11 @@ new(): Util
| Resources
| Array
| *No description* |
| Source
| str
| *No description* |
-
+### platform.aws.PutEventCommandInput (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/eventbridge/package-lock.json b/eventbridge/package-lock.json
index c35080f1..81015175 100644
--- a/eventbridge/package-lock.json
+++ b/eventbridge/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/eventbridge",
- "version": "0.1.7",
+ "version": "0.1.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/eventbridge",
- "version": "0.1.7",
+ "version": "0.1.8",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-eventbridge": "^3.525.0",
diff --git a/eventbridge/package.json b/eventbridge/package.json
index 87e036a5..ed11e021 100644
--- a/eventbridge/package.json
+++ b/eventbridge/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/eventbridge",
"description": "Amazon EventBridge library for Wing",
- "version": "0.1.7",
+ "version": "0.1.8",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/fifoqueue/API.md b/fifoqueue/API.md
index 400fc57c..b6760e9f 100644
--- a/fifoqueue/API.md
+++ b/fifoqueue/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- FifoQueue
@@ -13,79 +13,89 @@
- PushOptions
- SetConsumerOptions
-FifoQueue (preflight class)
+### FifoQueue (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: FifoQueueProps?): FifoQueue
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight push(message: str, options: PushOptions): void
| *No description* |
| setConsumer(fn: inflight (str): void, options: SetConsumerOptions?): void
| *No description* |
-FifoQueue_sim (preflight class)
+### FifoQueue_sim (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): FifoQueue_sim
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight push(message: str, options: PushOptions): void
| *No description* |
| setConsumer(handler: inflight (str): void, options: SetConsumerOptions?): void
| *No description* |
-FifoQueue_aws (preflight class)
+### FifoQueue_aws (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: FifoQueueProps?): FifoQueue_aws
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight push(message: str, options: PushOptions): void
| *No description* |
| setConsumer(handler: inflight (str): void, options: SetConsumerOptions?): void
| *No description* |
-IFifoQueue (interface)
+### IFifoQueue (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight push(message: str, options: PushOptions): void
| *No description* |
| setConsumer(handler: inflight (str): void, options: SetConsumerOptions?): void
| *No description* |
-FifoQueueProps (struct)
+### FifoQueueProps (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -93,17 +103,21 @@ new(props: FifoQueueProps?): FifoQueue_aws
| retentionPeriod
| duration?
| How long a queue retains a message. |
| timeout
| duration?
| How long a queue's consumers have to process a message. |
-PushOptions (struct)
+### PushOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| groupId
| str
| *No description* |
-SetConsumerOptions (struct)
+### SetConsumerOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/fifoqueue/package-lock.json b/fifoqueue/package-lock.json
index d4ab6759..546e673f 100644
--- a/fifoqueue/package-lock.json
+++ b/fifoqueue/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/fifoqueue",
- "version": "0.0.11",
+ "version": "0.0.12",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/fifoqueue",
- "version": "0.0.11",
+ "version": "0.0.12",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-sqs": "^3.460.0",
diff --git a/fifoqueue/package.json b/fifoqueue/package.json
index eaa1486a..a51eca03 100644
--- a/fifoqueue/package.json
+++ b/fifoqueue/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/fifoqueue",
- "version": "0.0.11",
+ "version": "0.0.12",
"description": "A wing library to work with FIFO (first-in first-out) Queues",
"author": {
"name": "Elad Cohen",
diff --git a/github/API.md b/github/API.md
index 8fc09cb9..8f3539b8 100644
--- a/github/API.md
+++ b/github/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- ProbotApp
@@ -44,19 +44,21 @@
- octokit.OctoKit
- ngrok.NgrokProps
-ProbotApp (preflight class)
+### ProbotApp (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: ProbotAppProps): ProbotApp
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -65,71 +67,79 @@ new(props: ProbotAppProps): ProbotApp
| onPullRequestReopened(handler: inflight (PullRequestOpenedContext): void): void
| *No description* |
| inflight updateWebhookUrl(url: str): void
| *No description* |
-utils.LowkeysMap (inflight class)
+### utils.LowkeysMap (inflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): LowkeysMap
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| static inflight fromMap(map: Map): Map
| *No description* |
-simutils.Port (preflight class)
+### simutils.Port (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): Port
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| port
| str
| *No description* |
-Methods
+#### Methods
*No methods*
-simutils.Service (preflight class)
+### simutils.Service (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(command: str, args: Array, props: ServiceProps): Service
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
*No methods*
-probot.ProbotAdapter (preflight class)
+### probot.ProbotAdapter (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: ProbotAdapterProps): ProbotAdapter
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -142,31 +152,35 @@ new(props: ProbotAdapterProps): ProbotAdapter
| inflight handlePush(handler: inflight (PushContext): void): void
| *No description* |
| inflight verifyAndReceive(props: VerifyAndReceieveProps): void
| *No description* |
-ngrok.Ngrok (preflight class)
+### ngrok.Ngrok (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: NgrokProps): Ngrok
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
*No methods*
-IProbotAppCredentialsSupplier (interface)
+### IProbotAppCredentialsSupplier (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -174,50 +188,58 @@ new(props: NgrokProps): Ngrok
| inflight getPrivateKey(): str
| *No description* |
| inflight getWebhookSecret(): str
| *No description* |
-simutils.Process (interface)
+### simutils.Process (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight kill(): void
| *No description* |
-probot.IProbotAuth (interface)
+### probot.IProbotAuth (interface)
-Properties
+*No description*
+
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight call(instance: ProbotInstance, installationId: num): OctoKit
| *No description* |
-probot.IProbotWebhooks (interface)
+### probot.IProbotWebhooks (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight on(name: str, handler: inflight (): void): void
| *No description* |
| inflight verifyAndReceive(props: VerifyAndReceieveProps): void
| *No description* |
-probot.IProbotAppCredentialsSupplier (interface)
+### probot.IProbotAppCredentialsSupplier (interface)
-Properties
+*No description*
+
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -225,44 +247,54 @@ new(props: NgrokProps): Ngrok
| inflight getPrivateKey(): str
| *No description* |
| inflight getWebhookSecret(): str
| *No description* |
-ProbotAppProps (struct)
+### ProbotAppProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| credentialsSupplier
| IProbotAppCredentialsSupplier
| *No description* |
-simutils.ServiceProps (struct)
+### simutils.ServiceProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| cwd
| str?
| *No description* |
| env
| Map?
| *No description* |
-probot.Context (struct)
+### probot.Context (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| id
| str
| *No description* |
| octokit
| OctoKit
| *No description* |
-probot.ProbotInstance (struct)
+### probot.ProbotInstance (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| auth
| IProbotAuth
| *No description* |
| webhooks
| IProbotWebhooks
| *No description* |
-probot.PullRequestClosedContext (struct)
+### probot.PullRequestClosedContext (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -270,9 +302,11 @@ new(props: NgrokProps): Ngrok
| octokit
| OctoKit
| *No description* |
| payload
| PullRequestPayload
| *No description* |
-probot.PullRequestContext (struct)
+### probot.PullRequestContext (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -280,9 +314,11 @@ new(props: NgrokProps): Ngrok
| octokit
| OctoKit
| *No description* |
| payload
| PullRequestPayload
| *No description* |
-probot.PullRequestOpenedContext (struct)
+### probot.PullRequestOpenedContext (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -290,9 +326,11 @@ new(props: NgrokProps): Ngrok
| octokit
| OctoKit
| *No description* |
| payload
| PullRequestPayload
| *No description* |
-probot.PullRequestSyncContext (struct)
+### probot.PullRequestSyncContext (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -300,9 +338,11 @@ new(props: NgrokProps): Ngrok
| octokit
| OctoKit
| *No description* |
| payload
| PullRequestPayload
| *No description* |
-probot.PushContext (struct)
+### probot.PushContext (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -310,9 +350,11 @@ new(props: NgrokProps): Ngrok
| octokit
| OctoKit
| *No description* |
| payload
| PushPayload
| *No description* |
-probot.VerifyAndReceieveProps (struct)
+### probot.VerifyAndReceieveProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -321,9 +363,11 @@ new(props: NgrokProps): Ngrok
| payload
| str
| *No description* |
| signature
| str
| *No description* |
-probot.CreateAdapterOptions (struct)
+### probot.CreateAdapterOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -331,17 +375,21 @@ new(props: NgrokProps): Ngrok
| privateKey
| str
| *No description* |
| webhookSecret
| str
| *No description* |
-probot.ProbotAdapterProps (struct)
+### probot.ProbotAdapterProps (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| credentialsSupplier
| IProbotAppCredentialsSupplier
| *No description* |
-octokit.CompareCommitsProps (struct)
+### octokit.CompareCommitsProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -350,42 +398,52 @@ new(props: NgrokProps): Ngrok
| owner
| str
| *No description* |
| repo
| str
| *No description* |
-octokit.CompareCommitsResponse (struct)
+### octokit.CompareCommitsResponse (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| data
| CompareCommitsResponseData
| *No description* |
-octokit.CompareCommitsResponseCommit (struct)
+### octokit.CompareCommitsResponseCommit (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| sha
| str
| *No description* |
-octokit.CompareCommitsResponseData (struct)
+### octokit.CompareCommitsResponseData (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| commits
| Array
| *No description* |
-octokit.CompareCommitsResponseFile (struct)
+### octokit.CompareCommitsResponseFile (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| filaname
| str
| *No description* |
| sha
| str
| *No description* |
-octokit.GetCommitProps (struct)
+### octokit.GetCommitProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -393,25 +451,31 @@ new(props: NgrokProps): Ngrok
| ref
| str
| *No description* |
| repo
| str
| *No description* |
-octokit.GetCommitResponse (struct)
+### octokit.GetCommitResponse (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| data
| GetCommitResponseData
| *No description* |
-octokit.GetCommitResponseData (struct)
+### octokit.GetCommitResponseData (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| files
| Array?
| *No description* |
-octokit.GetCommitResponseFile (struct)
+### octokit.GetCommitResponseFile (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -419,9 +483,11 @@ new(props: NgrokProps): Ngrok
| sha
| str
| *No description* |
| status
| str
| *No description* |
-octokit.GetContentProps (struct)
+### octokit.GetContentProps (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -430,18 +496,22 @@ new(props: NgrokProps): Ngrok
| ref
| str?
| *No description* |
| repo
| str
| *No description* |
-octokit.GetContentResponse (struct)
+### octokit.GetContentResponse (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| data
| GetContentResponseData
| *No description* |
| status
| num
| *No description* |
-octokit.GetContentResponseData (struct)
+### octokit.GetContentResponseData (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -452,18 +522,22 @@ new(props: NgrokProps): Ngrok
| size
| num
| *No description* |
| type
| str
| *No description* |
-octokit.ListReposResponse (struct)
+### octokit.ListReposResponse (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| data
| Array
| *No description* |
| status
| num
| *No description* |
-octokit.OctoKit (struct)
+### octokit.OctoKit (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -473,9 +547,11 @@ new(props: NgrokProps): Ngrok
| pulls
| OctoKitPulls
| *No description* |
| repos
| OctoKitRepos
| *No description* |
-ngrok.NgrokProps (struct)
+### ngrok.NgrokProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/github/package-lock.json b/github/package-lock.json
index d7846e1d..3a4c59f1 100644
--- a/github/package-lock.json
+++ b/github/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/github",
- "version": "0.0.15",
+ "version": "0.0.16",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/github",
- "version": "0.0.15",
+ "version": "0.0.16",
"license": "MIT",
"peerDependencies": {
"@probot/adapter-aws-lambda-serverless": "^3.0.4",
diff --git a/github/package.json b/github/package.json
index 6066f86f..ba1f81b3 100644
--- a/github/package.json
+++ b/github/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/github",
"description": "A Wing library for GitHub Probot",
- "version": "0.0.15",
+ "version": "0.0.16",
"author": {
"name": "Elad Cohen",
"email": "eladc@wing.cloud"
diff --git a/jwt/API.md b/jwt/API.md
index 49ad7d1d..bb28e95c 100644
--- a/jwt/API.md
+++ b/jwt/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Util
@@ -10,19 +10,21 @@
- VerifyJwtOptions
- VerifyOptions
-Util (preflight class)
+### Util (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): Util
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -30,17 +32,21 @@ new(): Util
| static inflight sign(data: Json, secret: str, options: SignOptions?): str
| *No description* |
| static inflight verify(token: str, options: VerifyOptions): Json
| *No description* |
-DecodeOptions (struct)
+### DecodeOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| complete
| bool?
| *No description* |
-SignOptions (struct)
+### SignOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -54,9 +60,11 @@ new(): Util
| notBefore
| duration?
| *No description* |
| subject
| str?
| *No description* |
-VerifyJwtOptions (struct)
+### VerifyJwtOptions (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -70,9 +78,11 @@ new(): Util
| nonce
| str?
| *No description* |
| subject
| str?
| *No description* |
-VerifyOptions (struct)
+### VerifyOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/jwt/package-lock.json b/jwt/package-lock.json
index d9f3a1cd..7fb5cdea 100644
--- a/jwt/package-lock.json
+++ b/jwt/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/jwt",
- "version": "0.0.8",
+ "version": "0.0.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/jwt",
- "version": "0.0.8",
+ "version": "0.0.9",
"license": "MIT",
"peerDependencies": {
"jsonwebtoken": "^9.0.2",
diff --git a/jwt/package.json b/jwt/package.json
index fa3cd8a1..ae469a40 100644
--- a/jwt/package.json
+++ b/jwt/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/jwt",
"description": "Wing library for JWT authentication",
- "version": "0.0.8",
+ "version": "0.0.9",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/k8s/API.md b/k8s/API.md
index cddf39c6..fe2938a8 100644
--- a/k8s/API.md
+++ b/k8s/API.md
@@ -1,21 +1,23 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- ApiObject
- **Structs**
- ApiObjectProps
-ApiObject (preflight class)
+### ApiObject (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: ApiObjectProps): ApiObject
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -26,7 +28,7 @@ new(props: ApiObjectProps): ApiObject
| metadata
| ApiObjectMetadataDefinition
| Metadata associated with this API object. |
| name
| str
| The name of the API object. |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -36,9 +38,11 @@ new(props: ApiObjectProps): ApiObject
| static of(c: IConstruct): ApiObject
| Returns the `ApiObject` named `Resource` which is a child of the given construct. |
| toJson(): any
| Renders the object to Kubernetes JSON. |
-ApiObjectProps (struct)
+### ApiObjectProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/k8s/package-lock.json b/k8s/package-lock.json
index 0f2065ac..f61362d7 100644
--- a/k8s/package-lock.json
+++ b/k8s/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/k8s",
- "version": "0.0.9",
+ "version": "0.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/k8s",
- "version": "0.0.9",
+ "version": "0.0.10",
"license": "MIT",
"devDependencies": {
"cdk8s-plus-27": "^2.9.0"
diff --git a/k8s/package.json b/k8s/package.json
index d448f1dd..4525c007 100644
--- a/k8s/package.json
+++ b/k8s/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/k8s",
"description": "Wing for Kubernetes",
- "version": "0.0.9",
+ "version": "0.0.10",
"author": {
"name": "Elad Ben-Israel",
"email": "eladb@wing.cloud"
diff --git a/lock/API.md b/lock/API.md
index 6d889922..1897eb97 100644
--- a/lock/API.md
+++ b/lock/API.md
@@ -1,25 +1,27 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Lock
- **Structs**
- LockAcquireOptions
-Lock (preflight class)
+### Lock (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): Lock
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -28,9 +30,11 @@ new(): Lock
| inflight tryAcquire(id: str, options: LockAcquireOptions): bool
| *No description* |
| inflight tryRelease(id: str): bool
| *No description* |
-LockAcquireOptions (struct)
+### LockAcquireOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/lock/package-lock.json b/lock/package-lock.json
index 69c8919b..741382f2 100644
--- a/lock/package-lock.json
+++ b/lock/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/lock",
- "version": "0.0.7",
+ "version": "0.0.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/lock",
- "version": "0.0.7",
+ "version": "0.0.8",
"license": "MIT"
}
}
diff --git a/lock/package.json b/lock/package.json
index ffa918ec..79316bf2 100644
--- a/lock/package.json
+++ b/lock/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/lock",
"description": "A Wing library for cloud Lock",
- "version": "0.0.7",
+ "version": "0.0.8",
"author": {
"name": "Eyal Keren",
"email": "eyalk@wing.cloud"
diff --git a/messagefanout/API.md b/messagefanout/API.md
index c92c76e3..edf00dd2 100644
--- a/messagefanout/API.md
+++ b/messagefanout/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- MessageFanout
@@ -11,81 +11,91 @@
- **Structs**
- commons.MessageFanoutProps
-MessageFanout (preflight class)
+### MessageFanout (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): MessageFanout
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| addConsumer(handler: inflight (str): void, props: MessageFanoutProps): void
| *No description* |
| inflight publish(message: str): void
| *No description* |
-
+### platform.MessageFanout_tfaws (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): MessageFanout_tfaws
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| addConsumer(handler: inflight (str): void, props: MessageFanoutProps): void
| *No description* |
| inflight publish(message: str): void
| *No description* |
-
+### platform.MessageFanout_sim (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): MessageFanout_sim
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| addConsumer(handler: inflight (str): void, props: MessageFanoutProps): void
| *No description* |
| inflight publish(message: str): void
| *No description* |
-commons.IMessageFanout (interface)
+### commons.IMessageFanout (interface)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| node
| Node
| The tree node. |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| addConsumer(handler: inflight (str): void, props: MessageFanoutProps): void
| *No description* |
| inflight publish(message: str): void
| *No description* |
-commons.MessageFanoutProps (struct)
+### commons.MessageFanoutProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/messagefanout/package-lock.json b/messagefanout/package-lock.json
index 3f70c7bf..ef9b9518 100644
--- a/messagefanout/package-lock.json
+++ b/messagefanout/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/messagefanout",
- "version": "0.0.8",
+ "version": "0.0.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/messagefanout",
- "version": "0.0.8",
+ "version": "0.0.9",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-sns": "^3.511.0",
diff --git a/messagefanout/package.json b/messagefanout/package.json
index acc2e611..32539366 100644
--- a/messagefanout/package.json
+++ b/messagefanout/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/messagefanout",
"description": "Message fanout library for Wing",
- "version": "0.0.8",
+ "version": "0.0.9",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/momento/API.md b/momento/API.md
index 39642da9..853e63fe 100644
--- a/momento/API.md
+++ b/momento/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Cache
@@ -11,47 +11,55 @@
- CacheProps
- CacheSetOptions
-Cache (preflight class)
+### Cache (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: CacheProps): Cache
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight get(key: str): str?
| *No description* |
| inflight set(key: str, value: str, opts: CacheSetOptions?): void
| *No description* |
-ICache (interface)
+### ICache (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight get(key: str, opts: CacheGetOptions?): str?
| Get a value from the cache. |
| inflight set(key: str, value: str, opts: CacheSetOptions?): void
| Set a value in the cache. |
-CacheGetOptions (struct)
+### CacheGetOptions (struct)
+
+*No description*
-Properties
+#### Properties
*No properties*
-CacheProps (struct)
+### CacheProps (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -59,9 +67,11 @@ new(props: CacheProps): Cache
| name
| str?
| The name of the cache. @default - a unique id will be generated |
| token
| Secret
| A secret containing the Momento API key to use for accessing the cache at runtime. |
-CacheSetOptions (struct)
+### CacheSetOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/momento/package-lock.json b/momento/package-lock.json
index df83b697..97619546 100644
--- a/momento/package-lock.json
+++ b/momento/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/momento",
- "version": "0.0.5",
+ "version": "0.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/momento",
- "version": "0.0.5",
+ "version": "0.0.6",
"license": "MIT",
"peerDependencies": {
"@gomomento/sdk": "^1.93.0",
diff --git a/momento/package.json b/momento/package.json
index aba3fa87..aa1bcf94 100644
--- a/momento/package.json
+++ b/momento/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/momento",
"description": "momento library for Wing",
- "version": "0.0.5",
+ "version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/ngrok/API.md b/ngrok/API.md
index 0d4b478a..d24cd7fb 100644
--- a/ngrok/API.md
+++ b/ngrok/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Tunnel
@@ -9,41 +9,47 @@
- **Structs**
- NgrokProps
-Tunnel (preflight class)
+### Tunnel (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(url: str, props: NgrokProps?): Tunnel
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| onConnect(handler: inflight (str): void): void
| *No description* |
-OnConnectHandler (interface)
+### OnConnectHandler (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight handle(url: str): void
| *No description* |
-NgrokProps (struct)
+### NgrokProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/ngrok/package-lock.json b/ngrok/package-lock.json
index 646b37a0..c4ec59e7 100644
--- a/ngrok/package-lock.json
+++ b/ngrok/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/ngrok",
- "version": "0.0.10",
+ "version": "0.0.11",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/ngrok",
- "version": "0.0.10",
+ "version": "0.0.11",
"license": "MIT",
"peerDependencies": {
"@ngrok/ngrok": "^0.9.1"
diff --git a/ngrok/package.json b/ngrok/package.json
index 49bc93fa..3716a6e5 100644
--- a/ngrok/package.json
+++ b/ngrok/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/ngrok",
- "version": "0.0.10",
+ "version": "0.0.11",
"description": "ngrok library for Wing",
"author": {
"name": "Elad Ben-Israel",
diff --git a/openai/API.md b/openai/API.md
index 2052c74c..32ed92e0 100644
--- a/openai/API.md
+++ b/openai/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- OpenAI
@@ -8,37 +8,43 @@
- CompletionParams
- OpenAIProps
-OpenAI (preflight class)
+### OpenAI (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: OpenAIProps?): OpenAI
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight createCompletion(prompt: str, params: CompletionParams?): str
| *No description* |
| static inflight createNewInflightClient(apiKey: str, org: str?): IClient
| *No description* |
-CompletionParams (struct)
+### CompletionParams (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| maxTokens
| num?
| *No description* |
| model
| str?
| *No description* |
-OpenAIProps (struct)
+### OpenAIProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/openai/package-lock.json b/openai/package-lock.json
index e9661ae9..22d03b31 100644
--- a/openai/package-lock.json
+++ b/openai/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/openai",
- "version": "0.0.8",
+ "version": "0.0.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/openai",
- "version": "0.0.8",
+ "version": "0.0.9",
"license": "MIT",
"peerDependencies": {
"openai": "^4.28.4"
diff --git a/openai/package.json b/openai/package.json
index acdeac6c..9302a968 100644
--- a/openai/package.json
+++ b/openai/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/openai",
"description": "OpenAI library for Wing",
- "version": "0.0.8",
+ "version": "0.0.9",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/postgres/API.md b/postgres/API.md
index 75114be9..9e408880 100644
--- a/postgres/API.md
+++ b/postgres/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Database
@@ -12,69 +12,79 @@
- ConnectionOptions
- DatabaseProps
-Database (preflight class)
+### Database (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: DatabaseProps): Database
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| connection
| ConnectionOptions
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight connectionOptions(): ConnectionOptions
| *No description* |
| inflight query(query: str): Array
| *No description* |
-DatabaseRef (preflight class)
+### DatabaseRef (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): DatabaseRef
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight query(query: str): Array
| *No description* |
-IDatabase (interface)
+### IDatabase (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight connectionOptions(): ConnectionOptions?
| *No description* |
| inflight query(query: str): Array
| *No description* |
-AwsParameters (struct)
+### AwsParameters (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| postgresEngine
| str?
| *No description* |
-ConnectionOptions (struct)
+### ConnectionOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -85,9 +95,11 @@ new(): DatabaseRef
| ssl
| bool
| *No description* |
| user
| str
| *No description* |
-DatabaseProps (struct)
+### DatabaseProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/postgres/package-lock.json b/postgres/package-lock.json
index e878f3c2..1ec8eeff 100644
--- a/postgres/package-lock.json
+++ b/postgres/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/postgres",
- "version": "0.1.12",
+ "version": "0.1.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/postgres",
- "version": "0.1.12",
+ "version": "0.1.13",
"license": "MIT",
"peerDependencies": {
"@cdktf/provider-aws": "^19.12.0",
diff --git a/postgres/package.json b/postgres/package.json
index 2dd23d50..295058de 100644
--- a/postgres/package.json
+++ b/postgres/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/postgres",
- "version": "0.1.12",
+ "version": "0.1.13",
"description": "Postgres support for Wing",
"repository": {
"type": "git",
diff --git a/react/API.md b/react/API.md
index 82bcf5d5..7eb70e9f 100644
--- a/react/API.md
+++ b/react/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Utils
@@ -13,19 +13,21 @@
- **Structs**
- AppProps
-Utils (preflight class)
+### Utils (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): Utils
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -33,19 +35,21 @@ new(): Utils
| static execSync(command: str, env: MutMap, cwd: str): void
| *No description* |
| static inflight serveStaticFiles(path: str, port: num): inflight (): void
| *No description* |
-AppTfAws (preflight class)
+### AppTfAws (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: AppProps): AppTfAws
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -53,81 +57,91 @@ new(props: AppProps): AppTfAws
| getUrl(): str
| *No description* |
| addEnvironment(key: str, value: str): void
| *No description* |
-AppSim (preflight class)
+### AppSim (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: AppProps): AppSim
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| getUrl(): str
| *No description* |
| addEnvironment(key: str, value: str): void
| *No description* |
-App (preflight class)
+### App (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: AppProps): App
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| addEnvironment(key: str, value: str): void
| *No description* |
-AppBase (preflight class)
+### AppBase (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: AppProps): AppBase
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| addEnvironment(key: str, value: str): void
| *No description* |
-IApp (interface)
+### IApp (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| addEnvironment(key: str, value: str): void
| *No description* |
| getUrl(): str
| *No description* |
-AppProps (struct)
+### AppProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/react/package-lock.json b/react/package-lock.json
index 67c95c1c..f0f76cc9 100644
--- a/react/package-lock.json
+++ b/react/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/react",
- "version": "0.1.5",
+ "version": "0.1.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/react",
- "version": "0.1.5",
+ "version": "0.1.6",
"license": "MIT",
"peerDependencies": {
"finalhandler": "^1.2.0",
diff --git a/react/package.json b/react/package.json
index 184fd2f3..089b6b16 100644
--- a/react/package.json
+++ b/react/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/react",
"description": "React library for Wing",
- "version": "0.1.5",
+ "version": "0.1.6",
"author": {
"name": "Meir Elbaz",
"email": "maornet@gmail.com"
diff --git a/redis/API.md b/redis/API.md
index e6d0c344..0299b0eb 100644
--- a/redis/API.md
+++ b/redis/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Util
@@ -10,37 +10,41 @@
- IRedis
- IRedisClient
-Util (preflight class)
+### Util (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): Util
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| static inflight newRedisClient(url: str, redisPassword: str): IRedisClient
| *No description* |
-Redis (preflight class)
+### Redis (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): Redis
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -53,19 +57,21 @@ new(): Redis
| inflight set(key: str, value: str): void?
| *No description* |
| inflight url(): str
| *No description* |
-Redis_sim (preflight class)
+### Redis_sim (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): Redis_sim
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -78,13 +84,15 @@ new(): Redis_sim
| inflight set(key: str, value: str): void
| *No description* |
| inflight url(): str
| *No description* |
-IRedis (interface)
+### IRedis (interface)
-Properties
+*No description*
+
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -97,13 +105,15 @@ new(): Redis_sim
| inflight set(key: str, value: str): void
| *No description* |
| inflight url(): str
| *No description* |
-IRedisClient (interface)
+### IRedisClient (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
diff --git a/redis/package-lock.json b/redis/package-lock.json
index 64ff9187..45fefe7e 100644
--- a/redis/package-lock.json
+++ b/redis/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/redis",
- "version": "0.0.12",
+ "version": "0.0.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/redis",
- "version": "0.0.12",
+ "version": "0.0.13",
"license": "MIT",
"peerDependencies": {
"@winglibs/containers": "^0.1.2",
diff --git a/redis/package.json b/redis/package.json
index a27c04a5..b72821f3 100644
--- a/redis/package.json
+++ b/redis/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/redis",
- "version": "0.0.12",
+ "version": "0.0.13",
"description": "Redis resource for Wing",
"repository": {
"type": "git",
diff --git a/sagemaker/API.md b/sagemaker/API.md
index 6734d9c8..0055482f 100644
--- a/sagemaker/API.md
+++ b/sagemaker/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Endpoint
@@ -12,81 +12,91 @@
- InvocationOptions
- InvocationOutput
-Endpoint (preflight class)
+### Endpoint (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(endpointName: str, inferenceComponentName: str): Endpoint
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| endpointName
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight invoke(body: Json, options: InvocationOptions?): InvocationOutput
| *No description* |
-SageMaker_tfaws (preflight class)
+### SageMaker_tfaws (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(endpointName: str, inferenceComponentName: str): SageMaker_tfaws
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| endpointName
| str
| *No description* |
| inferenceComponentName
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight invoke(body: Json, options: InvocationOptions?): InvocationOutput
| *No description* |
-SageMaker_sim (preflight class)
+### SageMaker_sim (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(endpointName: str, inferenceName: str): SageMaker_sim
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight invoke(body: Json, options: InvocationOptions?): InvocationOutput
| *No description* |
| setMockResponse(fn: inflight (Json, InvocationOptions?): InvocationOutput): void
| *No description* |
-ISageMaker (interface)
+### ISageMaker (interface)
-Properties
+*No description*
+
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight invoke(body: Json, InvocationOptions: InvocationOptions?): InvocationOutput
| *No description* |
-InvocationOptions (struct)
+### InvocationOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -100,9 +110,11 @@ new(endpointName: str, inferenceName: str): SageMaker_sim
| TargetModel
| str?
| *No description* |
| TargetVariant
| str?
| *No description* |
-InvocationOutput (struct)
+### InvocationOutput (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/sagemaker/package-lock.json b/sagemaker/package-lock.json
index e8581216..2a27ae0f 100644
--- a/sagemaker/package-lock.json
+++ b/sagemaker/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/sagemaker",
- "version": "0.0.9",
+ "version": "0.0.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/sagemaker",
- "version": "0.0.9",
+ "version": "0.0.10",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-sagemaker-runtime": "^3.507.0"
diff --git a/sagemaker/package.json b/sagemaker/package.json
index cc92accd..660657c7 100644
--- a/sagemaker/package.json
+++ b/sagemaker/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/sagemaker",
- "version": "0.0.9",
+ "version": "0.0.10",
"description": "The library enables owners of a trained sagemaker model, to access its Endpoints from a winglang inflight code.",
"repository": {
"type": "git",
diff --git a/ses/API.md b/ses/API.md
index 1c140ac7..d5899fad 100644
--- a/ses/API.md
+++ b/ses/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- EmailService_tfaws
@@ -21,94 +21,104 @@
- SendEmailOptions
- SendRawEmailOptions
-EmailService_tfaws (preflight class)
+### EmailService_tfaws (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: EmailServiceProps): EmailService_tfaws
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight sendEmail(options: SendEmailOptions): str?
| *No description* |
| inflight sendRawEmail(options: SendRawEmailOptions): str?
| *No description* |
-EmailService_sim (preflight class)
+### EmailService_sim (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: EmailServiceProps): EmailService_sim
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight sendEmail(options: SendEmailOptions): str?
| *No description* |
| inflight sendRawEmail(options: SendRawEmailOptions): str?
| *No description* |
-EmailService (preflight class)
+### EmailService (preflight class)
EmailService can used for defining and interacting with AWS SES.
When running the simulator in a non test environment, it will use the
actual cloud implementation.
-Constructor
+#### Constructor
-
+```
new(props: EmailServiceProps): EmailService
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight sendEmail(options: SendEmailOptions): str?
| *No description* |
| inflight sendRawEmail(options: SendRawEmailOptions): str?
| *No description* |
-IEmailService (interface)
+### IEmailService (interface)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| node
| Node
| The tree node. |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight sendEmail(options: SendEmailOptions): str?
| *No description* |
| inflight sendRawEmail(options: SendRawEmailOptions): str?
| *No description* |
-Body (struct)
+### Body (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| Html
| Content?
| *No description* |
| Text
| Content?
| *No description* |
-CloudWatchDestination (struct)
+### CloudWatchDestination (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -116,25 +126,31 @@ new(props: EmailServiceProps): EmailService
| dimensionName
| str
| *No description* |
| valueSource
| str
| *No description* |
-ConfigurationSet (struct)
+### ConfigurationSet (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| name
| str
| *No description* |
-Content (struct)
+### Content (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| Data
| str?
| *No description* |
-Destination (struct)
+### Destination (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -142,9 +158,11 @@ new(props: EmailServiceProps): EmailService
| CcAddresses
| Array?
| *No description* |
| ToAddresses
| Array?
| *No description* |
-EmailServiceProps (struct)
+### EmailServiceProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -152,9 +170,11 @@ new(props: EmailServiceProps): EmailService
| emailIdentities
| Array?
| *No description* |
| eventDestination
| EventDestination?
| *No description* |
-EventDestination (struct)
+### EventDestination (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -162,26 +182,32 @@ new(props: EmailServiceProps): EmailService
| matchingTypes
| Array
| *No description* |
| name
| str
| *No description* |
-Message (struct)
+### Message (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| Body
| Body?
| *No description* |
| Subject
| Content?
| *No description* |
-RawMessage (struct)
+### RawMessage (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| Data
| str
| *No description* |
-SendEmailOptions (struct)
+### SendEmailOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -189,9 +215,11 @@ new(props: EmailServiceProps): EmailService
| Message
| Message?
| *No description* |
| Source
| str
| *No description* |
-SendRawEmailOptions (struct)
+### SendRawEmailOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/ses/package-lock.json b/ses/package-lock.json
index 41493e13..7bf60d46 100644
--- a/ses/package-lock.json
+++ b/ses/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/ses",
- "version": "0.0.7",
+ "version": "0.0.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/ses",
- "version": "0.0.7",
+ "version": "0.0.8",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-ses": "^3.572.0",
diff --git a/ses/package.json b/ses/package.json
index 63b997f4..2bef7e61 100644
--- a/ses/package.json
+++ b/ses/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/ses",
"description": "Wing library for interacting with AWS SES",
- "version": "0.0.7",
+ "version": "0.0.8",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/simtools/API.md b/simtools/API.md
index aa447f55..6b142707 100644
--- a/simtools/API.md
+++ b/simtools/API.md
@@ -1,23 +1,25 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Util
-
+### Util (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): Util
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
diff --git a/simtools/package-lock.json b/simtools/package-lock.json
index 3fe76cb3..20bbfd65 100644
--- a/simtools/package-lock.json
+++ b/simtools/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/simtools",
- "version": "0.0.5",
+ "version": "0.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/simtools",
- "version": "0.0.5",
+ "version": "0.0.6",
"license": "MIT"
}
}
diff --git a/simtools/package.json b/simtools/package.json
index c90d5a41..d2c0780b 100644
--- a/simtools/package.json
+++ b/simtools/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/simtools",
"description": "Wing simulator utility library",
- "version": "0.0.5",
+ "version": "0.0.6",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/slack/API.md b/slack/API.md
index 6de20f70..185a7d2c 100644
--- a/slack/API.md
+++ b/slack/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- SlackUtils
@@ -26,235 +26,247 @@
- BlockType
- FieldType
-SlackUtils (preflight class)
+### SlackUtils (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): SlackUtils
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| static inflight post(body: Json, token: str): Json
| *No description* |
-Message (inflight class)
+### Message (inflight class)
Represents a Message block see: https://api.slack.com/block-kit
-Constructor
+#### Constructor
-
+```
new(): Message
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| sections
| MutArray
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight addSection(section: Section): void
| *No description* |
| inflight toJson(): Json
| Returns Json representation of message |
-App (preflight class)
+### App (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: AppProps): App
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| api
| Api
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight channel(id: str): Channel
| Retrieve a channel object from a channel Id or name |
| onEvent(eventName: str, handler: inflight (EventContext, Json): Json?): void
| Register an event handler (for available events see: https://api.slack.com/events) |
-Channel (inflight class)
+### Channel (inflight class)
Represents the context of a slack channel
-Constructor
+#### Constructor
-
+```
new(): Channel
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| id
| str
| The channel id |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight post(message: str): Json
| Post raw text to a channel |
| inflight postMessage(message: Message): Json
| Post a message block to a channel |
-EventContext (inflight class)
+### EventContext (inflight class)
Represents the context of an event callback
-Constructor
+#### Constructor
-
+```
new(): EventContext
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| channel
| Channel
| *No description* |
| thread
| Thread
| *No description* |
-Methods
+#### Methods
*No methods*
-EventContext_Mock (inflight class)
+### EventContext_Mock (inflight class)
Internally used for mocking event context
-Constructor
+#### Constructor
-
+```
new(): EventContext_Mock
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| channel
| Channel
| *No description* |
| thread
| Thread
| *No description* |
-Methods
+#### Methods
*No methods*
-MockChannel (inflight class)
+### MockChannel (inflight class)
Only used for internal testing
-Constructor
+#### Constructor
-
+```
new(): MockChannel
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| id
| str
| The channel id |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight post(message: str): Json
| *No description* |
| inflight postMessage(message: Message): Json
| *No description* |
-Thread (inflight class)
+### Thread (inflight class)
Represents the context of a slack thread
-Constructor
+#### Constructor
-
+```
new(): Thread
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| channel
| Channel
| The channel context |
| timestamp
| str
| The thread timestamp |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight post(message: str): Json
| Post raw text to a thread |
| inflight postMessage(message: Message): Json
| Post a message to a thread |
-IThread (interface)
+### IThread (interface)
The bahvioral interface of a thread
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight post(message: str): Json
| *No description* |
| inflight postMessage(message: Message): Json
| *No description* |
-Block (struct)
+### Block (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| fields
| Array
| *No description* |
| type
| BlockType
| *No description* |
-Field (struct)
+### Field (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| text
| str
| *No description* |
| type
| FieldType
| *No description* |
-Section (struct)
+### Section (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| fields
| Array
| *No description* |
-AppProps (struct)
+### AppProps (struct)
Properties for Slack bot
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| ignoreBots
| bool?
| Whether events from bot users should be ignored (default: true) |
| token
| Secret
| The token secret to use for the app |
-CallbackEvent (struct)
+### CallbackEvent (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -267,9 +279,11 @@ Properties for Slack bot
| type
| str
| *No description* |
| user
| str
| *No description* |
-MessageCallbackEvent (struct)
+### MessageCallbackEvent (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -283,17 +297,21 @@ Properties for Slack bot
| type
| str
| *No description* |
| user
| str
| *No description* |
-SlackEvent (struct)
+### SlackEvent (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| type
| str
| *No description* |
-VerificationEvent (struct)
+### VerificationEvent (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -301,17 +319,21 @@ Properties for Slack bot
| token
| str
| *No description* |
| type
| str
| *No description* |
-BlockType (enum)
+### BlockType (enum)
-Values
+*No description*
+
+#### Values
| **Name** | **Description** |
| --- | --- |
| section
| *No description* |
-FieldType (enum)
+### FieldType (enum)
+
+*No description*
-Values
+#### Values
| **Name** | **Description** |
| --- | --- |
diff --git a/slack/package-lock.json b/slack/package-lock.json
index 93a5cb7a..a83a3b33 100644
--- a/slack/package-lock.json
+++ b/slack/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/slack",
- "version": "0.1.4",
+ "version": "0.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/slack",
- "version": "0.1.4",
+ "version": "0.1.5",
"license": "MIT",
"peerDependencies": {
"cdktf": "0.20.7"
diff --git a/slack/package.json b/slack/package.json
index 6f3184aa..dcb767e8 100644
--- a/slack/package.json
+++ b/slack/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/slack",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Slack library for Wing",
"repository": {
"type": "git",
diff --git a/sns/API.md b/sns/API.md
index 57018218..8baaf70f 100644
--- a/sns/API.md
+++ b/sns/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- MobileNotifications_sim
@@ -13,91 +13,101 @@
- PublishOptions
- PublishResult
-MobileNotifications_sim (preflight class)
+### MobileNotifications_sim (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(): MobileNotifications_sim
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight publish(options: PublishOptions): PublishResult
| *No description* |
-MobileNotifications (preflight class)
+### MobileNotifications (preflight class)
MobileNotifications is a client for interacting with SNS mobile service.
No cloud resources are created when using this class.
When running the simulator in a non test environment, it will use the
actual cloud implementation.
-Constructor
+#### Constructor
-
+```
new(): MobileNotifications
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight publish(options: PublishOptions): PublishResult
| *No description* |
-MobileNotifications_aws (preflight class)
+### MobileNotifications_aws (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(): MobileNotifications_aws
-
+```
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight publish(options: PublishOptions): PublishResult
| *No description* |
-IMobileNotifications (interface)
+### IMobileNotifications (interface)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| node
| Node
| The tree node. |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| inflight publish(options: PublishOptions): PublishResult
| *No description* |
-MessageAttributeValue (struct)
+### MessageAttributeValue (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| DataType
| str?
| *No description* |
| StringValue
| str?
| *No description* |
-PublishOptions (struct)
+### PublishOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -107,9 +117,11 @@ new(): MobileNotifications_aws
| Subject
| str?
| *No description* |
| TopicArn
| str?
| *No description* |
-PublishResult (struct)
+### PublishResult (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/sns/package-lock.json b/sns/package-lock.json
index f3a351af..8a90261f 100644
--- a/sns/package-lock.json
+++ b/sns/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/sns",
- "version": "0.1.6",
+ "version": "0.1.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/sns",
- "version": "0.1.6",
+ "version": "0.1.7",
"license": "MIT",
"peerDependencies": {
"@aws-sdk/client-sns": "^3.577.0"
diff --git a/sns/package.json b/sns/package.json
index 77041665..76ba9a26 100644
--- a/sns/package.json
+++ b/sns/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/sns",
"description": "Wing library for interacting with Amazon SNS",
- "version": "0.1.6",
+ "version": "0.1.7",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/tf/API.md b/tf/API.md
index 6e8ee98c..600465a3 100644
--- a/tf/API.md
+++ b/tf/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Resource
@@ -10,15 +10,17 @@
- ResourceProps
- ProviderProps
-Resource (preflight class)
+### Resource (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: ResourceProps): Resource
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -36,7 +38,7 @@ new(props: ResourceProps): Resource
| fqn
| str
| *No description* |
| friendlyUniqueId
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -65,15 +67,17 @@ new(props: ResourceProps): Resource
| overrideLogicalId(newLogicalId: str): void
| Overrides the auto-generated logical ID with a specific ID. |
| resetOverrideLogicalId(): void
| Resets a previously passed logical Id to use the auto-generated logical id again. |
-Provider (preflight class)
+### Provider (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: ProviderProps): Provider
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -86,7 +90,7 @@ new(props: ProviderProps): Provider
| cdktfStack
| TerraformStack
| *No description* |
| friendlyUniqueId
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -99,15 +103,17 @@ new(props: ProviderProps): Provider
| overrideLogicalId(newLogicalId: str): void
| Overrides the auto-generated logical ID with a specific ID. |
| resetOverrideLogicalId(): void
| Resets a previously passed logical Id to use the auto-generated logical id again. |
-Element (preflight class)
+### Element (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(config: Json): Element
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -115,7 +121,7 @@ new(config: Json): Element
| fqn
| str
| *No description* |
| friendlyUniqueId
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -127,18 +133,22 @@ new(config: Json): Element
| toHclTerraform(): any
| *No description* |
| toMetadata(): any
| *No description* |
-ResourceProps (struct)
+### ResourceProps (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| attributes
| Json?
| *No description* |
| type
| str
| *No description* |
-ProviderProps (struct)
+### ProviderProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/tf/package-lock.json b/tf/package-lock.json
index 41d79b9f..47ac2713 100644
--- a/tf/package-lock.json
+++ b/tf/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/tf",
- "version": "0.0.8",
+ "version": "0.0.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/tf",
- "version": "0.0.8",
+ "version": "0.0.9",
"license": "MIT",
"peerDependencies": {
"cdktf": "*"
diff --git a/tf/package.json b/tf/package.json
index 27e24baa..46bcce54 100644
--- a/tf/package.json
+++ b/tf/package.json
@@ -5,7 +5,7 @@
"email": "eladb@wing.cloud",
"name": "Elad Ben-Israel"
},
- "version": "0.0.8",
+ "version": "0.0.9",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",
diff --git a/tsoa/API.md b/tsoa/API.md
index 9b6d809d..05316fcc 100644
--- a/tsoa/API.md
+++ b/tsoa/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Service_tfaws
@@ -14,93 +14,105 @@
- SpecProps
- StartServiceOptions
-Service_tfaws (preflight class)
+### Service_tfaws (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: ServiceProps): Service_tfaws
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| specFile
| str
| *No description* |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| lift(client: Resource, ops: LiftOptions): void
| *No description* |
-Service_sim (preflight class)
+### Service_sim (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: ServiceProps): Service_sim
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| specFile
| str
| *No description* |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| lift(client: Resource, ops: LiftOptions): void
| *No description* |
-Service (preflight class)
+### Service (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: ServiceProps): Service
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| specFile
| str
| *No description* |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| lift(client: Resource, ops: LiftOptions): void
| *No description* |
-IService (interface)
+### IService (interface)
+
+*No description*
-Properties
+#### Properties
*No properties*
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
| lift(client: Resource, ops: LiftOptions): void
| *No description* |
-LiftOptions (struct)
+### LiftOptions (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| allow
| Array
| *No description* |
| id
| str
| *No description* |
-ServiceProps (struct)
+### ServiceProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
@@ -111,18 +123,22 @@ new(props: ServiceProps): Service
| spec
| SpecProps?
| *No description* |
| watchDir
| str?
| *No description* |
-SpecProps (struct)
+### SpecProps (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| outputDirectory
| str?
| *No description* |
| specVersion
| num?
| *No description* |
-StartServiceOptions (struct)
+### StartServiceOptions (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/tsoa/package-lock.json b/tsoa/package-lock.json
index e2bd61cc..a4f4b429 100644
--- a/tsoa/package-lock.json
+++ b/tsoa/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/tsoa",
- "version": "0.1.14",
+ "version": "0.1.15",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/tsoa",
- "version": "0.1.14",
+ "version": "0.1.15",
"license": "MIT",
"peerDependencies": {
"@cdktf/provider-aws": "^19.13.0",
diff --git a/tsoa/package.json b/tsoa/package.json
index 3bf1a05d..ba333a08 100644
--- a/tsoa/package.json
+++ b/tsoa/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/tsoa",
"description": "TSOA library for Wing",
- "version": "0.1.14",
+ "version": "0.1.15",
"author": {
"email": "eyalk@wing.cloud",
"name": "Eyal Keren"
diff --git a/vite/API.md b/vite/API.md
index 9ce8763b..81eb49f1 100644
--- a/vite/API.md
+++ b/vite/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- Vite
@@ -9,63 +9,71 @@
- **Structs**
- ViteProps
-Vite (preflight class)
+### Vite (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: ViteProps): Vite
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
*No methods*
-Vite_tf_aws (preflight class)
+### Vite_tf_aws (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: ViteProps): Vite_tf_aws
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
*No methods*
-Vite_sim (preflight class)
+### Vite_sim (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: ViteProps): Vite_sim
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
*No methods*
-ViteProps (struct)
+### ViteProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/vite/package-lock.json b/vite/package-lock.json
index 0b1126ba..ebf767c1 100644
--- a/vite/package-lock.json
+++ b/vite/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/vite",
- "version": "0.2.4",
+ "version": "0.2.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/vite",
- "version": "0.2.4",
+ "version": "0.2.5",
"license": "MIT",
"peerDependencies": {
"@cdktf/provider-aws": "^19.12.0",
diff --git a/vite/package.json b/vite/package.json
index c1f095c6..ba5dfd5e 100644
--- a/vite/package.json
+++ b/vite/package.json
@@ -1,6 +1,6 @@
{
"name": "@winglibs/vite",
- "version": "0.2.4",
+ "version": "0.2.5",
"description": "Wing resource that allows deploying a Vite application to the cloud",
"repository": {
"type": "git",
diff --git a/websockets/API.md b/websockets/API.md
index 8407fe17..bad623f7 100644
--- a/websockets/API.md
+++ b/websockets/API.md
@@ -1,6 +1,6 @@
-API Reference
+## API Reference
-Table of Contents
+### Table of Contents
- **Classes**
- WebSocket
@@ -16,21 +16,23 @@
- platform.aws.WebSocketAwsResponse
- commons.WebSocketProps
-WebSocket (preflight class)
+### WebSocket (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: WebSocketProps): WebSocket
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -39,21 +41,23 @@ new(props: WebSocketProps): WebSocket
| onMessage(handler: inflight (str, str): void): void
| *No description* |
| inflight sendMessage(connectionId: str, message: str): void
| *No description* |
-
+### platform.WebSocket_tfaws (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: WebSocketProps): WebSocket_tfaws
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -63,21 +67,23 @@ new(props: WebSocketProps): WebSocket_tfaws
| onMessage(handler: inflight (str, str): void): void
| *No description* |
| inflight sendMessage(connectionId: str, message: str): void
| *No description* |
-
+### platform.WebSocket_sim (preflight class)
+
+*No description*
-Constructor
+#### Constructor
-
+```
new(props: WebSocketProps): WebSocket_sim
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -86,21 +92,23 @@ new(props: WebSocketProps): WebSocket_sim
| onMessage(handler: inflight (str, str): void): void
| *No description* |
| inflight sendMessage(connectionId: str, message: str): void
| *No description* |
-
+### platform.WebSocket_awscdk (preflight class)
-Constructor
+*No description*
-
+#### Constructor
+
+```
new(props: WebSocketProps): WebSocket_awscdk
-
+```
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| url
| str
| *No description* |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -110,15 +118,17 @@ new(props: WebSocketProps): WebSocket_awscdk
| onMessage(handler: inflight (str, str): void): void
| *No description* |
| inflight sendMessage(connectionId: str, message: str): void
| *No description* |
-
+### platform.aws.IAwsWebSocket (interface)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| node
| Node
| The tree node. |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -128,15 +138,17 @@ new(props: WebSocketProps): WebSocket_awscdk
| onMessage(handler: inflight (str, str): void): void
| *No description* |
| inflight sendMessage(connectionId: str, message: str): void
| *No description* |
-commons.IWebSocket (interface)
+### commons.IWebSocket (interface)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| node
| Node
| The tree node. |
-Methods
+#### Methods
| **Signature** | **Description** |
| --- | --- |
@@ -145,36 +157,44 @@ new(props: WebSocketProps): WebSocket_awscdk
| onMessage(handler: inflight (str, str): void): void
| *No description* |
| inflight sendMessage(connectionId: str, message: str): void
| *No description* |
-
+### platform.aws.WebSocketAwsRequest (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| body
| str
| *No description* |
| requestContext
| WebSocketAwsRequestContext
| *No description* |
-platform.aws.WebSocketAwsRequestContext (struct)
+### platform.aws.WebSocketAwsRequestContext (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| connectionId
| str
| *No description* |
| routeKey
| str
| *No description* |
-
+### platform.aws.WebSocketAwsResponse (struct)
-Properties
+*No description*
+
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
| body
| str?
| *No description* |
| statusCode
| num
| *No description* |
-commons.WebSocketProps (struct)
+### commons.WebSocketProps (struct)
+
+*No description*
-Properties
+#### Properties
| **Name** | **Type** | **Description** |
| --- | --- | --- |
diff --git a/websockets/package-lock.json b/websockets/package-lock.json
index df2e671e..6de0f3ae 100644
--- a/websockets/package-lock.json
+++ b/websockets/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@winglibs/websockets",
- "version": "0.3.12",
+ "version": "0.3.13",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@winglibs/websockets",
- "version": "0.3.12",
+ "version": "0.3.13",
"license": "MIT",
"devDependencies": {
"@types/ws": "^8.5.10"
diff --git a/websockets/package.json b/websockets/package.json
index e6164da8..78ed66fb 100644
--- a/websockets/package.json
+++ b/websockets/package.json
@@ -1,7 +1,7 @@
{
"name": "@winglibs/websockets",
"description": "WebSocket library for Wing",
- "version": "0.3.12",
+ "version": "0.3.13",
"repository": {
"type": "git",
"url": "https://github.com/winglang/winglibs.git",