diff --git a/app/build.gradle b/app/build.gradle index 32ef84c..03f9bf3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -20,8 +20,8 @@ android { applicationId "com.dtmilano.android.culebratester2" minSdk 26 targetSdk 33 - versionCode 20069 - versionName "2.0.69-alpha" + versionCode 20070 + versionName "2.0.70-alpha" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/app/src/main/java/io/swagger/server/models/AnyValue.kt b/app/src/main/java/io/swagger/server/models/AnyValue.kt index 35652fe..1fa0200 100644 --- a/app/src/main/java/io/swagger/server/models/AnyValue.kt +++ b/app/src/main/java/io/swagger/server/models/AnyValue.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/app/src/main/java/io/swagger/server/models/BooleanResponse.kt b/app/src/main/java/io/swagger/server/models/BooleanResponse.kt index a6766ab..afc5580 100644 --- a/app/src/main/java/io/swagger/server/models/BooleanResponse.kt +++ b/app/src/main/java/io/swagger/server/models/BooleanResponse.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,9 +12,15 @@ /** - * * @param name the name of the contained value * @param value the value*/ -data class BooleanResponse ( /* the name of the contained value */ - val name: kotlin.String, /* the value */ + * + * @param name the name of the contained value + * @param value the value + */ +data class BooleanResponse ( + + /* the name of the contained value */ + val name: kotlin.String, + /* the value */ val value: kotlin.Boolean ) { } diff --git a/app/src/main/java/io/swagger/server/models/ClickBody.kt b/app/src/main/java/io/swagger/server/models/ClickBody.kt index 8b4b2d5..4b425b5 100644 --- a/app/src/main/java/io/swagger/server/models/ClickBody.kt +++ b/app/src/main/java/io/swagger/server/models/ClickBody.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -13,7 +13,11 @@ import io.swagger.server.models.Point /** - * * @param points */ -data class ClickBody ( val points: kotlin.Array? = null + * + * @param points + */ +data class ClickBody ( + + val points: kotlin.Array? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/CulebraInfo.kt b/app/src/main/java/io/swagger/server/models/CulebraInfo.kt index 383541d..05f5205 100755 --- a/app/src/main/java/io/swagger/server/models/CulebraInfo.kt +++ b/app/src/main/java/io/swagger/server/models/CulebraInfo.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,13 @@ /** - * * @param versionName * @param versionCode */ -data class CulebraInfo ( val versionName: kotlin.String, val versionCode: kotlin.Int + * + * @param versionName + * @param versionCode + */ +data class CulebraInfo ( + + val versionName: kotlin.String, + val versionCode: kotlin.Int ) { } diff --git a/app/src/main/java/io/swagger/server/models/CurrentPackageName.kt b/app/src/main/java/io/swagger/server/models/CurrentPackageName.kt index ffb026d..fed973a 100755 --- a/app/src/main/java/io/swagger/server/models/CurrentPackageName.kt +++ b/app/src/main/java/io/swagger/server/models/CurrentPackageName.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,12 @@ /** - * * @param currentPackageName the current package name*/ -data class CurrentPackageName ( /* the current package name */ val currentPackageName: kotlin.String? = null + * + * @param currentPackageName the current package name + */ +data class CurrentPackageName ( + + /* the current package name */ + val currentPackageName: kotlin.String? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/DisplayHeight.kt b/app/src/main/java/io/swagger/server/models/DisplayHeight.kt index b0ffa66..c8fcd13 100755 --- a/app/src/main/java/io/swagger/server/models/DisplayHeight.kt +++ b/app/src/main/java/io/swagger/server/models/DisplayHeight.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,12 @@ /** - * * @param displayHeight the current display height*/ -data class DisplayHeight ( /* the current display height */ val displayHeight: kotlin.Int? = null + * + * @param displayHeight the current display height + */ +data class DisplayHeight ( + + /* the current display height */ + val displayHeight: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/DisplayRealSize.kt b/app/src/main/java/io/swagger/server/models/DisplayRealSize.kt index 99b71e6..ba17f38 100755 --- a/app/src/main/java/io/swagger/server/models/DisplayRealSize.kt +++ b/app/src/main/java/io/swagger/server/models/DisplayRealSize.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,25 @@ /** - * * @param device * @param x * @param y * @param artWidth * @param artHeight * @param screenshotWidth * @param screenshotX * @param screenshotY */ -data class DisplayRealSize ( val device: kotlin.String, val x: kotlin.Int, val y: kotlin.Int, val artWidth: kotlin.Int? = null, val artHeight: kotlin.Int? = null, val screenshotWidth: kotlin.Int? = null, val screenshotX: kotlin.Int? = null, val screenshotY: kotlin.Int? = null + * + * @param device + * @param x + * @param y + * @param artWidth + * @param artHeight + * @param screenshotWidth + * @param screenshotX + * @param screenshotY + */ +data class DisplayRealSize ( + + val device: kotlin.String, + val x: kotlin.Int, + val y: kotlin.Int, + val artWidth: kotlin.Int? = null, + val artHeight: kotlin.Int? = null, + val screenshotWidth: kotlin.Int? = null, + val screenshotX: kotlin.Int? = null, + val screenshotY: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/DisplayRotationEnum.kt b/app/src/main/java/io/swagger/server/models/DisplayRotationEnum.kt index cbdaac5..32aa940 100755 --- a/app/src/main/java/io/swagger/server/models/DisplayRotationEnum.kt +++ b/app/src/main/java/io/swagger/server/models/DisplayRotationEnum.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. diff --git a/app/src/main/java/io/swagger/server/models/DisplayRotationResponse.kt b/app/src/main/java/io/swagger/server/models/DisplayRotationResponse.kt index dbaf837..aade552 100644 --- a/app/src/main/java/io/swagger/server/models/DisplayRotationResponse.kt +++ b/app/src/main/java/io/swagger/server/models/DisplayRotationResponse.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -13,7 +13,11 @@ import io.swagger.server.models.DisplayRotationEnum /** - * the display rotation response * @param displayRotation */ -data class DisplayRotationResponse ( val displayRotation: DisplayRotationEnum? = null + * the display rotation response + * @param displayRotation + */ +data class DisplayRotationResponse ( + + val displayRotation: DisplayRotationEnum? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/DisplaySizeDp.kt b/app/src/main/java/io/swagger/server/models/DisplaySizeDp.kt index 5a19319..5f4ac16 100755 --- a/app/src/main/java/io/swagger/server/models/DisplaySizeDp.kt +++ b/app/src/main/java/io/swagger/server/models/DisplaySizeDp.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,15 @@ /** - * * @param displaySizeDpX the display x in DP * @param displaySizeDpY the display y in DP*/ -data class DisplaySizeDp ( /* the display x in DP */ val displaySizeDpX: kotlin.Int? = null, /* the display y in DP */ val displaySizeDpY: kotlin.Int? = null + * + * @param displaySizeDpX the display x in DP + * @param displaySizeDpY the display y in DP + */ +data class DisplaySizeDp ( + + /* the display x in DP */ + val displaySizeDpX: kotlin.Int? = null, + /* the display y in DP */ + val displaySizeDpY: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/DisplayWidth.kt b/app/src/main/java/io/swagger/server/models/DisplayWidth.kt index 8bafbee..c9e64e7 100755 --- a/app/src/main/java/io/swagger/server/models/DisplayWidth.kt +++ b/app/src/main/java/io/swagger/server/models/DisplayWidth.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,12 @@ /** - * * @param displayWidth the current display width*/ -data class DisplayWidth ( /* the current display width */ val displayWidth: kotlin.Int? = null + * + * @param displayWidth the current display width + */ +data class DisplayWidth ( + + /* the current display width */ + val displayWidth: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/Help.kt b/app/src/main/java/io/swagger/server/models/Help.kt index 98ef3f6..3686c2d 100755 --- a/app/src/main/java/io/swagger/server/models/Help.kt +++ b/app/src/main/java/io/swagger/server/models/Help.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,11 @@ /** - * * @param text */ -data class Help ( val text: kotlin.String + * + * @param text + */ +data class Help ( + + val text: kotlin.String ) { } diff --git a/app/src/main/java/io/swagger/server/models/Inline_response_200.kt b/app/src/main/java/io/swagger/server/models/Inline_response_200.kt index 2ee39bd..461e9a4 100644 --- a/app/src/main/java/io/swagger/server/models/Inline_response_200.kt +++ b/app/src/main/java/io/swagger/server/models/Inline_response_200.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -13,7 +13,13 @@ import io.swagger.server.models.AnyValue /** - * * @param obj * @param oid */ -data class InlineResponse200 ( val obj: AnyValue? = null, val oid: kotlin.Int? = null + * + * @param obj + * @param oid + */ +data class InlineResponse200 ( + + val obj: AnyValue? = null, + val oid: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/LastTraversedText.kt b/app/src/main/java/io/swagger/server/models/LastTraversedText.kt index 5ad0df6..4d61b58 100755 --- a/app/src/main/java/io/swagger/server/models/LastTraversedText.kt +++ b/app/src/main/java/io/swagger/server/models/LastTraversedText.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,12 @@ /** - * * @param lastTraversedText text of the last traversal event, else return an empty string*/ -data class LastTraversedText ( /* text of the last traversal event, else return an empty string */ val lastTraversedText: kotlin.String? = null + * + * @param lastTraversedText text of the last traversal event, else return an empty string + */ +data class LastTraversedText ( + + /* text of the last traversal event, else return an empty string */ + val lastTraversedText: kotlin.String? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/Locale.kt b/app/src/main/java/io/swagger/server/models/Locale.kt index 47670c0..1e2dbe5 100644 --- a/app/src/main/java/io/swagger/server/models/Locale.kt +++ b/app/src/main/java/io/swagger/server/models/Locale.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,15 @@ /** - * * @param language * @param country * @param variant */ -data class Locale ( val language: kotlin.String, val country: kotlin.String? = null, val variant: kotlin.String? = null + * + * @param language + * @param country + * @param variant + */ +data class Locale ( + + val language: kotlin.String, + val country: kotlin.String? = null, + val variant: kotlin.String? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/NumberResponse.kt b/app/src/main/java/io/swagger/server/models/NumberResponse.kt index 26d0883..1edc404 100644 --- a/app/src/main/java/io/swagger/server/models/NumberResponse.kt +++ b/app/src/main/java/io/swagger/server/models/NumberResponse.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,9 +12,15 @@ /** - * * @param name the name of the contained value * @param value the number*/ -data class NumberResponse ( /* the name of the contained value */ - val name: kotlin.String, /* the number */ + * + * @param name the name of the contained value + * @param value the number + */ +data class NumberResponse ( + + /* the name of the contained value */ + val name: kotlin.String, + /* the number */ val value: java.math.BigDecimal ) { } diff --git a/app/src/main/java/io/swagger/server/models/ObjectRef.kt b/app/src/main/java/io/swagger/server/models/ObjectRef.kt index fc4b49b..35c0a03 100755 --- a/app/src/main/java/io/swagger/server/models/ObjectRef.kt +++ b/app/src/main/java/io/swagger/server/models/ObjectRef.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,9 +12,15 @@ /** - * An object reference. This is a reference to an object that has been stored in the **Object Store**. The object reference can be later used by APIs requiring an object. * @param oid the object ID * @param className the class name*/ -data class ObjectRef ( /* the object ID */ - val oid: kotlin.Int, /* the class name */ + * An object reference. This is a reference to an object that has been stored in the **Object Store**. The object reference can be later used by APIs requiring an object. + * @param oid the object ID + * @param className the class name + */ +data class ObjectRef ( + + /* the object ID */ + val oid: kotlin.Int, + /* the class name */ val className: kotlin.String ) { } diff --git a/app/src/main/java/io/swagger/server/models/Pattern.kt b/app/src/main/java/io/swagger/server/models/Pattern.kt index 2e861ee..a9202f1 100644 --- a/app/src/main/java/io/swagger/server/models/Pattern.kt +++ b/app/src/main/java/io/swagger/server/models/Pattern.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,13 @@ /** - * A pattern. * @param regex * @param flags */ -data class Pattern ( val regex: kotlin.String, val flags: kotlin.Int? = null + * A pattern. + * @param regex + * @param flags + */ +data class Pattern ( + + val regex: kotlin.String, + val flags: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/PerformTwoPointerGestureBody.kt b/app/src/main/java/io/swagger/server/models/PerformTwoPointerGestureBody.kt index 9d1dd5b..62e2e77 100644 --- a/app/src/main/java/io/swagger/server/models/PerformTwoPointerGestureBody.kt +++ b/app/src/main/java/io/swagger/server/models/PerformTwoPointerGestureBody.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -13,8 +13,20 @@ import io.swagger.server.models.Point /** - * The body for a **two pointer gesture** action. * @param startPoint1 * @param startPoint2 * @param endPoint1 * @param endPoint2 * @param steps the number of steps for the gesture. Steps are injected about 5 milliseconds apart, so 100 steps may take around 0.5 seconds to complete.*/ -data class PerformTwoPointerGestureBody ( val startPoint1: Point, val startPoint2: Point, val endPoint1: Point, val endPoint2: Point, /* the number of steps for the gesture. Steps are injected about 5 milliseconds apart, so 100 steps may take around 0.5 seconds to complete. */ + * The body for a **two pointer gesture** action. + * @param startPoint1 + * @param startPoint2 + * @param endPoint1 + * @param endPoint2 + * @param steps the number of steps for the gesture. Steps are injected about 5 milliseconds apart, so 100 steps may take around 0.5 seconds to complete. + */ +data class PerformTwoPointerGestureBody ( + + val startPoint1: Point, + val startPoint2: Point, + val endPoint1: Point, + val endPoint2: Point, + /* the number of steps for the gesture. Steps are injected about 5 milliseconds apart, so 100 steps may take around 0.5 seconds to complete. */ val steps: kotlin.Int ) { } diff --git a/app/src/main/java/io/swagger/server/models/Pixel.kt b/app/src/main/java/io/swagger/server/models/Pixel.kt index dcfe5d9..fbf9d6a 100644 --- a/app/src/main/java/io/swagger/server/models/Pixel.kt +++ b/app/src/main/java/io/swagger/server/models/Pixel.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,17 @@ /** - * * @param r * @param g * @param b * @param a */ -data class Pixel ( val r: kotlin.Int, val g: kotlin.Int, val b: kotlin.Int, val a: kotlin.Int + * + * @param r + * @param g + * @param b + * @param a + */ +data class Pixel ( + + val r: kotlin.Int, + val g: kotlin.Int, + val b: kotlin.Int, + val a: kotlin.Int ) { } diff --git a/app/src/main/java/io/swagger/server/models/Point.kt b/app/src/main/java/io/swagger/server/models/Point.kt index d5148af..6dad451 100644 --- a/app/src/main/java/io/swagger/server/models/Point.kt +++ b/app/src/main/java/io/swagger/server/models/Point.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,13 @@ /** - * A point. * @param x * @param y */ -data class Point ( val x: kotlin.Int? = null, val y: kotlin.Int? = null + * A point. + * @param x + * @param y + */ +data class Point ( + + val x: kotlin.Int? = null, + val y: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/ProductName.kt b/app/src/main/java/io/swagger/server/models/ProductName.kt index de34dce..489e56c 100755 --- a/app/src/main/java/io/swagger/server/models/ProductName.kt +++ b/app/src/main/java/io/swagger/server/models/ProductName.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,12 @@ /** - * The product name. * @param productName product name of the device*/ -data class ProductName ( /* product name of the device */ val productName: kotlin.String? = null + * The product name. + * @param productName product name of the device + */ +data class ProductName ( + + /* product name of the device */ + val productName: kotlin.String? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/Rect.kt b/app/src/main/java/io/swagger/server/models/Rect.kt index 871eab8..e96845b 100644 --- a/app/src/main/java/io/swagger/server/models/Rect.kt +++ b/app/src/main/java/io/swagger/server/models/Rect.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,17 @@ /** - * Rect holds four integer coordinates for a rectangle. The rectangle is represented by the coordinates of its 4 edges (left, top, right bottom). * @param left * @param top * @param right * @param bottom */ -data class Rect ( val left: kotlin.Int, val top: kotlin.Int, val right: kotlin.Int, val bottom: kotlin.Int + * Rect holds four integer coordinates for a rectangle. The rectangle is represented by the coordinates of its 4 edges (left, top, right bottom). + * @param left + * @param top + * @param right + * @param bottom + */ +data class Rect ( + + val left: kotlin.Int, + val top: kotlin.Int, + val right: kotlin.Int, + val bottom: kotlin.Int ) { } diff --git a/app/src/main/java/io/swagger/server/models/Selector.kt b/app/src/main/java/io/swagger/server/models/Selector.kt index 0fbe03e..b4413b4 100644 --- a/app/src/main/java/io/swagger/server/models/Selector.kt +++ b/app/src/main/java/io/swagger/server/models/Selector.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -13,7 +13,37 @@ import io.swagger.server.models.Selector /** - * A selector. As there is a problem with `swagger-codegen` generating OAS3.x `oneOf` we are using an internal encoding for now to support Patterns for `desc` and `text`. We use an special string that starts with a literal `Pattern:` followed by the actual pattern. For example `Pattern:^[a-z]+$` * @param checkable * @param checked * @param clazz * @param clickable * @param depth * @param desc * @param hasChild * @param hasDescendant * @param pkg * @param res * @param scrollable * @param text * @param index * @param instance */ -data class Selector ( val checkable: kotlin.Boolean? = null, val checked: kotlin.Boolean? = null, val clazz: kotlin.String? = null, val clickable: kotlin.Boolean? = null, val depth: kotlin.Int? = null, val desc: kotlin.String? = null, val hasChild: Selector? = null, val hasDescendant: Selector? = null, val pkg: kotlin.String? = null, val res: kotlin.String? = null, val scrollable: kotlin.Boolean? = null, val text: kotlin.String? = null, val index: kotlin.Int? = null, val instance: kotlin.Int? = null + * A selector. As there is a problem with `swagger-codegen` generating OAS3.x `oneOf` we are using an internal encoding for now to support Patterns for `desc` and `text`. We use an special string that starts with a literal `Pattern:` followed by the actual pattern. For example `Pattern:^[a-z]+$` + * @param checkable + * @param checked + * @param clazz + * @param clickable + * @param depth + * @param desc + * @param hasChild + * @param hasDescendant + * @param pkg + * @param res + * @param scrollable + * @param text + * @param index + * @param instance + */ +data class Selector ( + + val checkable: kotlin.Boolean? = null, + val checked: kotlin.Boolean? = null, + val clazz: kotlin.String? = null, + val clickable: kotlin.Boolean? = null, + val depth: kotlin.Int? = null, + val desc: kotlin.String? = null, + val hasChild: Selector? = null, + val hasDescendant: Selector? = null, + val pkg: kotlin.String? = null, + val res: kotlin.String? = null, + val scrollable: kotlin.Boolean? = null, + val text: kotlin.String? = null, + val index: kotlin.Int? = null, + val instance: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/StatusResponse.kt b/app/src/main/java/io/swagger/server/models/StatusResponse.kt index 9cd2999..34e9cba 100755 --- a/app/src/main/java/io/swagger/server/models/StatusResponse.kt +++ b/app/src/main/java/io/swagger/server/models/StatusResponse.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,8 +12,16 @@ /** - * * @param status * @param statusCode * @param errorMessage */ -data class StatusResponse ( val status: StatusResponse.Status, val statusCode: kotlin.Int? = null, val errorMessage: kotlin.String? = null + * + * @param status + * @param statusCode + * @param errorMessage + */ +data class StatusResponse ( + + val status: Status, + val statusCode: kotlin.Int? = null, + val errorMessage: kotlin.String? = null ) { /** * diff --git a/app/src/main/java/io/swagger/server/models/StringResponse.kt b/app/src/main/java/io/swagger/server/models/StringResponse.kt index 07ed898..5fa10a3 100644 --- a/app/src/main/java/io/swagger/server/models/StringResponse.kt +++ b/app/src/main/java/io/swagger/server/models/StringResponse.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,9 +12,15 @@ /** - * * @param name the name of the contained value * @param value the value*/ -data class StringResponse ( /* the name of the contained value */ - val name: kotlin.String, /* the value */ + * + * @param name the name of the contained value + * @param value the value + */ +data class StringResponse ( + + /* the name of the contained value */ + val name: kotlin.String, + /* the value */ val value: kotlin.String ) { } diff --git a/app/src/main/java/io/swagger/server/models/SwipeBody.kt b/app/src/main/java/io/swagger/server/models/SwipeBody.kt index eb7b6c9..896ff9a 100644 --- a/app/src/main/java/io/swagger/server/models/SwipeBody.kt +++ b/app/src/main/java/io/swagger/server/models/SwipeBody.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -13,7 +13,13 @@ import io.swagger.server.models.Point /** - * The body for a **swipe** action. Contains an array of points. * @param segments * @param segmentSteps */ -data class SwipeBody ( val segments: kotlin.Array? = null, val segmentSteps: kotlin.Int? = null + * The body for a **swipe** action. Contains an array of points. + * @param segments + * @param segmentSteps + */ +data class SwipeBody ( + + val segments: kotlin.Array? = null, + val segmentSteps: kotlin.Int? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/Text.kt b/app/src/main/java/io/swagger/server/models/Text.kt index f060d6c..24bbda8 100644 --- a/app/src/main/java/io/swagger/server/models/Text.kt +++ b/app/src/main/java/io/swagger/server/models/Text.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,12 @@ /** - * Some text. * @param text the text in the object*/ -data class Text ( /* the text in the object */ val text: kotlin.String? = null + * Some text. + * @param text the text in the object + */ +data class Text ( + + /* the text in the object */ + val text: kotlin.String? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/Timeout.kt b/app/src/main/java/io/swagger/server/models/Timeout.kt index cf8aa9b..560a1f0 100644 --- a/app/src/main/java/io/swagger/server/models/Timeout.kt +++ b/app/src/main/java/io/swagger/server/models/Timeout.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -12,7 +12,11 @@ /** - * * @param timeout */ -data class Timeout ( val timeout: kotlin.Long? = null + * + * @param timeout + */ +data class Timeout ( + + val timeout: kotlin.Long? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/WindowHierarchy.kt b/app/src/main/java/io/swagger/server/models/WindowHierarchy.kt index b912e35..1e4d4e9 100755 --- a/app/src/main/java/io/swagger/server/models/WindowHierarchy.kt +++ b/app/src/main/java/io/swagger/server/models/WindowHierarchy.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -13,7 +13,17 @@ import io.swagger.server.models.WindowHierarchyChild /** - * * @param id * @param text * @param timestamp * @param children */ -data class WindowHierarchy ( val id: kotlin.String? = null, val text: kotlin.String? = null, val timestamp: kotlin.String? = null, val children: kotlin.Array? = null + * + * @param id + * @param text + * @param timestamp + * @param children + */ +data class WindowHierarchy ( + + val id: kotlin.String? = null, + val text: kotlin.String? = null, + val timestamp: kotlin.String? = null, + val children: kotlin.Array? = null ) { } diff --git a/app/src/main/java/io/swagger/server/models/WindowHierarchyChild.kt b/app/src/main/java/io/swagger/server/models/WindowHierarchyChild.kt index 027bc82..e662409 100755 --- a/app/src/main/java/io/swagger/server/models/WindowHierarchyChild.kt +++ b/app/src/main/java/io/swagger/server/models/WindowHierarchyChild.kt @@ -2,7 +2,7 @@ * CulebraTester * ## Snaky Android Test --- If you want to be able to try out the API using the **Execute** or **TRY** button from this page - an android device should be connected using `adb` - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. * -* OpenAPI spec version: 2.0.68 +* OpenAPI spec version: 2.0.70 * * * NOTE: This class is auto generated by the swagger code generator program. @@ -13,7 +13,51 @@ import io.swagger.server.models.WindowHierarchyChild /** - * * @param id * @param parent * @param text * @param `package` * @param checkable * @param clickable * @param index * @param contentDescription * @param focusable * @param resourceId * @param enabled * @param password * @param longClickable * @param longText * @param clazz * @param scrollable * @param selected * @param checked * @param focused * @param bounds * @param children */ -data class WindowHierarchyChild ( val id: kotlin.Int? = null, val parent: kotlin.Int? = null, val text: kotlin.String? = null, val `package`: kotlin.String? = null, val checkable: kotlin.Boolean? = null, val clickable: kotlin.Boolean? = null, val index: kotlin.Int? = null, val contentDescription: kotlin.String? = null, val focusable: kotlin.Boolean? = null, val resourceId: kotlin.String? = null, val enabled: kotlin.Boolean? = null, val password: kotlin.Boolean? = null, val longClickable: kotlin.Boolean? = null, val longText: kotlin.String? = null, val clazz: kotlin.String? = null, val scrollable: kotlin.Boolean? = null, val selected: kotlin.Boolean? = null, val checked: kotlin.Boolean? = null, val focused: kotlin.Boolean? = null, val bounds: kotlin.Array? = null, val children: kotlin.Array? = null + * + * @param id + * @param parent + * @param text + * @param `package` + * @param checkable + * @param clickable + * @param index + * @param contentDescription + * @param focusable + * @param resourceId + * @param enabled + * @param password + * @param longClickable + * @param longText + * @param clazz + * @param scrollable + * @param selected + * @param checked + * @param focused + * @param bounds + * @param children + */ +data class WindowHierarchyChild ( + + val id: kotlin.Int? = null, + val parent: kotlin.Int? = null, + val text: kotlin.String? = null, + val `package`: kotlin.String? = null, + val checkable: kotlin.Boolean? = null, + val clickable: kotlin.Boolean? = null, + val index: kotlin.Int? = null, + val contentDescription: kotlin.String? = null, + val focusable: kotlin.Boolean? = null, + val resourceId: kotlin.String? = null, + val enabled: kotlin.Boolean? = null, + val password: kotlin.Boolean? = null, + val longClickable: kotlin.Boolean? = null, + val longText: kotlin.String? = null, + val clazz: kotlin.String? = null, + val scrollable: kotlin.Boolean? = null, + val selected: kotlin.Boolean? = null, + val checked: kotlin.Boolean? = null, + val focused: kotlin.Boolean? = null, + val bounds: kotlin.Array? = null, + val children: kotlin.Array? = null ) { } diff --git a/openapi.yaml b/openapi.yaml index b11105f..db42c8f 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -9,10 +9,27 @@ info: - the server should have been started using `./culebratester2 start-server` then you will be able to invoke the API and see the responses. - version: 2.0.69 + version: 2.0.70 servers: - url: http://localhost:9987/v2 paths: + /am/forceStop: + get: + description: Completely stop the given application package. + parameters: + - description: The package name + in: query + name: pkg + required: true + schema: + example: com.example.app + type: string + responses: + '200': + $ref: '#/components/responses/ok' + default: + $ref: '#/components/responses/error' + summary: Completely stop the given application package. /configurator/getWaitForIdleTimeout: get: description: 'Gets the current timeout used for waiting for the user diff --git a/swagger-codegen-config.json b/swagger-codegen-config.json index 5cc4966..0915dfe 100644 --- a/swagger-codegen-config.json +++ b/swagger-codegen-config.json @@ -1,6 +1,6 @@ { "packageName": "culebratester_client", "projectName": "culebratester-client", - "packageVersion": "2.0.68", + "packageVersion": "2.0.70", "packageUrl": "http://github.com/dtmilano/CulebraTester2-client" }