diff --git a/.gitignore b/.gitignore index cd61ee0ae..7f9729265 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,7 @@ -# Generated by Cargo -# will have compiled files and executables /target/ dist/ - -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock - -# These are backup files generated by rustfmt **/*.rs.bk - lcov.info .db.agdb db.agdb @@ -28,3 +20,4 @@ coverage/ node_modules/ openapitools.json .openapi-generator/ +composer.lock diff --git a/agdb_api/php/README.md b/agdb_api/php/README.md index 04ff0f546..2531ad405 100644 --- a/agdb_api/php/README.md +++ b/agdb_api/php/README.md @@ -50,10 +50,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -61,7 +61,7 @@ $apiInstance = new Agdb\Api\AgdbApi( ); $owner = 'owner_example'; // string | user name $db = 'db_example'; // string | db name -$db_type = new \Agdb\Model\DbType(); // DbType +$db_type = new \Agnesoft\\AgdbApi\Model\DbType(); // DbType try { $apiInstance->adminDbAdd($owner, $db, $db_type); diff --git a/agdb_api/php/ci.sh b/agdb_api/php/ci.sh index 5c0b47d9c..07958af99 100755 --- a/agdb_api/php/ci.sh +++ b/agdb_api/php/ci.sh @@ -77,7 +77,8 @@ function generate_api() { -i ../../agdb_server/openapi/schema.json \ -g php \ -o ./ \ - --additional-properties=invokerPackage=Agdb,artifactVersion=0.7.2 + --additional-properties=invokerPackage="Agnesoft\AgdbApi",artifactVersion=0.7.2 + for f in $(find lib/ -name '*.php'); do sed -i -e 's/Agnesoft\\\\AgdbApi/Agnesoft\\AgdbApi/g' $f; done echo "Y" | composer dump-autoload -o } diff --git a/agdb_api/php/docs/Api/AgdbApi.md b/agdb_api/php/docs/Api/AgdbApi.md index d6edf003b..be66a72fb 100644 --- a/agdb_api/php/docs/Api/AgdbApi.md +++ b/agdb_api/php/docs/Api/AgdbApi.md @@ -1,4 +1,4 @@ -# Agdb\AgdbApi +# Agnesoft\\AgdbApi\AgdbApi All URIs are relative to http://localhost:3000, except if the operation defines another base path. @@ -60,10 +60,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -71,7 +71,7 @@ $apiInstance = new Agdb\Api\AgdbApi( ); $owner = 'owner_example'; // string | user name $db = 'db_example'; // string | db name -$db_type = new \Agdb\Model\DbType(); // DbType +$db_type = new \Agnesoft\\AgdbApi\Model\DbType(); // DbType try { $apiInstance->adminDbAdd($owner, $db, $db_type); @@ -108,7 +108,7 @@ void (empty response body) ## `adminDbAudit()` ```php -adminDbAudit($owner, $db): \Agdb\Model\QueryAudit[] +adminDbAudit($owner, $db): \Agnesoft\\AgdbApi\Model\QueryAudit[] ``` @@ -121,10 +121,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -150,7 +150,7 @@ try { ### Return type -[**\Agdb\Model\QueryAudit[]**](../Model/QueryAudit.md) +[**\Agnesoft\\AgdbApi\Model\QueryAudit[]**](../Model/QueryAudit.md) ### Authorization @@ -181,10 +181,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -240,10 +240,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -301,10 +301,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -347,7 +347,7 @@ void (empty response body) ## `adminDbExec()` ```php -adminDbExec($owner, $db, $query_type): \Agdb\Model\QueryResult[] +adminDbExec($owner, $db, $query_type): \Agnesoft\\AgdbApi\Model\QueryResult[] ``` @@ -360,10 +360,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -371,7 +371,7 @@ $apiInstance = new Agdb\Api\AgdbApi( ); $owner = 'owner_example'; // string | db owner user name $db = 'db_example'; // string | db name -$query_type = array(new \Agdb\Model\QueryType()); // \Agdb\Model\QueryType[] +$query_type = array(new \Agnesoft\\AgdbApi\Model\QueryType()); // \Agnesoft\\AgdbApi\Model\QueryType[] try { $result = $apiInstance->adminDbExec($owner, $db, $query_type); @@ -387,11 +387,11 @@ try { | ------------- | ------------- | ------------- | ------------- | | **owner** | **string**| db owner user name | | | **db** | **string**| db name | | -| **query_type** | [**\Agdb\Model\QueryType[]**](../Model/QueryType.md)| | | +| **query_type** | [**\Agnesoft\\AgdbApi\Model\QueryType[]**](../Model/QueryType.md)| | | ### Return type -[**\Agdb\Model\QueryResult[]**](../Model/QueryResult.md) +[**\Agnesoft\\AgdbApi\Model\QueryResult[]**](../Model/QueryResult.md) ### Authorization @@ -409,7 +409,7 @@ try { ## `adminDbList()` ```php -adminDbList(): \Agdb\Model\ServerDatabase[] +adminDbList(): \Agnesoft\\AgdbApi\Model\ServerDatabase[] ``` @@ -422,10 +422,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -446,7 +446,7 @@ This endpoint does not need any parameter. ### Return type -[**\Agdb\Model\ServerDatabase[]**](../Model/ServerDatabase.md) +[**\Agnesoft\\AgdbApi\Model\ServerDatabase[]**](../Model/ServerDatabase.md) ### Authorization @@ -464,7 +464,7 @@ This endpoint does not need any parameter. ## `adminDbOptimize()` ```php -adminDbOptimize($owner, $db): \Agdb\Model\ServerDatabase +adminDbOptimize($owner, $db): \Agnesoft\\AgdbApi\Model\ServerDatabase ``` @@ -477,10 +477,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -506,7 +506,7 @@ try { ### Return type -[**\Agdb\Model\ServerDatabase**](../Model/ServerDatabase.md) +[**\Agnesoft\\AgdbApi\Model\ServerDatabase**](../Model/ServerDatabase.md) ### Authorization @@ -537,10 +537,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -596,10 +596,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -657,10 +657,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -716,10 +716,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -728,7 +728,7 @@ $apiInstance = new Agdb\Api\AgdbApi( $owner = 'owner_example'; // string | db owner user name $db = 'db_example'; // string | db name $username = 'username_example'; // string | user name -$db_role = new \Agdb\Model\DbUserRole(); // DbUserRole +$db_role = new \Agnesoft\\AgdbApi\Model\DbUserRole(); // DbUserRole try { $apiInstance->adminDbUserAdd($owner, $db, $username, $db_role); @@ -766,7 +766,7 @@ void (empty response body) ## `adminDbUserList()` ```php -adminDbUserList($owner, $db): \Agdb\Model\DbUser[] +adminDbUserList($owner, $db): \Agnesoft\\AgdbApi\Model\DbUser[] ``` @@ -779,10 +779,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -808,7 +808,7 @@ try { ### Return type -[**\Agdb\Model\DbUser[]**](../Model/DbUser.md) +[**\Agnesoft\\AgdbApi\Model\DbUser[]**](../Model/DbUser.md) ### Authorization @@ -839,10 +839,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -900,10 +900,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -954,17 +954,17 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); $username = 'username_example'; // string | desired user name -$user_credentials = new \Agdb\Model\UserCredentials(); // \Agdb\Model\UserCredentials +$user_credentials = new \Agnesoft\\AgdbApi\Model\UserCredentials(); // \Agnesoft\\AgdbApi\Model\UserCredentials try { $apiInstance->adminUserAdd($username, $user_credentials); @@ -978,7 +978,7 @@ try { | Name | Type | Description | Notes | | ------------- | ------------- | ------------- | ------------- | | **username** | **string**| desired user name | | -| **user_credentials** | [**\Agdb\Model\UserCredentials**](../Model/UserCredentials.md)| | | +| **user_credentials** | [**\Agnesoft\\AgdbApi\Model\UserCredentials**](../Model/UserCredentials.md)| | | ### Return type @@ -1013,17 +1013,17 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); $username = 'username_example'; // string | user name -$user_credentials = new \Agdb\Model\UserCredentials(); // \Agdb\Model\UserCredentials +$user_credentials = new \Agnesoft\\AgdbApi\Model\UserCredentials(); // \Agnesoft\\AgdbApi\Model\UserCredentials try { $apiInstance->adminUserChangePassword($username, $user_credentials); @@ -1037,7 +1037,7 @@ try { | Name | Type | Description | Notes | | ------------- | ------------- | ------------- | ------------- | | **username** | **string**| user name | | -| **user_credentials** | [**\Agdb\Model\UserCredentials**](../Model/UserCredentials.md)| | | +| **user_credentials** | [**\Agnesoft\\AgdbApi\Model\UserCredentials**](../Model/UserCredentials.md)| | | ### Return type @@ -1059,7 +1059,7 @@ void (empty response body) ## `adminUserList()` ```php -adminUserList(): \Agdb\Model\UserStatus[] +adminUserList(): \Agnesoft\\AgdbApi\Model\UserStatus[] ``` @@ -1072,10 +1072,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1096,7 +1096,7 @@ This endpoint does not need any parameter. ### Return type -[**\Agdb\Model\UserStatus[]**](../Model/UserStatus.md) +[**\Agnesoft\\AgdbApi\Model\UserStatus[]**](../Model/UserStatus.md) ### Authorization @@ -1114,7 +1114,7 @@ This endpoint does not need any parameter. ## `adminUserRemove()` ```php -adminUserRemove($username): \Agdb\Model\UserStatus[] +adminUserRemove($username): \Agnesoft\\AgdbApi\Model\UserStatus[] ``` @@ -1127,10 +1127,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1154,7 +1154,7 @@ try { ### Return type -[**\Agdb\Model\UserStatus[]**](../Model/UserStatus.md) +[**\Agnesoft\\AgdbApi\Model\UserStatus[]**](../Model/UserStatus.md) ### Authorization @@ -1185,10 +1185,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1196,7 +1196,7 @@ $apiInstance = new Agdb\Api\AgdbApi( ); $owner = 'owner_example'; // string | user name $db = 'db_example'; // string | db name -$db_type = new \Agdb\Model\DbType(); // DbType +$db_type = new \Agnesoft\\AgdbApi\Model\DbType(); // DbType try { $apiInstance->dbAdd($owner, $db, $db_type); @@ -1233,7 +1233,7 @@ void (empty response body) ## `dbAudit()` ```php -dbAudit($owner, $db): \Agdb\Model\QueryAudit[] +dbAudit($owner, $db): \Agnesoft\\AgdbApi\Model\QueryAudit[] ``` @@ -1246,10 +1246,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1275,7 +1275,7 @@ try { ### Return type -[**\Agdb\Model\QueryAudit[]**](../Model/QueryAudit.md) +[**\Agnesoft\\AgdbApi\Model\QueryAudit[]**](../Model/QueryAudit.md) ### Authorization @@ -1306,10 +1306,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1352,7 +1352,7 @@ void (empty response body) ## `dbClear()` ```php -dbClear($owner, $db, $resource): \Agdb\Model\ServerDatabase +dbClear($owner, $db, $resource): \Agnesoft\\AgdbApi\Model\ServerDatabase ``` @@ -1365,10 +1365,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1376,7 +1376,7 @@ $apiInstance = new Agdb\Api\AgdbApi( ); $owner = 'owner_example'; // string | user name $db = 'db_example'; // string | db name -$resource = new \Agdb\Model\DbResource(); // DbResource +$resource = new \Agnesoft\\AgdbApi\Model\DbResource(); // DbResource try { $result = $apiInstance->dbClear($owner, $db, $resource); @@ -1396,7 +1396,7 @@ try { ### Return type -[**\Agdb\Model\ServerDatabase**](../Model/ServerDatabase.md) +[**\Agnesoft\\AgdbApi\Model\ServerDatabase**](../Model/ServerDatabase.md) ### Authorization @@ -1427,10 +1427,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1488,10 +1488,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1534,7 +1534,7 @@ void (empty response body) ## `dbExec()` ```php -dbExec($owner, $db, $query_type): \Agdb\Model\QueryResult[] +dbExec($owner, $db, $query_type): \Agnesoft\\AgdbApi\Model\QueryResult[] ``` @@ -1547,10 +1547,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1558,7 +1558,7 @@ $apiInstance = new Agdb\Api\AgdbApi( ); $owner = 'owner_example'; // string | db owner user name $db = 'db_example'; // string | db name -$query_type = array(new \Agdb\Model\QueryType()); // \Agdb\Model\QueryType[] +$query_type = array(new \Agnesoft\\AgdbApi\Model\QueryType()); // \Agnesoft\\AgdbApi\Model\QueryType[] try { $result = $apiInstance->dbExec($owner, $db, $query_type); @@ -1574,11 +1574,11 @@ try { | ------------- | ------------- | ------------- | ------------- | | **owner** | **string**| db owner user name | | | **db** | **string**| db name | | -| **query_type** | [**\Agdb\Model\QueryType[]**](../Model/QueryType.md)| | | +| **query_type** | [**\Agnesoft\\AgdbApi\Model\QueryType[]**](../Model/QueryType.md)| | | ### Return type -[**\Agdb\Model\QueryResult[]**](../Model/QueryResult.md) +[**\Agnesoft\\AgdbApi\Model\QueryResult[]**](../Model/QueryResult.md) ### Authorization @@ -1596,7 +1596,7 @@ try { ## `dbList()` ```php -dbList(): \Agdb\Model\ServerDatabase[] +dbList(): \Agnesoft\\AgdbApi\Model\ServerDatabase[] ``` @@ -1609,10 +1609,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1633,7 +1633,7 @@ This endpoint does not need any parameter. ### Return type -[**\Agdb\Model\ServerDatabase[]**](../Model/ServerDatabase.md) +[**\Agnesoft\\AgdbApi\Model\ServerDatabase[]**](../Model/ServerDatabase.md) ### Authorization @@ -1651,7 +1651,7 @@ This endpoint does not need any parameter. ## `dbOptimize()` ```php -dbOptimize($owner, $db): \Agdb\Model\ServerDatabase +dbOptimize($owner, $db): \Agnesoft\\AgdbApi\Model\ServerDatabase ``` @@ -1664,10 +1664,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1693,7 +1693,7 @@ try { ### Return type -[**\Agdb\Model\ServerDatabase**](../Model/ServerDatabase.md) +[**\Agnesoft\\AgdbApi\Model\ServerDatabase**](../Model/ServerDatabase.md) ### Authorization @@ -1724,10 +1724,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1783,10 +1783,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1844,10 +1844,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1903,10 +1903,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -1915,7 +1915,7 @@ $apiInstance = new Agdb\Api\AgdbApi( $owner = 'owner_example'; // string | db owner user name $db = 'db_example'; // string | db name $username = 'username_example'; // string | user name -$db_role = new \Agdb\Model\DbUserRole(); // DbUserRole +$db_role = new \Agnesoft\\AgdbApi\Model\DbUserRole(); // DbUserRole try { $apiInstance->dbUserAdd($owner, $db, $username, $db_role); @@ -1966,10 +1966,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -2025,10 +2025,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), @@ -2073,7 +2073,7 @@ void (empty response body) ## `status()` ```php -status($cluster): \Agdb\Model\ClusterStatus[] +status($cluster): \Agnesoft\\AgdbApi\Model\ClusterStatus[] ``` @@ -2086,7 +2086,7 @@ require_once(__DIR__ . '/vendor/autoload.php'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client() @@ -2109,7 +2109,7 @@ try { ### Return type -[**\Agdb\Model\ClusterStatus[]**](../Model/ClusterStatus.md) +[**\Agnesoft\\AgdbApi\Model\ClusterStatus[]**](../Model/ClusterStatus.md) ### Authorization @@ -2140,16 +2140,16 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), $config ); -$change_password = new \Agdb\Model\ChangePassword(); // \Agdb\Model\ChangePassword +$change_password = new \Agnesoft\\AgdbApi\Model\ChangePassword(); // \Agnesoft\\AgdbApi\Model\ChangePassword try { $apiInstance->userChangePassword($change_password); @@ -2162,7 +2162,7 @@ try { | Name | Type | Description | Notes | | ------------- | ------------- | ------------- | ------------- | -| **change_password** | [**\Agdb\Model\ChangePassword**](../Model/ChangePassword.md)| | | +| **change_password** | [**\Agnesoft\\AgdbApi\Model\ChangePassword**](../Model/ChangePassword.md)| | | ### Return type @@ -2197,12 +2197,12 @@ require_once(__DIR__ . '/vendor/autoload.php'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client() ); -$user_login = new \Agdb\Model\UserLogin(); // \Agdb\Model\UserLogin +$user_login = new \Agnesoft\\AgdbApi\Model\UserLogin(); // \Agnesoft\\AgdbApi\Model\UserLogin try { $result = $apiInstance->userLogin($user_login); @@ -2216,7 +2216,7 @@ try { | Name | Type | Description | Notes | | ------------- | ------------- | ------------- | ------------- | -| **user_login** | [**\Agdb\Model\UserLogin**](../Model/UserLogin.md)| | | +| **user_login** | [**\Agnesoft\\AgdbApi\Model\UserLogin**](../Model/UserLogin.md)| | | ### Return type @@ -2251,10 +2251,10 @@ require_once(__DIR__ . '/vendor/autoload.php'); // Configure Bearer authorization: Token -$config = Agdb\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); +$config = Agnesoft\\AgdbApi\Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN'); -$apiInstance = new Agdb\Api\AgdbApi( +$apiInstance = new Agnesoft\\AgdbApi\Api\AgdbApi( // If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`. // This is optional, `GuzzleHttp\Client` will be used as default. new GuzzleHttp\Client(), diff --git a/agdb_api/php/docs/Model/Comparison.md b/agdb_api/php/docs/Model/Comparison.md index 720a3ae60..7ceb1ad15 100644 --- a/agdb_api/php/docs/Model/Comparison.md +++ b/agdb_api/php/docs/Model/Comparison.md @@ -4,12 +4,12 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**equal** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**greater_than** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**greater_than_or_equal** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**less_than** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**less_than_or_equal** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**not_equal** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**contains** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**equal** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**greater_than** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**greater_than_or_equal** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**less_than** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**less_than_or_equal** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**not_equal** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**contains** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ComparisonOneOf.md b/agdb_api/php/docs/Model/ComparisonOneOf.md index 3eb34aeff..d54c60d29 100644 --- a/agdb_api/php/docs/Model/ComparisonOneOf.md +++ b/agdb_api/php/docs/Model/ComparisonOneOf.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**equal** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**equal** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ComparisonOneOf1.md b/agdb_api/php/docs/Model/ComparisonOneOf1.md index 147ee890f..286438a86 100644 --- a/agdb_api/php/docs/Model/ComparisonOneOf1.md +++ b/agdb_api/php/docs/Model/ComparisonOneOf1.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**greater_than** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**greater_than** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ComparisonOneOf2.md b/agdb_api/php/docs/Model/ComparisonOneOf2.md index e61343ebf..1b63c9c9e 100644 --- a/agdb_api/php/docs/Model/ComparisonOneOf2.md +++ b/agdb_api/php/docs/Model/ComparisonOneOf2.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**greater_than_or_equal** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**greater_than_or_equal** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ComparisonOneOf3.md b/agdb_api/php/docs/Model/ComparisonOneOf3.md index 6c9ba2601..6de28d68f 100644 --- a/agdb_api/php/docs/Model/ComparisonOneOf3.md +++ b/agdb_api/php/docs/Model/ComparisonOneOf3.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**less_than** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**less_than** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ComparisonOneOf4.md b/agdb_api/php/docs/Model/ComparisonOneOf4.md index 09d70bb0c..04220ffa4 100644 --- a/agdb_api/php/docs/Model/ComparisonOneOf4.md +++ b/agdb_api/php/docs/Model/ComparisonOneOf4.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**less_than_or_equal** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**less_than_or_equal** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ComparisonOneOf5.md b/agdb_api/php/docs/Model/ComparisonOneOf5.md index b524a6724..5671319ec 100644 --- a/agdb_api/php/docs/Model/ComparisonOneOf5.md +++ b/agdb_api/php/docs/Model/ComparisonOneOf5.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**not_equal** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**not_equal** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ComparisonOneOf6.md b/agdb_api/php/docs/Model/ComparisonOneOf6.md index 463def2e4..e936d1a4a 100644 --- a/agdb_api/php/docs/Model/ComparisonOneOf6.md +++ b/agdb_api/php/docs/Model/ComparisonOneOf6.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**contains** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**contains** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/DbElement.md b/agdb_api/php/docs/Model/DbElement.md index 354801d31..3c3be6640 100644 --- a/agdb_api/php/docs/Model/DbElement.md +++ b/agdb_api/php/docs/Model/DbElement.md @@ -7,6 +7,6 @@ Name | Type | Description | Notes **from** | **int** | Database id is a wrapper around `i64`. The id is an identifier of a database element both nodes and edges. The positive ids represent nodes, negative ids represent edges. The value of `0` is logically invalid (there cannot be element with id 0) and a default. | [optional] **id** | **int** | Database id is a wrapper around `i64`. The id is an identifier of a database element both nodes and edges. The positive ids represent nodes, negative ids represent edges. The value of `0` is logically invalid (there cannot be element with id 0) and a default. | **to** | **int** | Database id is a wrapper around `i64`. The id is an identifier of a database element both nodes and edges. The positive ids represent nodes, negative ids represent edges. The value of `0` is logically invalid (there cannot be element with id 0) and a default. | [optional] -**values** | [**\Agdb\Model\DbKeyValue[]**](DbKeyValue.md) | List of key-value pairs associated with the element. | +**values** | [**\Agnesoft\\AgdbApi\Model\DbKeyValue[]**](DbKeyValue.md) | List of key-value pairs associated with the element. | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/DbKeyOrder.md b/agdb_api/php/docs/Model/DbKeyOrder.md index 71790f27f..8738cb590 100644 --- a/agdb_api/php/docs/Model/DbKeyOrder.md +++ b/agdb_api/php/docs/Model/DbKeyOrder.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**asc** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**desc** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**asc** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**desc** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/DbKeyOrderOneOf.md b/agdb_api/php/docs/Model/DbKeyOrderOneOf.md index efb978393..cbba95c00 100644 --- a/agdb_api/php/docs/Model/DbKeyOrderOneOf.md +++ b/agdb_api/php/docs/Model/DbKeyOrderOneOf.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**asc** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**asc** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/DbKeyOrderOneOf1.md b/agdb_api/php/docs/Model/DbKeyOrderOneOf1.md index f9846a879..714237837 100644 --- a/agdb_api/php/docs/Model/DbKeyOrderOneOf1.md +++ b/agdb_api/php/docs/Model/DbKeyOrderOneOf1.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**desc** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**desc** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/DbKeyValue.md b/agdb_api/php/docs/Model/DbKeyValue.md index 4ced740a6..1f3fa8864 100644 --- a/agdb_api/php/docs/Model/DbKeyValue.md +++ b/agdb_api/php/docs/Model/DbKeyValue.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**key** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**value** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**key** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**value** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/DbTypeParam.md b/agdb_api/php/docs/Model/DbTypeParam.md index 46e4675d2..ba030ac65 100644 --- a/agdb_api/php/docs/Model/DbTypeParam.md +++ b/agdb_api/php/docs/Model/DbTypeParam.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**db_type** | [**\Agdb\Model\DbType**](DbType.md) | | +**db_type** | [**\Agnesoft\\AgdbApi\Model\DbType**](DbType.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/DbUser.md b/agdb_api/php/docs/Model/DbUser.md index 5978a50a7..469093647 100644 --- a/agdb_api/php/docs/Model/DbUser.md +++ b/agdb_api/php/docs/Model/DbUser.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**role** | [**\Agdb\Model\DbUserRole**](DbUserRole.md) | | +**role** | [**\Agnesoft\\AgdbApi\Model\DbUserRole**](DbUserRole.md) | | **user** | **string** | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/DbUserRoleParam.md b/agdb_api/php/docs/Model/DbUserRoleParam.md index 3cbae3b0f..56b66eb5e 100644 --- a/agdb_api/php/docs/Model/DbUserRoleParam.md +++ b/agdb_api/php/docs/Model/DbUserRoleParam.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**db_role** | [**\Agdb\Model\DbUserRole**](DbUserRole.md) | | +**db_role** | [**\Agnesoft\\AgdbApi\Model\DbUserRole**](DbUserRole.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/InsertAliasesQuery.md b/agdb_api/php/docs/Model/InsertAliasesQuery.md index d49684b7d..2a0ad17f2 100644 --- a/agdb_api/php/docs/Model/InsertAliasesQuery.md +++ b/agdb_api/php/docs/Model/InsertAliasesQuery.md @@ -5,6 +5,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **aliases** | **string[]** | Aliases to be inserted | -**ids** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/InsertEdgesQuery.md b/agdb_api/php/docs/Model/InsertEdgesQuery.md index 05f49bcd5..ea664c2fd 100644 --- a/agdb_api/php/docs/Model/InsertEdgesQuery.md +++ b/agdb_api/php/docs/Model/InsertEdgesQuery.md @@ -5,9 +5,9 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **each** | **bool** | If `true` create an edge between each origin and destination. | -**from** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | -**ids** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | -**to** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | -**values** | [**\Agdb\Model\QueryValues**](QueryValues.md) | | +**from** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | +**to** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | +**values** | [**\Agnesoft\\AgdbApi\Model\QueryValues**](QueryValues.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/InsertNodesQuery.md b/agdb_api/php/docs/Model/InsertNodesQuery.md index 48cd1ae6c..f1755e397 100644 --- a/agdb_api/php/docs/Model/InsertNodesQuery.md +++ b/agdb_api/php/docs/Model/InsertNodesQuery.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **aliases** | **string[]** | Aliases of the new nodes. | **count** | **int** | Number of nodes to be inserted. | -**ids** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | -**values** | [**\Agdb\Model\QueryValues**](QueryValues.md) | | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | +**values** | [**\Agnesoft\\AgdbApi\Model\QueryValues**](QueryValues.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/InsertValuesQuery.md b/agdb_api/php/docs/Model/InsertValuesQuery.md index 895c336c7..02bc523bf 100644 --- a/agdb_api/php/docs/Model/InsertValuesQuery.md +++ b/agdb_api/php/docs/Model/InsertValuesQuery.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ids** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | -**values** | [**\Agdb\Model\QueryValues**](QueryValues.md) | | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | +**values** | [**\Agnesoft\\AgdbApi\Model\QueryValues**](QueryValues.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryAudit.md b/agdb_api/php/docs/Model/QueryAudit.md index 62075ea9b..e0a2160b4 100644 --- a/agdb_api/php/docs/Model/QueryAudit.md +++ b/agdb_api/php/docs/Model/QueryAudit.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**query** | [**\Agdb\Model\QueryType**](QueryType.md) | | +**query** | [**\Agnesoft\\AgdbApi\Model\QueryType**](QueryType.md) | | **timestamp** | **int** | | **user** | **string** | | diff --git a/agdb_api/php/docs/Model/QueryCondition.md b/agdb_api/php/docs/Model/QueryCondition.md index 21864155e..50814e8c3 100644 --- a/agdb_api/php/docs/Model/QueryCondition.md +++ b/agdb_api/php/docs/Model/QueryCondition.md @@ -4,8 +4,8 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**data** | [**\Agdb\Model\QueryConditionData**](QueryConditionData.md) | | -**logic** | [**\Agdb\Model\QueryConditionLogic**](QueryConditionLogic.md) | | -**modifier** | [**\Agdb\Model\QueryConditionModifier**](QueryConditionModifier.md) | | +**data** | [**\Agnesoft\\AgdbApi\Model\QueryConditionData**](QueryConditionData.md) | | +**logic** | [**\Agnesoft\\AgdbApi\Model\QueryConditionLogic**](QueryConditionLogic.md) | | +**modifier** | [**\Agnesoft\\AgdbApi\Model\QueryConditionModifier**](QueryConditionModifier.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionData.md b/agdb_api/php/docs/Model/QueryConditionData.md index 82a61d65a..f45b8db9c 100644 --- a/agdb_api/php/docs/Model/QueryConditionData.md +++ b/agdb_api/php/docs/Model/QueryConditionData.md @@ -4,13 +4,13 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**distance** | [**\Agdb\Model\CountComparison**](CountComparison.md) | | -**edge_count** | [**\Agdb\Model\CountComparison**](CountComparison.md) | | -**edge_count_from** | [**\Agdb\Model\CountComparison**](CountComparison.md) | | -**edge_count_to** | [**\Agdb\Model\CountComparison**](CountComparison.md) | | -**ids** | [**\Agdb\Model\QueryId[]**](QueryId.md) | Tests if the current id is in the list of ids. | -**key_value** | [**\Agdb\Model\QueryConditionDataOneOf5KeyValue**](QueryConditionDataOneOf5KeyValue.md) | | -**keys** | [**\Agdb\Model\DbValue[]**](DbValue.md) | Test if the current element has **all** of the keys listed. | -**where** | [**\Agdb\Model\QueryCondition[]**](QueryCondition.md) | Nested list of conditions (equivalent to brackets). | +**distance** | [**\Agnesoft\\AgdbApi\Model\CountComparison**](CountComparison.md) | | +**edge_count** | [**\Agnesoft\\AgdbApi\Model\CountComparison**](CountComparison.md) | | +**edge_count_from** | [**\Agnesoft\\AgdbApi\Model\CountComparison**](CountComparison.md) | | +**edge_count_to** | [**\Agnesoft\\AgdbApi\Model\CountComparison**](CountComparison.md) | | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryId[]**](QueryId.md) | Tests if the current id is in the list of ids. | +**key_value** | [**\Agnesoft\\AgdbApi\Model\QueryConditionDataOneOf5KeyValue**](QueryConditionDataOneOf5KeyValue.md) | | +**keys** | [**\Agnesoft\\AgdbApi\Model\DbValue[]**](DbValue.md) | Test if the current element has **all** of the keys listed. | +**where** | [**\Agnesoft\\AgdbApi\Model\QueryCondition[]**](QueryCondition.md) | Nested list of conditions (equivalent to brackets). | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf.md index 866acf27b..4ffec9049 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**distance** | [**\Agdb\Model\CountComparison**](CountComparison.md) | | +**distance** | [**\Agnesoft\\AgdbApi\Model\CountComparison**](CountComparison.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf1.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf1.md index eb8c63f99..8c2f017f8 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf1.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf1.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**edge_count** | [**\Agdb\Model\CountComparison**](CountComparison.md) | | +**edge_count** | [**\Agnesoft\\AgdbApi\Model\CountComparison**](CountComparison.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf2.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf2.md index a9e2014b2..46cfffa04 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf2.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf2.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**edge_count_from** | [**\Agdb\Model\CountComparison**](CountComparison.md) | | +**edge_count_from** | [**\Agnesoft\\AgdbApi\Model\CountComparison**](CountComparison.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf3.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf3.md index 26253ef05..451b37db5 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf3.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf3.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**edge_count_to** | [**\Agdb\Model\CountComparison**](CountComparison.md) | | +**edge_count_to** | [**\Agnesoft\\AgdbApi\Model\CountComparison**](CountComparison.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf4.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf4.md index 79f494992..4b2f9963c 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf4.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf4.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ids** | [**\Agdb\Model\QueryId[]**](QueryId.md) | Tests if the current id is in the list of ids. | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryId[]**](QueryId.md) | Tests if the current id is in the list of ids. | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf5.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf5.md index 9315fce98..0cb085c6f 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf5.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf5.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**key_value** | [**\Agdb\Model\QueryConditionDataOneOf5KeyValue**](QueryConditionDataOneOf5KeyValue.md) | | +**key_value** | [**\Agnesoft\\AgdbApi\Model\QueryConditionDataOneOf5KeyValue**](QueryConditionDataOneOf5KeyValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf5KeyValue.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf5KeyValue.md index 984c42d14..01a6161fa 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf5KeyValue.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf5KeyValue.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**key** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**value** | [**\Agdb\Model\Comparison**](Comparison.md) | | +**key** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**value** | [**\Agnesoft\\AgdbApi\Model\Comparison**](Comparison.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf6.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf6.md index ef128208c..5588a3179 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf6.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf6.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**keys** | [**\Agdb\Model\DbValue[]**](DbValue.md) | Test if the current element has **all** of the keys listed. | +**keys** | [**\Agnesoft\\AgdbApi\Model\DbValue[]**](DbValue.md) | Test if the current element has **all** of the keys listed. | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryConditionDataOneOf7.md b/agdb_api/php/docs/Model/QueryConditionDataOneOf7.md index f74f0ebd6..17cf119d6 100644 --- a/agdb_api/php/docs/Model/QueryConditionDataOneOf7.md +++ b/agdb_api/php/docs/Model/QueryConditionDataOneOf7.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**where** | [**\Agdb\Model\QueryCondition[]**](QueryCondition.md) | Nested list of conditions (equivalent to brackets). | +**where** | [**\Agnesoft\\AgdbApi\Model\QueryCondition[]**](QueryCondition.md) | Nested list of conditions (equivalent to brackets). | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryIds.md b/agdb_api/php/docs/Model/QueryIds.md index d2203c9c7..482305070 100644 --- a/agdb_api/php/docs/Model/QueryIds.md +++ b/agdb_api/php/docs/Model/QueryIds.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ids** | [**\Agdb\Model\QueryId[]**](QueryId.md) | List of [`QueryId`]s | -**search** | [**\Agdb\Model\SearchQuery**](SearchQuery.md) | | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryId[]**](QueryId.md) | List of [`QueryId`]s | +**search** | [**\Agnesoft\\AgdbApi\Model\SearchQuery**](SearchQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryIdsOneOf.md b/agdb_api/php/docs/Model/QueryIdsOneOf.md index 403896f5e..9272bcbc3 100644 --- a/agdb_api/php/docs/Model/QueryIdsOneOf.md +++ b/agdb_api/php/docs/Model/QueryIdsOneOf.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ids** | [**\Agdb\Model\QueryId[]**](QueryId.md) | List of [`QueryId`]s | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryId[]**](QueryId.md) | List of [`QueryId`]s | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryIdsOneOf1.md b/agdb_api/php/docs/Model/QueryIdsOneOf1.md index 16b9ee87c..47f7c1807 100644 --- a/agdb_api/php/docs/Model/QueryIdsOneOf1.md +++ b/agdb_api/php/docs/Model/QueryIdsOneOf1.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**search** | [**\Agdb\Model\SearchQuery**](SearchQuery.md) | | +**search** | [**\Agnesoft\\AgdbApi\Model\SearchQuery**](SearchQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryResult.md b/agdb_api/php/docs/Model/QueryResult.md index baa12182f..0381da97c 100644 --- a/agdb_api/php/docs/Model/QueryResult.md +++ b/agdb_api/php/docs/Model/QueryResult.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**elements** | [**\Agdb\Model\DbElement[]**](DbElement.md) | List of elements yielded by the query possibly with a list of properties. | +**elements** | [**\Agnesoft\\AgdbApi\Model\DbElement[]**](DbElement.md) | List of elements yielded by the query possibly with a list of properties. | **result** | **int** | Query result | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryType.md b/agdb_api/php/docs/Model/QueryType.md index d8de3b786..bc2e5a0c4 100644 --- a/agdb_api/php/docs/Model/QueryType.md +++ b/agdb_api/php/docs/Model/QueryType.md @@ -4,23 +4,23 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**insert_alias** | [**\Agdb\Model\InsertAliasesQuery**](InsertAliasesQuery.md) | | -**insert_edges** | [**\Agdb\Model\InsertEdgesQuery**](InsertEdgesQuery.md) | | -**insert_index** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**insert_nodes** | [**\Agdb\Model\InsertNodesQuery**](InsertNodesQuery.md) | | -**insert_values** | [**\Agdb\Model\InsertValuesQuery**](InsertValuesQuery.md) | | -**remove** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**insert_alias** | [**\Agnesoft\\AgdbApi\Model\InsertAliasesQuery**](InsertAliasesQuery.md) | | +**insert_edges** | [**\Agnesoft\\AgdbApi\Model\InsertEdgesQuery**](InsertEdgesQuery.md) | | +**insert_index** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**insert_nodes** | [**\Agnesoft\\AgdbApi\Model\InsertNodesQuery**](InsertNodesQuery.md) | | +**insert_values** | [**\Agnesoft\\AgdbApi\Model\InsertValuesQuery**](InsertValuesQuery.md) | | +**remove** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | **remove_aliases** | **string[]** | Query to remove aliases from the database. It is not an error if an alias to be removed already does not exist. The result will be a negative number signifying how many aliases have been actually removed. | -**remove_index** | [**\Agdb\Model\DbValue**](DbValue.md) | | -**remove_values** | [**\Agdb\Model\SelectValuesQuery**](SelectValuesQuery.md) | | -**search** | [**\Agdb\Model\SearchQuery**](SearchQuery.md) | | -**select_aliases** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**remove_index** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | +**remove_values** | [**\Agnesoft\\AgdbApi\Model\SelectValuesQuery**](SelectValuesQuery.md) | | +**search** | [**\Agnesoft\\AgdbApi\Model\SearchQuery**](SearchQuery.md) | | +**select_aliases** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | **select_all_aliases** | **object** | Query to select all aliases in the database. The result will be number of returned aliases and list of elements with a single property `String(\"alias\")` holding the value `String`. | -**select_edge_count** | [**\Agdb\Model\SelectEdgeCountQuery**](SelectEdgeCountQuery.md) | | +**select_edge_count** | [**\Agnesoft\\AgdbApi\Model\SelectEdgeCountQuery**](SelectEdgeCountQuery.md) | | **select_indexes** | **object** | Query to select all indexes in the database. The result will be number of returned indexes and single element with index 0 and the properties corresponding to the names of the indexes (keys) with `u64` values representing number of indexed values in each index. | -**select_keys** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | -**select_key_count** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**select_keys** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | +**select_key_count** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | **select_node_count** | **object** | Query to select number of nodes in the database. The result will be 1 and elements with a single element of id 0 and a single property `String(\"node_count\")` with a value `u64` represneting number of nodes in teh database. | -**select_values** | [**\Agdb\Model\SelectValuesQuery**](SelectValuesQuery.md) | | +**select_values** | [**\Agnesoft\\AgdbApi\Model\SelectValuesQuery**](SelectValuesQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf.md b/agdb_api/php/docs/Model/QueryTypeOneOf.md index e2f2e82f7..358ea03a2 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**insert_alias** | [**\Agdb\Model\InsertAliasesQuery**](InsertAliasesQuery.md) | | +**insert_alias** | [**\Agnesoft\\AgdbApi\Model\InsertAliasesQuery**](InsertAliasesQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf1.md b/agdb_api/php/docs/Model/QueryTypeOneOf1.md index b39716e15..fbcd71705 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf1.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf1.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**insert_edges** | [**\Agdb\Model\InsertEdgesQuery**](InsertEdgesQuery.md) | | +**insert_edges** | [**\Agnesoft\\AgdbApi\Model\InsertEdgesQuery**](InsertEdgesQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf11.md b/agdb_api/php/docs/Model/QueryTypeOneOf11.md index afa8c8126..36d10d706 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf11.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf11.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**select_edge_count** | [**\Agdb\Model\SelectEdgeCountQuery**](SelectEdgeCountQuery.md) | | +**select_edge_count** | [**\Agnesoft\\AgdbApi\Model\SelectEdgeCountQuery**](SelectEdgeCountQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf13.md b/agdb_api/php/docs/Model/QueryTypeOneOf13.md index 59b08cefb..208d56380 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf13.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf13.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**select_keys** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**select_keys** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf14.md b/agdb_api/php/docs/Model/QueryTypeOneOf14.md index 2c4055451..6fb9e26a4 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf14.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf14.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**select_key_count** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**select_key_count** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf16.md b/agdb_api/php/docs/Model/QueryTypeOneOf16.md index 7c718e6d1..438fba385 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf16.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf16.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**select_values** | [**\Agdb\Model\SelectValuesQuery**](SelectValuesQuery.md) | | +**select_values** | [**\Agnesoft\\AgdbApi\Model\SelectValuesQuery**](SelectValuesQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf2.md b/agdb_api/php/docs/Model/QueryTypeOneOf2.md index 7ecd309b8..b90165854 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf2.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf2.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**insert_index** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**insert_index** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf3.md b/agdb_api/php/docs/Model/QueryTypeOneOf3.md index 2b443db53..7260806c5 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf3.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf3.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**insert_nodes** | [**\Agdb\Model\InsertNodesQuery**](InsertNodesQuery.md) | | +**insert_nodes** | [**\Agnesoft\\AgdbApi\Model\InsertNodesQuery**](InsertNodesQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf4.md b/agdb_api/php/docs/Model/QueryTypeOneOf4.md index 0a61c505a..fd7d1bd81 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf4.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf4.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**insert_values** | [**\Agdb\Model\InsertValuesQuery**](InsertValuesQuery.md) | | +**insert_values** | [**\Agnesoft\\AgdbApi\Model\InsertValuesQuery**](InsertValuesQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf5.md b/agdb_api/php/docs/Model/QueryTypeOneOf5.md index 195f8e4d8..99ac96a06 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf5.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf5.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**remove** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**remove** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf7.md b/agdb_api/php/docs/Model/QueryTypeOneOf7.md index 6a8f738b4..ee974ea8f 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf7.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf7.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**remove_index** | [**\Agdb\Model\DbValue**](DbValue.md) | | +**remove_index** | [**\Agnesoft\\AgdbApi\Model\DbValue**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf8.md b/agdb_api/php/docs/Model/QueryTypeOneOf8.md index 0684568c2..31462a810 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf8.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf8.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**remove_values** | [**\Agdb\Model\SelectValuesQuery**](SelectValuesQuery.md) | | +**remove_values** | [**\Agnesoft\\AgdbApi\Model\SelectValuesQuery**](SelectValuesQuery.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryTypeOneOf9.md b/agdb_api/php/docs/Model/QueryTypeOneOf9.md index ad40614bc..d255c1e98 100644 --- a/agdb_api/php/docs/Model/QueryTypeOneOf9.md +++ b/agdb_api/php/docs/Model/QueryTypeOneOf9.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**select_aliases** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**select_aliases** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryValues.md b/agdb_api/php/docs/Model/QueryValues.md index cda46493f..b44910ec2 100644 --- a/agdb_api/php/docs/Model/QueryValues.md +++ b/agdb_api/php/docs/Model/QueryValues.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**single** | [**\Agdb\Model\DbKeyValue[]**](DbKeyValue.md) | Single list of properties (key-value pairs) to be applied to all elements in a query. | -**multi** | **\Agdb\Model\DbKeyValue[][]** | List of lists of properties (key-value pairs) to be applied to all elements in a query. There must be as many lists of properties as ids in a query. | +**single** | [**\Agnesoft\\AgdbApi\Model\DbKeyValue[]**](DbKeyValue.md) | Single list of properties (key-value pairs) to be applied to all elements in a query. | +**multi** | **\Agnesoft\\AgdbApi\Model\DbKeyValue[][]** | List of lists of properties (key-value pairs) to be applied to all elements in a query. There must be as many lists of properties as ids in a query. | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryValuesOneOf.md b/agdb_api/php/docs/Model/QueryValuesOneOf.md index 93c4fa4b3..6465fae93 100644 --- a/agdb_api/php/docs/Model/QueryValuesOneOf.md +++ b/agdb_api/php/docs/Model/QueryValuesOneOf.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**single** | [**\Agdb\Model\DbKeyValue[]**](DbKeyValue.md) | Single list of properties (key-value pairs) to be applied to all elements in a query. | +**single** | [**\Agnesoft\\AgdbApi\Model\DbKeyValue[]**](DbKeyValue.md) | Single list of properties (key-value pairs) to be applied to all elements in a query. | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/QueryValuesOneOf1.md b/agdb_api/php/docs/Model/QueryValuesOneOf1.md index 2437b6d0f..ed82e8fb8 100644 --- a/agdb_api/php/docs/Model/QueryValuesOneOf1.md +++ b/agdb_api/php/docs/Model/QueryValuesOneOf1.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**multi** | **\Agdb\Model\DbKeyValue[][]** | List of lists of properties (key-value pairs) to be applied to all elements in a query. There must be as many lists of properties as ids in a query. | +**multi** | **\Agnesoft\\AgdbApi\Model\DbKeyValue[][]** | List of lists of properties (key-value pairs) to be applied to all elements in a query. There must be as many lists of properties as ids in a query. | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/SearchQuery.md b/agdb_api/php/docs/Model/SearchQuery.md index 4d9d6a7bd..caa3af4e6 100644 --- a/agdb_api/php/docs/Model/SearchQuery.md +++ b/agdb_api/php/docs/Model/SearchQuery.md @@ -4,12 +4,12 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**algorithm** | [**\Agdb\Model\SearchQueryAlgorithm**](SearchQueryAlgorithm.md) | | -**conditions** | [**\Agdb\Model\QueryCondition[]**](QueryCondition.md) | Set of conditions every element must satisfy to be included in the result. Some conditions also influence the search path as well. | -**destination** | [**\Agdb\Model\QueryId**](QueryId.md) | | +**algorithm** | [**\Agnesoft\\AgdbApi\Model\SearchQueryAlgorithm**](SearchQueryAlgorithm.md) | | +**conditions** | [**\Agnesoft\\AgdbApi\Model\QueryCondition[]**](QueryCondition.md) | Set of conditions every element must satisfy to be included in the result. Some conditions also influence the search path as well. | +**destination** | [**\Agnesoft\\AgdbApi\Model\QueryId**](QueryId.md) | | **limit** | **int** | How many elements maximum to return. | **offset** | **int** | How many elements that would be returned should be skipped in the result. | -**order_by** | [**\Agdb\Model\DbKeyOrder[]**](DbKeyOrder.md) | Order of the elements in the result. The sorting happens before `offset` and `limit` are applied. | -**origin** | [**\Agdb\Model\QueryId**](QueryId.md) | | +**order_by** | [**\Agnesoft\\AgdbApi\Model\DbKeyOrder[]**](DbKeyOrder.md) | Order of the elements in the result. The sorting happens before `offset` and `limit` are applied. | +**origin** | [**\Agnesoft\\AgdbApi\Model\QueryId**](QueryId.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/SelectEdgeCountQuery.md b/agdb_api/php/docs/Model/SelectEdgeCountQuery.md index 8b464dbeb..181059556 100644 --- a/agdb_api/php/docs/Model/SelectEdgeCountQuery.md +++ b/agdb_api/php/docs/Model/SelectEdgeCountQuery.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **from** | **bool** | If set to `true` the query will count outgoing edges from the nodes. | -**ids** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | **to** | **bool** | If set to `true` the query will count incoming edges to the nodes. | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/SelectValuesQuery.md b/agdb_api/php/docs/Model/SelectValuesQuery.md index 1fa1595d0..c46742eea 100644 --- a/agdb_api/php/docs/Model/SelectValuesQuery.md +++ b/agdb_api/php/docs/Model/SelectValuesQuery.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**ids** | [**\Agdb\Model\QueryIds**](QueryIds.md) | | -**keys** | [**\Agdb\Model\DbValue[]**](DbValue.md) | | +**ids** | [**\Agnesoft\\AgdbApi\Model\QueryIds**](QueryIds.md) | | +**keys** | [**\Agnesoft\\AgdbApi\Model\DbValue[]**](DbValue.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ServerDatabase.md b/agdb_api/php/docs/Model/ServerDatabase.md index d21bac00a..35c232504 100644 --- a/agdb_api/php/docs/Model/ServerDatabase.md +++ b/agdb_api/php/docs/Model/ServerDatabase.md @@ -5,9 +5,9 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **backup** | **int** | | -**db_type** | [**\Agdb\Model\DbType**](DbType.md) | | +**db_type** | [**\Agnesoft\\AgdbApi\Model\DbType**](DbType.md) | | **name** | **string** | | -**role** | [**\Agdb\Model\DbUserRole**](DbUserRole.md) | | +**role** | [**\Agnesoft\\AgdbApi\Model\DbUserRole**](DbUserRole.md) | | **size** | **int** | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/docs/Model/ServerDatabaseResource.md b/agdb_api/php/docs/Model/ServerDatabaseResource.md index f1c636d91..217b2ab3c 100644 --- a/agdb_api/php/docs/Model/ServerDatabaseResource.md +++ b/agdb_api/php/docs/Model/ServerDatabaseResource.md @@ -4,6 +4,6 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**resource** | [**\Agdb\Model\DbResource**](DbResource.md) | | +**resource** | [**\Agnesoft\\AgdbApi\Model\DbResource**](DbResource.md) | | [[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md) diff --git a/agdb_api/php/lib/Api/AgdbApi.php b/agdb_api/php/lib/Api/AgdbApi.php index de58f841a..3f9811cd4 100644 --- a/agdb_api/php/lib/Api/AgdbApi.php +++ b/agdb_api/php/lib/Api/AgdbApi.php @@ -4,7 +4,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -25,7 +25,7 @@ * Do not edit the class manually. */ -namespace Agdb\Api; +namespace Agnesoft\AgdbApi\Api; use GuzzleHttp\Client; use GuzzleHttp\ClientInterface; @@ -34,16 +34,16 @@ use GuzzleHttp\Psr7\MultipartStream; use GuzzleHttp\Psr7\Request; use GuzzleHttp\RequestOptions; -use Agdb\ApiException; -use Agdb\Configuration; -use Agdb\HeaderSelector; -use Agdb\ObjectSerializer; +use Agnesoft\AgdbApi\ApiException; +use Agnesoft\AgdbApi\Configuration; +use Agnesoft\AgdbApi\HeaderSelector; +use Agnesoft\AgdbApi\ObjectSerializer; /** * AgdbApi Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -241,7 +241,7 @@ public function getConfig() * @param DbType $db_type db_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -258,7 +258,7 @@ public function adminDbAdd($owner, $db, $db_type, string $contentType = self::co * @param DbType $db_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -506,9 +506,9 @@ public function adminDbAddRequest($owner, $db, $db_type, string $contentType = s * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbAudit'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\QueryAudit[] + * @return \Agnesoft\AgdbApi\Model\QueryAudit[] */ public function adminDbAudit($owner, $db, string $contentType = self::contentTypes['adminDbAudit'][0]) { @@ -523,9 +523,9 @@ public function adminDbAudit($owner, $db, string $contentType = self::contentTyp * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbAudit'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\QueryAudit[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\QueryAudit[], HTTP status code, HTTP response headers (array of strings) */ public function adminDbAuditWithHttpInfo($owner, $db, string $contentType = self::contentTypes['adminDbAudit'][0]) { @@ -568,11 +568,11 @@ public function adminDbAuditWithHttpInfo($owner, $db, string $contentType = self switch($statusCode) { case 200: - if ('\Agdb\Model\QueryAudit[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\QueryAudit[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\QueryAudit[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\QueryAudit[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -590,13 +590,13 @@ public function adminDbAuditWithHttpInfo($owner, $db, string $contentType = self } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\QueryAudit[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\QueryAudit[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\QueryAudit[]'; + $returnType = '\Agnesoft\AgdbApi\Model\QueryAudit[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -629,7 +629,7 @@ public function adminDbAuditWithHttpInfo($owner, $db, string $contentType = self case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\QueryAudit[]', + '\Agnesoft\AgdbApi\Model\QueryAudit[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -671,7 +671,7 @@ function ($response) { */ public function adminDbAuditAsyncWithHttpInfo($owner, $db, string $contentType = self::contentTypes['adminDbAudit'][0]) { - $returnType = '\Agdb\Model\QueryAudit[]'; + $returnType = '\Agnesoft\AgdbApi\Model\QueryAudit[]'; $request = $this->adminDbAuditRequest($owner, $db, $contentType); return $this->client @@ -829,7 +829,7 @@ public function adminDbAuditRequest($owner, $db, string $contentType = self::con * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbBackup'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -845,7 +845,7 @@ public function adminDbBackup($owner, $db, string $contentType = self::contentTy * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbBackup'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -1075,7 +1075,7 @@ public function adminDbBackupRequest($owner, $db, string $contentType = self::co * @param string $new_name new_name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbCopy'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -1092,7 +1092,7 @@ public function adminDbCopy($owner, $db, $new_name, string $contentType = self:: * @param string $new_name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbCopy'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -1340,7 +1340,7 @@ public function adminDbCopyRequest($owner, $db, $new_name, string $contentType = * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbDelete'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -1356,7 +1356,7 @@ public function adminDbDelete($owner, $db, string $contentType = self::contentTy * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbDelete'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -1583,12 +1583,12 @@ public function adminDbDeleteRequest($owner, $db, string $contentType = self::co * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbExec'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\QueryResult[] + * @return \Agnesoft\AgdbApi\Model\QueryResult[] */ public function adminDbExec($owner, $db, $query_type, string $contentType = self::contentTypes['adminDbExec'][0]) { @@ -1601,12 +1601,12 @@ public function adminDbExec($owner, $db, $query_type, string $contentType = self * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbExec'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\QueryResult[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\QueryResult[], HTTP status code, HTTP response headers (array of strings) */ public function adminDbExecWithHttpInfo($owner, $db, $query_type, string $contentType = self::contentTypes['adminDbExec'][0]) { @@ -1649,11 +1649,11 @@ public function adminDbExecWithHttpInfo($owner, $db, $query_type, string $conten switch($statusCode) { case 200: - if ('\Agdb\Model\QueryResult[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\QueryResult[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\QueryResult[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\QueryResult[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -1671,13 +1671,13 @@ public function adminDbExecWithHttpInfo($owner, $db, $query_type, string $conten } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\QueryResult[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\QueryResult[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\QueryResult[]'; + $returnType = '\Agnesoft\AgdbApi\Model\QueryResult[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -1710,7 +1710,7 @@ public function adminDbExecWithHttpInfo($owner, $db, $query_type, string $conten case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\QueryResult[]', + '\Agnesoft\AgdbApi\Model\QueryResult[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -1725,7 +1725,7 @@ public function adminDbExecWithHttpInfo($owner, $db, $query_type, string $conten * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbExec'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -1746,7 +1746,7 @@ function ($response) { * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbExec'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -1754,7 +1754,7 @@ function ($response) { */ public function adminDbExecAsyncWithHttpInfo($owner, $db, $query_type, string $contentType = self::contentTypes['adminDbExec'][0]) { - $returnType = '\Agdb\Model\QueryResult[]'; + $returnType = '\Agnesoft\AgdbApi\Model\QueryResult[]'; $request = $this->adminDbExecRequest($owner, $db, $query_type, $contentType); return $this->client @@ -1798,7 +1798,7 @@ function ($exception) { * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbExec'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -1925,9 +1925,9 @@ public function adminDbExecRequest($owner, $db, $query_type, string $contentType * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\ServerDatabase[] + * @return \Agnesoft\AgdbApi\Model\ServerDatabase[] */ public function adminDbList(string $contentType = self::contentTypes['adminDbList'][0]) { @@ -1940,9 +1940,9 @@ public function adminDbList(string $contentType = self::contentTypes['adminDbLis * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\ServerDatabase[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\ServerDatabase[], HTTP status code, HTTP response headers (array of strings) */ public function adminDbListWithHttpInfo(string $contentType = self::contentTypes['adminDbList'][0]) { @@ -1985,11 +1985,11 @@ public function adminDbListWithHttpInfo(string $contentType = self::contentTypes switch($statusCode) { case 200: - if ('\Agdb\Model\ServerDatabase[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\ServerDatabase[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -2007,13 +2007,13 @@ public function adminDbListWithHttpInfo(string $contentType = self::contentTypes } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\ServerDatabase[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\ServerDatabase[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\ServerDatabase[]'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -2046,7 +2046,7 @@ public function adminDbListWithHttpInfo(string $contentType = self::contentTypes case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\ServerDatabase[]', + '\Agnesoft\AgdbApi\Model\ServerDatabase[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -2084,7 +2084,7 @@ function ($response) { */ public function adminDbListAsyncWithHttpInfo(string $contentType = self::contentTypes['adminDbList'][0]) { - $returnType = '\Agdb\Model\ServerDatabase[]'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase[]'; $request = $this->adminDbListRequest($contentType); return $this->client @@ -2210,9 +2210,9 @@ public function adminDbListRequest(string $contentType = self::contentTypes['adm * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbOptimize'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\ServerDatabase + * @return \Agnesoft\AgdbApi\Model\ServerDatabase */ public function adminDbOptimize($owner, $db, string $contentType = self::contentTypes['adminDbOptimize'][0]) { @@ -2227,9 +2227,9 @@ public function adminDbOptimize($owner, $db, string $contentType = self::content * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbOptimize'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\ServerDatabase, HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\ServerDatabase, HTTP status code, HTTP response headers (array of strings) */ public function adminDbOptimizeWithHttpInfo($owner, $db, string $contentType = self::contentTypes['adminDbOptimize'][0]) { @@ -2272,11 +2272,11 @@ public function adminDbOptimizeWithHttpInfo($owner, $db, string $contentType = s switch($statusCode) { case 200: - if ('\Agdb\Model\ServerDatabase' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\ServerDatabase' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -2294,13 +2294,13 @@ public function adminDbOptimizeWithHttpInfo($owner, $db, string $contentType = s } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\ServerDatabase', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\ServerDatabase', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\ServerDatabase'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -2333,7 +2333,7 @@ public function adminDbOptimizeWithHttpInfo($owner, $db, string $contentType = s case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\ServerDatabase', + '\Agnesoft\AgdbApi\Model\ServerDatabase', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -2375,7 +2375,7 @@ function ($response) { */ public function adminDbOptimizeAsyncWithHttpInfo($owner, $db, string $contentType = self::contentTypes['adminDbOptimize'][0]) { - $returnType = '\Agdb\Model\ServerDatabase'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase'; $request = $this->adminDbOptimizeRequest($owner, $db, $contentType); return $this->client @@ -2533,7 +2533,7 @@ public function adminDbOptimizeRequest($owner, $db, string $contentType = self:: * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -2549,7 +2549,7 @@ public function adminDbRemove($owner, $db, string $contentType = self::contentTy * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -2779,7 +2779,7 @@ public function adminDbRemoveRequest($owner, $db, string $contentType = self::co * @param string $new_name new_name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbRename'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -2796,7 +2796,7 @@ public function adminDbRename($owner, $db, $new_name, string $contentType = self * @param string $new_name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbRename'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -3044,7 +3044,7 @@ public function adminDbRenameRequest($owner, $db, $new_name, string $contentType * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbRestore'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -3060,7 +3060,7 @@ public function adminDbRestore($owner, $db, string $contentType = self::contentT * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbRestore'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -3291,7 +3291,7 @@ public function adminDbRestoreRequest($owner, $db, string $contentType = self::c * @param DbUserRole $db_role db_role (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbUserAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -3309,7 +3309,7 @@ public function adminDbUserAdd($owner, $db, $username, $db_role, string $content * @param DbUserRole $db_role (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbUserAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -3575,9 +3575,9 @@ public function adminDbUserAddRequest($owner, $db, $username, $db_role, string $ * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbUserList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\DbUser[] + * @return \Agnesoft\AgdbApi\Model\DbUser[] */ public function adminDbUserList($owner, $db, string $contentType = self::contentTypes['adminDbUserList'][0]) { @@ -3592,9 +3592,9 @@ public function adminDbUserList($owner, $db, string $contentType = self::content * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbUserList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\DbUser[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\DbUser[], HTTP status code, HTTP response headers (array of strings) */ public function adminDbUserListWithHttpInfo($owner, $db, string $contentType = self::contentTypes['adminDbUserList'][0]) { @@ -3637,11 +3637,11 @@ public function adminDbUserListWithHttpInfo($owner, $db, string $contentType = s switch($statusCode) { case 200: - if ('\Agdb\Model\DbUser[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\DbUser[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\DbUser[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\DbUser[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -3659,13 +3659,13 @@ public function adminDbUserListWithHttpInfo($owner, $db, string $contentType = s } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\DbUser[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\DbUser[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\DbUser[]'; + $returnType = '\Agnesoft\AgdbApi\Model\DbUser[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -3698,7 +3698,7 @@ public function adminDbUserListWithHttpInfo($owner, $db, string $contentType = s case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\DbUser[]', + '\Agnesoft\AgdbApi\Model\DbUser[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -3740,7 +3740,7 @@ function ($response) { */ public function adminDbUserListAsyncWithHttpInfo($owner, $db, string $contentType = self::contentTypes['adminDbUserList'][0]) { - $returnType = '\Agdb\Model\DbUser[]'; + $returnType = '\Agnesoft\AgdbApi\Model\DbUser[]'; $request = $this->adminDbUserListRequest($owner, $db, $contentType); return $this->client @@ -3899,7 +3899,7 @@ public function adminDbUserListRequest($owner, $db, string $contentType = self:: * @param string $username user name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbUserRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -3916,7 +3916,7 @@ public function adminDbUserRemove($owner, $db, $username, string $contentType = * @param string $username user name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminDbUserRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -4161,7 +4161,7 @@ public function adminDbUserRemoveRequest($owner, $db, $username, string $content * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminShutdown'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -4175,7 +4175,7 @@ public function adminShutdown(string $contentType = self::contentTypes['adminShu * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminShutdown'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -4365,10 +4365,10 @@ public function adminShutdownRequest(string $contentType = self::contentTypes['a * Operation adminUserAdd * * @param string $username desired user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -4381,10 +4381,10 @@ public function adminUserAdd($username, $user_credentials, string $contentType = * Operation adminUserAddWithHttpInfo * * @param string $username desired user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -4440,7 +4440,7 @@ public function adminUserAddWithHttpInfo($username, $user_credentials, string $c * Operation adminUserAddAsync * * @param string $username desired user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserAdd'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -4460,7 +4460,7 @@ function ($response) { * Operation adminUserAddAsyncWithHttpInfo * * @param string $username desired user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserAdd'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -4498,7 +4498,7 @@ function ($exception) { * Create request for operation 'adminUserAdd' * * @param string $username desired user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserAdd'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -4609,10 +4609,10 @@ public function adminUserAddRequest($username, $user_credentials, string $conten * Operation adminUserChangePassword * * @param string $username user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserChangePassword'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -4625,10 +4625,10 @@ public function adminUserChangePassword($username, $user_credentials, string $co * Operation adminUserChangePasswordWithHttpInfo * * @param string $username user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserChangePassword'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -4684,7 +4684,7 @@ public function adminUserChangePasswordWithHttpInfo($username, $user_credentials * Operation adminUserChangePasswordAsync * * @param string $username user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserChangePassword'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -4704,7 +4704,7 @@ function ($response) { * Operation adminUserChangePasswordAsyncWithHttpInfo * * @param string $username user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserChangePassword'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -4742,7 +4742,7 @@ function ($exception) { * Create request for operation 'adminUserChangePassword' * * @param string $username user name (required) - * @param \Agdb\Model\UserCredentials $user_credentials (required) + * @param \Agnesoft\AgdbApi\Model\UserCredentials $user_credentials (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserChangePassword'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -4854,9 +4854,9 @@ public function adminUserChangePasswordRequest($username, $user_credentials, str * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\UserStatus[] + * @return \Agnesoft\AgdbApi\Model\UserStatus[] */ public function adminUserList(string $contentType = self::contentTypes['adminUserList'][0]) { @@ -4869,9 +4869,9 @@ public function adminUserList(string $contentType = self::contentTypes['adminUse * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\UserStatus[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\UserStatus[], HTTP status code, HTTP response headers (array of strings) */ public function adminUserListWithHttpInfo(string $contentType = self::contentTypes['adminUserList'][0]) { @@ -4914,11 +4914,11 @@ public function adminUserListWithHttpInfo(string $contentType = self::contentTyp switch($statusCode) { case 200: - if ('\Agdb\Model\UserStatus[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\UserStatus[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\UserStatus[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\UserStatus[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -4936,13 +4936,13 @@ public function adminUserListWithHttpInfo(string $contentType = self::contentTyp } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\UserStatus[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\UserStatus[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\UserStatus[]'; + $returnType = '\Agnesoft\AgdbApi\Model\UserStatus[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -4975,7 +4975,7 @@ public function adminUserListWithHttpInfo(string $contentType = self::contentTyp case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\UserStatus[]', + '\Agnesoft\AgdbApi\Model\UserStatus[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -5013,7 +5013,7 @@ function ($response) { */ public function adminUserListAsyncWithHttpInfo(string $contentType = self::contentTypes['adminUserList'][0]) { - $returnType = '\Agdb\Model\UserStatus[]'; + $returnType = '\Agnesoft\AgdbApi\Model\UserStatus[]'; $request = $this->adminUserListRequest($contentType); return $this->client @@ -5138,9 +5138,9 @@ public function adminUserListRequest(string $contentType = self::contentTypes['a * @param string $username user name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\UserStatus[] + * @return \Agnesoft\AgdbApi\Model\UserStatus[] */ public function adminUserRemove($username, string $contentType = self::contentTypes['adminUserRemove'][0]) { @@ -5154,9 +5154,9 @@ public function adminUserRemove($username, string $contentType = self::contentTy * @param string $username user name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['adminUserRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\UserStatus[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\UserStatus[], HTTP status code, HTTP response headers (array of strings) */ public function adminUserRemoveWithHttpInfo($username, string $contentType = self::contentTypes['adminUserRemove'][0]) { @@ -5199,11 +5199,11 @@ public function adminUserRemoveWithHttpInfo($username, string $contentType = sel switch($statusCode) { case 204: - if ('\Agdb\Model\UserStatus[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\UserStatus[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\UserStatus[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\UserStatus[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -5221,13 +5221,13 @@ public function adminUserRemoveWithHttpInfo($username, string $contentType = sel } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\UserStatus[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\UserStatus[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\UserStatus[]'; + $returnType = '\Agnesoft\AgdbApi\Model\UserStatus[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -5260,7 +5260,7 @@ public function adminUserRemoveWithHttpInfo($username, string $contentType = sel case 204: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\UserStatus[]', + '\Agnesoft\AgdbApi\Model\UserStatus[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -5300,7 +5300,7 @@ function ($response) { */ public function adminUserRemoveAsyncWithHttpInfo($username, string $contentType = self::contentTypes['adminUserRemove'][0]) { - $returnType = '\Agdb\Model\UserStatus[]'; + $returnType = '\Agnesoft\AgdbApi\Model\UserStatus[]'; $request = $this->adminUserRemoveRequest($username, $contentType); return $this->client @@ -5443,7 +5443,7 @@ public function adminUserRemoveRequest($username, string $contentType = self::co * @param DbType $db_type db_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -5460,7 +5460,7 @@ public function dbAdd($owner, $db, $db_type, string $contentType = self::content * @param DbType $db_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -5708,9 +5708,9 @@ public function dbAddRequest($owner, $db, $db_type, string $contentType = self:: * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbAudit'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\QueryAudit[] + * @return \Agnesoft\AgdbApi\Model\QueryAudit[] */ public function dbAudit($owner, $db, string $contentType = self::contentTypes['dbAudit'][0]) { @@ -5725,9 +5725,9 @@ public function dbAudit($owner, $db, string $contentType = self::contentTypes['d * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbAudit'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\QueryAudit[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\QueryAudit[], HTTP status code, HTTP response headers (array of strings) */ public function dbAuditWithHttpInfo($owner, $db, string $contentType = self::contentTypes['dbAudit'][0]) { @@ -5770,11 +5770,11 @@ public function dbAuditWithHttpInfo($owner, $db, string $contentType = self::con switch($statusCode) { case 200: - if ('\Agdb\Model\QueryAudit[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\QueryAudit[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\QueryAudit[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\QueryAudit[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -5792,13 +5792,13 @@ public function dbAuditWithHttpInfo($owner, $db, string $contentType = self::con } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\QueryAudit[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\QueryAudit[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\QueryAudit[]'; + $returnType = '\Agnesoft\AgdbApi\Model\QueryAudit[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -5831,7 +5831,7 @@ public function dbAuditWithHttpInfo($owner, $db, string $contentType = self::con case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\QueryAudit[]', + '\Agnesoft\AgdbApi\Model\QueryAudit[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -5873,7 +5873,7 @@ function ($response) { */ public function dbAuditAsyncWithHttpInfo($owner, $db, string $contentType = self::contentTypes['dbAudit'][0]) { - $returnType = '\Agdb\Model\QueryAudit[]'; + $returnType = '\Agnesoft\AgdbApi\Model\QueryAudit[]'; $request = $this->dbAuditRequest($owner, $db, $contentType); return $this->client @@ -6031,7 +6031,7 @@ public function dbAuditRequest($owner, $db, string $contentType = self::contentT * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbBackup'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -6047,7 +6047,7 @@ public function dbBackup($owner, $db, string $contentType = self::contentTypes[' * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbBackup'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -6277,9 +6277,9 @@ public function dbBackupRequest($owner, $db, string $contentType = self::content * @param DbResource $resource resource (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbClear'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\ServerDatabase + * @return \Agnesoft\AgdbApi\Model\ServerDatabase */ public function dbClear($owner, $db, $resource, string $contentType = self::contentTypes['dbClear'][0]) { @@ -6295,9 +6295,9 @@ public function dbClear($owner, $db, $resource, string $contentType = self::cont * @param DbResource $resource (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbClear'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\ServerDatabase, HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\ServerDatabase, HTTP status code, HTTP response headers (array of strings) */ public function dbClearWithHttpInfo($owner, $db, $resource, string $contentType = self::contentTypes['dbClear'][0]) { @@ -6340,11 +6340,11 @@ public function dbClearWithHttpInfo($owner, $db, $resource, string $contentType switch($statusCode) { case 201: - if ('\Agdb\Model\ServerDatabase' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\ServerDatabase' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -6362,13 +6362,13 @@ public function dbClearWithHttpInfo($owner, $db, $resource, string $contentType } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\ServerDatabase', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\ServerDatabase', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\ServerDatabase'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -6401,7 +6401,7 @@ public function dbClearWithHttpInfo($owner, $db, $resource, string $contentType case 201: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\ServerDatabase', + '\Agnesoft\AgdbApi\Model\ServerDatabase', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -6445,7 +6445,7 @@ function ($response) { */ public function dbClearAsyncWithHttpInfo($owner, $db, $resource, string $contentType = self::contentTypes['dbClear'][0]) { - $returnType = '\Agdb\Model\ServerDatabase'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase'; $request = $this->dbClearRequest($owner, $db, $resource, $contentType); return $this->client @@ -6621,7 +6621,7 @@ public function dbClearRequest($owner, $db, $resource, string $contentType = sel * @param string $new_name new_name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbCopy'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -6638,7 +6638,7 @@ public function dbCopy($owner, $db, $new_name, string $contentType = self::conte * @param string $new_name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbCopy'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -6886,7 +6886,7 @@ public function dbCopyRequest($owner, $db, $new_name, string $contentType = self * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbDelete'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -6902,7 +6902,7 @@ public function dbDelete($owner, $db, string $contentType = self::contentTypes[' * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbDelete'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -7129,12 +7129,12 @@ public function dbDeleteRequest($owner, $db, string $contentType = self::content * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbExec'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\QueryResult[] + * @return \Agnesoft\AgdbApi\Model\QueryResult[] */ public function dbExec($owner, $db, $query_type, string $contentType = self::contentTypes['dbExec'][0]) { @@ -7147,12 +7147,12 @@ public function dbExec($owner, $db, $query_type, string $contentType = self::con * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbExec'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\QueryResult[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\QueryResult[], HTTP status code, HTTP response headers (array of strings) */ public function dbExecWithHttpInfo($owner, $db, $query_type, string $contentType = self::contentTypes['dbExec'][0]) { @@ -7195,11 +7195,11 @@ public function dbExecWithHttpInfo($owner, $db, $query_type, string $contentType switch($statusCode) { case 200: - if ('\Agdb\Model\QueryResult[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\QueryResult[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\QueryResult[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\QueryResult[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -7217,13 +7217,13 @@ public function dbExecWithHttpInfo($owner, $db, $query_type, string $contentType } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\QueryResult[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\QueryResult[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\QueryResult[]'; + $returnType = '\Agnesoft\AgdbApi\Model\QueryResult[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -7256,7 +7256,7 @@ public function dbExecWithHttpInfo($owner, $db, $query_type, string $contentType case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\QueryResult[]', + '\Agnesoft\AgdbApi\Model\QueryResult[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -7271,7 +7271,7 @@ public function dbExecWithHttpInfo($owner, $db, $query_type, string $contentType * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbExec'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -7292,7 +7292,7 @@ function ($response) { * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbExec'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -7300,7 +7300,7 @@ function ($response) { */ public function dbExecAsyncWithHttpInfo($owner, $db, $query_type, string $contentType = self::contentTypes['dbExec'][0]) { - $returnType = '\Agdb\Model\QueryResult[]'; + $returnType = '\Agnesoft\AgdbApi\Model\QueryResult[]'; $request = $this->dbExecRequest($owner, $db, $query_type, $contentType); return $this->client @@ -7344,7 +7344,7 @@ function ($exception) { * * @param string $owner db owner user name (required) * @param string $db db name (required) - * @param \Agdb\Model\QueryType[] $query_type (required) + * @param \Agnesoft\AgdbApi\Model\QueryType[] $query_type (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbExec'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -7471,9 +7471,9 @@ public function dbExecRequest($owner, $db, $query_type, string $contentType = se * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\ServerDatabase[] + * @return \Agnesoft\AgdbApi\Model\ServerDatabase[] */ public function dbList(string $contentType = self::contentTypes['dbList'][0]) { @@ -7486,9 +7486,9 @@ public function dbList(string $contentType = self::contentTypes['dbList'][0]) * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\ServerDatabase[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\ServerDatabase[], HTTP status code, HTTP response headers (array of strings) */ public function dbListWithHttpInfo(string $contentType = self::contentTypes['dbList'][0]) { @@ -7531,11 +7531,11 @@ public function dbListWithHttpInfo(string $contentType = self::contentTypes['dbL switch($statusCode) { case 200: - if ('\Agdb\Model\ServerDatabase[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\ServerDatabase[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -7553,13 +7553,13 @@ public function dbListWithHttpInfo(string $contentType = self::contentTypes['dbL } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\ServerDatabase[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\ServerDatabase[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\ServerDatabase[]'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -7592,7 +7592,7 @@ public function dbListWithHttpInfo(string $contentType = self::contentTypes['dbL case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\ServerDatabase[]', + '\Agnesoft\AgdbApi\Model\ServerDatabase[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -7630,7 +7630,7 @@ function ($response) { */ public function dbListAsyncWithHttpInfo(string $contentType = self::contentTypes['dbList'][0]) { - $returnType = '\Agdb\Model\ServerDatabase[]'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase[]'; $request = $this->dbListRequest($contentType); return $this->client @@ -7756,9 +7756,9 @@ public function dbListRequest(string $contentType = self::contentTypes['dbList'] * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbOptimize'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\ServerDatabase + * @return \Agnesoft\AgdbApi\Model\ServerDatabase */ public function dbOptimize($owner, $db, string $contentType = self::contentTypes['dbOptimize'][0]) { @@ -7773,9 +7773,9 @@ public function dbOptimize($owner, $db, string $contentType = self::contentTypes * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbOptimize'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\ServerDatabase, HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\ServerDatabase, HTTP status code, HTTP response headers (array of strings) */ public function dbOptimizeWithHttpInfo($owner, $db, string $contentType = self::contentTypes['dbOptimize'][0]) { @@ -7818,11 +7818,11 @@ public function dbOptimizeWithHttpInfo($owner, $db, string $contentType = self:: switch($statusCode) { case 200: - if ('\Agdb\Model\ServerDatabase' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\ServerDatabase' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\ServerDatabase' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -7840,13 +7840,13 @@ public function dbOptimizeWithHttpInfo($owner, $db, string $contentType = self:: } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\ServerDatabase', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\ServerDatabase', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\ServerDatabase'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -7879,7 +7879,7 @@ public function dbOptimizeWithHttpInfo($owner, $db, string $contentType = self:: case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\ServerDatabase', + '\Agnesoft\AgdbApi\Model\ServerDatabase', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -7921,7 +7921,7 @@ function ($response) { */ public function dbOptimizeAsyncWithHttpInfo($owner, $db, string $contentType = self::contentTypes['dbOptimize'][0]) { - $returnType = '\Agdb\Model\ServerDatabase'; + $returnType = '\Agnesoft\AgdbApi\Model\ServerDatabase'; $request = $this->dbOptimizeRequest($owner, $db, $contentType); return $this->client @@ -8079,7 +8079,7 @@ public function dbOptimizeRequest($owner, $db, string $contentType = self::conte * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -8095,7 +8095,7 @@ public function dbRemove($owner, $db, string $contentType = self::contentTypes[' * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -8325,7 +8325,7 @@ public function dbRemoveRequest($owner, $db, string $contentType = self::content * @param string $new_name new_name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbRename'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -8342,7 +8342,7 @@ public function dbRename($owner, $db, $new_name, string $contentType = self::con * @param string $new_name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbRename'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -8590,7 +8590,7 @@ public function dbRenameRequest($owner, $db, $new_name, string $contentType = se * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbRestore'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -8606,7 +8606,7 @@ public function dbRestore($owner, $db, string $contentType = self::contentTypes[ * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbRestore'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -8837,7 +8837,7 @@ public function dbRestoreRequest($owner, $db, string $contentType = self::conten * @param DbUserRole $db_role db_role (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbUserAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -8855,7 +8855,7 @@ public function dbUserAdd($owner, $db, $username, $db_role, string $contentType * @param DbUserRole $db_role (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbUserAdd'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -9121,7 +9121,7 @@ public function dbUserAddRequest($owner, $db, $username, $db_role, string $conte * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbUserList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -9137,7 +9137,7 @@ public function dbUserList($owner, $db, string $contentType = self::contentTypes * @param string $db db name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbUserList'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -9367,7 +9367,7 @@ public function dbUserListRequest($owner, $db, string $contentType = self::conte * @param string $username user name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbUserRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -9384,7 +9384,7 @@ public function dbUserRemove($owner, $db, $username, string $contentType = self: * @param string $username user name (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['dbUserRemove'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -9630,9 +9630,9 @@ public function dbUserRemoveRequest($owner, $db, $username, string $contentType * @param bool $cluster get cluster status (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['status'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return \Agdb\Model\ClusterStatus[] + * @return \Agnesoft\AgdbApi\Model\ClusterStatus[] */ public function status($cluster, string $contentType = self::contentTypes['status'][0]) { @@ -9646,9 +9646,9 @@ public function status($cluster, string $contentType = self::contentTypes['statu * @param bool $cluster get cluster status (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['status'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException - * @return array of \Agdb\Model\ClusterStatus[], HTTP status code, HTTP response headers (array of strings) + * @return array of \Agnesoft\AgdbApi\Model\ClusterStatus[], HTTP status code, HTTP response headers (array of strings) */ public function statusWithHttpInfo($cluster, string $contentType = self::contentTypes['status'][0]) { @@ -9691,11 +9691,11 @@ public function statusWithHttpInfo($cluster, string $contentType = self::content switch($statusCode) { case 200: - if ('\Agdb\Model\ClusterStatus[]' === '\SplFileObject') { + if ('\Agnesoft\AgdbApi\Model\ClusterStatus[]' === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { $content = (string) $response->getBody(); - if ('\Agdb\Model\ClusterStatus[]' !== 'string') { + if ('\Agnesoft\AgdbApi\Model\ClusterStatus[]' !== 'string') { try { $content = json_decode($content, false, 512, JSON_THROW_ON_ERROR); } catch (\JsonException $exception) { @@ -9713,13 +9713,13 @@ public function statusWithHttpInfo($cluster, string $contentType = self::content } return [ - ObjectSerializer::deserialize($content, '\Agdb\Model\ClusterStatus[]', []), + ObjectSerializer::deserialize($content, '\Agnesoft\AgdbApi\Model\ClusterStatus[]', []), $response->getStatusCode(), $response->getHeaders() ]; } - $returnType = '\Agdb\Model\ClusterStatus[]'; + $returnType = '\Agnesoft\AgdbApi\Model\ClusterStatus[]'; if ($returnType === '\SplFileObject') { $content = $response->getBody(); //stream goes to serializer } else { @@ -9752,7 +9752,7 @@ public function statusWithHttpInfo($cluster, string $contentType = self::content case 200: $data = ObjectSerializer::deserialize( $e->getResponseBody(), - '\Agdb\Model\ClusterStatus[]', + '\Agnesoft\AgdbApi\Model\ClusterStatus[]', $e->getResponseHeaders() ); $e->setResponseObject($data); @@ -9792,7 +9792,7 @@ function ($response) { */ public function statusAsyncWithHttpInfo($cluster, string $contentType = self::contentTypes['status'][0]) { - $returnType = '\Agdb\Model\ClusterStatus[]'; + $returnType = '\Agnesoft\AgdbApi\Model\ClusterStatus[]'; $request = $this->statusRequest($cluster, $contentType); return $this->client @@ -9926,10 +9926,10 @@ public function statusRequest($cluster, string $contentType = self::contentTypes /** * Operation userChangePassword * - * @param \Agdb\Model\ChangePassword $change_password change_password (required) + * @param \Agnesoft\AgdbApi\Model\ChangePassword $change_password change_password (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userChangePassword'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -9941,10 +9941,10 @@ public function userChangePassword($change_password, string $contentType = self: /** * Operation userChangePasswordWithHttpInfo * - * @param \Agdb\Model\ChangePassword $change_password (required) + * @param \Agnesoft\AgdbApi\Model\ChangePassword $change_password (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userChangePassword'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ @@ -9999,7 +9999,7 @@ public function userChangePasswordWithHttpInfo($change_password, string $content /** * Operation userChangePasswordAsync * - * @param \Agdb\Model\ChangePassword $change_password (required) + * @param \Agnesoft\AgdbApi\Model\ChangePassword $change_password (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userChangePassword'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -10018,7 +10018,7 @@ function ($response) { /** * Operation userChangePasswordAsyncWithHttpInfo * - * @param \Agdb\Model\ChangePassword $change_password (required) + * @param \Agnesoft\AgdbApi\Model\ChangePassword $change_password (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userChangePassword'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -10055,7 +10055,7 @@ function ($exception) { /** * Create request for operation 'userChangePassword' * - * @param \Agdb\Model\ChangePassword $change_password (required) + * @param \Agnesoft\AgdbApi\Model\ChangePassword $change_password (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userChangePassword'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -10150,10 +10150,10 @@ public function userChangePasswordRequest($change_password, string $contentType /** * Operation userLogin * - * @param \Agdb\Model\UserLogin $user_login user_login (required) + * @param \Agnesoft\AgdbApi\Model\UserLogin $user_login user_login (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userLogin'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return string */ @@ -10166,10 +10166,10 @@ public function userLogin($user_login, string $contentType = self::contentTypes[ /** * Operation userLoginWithHttpInfo * - * @param \Agdb\Model\UserLogin $user_login (required) + * @param \Agnesoft\AgdbApi\Model\UserLogin $user_login (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userLogin'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of string, HTTP status code, HTTP response headers (array of strings) */ @@ -10288,7 +10288,7 @@ public function userLoginWithHttpInfo($user_login, string $contentType = self::c /** * Operation userLoginAsync * - * @param \Agdb\Model\UserLogin $user_login (required) + * @param \Agnesoft\AgdbApi\Model\UserLogin $user_login (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userLogin'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -10307,7 +10307,7 @@ function ($response) { /** * Operation userLoginAsyncWithHttpInfo * - * @param \Agdb\Model\UserLogin $user_login (required) + * @param \Agnesoft\AgdbApi\Model\UserLogin $user_login (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userLogin'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -10357,7 +10357,7 @@ function ($exception) { /** * Create request for operation 'userLogin' * - * @param \Agdb\Model\UserLogin $user_login (required) + * @param \Agnesoft\AgdbApi\Model\UserLogin $user_login (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userLogin'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -10450,7 +10450,7 @@ public function userLoginRequest($user_login, string $contentType = self::conten * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userLogout'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return void */ @@ -10464,7 +10464,7 @@ public function userLogout(string $contentType = self::contentTypes['userLogout' * * @param string $contentType The value for the Content-Type header. Check self::contentTypes['userLogout'] to see the possible values for this operation * - * @throws \Agdb\ApiException on non-2xx response or if the response body is not in the expected format + * @throws \Agnesoft\AgdbApi\ApiException on non-2xx response or if the response body is not in the expected format * @throws \InvalidArgumentException * @return array of null, HTTP status code, HTTP response headers (array of strings) */ diff --git a/agdb_api/php/lib/ApiException.php b/agdb_api/php/lib/ApiException.php index eb5d5bb60..917fcdfc6 100644 --- a/agdb_api/php/lib/ApiException.php +++ b/agdb_api/php/lib/ApiException.php @@ -4,7 +4,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -25,7 +25,7 @@ * Do not edit the class manually. */ -namespace Agdb; +namespace Agnesoft\AgdbApi; use \Exception; @@ -33,7 +33,7 @@ * ApiException Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ diff --git a/agdb_api/php/lib/Configuration.php b/agdb_api/php/lib/Configuration.php index 55bed5703..12a5bf31f 100644 --- a/agdb_api/php/lib/Configuration.php +++ b/agdb_api/php/lib/Configuration.php @@ -4,7 +4,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -25,14 +25,14 @@ * Do not edit the class manually. */ -namespace Agdb; +namespace Agnesoft\AgdbApi; /** * Configuration Class Doc Comment * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -429,7 +429,7 @@ public static function setDefaultConfiguration(Configuration $config) */ public static function toDebugReport() { - $report = 'PHP SDK (Agdb) Debug Report:' . PHP_EOL; + $report = 'PHP SDK (Agnesoft\AgdbApi) Debug Report:' . PHP_EOL; $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 0.7.2' . PHP_EOL; diff --git a/agdb_api/php/lib/HeaderSelector.php b/agdb_api/php/lib/HeaderSelector.php index 5548174cd..8e3148d12 100644 --- a/agdb_api/php/lib/HeaderSelector.php +++ b/agdb_api/php/lib/HeaderSelector.php @@ -4,7 +4,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -25,13 +25,13 @@ * Do not edit the class manually. */ -namespace Agdb; +namespace Agnesoft\AgdbApi; /** * HeaderSelector Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ diff --git a/agdb_api/php/lib/Model/ChangePassword.php b/agdb_api/php/lib/Model/ChangePassword.php index e3b325d93..70796138a 100644 --- a/agdb_api/php/lib/Model/ChangePassword.php +++ b/agdb_api/php/lib/Model/ChangePassword.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ChangePassword Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/ClusterStatus.php b/agdb_api/php/lib/Model/ClusterStatus.php index 7f054b77c..112d0c391 100644 --- a/agdb_api/php/lib/Model/ClusterStatus.php +++ b/agdb_api/php/lib/Model/ClusterStatus.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ClusterStatus Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/Comparison.php b/agdb_api/php/lib/Model/Comparison.php index 9652f7d1b..c935e9f7a 100644 --- a/agdb_api/php/lib/Model/Comparison.php +++ b/agdb_api/php/lib/Model/Comparison.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * Comparison Class Doc Comment * * @category Class * @description Comparison of database values ([`DbValue`]) used by `key()` condition. Supports the usual set of named comparisons: `==, !=, <, <=, >, =>` plus `contains()`. The comparisons are type strict except for the `contains` comparison which allows vectorized version of the base type. Notably however it does not support the `bytes` and integral types where the \"contains\" makes little sense (i.e. does 3 contain 1?). - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,13 +58,13 @@ class Comparison implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'equal' => '\Agdb\Model\DbValue', - 'greater_than' => '\Agdb\Model\DbValue', - 'greater_than_or_equal' => '\Agdb\Model\DbValue', - 'less_than' => '\Agdb\Model\DbValue', - 'less_than_or_equal' => '\Agdb\Model\DbValue', - 'not_equal' => '\Agdb\Model\DbValue', - 'contains' => '\Agdb\Model\DbValue' + 'equal' => '\Agnesoft\AgdbApi\Model\DbValue', + 'greater_than' => '\Agnesoft\AgdbApi\Model\DbValue', + 'greater_than_or_equal' => '\Agnesoft\AgdbApi\Model\DbValue', + 'less_than' => '\Agnesoft\AgdbApi\Model\DbValue', + 'less_than_or_equal' => '\Agnesoft\AgdbApi\Model\DbValue', + 'not_equal' => '\Agnesoft\AgdbApi\Model\DbValue', + 'contains' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -356,7 +356,7 @@ public function valid() /** * Gets equal * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getEqual() { @@ -366,7 +366,7 @@ public function getEqual() /** * Sets equal * - * @param \Agdb\Model\DbValue $equal equal + * @param \Agnesoft\AgdbApi\Model\DbValue $equal equal * * @return self */ @@ -383,7 +383,7 @@ public function setEqual($equal) /** * Gets greater_than * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getGreaterThan() { @@ -393,7 +393,7 @@ public function getGreaterThan() /** * Sets greater_than * - * @param \Agdb\Model\DbValue $greater_than greater_than + * @param \Agnesoft\AgdbApi\Model\DbValue $greater_than greater_than * * @return self */ @@ -410,7 +410,7 @@ public function setGreaterThan($greater_than) /** * Gets greater_than_or_equal * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getGreaterThanOrEqual() { @@ -420,7 +420,7 @@ public function getGreaterThanOrEqual() /** * Sets greater_than_or_equal * - * @param \Agdb\Model\DbValue $greater_than_or_equal greater_than_or_equal + * @param \Agnesoft\AgdbApi\Model\DbValue $greater_than_or_equal greater_than_or_equal * * @return self */ @@ -437,7 +437,7 @@ public function setGreaterThanOrEqual($greater_than_or_equal) /** * Gets less_than * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getLessThan() { @@ -447,7 +447,7 @@ public function getLessThan() /** * Sets less_than * - * @param \Agdb\Model\DbValue $less_than less_than + * @param \Agnesoft\AgdbApi\Model\DbValue $less_than less_than * * @return self */ @@ -464,7 +464,7 @@ public function setLessThan($less_than) /** * Gets less_than_or_equal * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getLessThanOrEqual() { @@ -474,7 +474,7 @@ public function getLessThanOrEqual() /** * Sets less_than_or_equal * - * @param \Agdb\Model\DbValue $less_than_or_equal less_than_or_equal + * @param \Agnesoft\AgdbApi\Model\DbValue $less_than_or_equal less_than_or_equal * * @return self */ @@ -491,7 +491,7 @@ public function setLessThanOrEqual($less_than_or_equal) /** * Gets not_equal * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getNotEqual() { @@ -501,7 +501,7 @@ public function getNotEqual() /** * Sets not_equal * - * @param \Agdb\Model\DbValue $not_equal not_equal + * @param \Agnesoft\AgdbApi\Model\DbValue $not_equal not_equal * * @return self */ @@ -518,7 +518,7 @@ public function setNotEqual($not_equal) /** * Gets contains * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getContains() { @@ -528,7 +528,7 @@ public function getContains() /** * Sets contains * - * @param \Agdb\Model\DbValue $contains contains + * @param \Agnesoft\AgdbApi\Model\DbValue $contains contains * * @return self */ diff --git a/agdb_api/php/lib/Model/ComparisonOneOf.php b/agdb_api/php/lib/Model/ComparisonOneOf.php index 9af0afb4a..55d8e2797 100644 --- a/agdb_api/php/lib/Model/ComparisonOneOf.php +++ b/agdb_api/php/lib/Model/ComparisonOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ComparisonOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class ComparisonOneOf implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'equal' => '\Agdb\Model\DbValue' + 'equal' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets equal * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getEqual() { @@ -305,7 +305,7 @@ public function getEqual() /** * Sets equal * - * @param \Agdb\Model\DbValue $equal equal + * @param \Agnesoft\AgdbApi\Model\DbValue $equal equal * * @return self */ diff --git a/agdb_api/php/lib/Model/ComparisonOneOf1.php b/agdb_api/php/lib/Model/ComparisonOneOf1.php index 23d1b0160..5578f5646 100644 --- a/agdb_api/php/lib/Model/ComparisonOneOf1.php +++ b/agdb_api/php/lib/Model/ComparisonOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ComparisonOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class ComparisonOneOf1 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'greater_than' => '\Agdb\Model\DbValue' + 'greater_than' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets greater_than * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getGreaterThan() { @@ -305,7 +305,7 @@ public function getGreaterThan() /** * Sets greater_than * - * @param \Agdb\Model\DbValue $greater_than greater_than + * @param \Agnesoft\AgdbApi\Model\DbValue $greater_than greater_than * * @return self */ diff --git a/agdb_api/php/lib/Model/ComparisonOneOf2.php b/agdb_api/php/lib/Model/ComparisonOneOf2.php index 71c69a944..c370fe1dd 100644 --- a/agdb_api/php/lib/Model/ComparisonOneOf2.php +++ b/agdb_api/php/lib/Model/ComparisonOneOf2.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ComparisonOneOf2 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class ComparisonOneOf2 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'greater_than_or_equal' => '\Agdb\Model\DbValue' + 'greater_than_or_equal' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets greater_than_or_equal * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getGreaterThanOrEqual() { @@ -305,7 +305,7 @@ public function getGreaterThanOrEqual() /** * Sets greater_than_or_equal * - * @param \Agdb\Model\DbValue $greater_than_or_equal greater_than_or_equal + * @param \Agnesoft\AgdbApi\Model\DbValue $greater_than_or_equal greater_than_or_equal * * @return self */ diff --git a/agdb_api/php/lib/Model/ComparisonOneOf3.php b/agdb_api/php/lib/Model/ComparisonOneOf3.php index 9b8239ea6..1ee8d19d5 100644 --- a/agdb_api/php/lib/Model/ComparisonOneOf3.php +++ b/agdb_api/php/lib/Model/ComparisonOneOf3.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ComparisonOneOf3 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class ComparisonOneOf3 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'less_than' => '\Agdb\Model\DbValue' + 'less_than' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets less_than * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getLessThan() { @@ -305,7 +305,7 @@ public function getLessThan() /** * Sets less_than * - * @param \Agdb\Model\DbValue $less_than less_than + * @param \Agnesoft\AgdbApi\Model\DbValue $less_than less_than * * @return self */ diff --git a/agdb_api/php/lib/Model/ComparisonOneOf4.php b/agdb_api/php/lib/Model/ComparisonOneOf4.php index ac2a2a8dd..784d76eae 100644 --- a/agdb_api/php/lib/Model/ComparisonOneOf4.php +++ b/agdb_api/php/lib/Model/ComparisonOneOf4.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ComparisonOneOf4 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class ComparisonOneOf4 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'less_than_or_equal' => '\Agdb\Model\DbValue' + 'less_than_or_equal' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets less_than_or_equal * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getLessThanOrEqual() { @@ -305,7 +305,7 @@ public function getLessThanOrEqual() /** * Sets less_than_or_equal * - * @param \Agdb\Model\DbValue $less_than_or_equal less_than_or_equal + * @param \Agnesoft\AgdbApi\Model\DbValue $less_than_or_equal less_than_or_equal * * @return self */ diff --git a/agdb_api/php/lib/Model/ComparisonOneOf5.php b/agdb_api/php/lib/Model/ComparisonOneOf5.php index c9897f36f..bf90995e3 100644 --- a/agdb_api/php/lib/Model/ComparisonOneOf5.php +++ b/agdb_api/php/lib/Model/ComparisonOneOf5.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ComparisonOneOf5 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class ComparisonOneOf5 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'not_equal' => '\Agdb\Model\DbValue' + 'not_equal' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets not_equal * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getNotEqual() { @@ -305,7 +305,7 @@ public function getNotEqual() /** * Sets not_equal * - * @param \Agdb\Model\DbValue $not_equal not_equal + * @param \Agnesoft\AgdbApi\Model\DbValue $not_equal not_equal * * @return self */ diff --git a/agdb_api/php/lib/Model/ComparisonOneOf6.php b/agdb_api/php/lib/Model/ComparisonOneOf6.php index e24c15816..13b5ce80a 100644 --- a/agdb_api/php/lib/Model/ComparisonOneOf6.php +++ b/agdb_api/php/lib/Model/ComparisonOneOf6.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ComparisonOneOf6 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class ComparisonOneOf6 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'contains' => '\Agdb\Model\DbValue' + 'contains' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets contains * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getContains() { @@ -305,7 +305,7 @@ public function getContains() /** * Sets contains * - * @param \Agdb\Model\DbValue $contains contains + * @param \Agnesoft\AgdbApi\Model\DbValue $contains contains * * @return self */ diff --git a/agdb_api/php/lib/Model/CountComparison.php b/agdb_api/php/lib/Model/CountComparison.php index 5817faa70..7ad120f8b 100644 --- a/agdb_api/php/lib/Model/CountComparison.php +++ b/agdb_api/php/lib/Model/CountComparison.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * CountComparison Class Doc Comment * * @category Class * @description Comparison of unsigned integers (`u64`) used by `distance()` and `edge_count*()` conditions. Supports the usual set of named comparisons: `==, !=, <, <=, >, =>`. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/CountComparisonOneOf.php b/agdb_api/php/lib/Model/CountComparisonOneOf.php index bdf209a2c..7eacedcb5 100644 --- a/agdb_api/php/lib/Model/CountComparisonOneOf.php +++ b/agdb_api/php/lib/Model/CountComparisonOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * CountComparisonOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/CountComparisonOneOf1.php b/agdb_api/php/lib/Model/CountComparisonOneOf1.php index 9e3ee3617..aa03ea0ba 100644 --- a/agdb_api/php/lib/Model/CountComparisonOneOf1.php +++ b/agdb_api/php/lib/Model/CountComparisonOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * CountComparisonOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/CountComparisonOneOf2.php b/agdb_api/php/lib/Model/CountComparisonOneOf2.php index cd3452eb5..888212045 100644 --- a/agdb_api/php/lib/Model/CountComparisonOneOf2.php +++ b/agdb_api/php/lib/Model/CountComparisonOneOf2.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * CountComparisonOneOf2 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/CountComparisonOneOf3.php b/agdb_api/php/lib/Model/CountComparisonOneOf3.php index a646b2e58..05f2a5bd2 100644 --- a/agdb_api/php/lib/Model/CountComparisonOneOf3.php +++ b/agdb_api/php/lib/Model/CountComparisonOneOf3.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * CountComparisonOneOf3 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/CountComparisonOneOf4.php b/agdb_api/php/lib/Model/CountComparisonOneOf4.php index 9bfde2a38..8f7872b0d 100644 --- a/agdb_api/php/lib/Model/CountComparisonOneOf4.php +++ b/agdb_api/php/lib/Model/CountComparisonOneOf4.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * CountComparisonOneOf4 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/CountComparisonOneOf5.php b/agdb_api/php/lib/Model/CountComparisonOneOf5.php index 6f360cb59..e585d81a9 100644 --- a/agdb_api/php/lib/Model/CountComparisonOneOf5.php +++ b/agdb_api/php/lib/Model/CountComparisonOneOf5.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * CountComparisonOneOf5 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbElement.php b/agdb_api/php/lib/Model/DbElement.php index 6c3eba4fa..597b8d1b2 100644 --- a/agdb_api/php/lib/Model/DbElement.php +++ b/agdb_api/php/lib/Model/DbElement.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbElement Class Doc Comment * * @category Class * @description Database element used in [`QueryResult`] that represents a node or an edge. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -61,7 +61,7 @@ class DbElement implements ModelInterface, ArrayAccess, \JsonSerializable 'from' => 'int', 'id' => 'int', 'to' => 'int', - 'values' => '\Agdb\Model\DbKeyValue[]' + 'values' => '\Agnesoft\AgdbApi\Model\DbKeyValue[]' ]; /** @@ -415,7 +415,7 @@ public function setTo($to) /** * Gets values * - * @return \Agdb\Model\DbKeyValue[] + * @return \Agnesoft\AgdbApi\Model\DbKeyValue[] */ public function getValues() { @@ -425,7 +425,7 @@ public function getValues() /** * Sets values * - * @param \Agdb\Model\DbKeyValue[] $values List of key-value pairs associated with the element. + * @param \Agnesoft\AgdbApi\Model\DbKeyValue[] $values List of key-value pairs associated with the element. * * @return self */ diff --git a/agdb_api/php/lib/Model/DbKeyOrder.php b/agdb_api/php/lib/Model/DbKeyOrder.php index f55cb7bce..0e9c0a333 100644 --- a/agdb_api/php/lib/Model/DbKeyOrder.php +++ b/agdb_api/php/lib/Model/DbKeyOrder.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbKeyOrder Class Doc Comment * * @category Class * @description Ordering for search queries - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,8 +58,8 @@ class DbKeyOrder implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'asc' => '\Agdb\Model\DbValue', - 'desc' => '\Agdb\Model\DbValue' + 'asc' => '\Agnesoft\AgdbApi\Model\DbValue', + 'desc' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -306,7 +306,7 @@ public function valid() /** * Gets asc * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getAsc() { @@ -316,7 +316,7 @@ public function getAsc() /** * Sets asc * - * @param \Agdb\Model\DbValue $asc asc + * @param \Agnesoft\AgdbApi\Model\DbValue $asc asc * * @return self */ @@ -333,7 +333,7 @@ public function setAsc($asc) /** * Gets desc * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getDesc() { @@ -343,7 +343,7 @@ public function getDesc() /** * Sets desc * - * @param \Agdb\Model\DbValue $desc desc + * @param \Agnesoft\AgdbApi\Model\DbValue $desc desc * * @return self */ diff --git a/agdb_api/php/lib/Model/DbKeyOrderOneOf.php b/agdb_api/php/lib/Model/DbKeyOrderOneOf.php index 59f280833..b28232998 100644 --- a/agdb_api/php/lib/Model/DbKeyOrderOneOf.php +++ b/agdb_api/php/lib/Model/DbKeyOrderOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbKeyOrderOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class DbKeyOrderOneOf implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'asc' => '\Agdb\Model\DbValue' + 'asc' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets asc * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getAsc() { @@ -305,7 +305,7 @@ public function getAsc() /** * Sets asc * - * @param \Agdb\Model\DbValue $asc asc + * @param \Agnesoft\AgdbApi\Model\DbValue $asc asc * * @return self */ diff --git a/agdb_api/php/lib/Model/DbKeyOrderOneOf1.php b/agdb_api/php/lib/Model/DbKeyOrderOneOf1.php index e61b164a9..d4c64b5e7 100644 --- a/agdb_api/php/lib/Model/DbKeyOrderOneOf1.php +++ b/agdb_api/php/lib/Model/DbKeyOrderOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbKeyOrderOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class DbKeyOrderOneOf1 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'desc' => '\Agdb\Model\DbValue' + 'desc' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets desc * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getDesc() { @@ -305,7 +305,7 @@ public function getDesc() /** * Sets desc * - * @param \Agdb\Model\DbValue $desc desc + * @param \Agnesoft\AgdbApi\Model\DbValue $desc desc * * @return self */ diff --git a/agdb_api/php/lib/Model/DbKeyValue.php b/agdb_api/php/lib/Model/DbKeyValue.php index 61c128173..b6d17ce47 100644 --- a/agdb_api/php/lib/Model/DbKeyValue.php +++ b/agdb_api/php/lib/Model/DbKeyValue.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbKeyValue Class Doc Comment * * @category Class * @description Database key-value pair (aka property) attached to database elements. It can be constructed from a tuple of types that are convertible to `DbValue`. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,8 +58,8 @@ class DbKeyValue implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'key' => '\Agdb\Model\DbValue', - 'value' => '\Agdb\Model\DbValue' + 'key' => '\Agnesoft\AgdbApi\Model\DbValue', + 'value' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -306,7 +306,7 @@ public function valid() /** * Gets key * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getKey() { @@ -316,7 +316,7 @@ public function getKey() /** * Sets key * - * @param \Agdb\Model\DbValue $key key + * @param \Agnesoft\AgdbApi\Model\DbValue $key key * * @return self */ @@ -333,7 +333,7 @@ public function setKey($key) /** * Gets value * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getValue() { @@ -343,7 +343,7 @@ public function getValue() /** * Sets value * - * @param \Agdb\Model\DbValue $value value + * @param \Agnesoft\AgdbApi\Model\DbValue $value value * * @return self */ diff --git a/agdb_api/php/lib/Model/DbResource.php b/agdb_api/php/lib/Model/DbResource.php index aa3015f3a..776d7810a 100644 --- a/agdb_api/php/lib/Model/DbResource.php +++ b/agdb_api/php/lib/Model/DbResource.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,14 +26,14 @@ * Do not edit the class manually. */ -namespace Agdb\Model; -use \Agdb\ObjectSerializer; +namespace Agnesoft\AgdbApi\Model; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbResource Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ diff --git a/agdb_api/php/lib/Model/DbType.php b/agdb_api/php/lib/Model/DbType.php index 0936df218..6d24c2c72 100644 --- a/agdb_api/php/lib/Model/DbType.php +++ b/agdb_api/php/lib/Model/DbType.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,14 +26,14 @@ * Do not edit the class manually. */ -namespace Agdb\Model; -use \Agdb\ObjectSerializer; +namespace Agnesoft\AgdbApi\Model; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbType Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ diff --git a/agdb_api/php/lib/Model/DbTypeParam.php b/agdb_api/php/lib/Model/DbTypeParam.php index 499618237..ac4db4925 100644 --- a/agdb_api/php/lib/Model/DbTypeParam.php +++ b/agdb_api/php/lib/Model/DbTypeParam.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbTypeParam Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class DbTypeParam implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'db_type' => '\Agdb\Model\DbType' + 'db_type' => '\Agnesoft\AgdbApi\Model\DbType' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets db_type * - * @return \Agdb\Model\DbType + * @return \Agnesoft\AgdbApi\Model\DbType */ public function getDbType() { @@ -305,7 +305,7 @@ public function getDbType() /** * Sets db_type * - * @param \Agdb\Model\DbType $db_type db_type + * @param \Agnesoft\AgdbApi\Model\DbType $db_type db_type * * @return self */ diff --git a/agdb_api/php/lib/Model/DbUser.php b/agdb_api/php/lib/Model/DbUser.php index e04edec81..7a58a2992 100644 --- a/agdb_api/php/lib/Model/DbUser.php +++ b/agdb_api/php/lib/Model/DbUser.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbUser Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class DbUser implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'role' => '\Agdb\Model\DbUserRole', + 'role' => '\Agnesoft\AgdbApi\Model\DbUserRole', 'user' => 'string' ]; @@ -305,7 +305,7 @@ public function valid() /** * Gets role * - * @return \Agdb\Model\DbUserRole + * @return \Agnesoft\AgdbApi\Model\DbUserRole */ public function getRole() { @@ -315,7 +315,7 @@ public function getRole() /** * Sets role * - * @param \Agdb\Model\DbUserRole $role role + * @param \Agnesoft\AgdbApi\Model\DbUserRole $role role * * @return self */ diff --git a/agdb_api/php/lib/Model/DbUserRole.php b/agdb_api/php/lib/Model/DbUserRole.php index ef95f32ca..e080e7adc 100644 --- a/agdb_api/php/lib/Model/DbUserRole.php +++ b/agdb_api/php/lib/Model/DbUserRole.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,14 +26,14 @@ * Do not edit the class manually. */ -namespace Agdb\Model; -use \Agdb\ObjectSerializer; +namespace Agnesoft\AgdbApi\Model; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbUserRole Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ diff --git a/agdb_api/php/lib/Model/DbUserRoleParam.php b/agdb_api/php/lib/Model/DbUserRoleParam.php index 503632e85..2de7b6a69 100644 --- a/agdb_api/php/lib/Model/DbUserRoleParam.php +++ b/agdb_api/php/lib/Model/DbUserRoleParam.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbUserRoleParam Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class DbUserRoleParam implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'db_role' => '\Agdb\Model\DbUserRole' + 'db_role' => '\Agnesoft\AgdbApi\Model\DbUserRole' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets db_role * - * @return \Agdb\Model\DbUserRole + * @return \Agnesoft\AgdbApi\Model\DbUserRole */ public function getDbRole() { @@ -305,7 +305,7 @@ public function getDbRole() /** * Sets db_role * - * @param \Agdb\Model\DbUserRole $db_role db_role + * @param \Agnesoft\AgdbApi\Model\DbUserRole $db_role db_role * * @return self */ diff --git a/agdb_api/php/lib/Model/DbValue.php b/agdb_api/php/lib/Model/DbValue.php index 6d14fb4c0..1da537cbe 100644 --- a/agdb_api/php/lib/Model/DbValue.php +++ b/agdb_api/php/lib/Model/DbValue.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValue Class Doc Comment * * @category Class * @description Database value is a strongly types value. It is an enum of limited number supported types that are universal across all platforms and programming languages. The value is constructible from large number of raw types or associated types (e.g. i32, &str, etc.). Getting the raw value back as string can be done with `to_string()` but otherwise requires a `match`. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf.php b/agdb_api/php/lib/Model/DbValueOneOf.php index 45b485c2e..e0cedeae4 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf.php +++ b/agdb_api/php/lib/Model/DbValueOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf1.php b/agdb_api/php/lib/Model/DbValueOneOf1.php index ebd444ed5..7b9065033 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf1.php +++ b/agdb_api/php/lib/Model/DbValueOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf2.php b/agdb_api/php/lib/Model/DbValueOneOf2.php index f88211768..21ce06778 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf2.php +++ b/agdb_api/php/lib/Model/DbValueOneOf2.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf2 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf3.php b/agdb_api/php/lib/Model/DbValueOneOf3.php index 431110cd5..84d48cbf1 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf3.php +++ b/agdb_api/php/lib/Model/DbValueOneOf3.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf3 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf4.php b/agdb_api/php/lib/Model/DbValueOneOf4.php index a7c3c00e8..3f2dc1d39 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf4.php +++ b/agdb_api/php/lib/Model/DbValueOneOf4.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf4 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf5.php b/agdb_api/php/lib/Model/DbValueOneOf5.php index 7c70a23b4..2438b3c2c 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf5.php +++ b/agdb_api/php/lib/Model/DbValueOneOf5.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf5 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf6.php b/agdb_api/php/lib/Model/DbValueOneOf6.php index 490c1dccd..16bc11772 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf6.php +++ b/agdb_api/php/lib/Model/DbValueOneOf6.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf6 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf7.php b/agdb_api/php/lib/Model/DbValueOneOf7.php index 09e9f84ee..11bd2e82d 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf7.php +++ b/agdb_api/php/lib/Model/DbValueOneOf7.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf7 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/DbValueOneOf8.php b/agdb_api/php/lib/Model/DbValueOneOf8.php index 7b10317b7..c06565806 100644 --- a/agdb_api/php/lib/Model/DbValueOneOf8.php +++ b/agdb_api/php/lib/Model/DbValueOneOf8.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * DbValueOneOf8 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/InsertAliasesQuery.php b/agdb_api/php/lib/Model/InsertAliasesQuery.php index 40f4b4b77..e1837ddbb 100644 --- a/agdb_api/php/lib/Model/InsertAliasesQuery.php +++ b/agdb_api/php/lib/Model/InsertAliasesQuery.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * InsertAliasesQuery Class Doc Comment * * @category Class * @description Query to insert or update aliases of existing nodes. All `ids` must exist. None of the `aliases` can be empty. If there is an existing alias for any of the elements it will be overwritten with a new one. NOTE: Setting `ids` to a search query will result in an error. The result will contain number of aliases inserted/updated but no elements. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -59,7 +59,7 @@ class InsertAliasesQuery implements ModelInterface, ArrayAccess, \JsonSerializab */ protected static $openAPITypes = [ 'aliases' => 'string[]', - 'ids' => '\Agdb\Model\QueryIds' + 'ids' => '\Agnesoft\AgdbApi\Model\QueryIds' ]; /** @@ -333,7 +333,7 @@ public function setAliases($aliases) /** * Gets ids * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getIds() { @@ -343,7 +343,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryIds $ids ids + * @param \Agnesoft\AgdbApi\Model\QueryIds $ids ids * * @return self */ diff --git a/agdb_api/php/lib/Model/InsertEdgesQuery.php b/agdb_api/php/lib/Model/InsertEdgesQuery.php index 8102ee9c9..45c813c0f 100644 --- a/agdb_api/php/lib/Model/InsertEdgesQuery.php +++ b/agdb_api/php/lib/Model/InsertEdgesQuery.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * InsertEdgesQuery Class Doc Comment * * @category Class * @description Query to inserts edges to the database. The `from` and `to` ids must exist in the database. There must be enough `values` for all new edges unless set to `Single` in which case they will be uniformly applied to all new edges. The `each` flag is only useful if `from and `to` are symmetric (same length) but you still want to connect every origin to every destination. By default it would connect only the pairs. For asymmetric inserts `each` is assumed. If the `ids` member is empty the query will insert new edges otherwise it will update the existing edges. The rules for length of `values` still apply and the search yield or static list must have equal length to the `values` (or the `Single` variant must be used). The result will contain number of edges inserted or udpated and elements with their ids, origin and destination, but no properties. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -59,10 +59,10 @@ class InsertEdgesQuery implements ModelInterface, ArrayAccess, \JsonSerializable */ protected static $openAPITypes = [ 'each' => 'bool', - 'from' => '\Agdb\Model\QueryIds', - 'ids' => '\Agdb\Model\QueryIds', - 'to' => '\Agdb\Model\QueryIds', - 'values' => '\Agdb\Model\QueryValues' + 'from' => '\Agnesoft\AgdbApi\Model\QueryIds', + 'ids' => '\Agnesoft\AgdbApi\Model\QueryIds', + 'to' => '\Agnesoft\AgdbApi\Model\QueryIds', + 'values' => '\Agnesoft\AgdbApi\Model\QueryValues' ]; /** @@ -363,7 +363,7 @@ public function setEach($each) /** * Gets from * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getFrom() { @@ -373,7 +373,7 @@ public function getFrom() /** * Sets from * - * @param \Agdb\Model\QueryIds $from from + * @param \Agnesoft\AgdbApi\Model\QueryIds $from from * * @return self */ @@ -390,7 +390,7 @@ public function setFrom($from) /** * Gets ids * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getIds() { @@ -400,7 +400,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryIds $ids ids + * @param \Agnesoft\AgdbApi\Model\QueryIds $ids ids * * @return self */ @@ -417,7 +417,7 @@ public function setIds($ids) /** * Gets to * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getTo() { @@ -427,7 +427,7 @@ public function getTo() /** * Sets to * - * @param \Agdb\Model\QueryIds $to to + * @param \Agnesoft\AgdbApi\Model\QueryIds $to to * * @return self */ @@ -444,7 +444,7 @@ public function setTo($to) /** * Gets values * - * @return \Agdb\Model\QueryValues + * @return \Agnesoft\AgdbApi\Model\QueryValues */ public function getValues() { @@ -454,7 +454,7 @@ public function getValues() /** * Sets values * - * @param \Agdb\Model\QueryValues $values values + * @param \Agnesoft\AgdbApi\Model\QueryValues $values values * * @return self */ diff --git a/agdb_api/php/lib/Model/InsertNodesQuery.php b/agdb_api/php/lib/Model/InsertNodesQuery.php index 97946f5d4..3dafe253f 100644 --- a/agdb_api/php/lib/Model/InsertNodesQuery.php +++ b/agdb_api/php/lib/Model/InsertNodesQuery.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * InsertNodesQuery Class Doc Comment * * @category Class * @description Query to insert nodes to the database. Only one of `count`, `values` or `aliases` need to be given as the implementation will derive the count from the other parameters. If `values` is set to `Single` either `count` or `aliases` must be provided however. If `values` are not set to `Single` there must be enough value for `count/aliases` unless they are not se and the count is derived from `values. If the `ids` member is empty the query will insert new nodes otherwise it will update the existing nodes. The rules for length of `values` still apply and the search yield or static list must have equal length to the `values` (or the `Single` variant must be used). The result will contain number of nodes inserted or updated and elements with their ids but no properties. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -60,8 +60,8 @@ class InsertNodesQuery implements ModelInterface, ArrayAccess, \JsonSerializable protected static $openAPITypes = [ 'aliases' => 'string[]', 'count' => 'int', - 'ids' => '\Agdb\Model\QueryIds', - 'values' => '\Agdb\Model\QueryValues' + 'ids' => '\Agnesoft\AgdbApi\Model\QueryIds', + 'values' => '\Agnesoft\AgdbApi\Model\QueryValues' ]; /** @@ -389,7 +389,7 @@ public function setCount($count) /** * Gets ids * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getIds() { @@ -399,7 +399,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryIds $ids ids + * @param \Agnesoft\AgdbApi\Model\QueryIds $ids ids * * @return self */ @@ -416,7 +416,7 @@ public function setIds($ids) /** * Gets values * - * @return \Agdb\Model\QueryValues + * @return \Agnesoft\AgdbApi\Model\QueryValues */ public function getValues() { @@ -426,7 +426,7 @@ public function getValues() /** * Sets values * - * @param \Agdb\Model\QueryValues $values values + * @param \Agnesoft\AgdbApi\Model\QueryValues $values values * * @return self */ diff --git a/agdb_api/php/lib/Model/InsertValuesQuery.php b/agdb_api/php/lib/Model/InsertValuesQuery.php index 67bcc6a37..04242d5bd 100644 --- a/agdb_api/php/lib/Model/InsertValuesQuery.php +++ b/agdb_api/php/lib/Model/InsertValuesQuery.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * InsertValuesQuery Class Doc Comment * * @category Class * @description Query to insert or update key-value pairs (properties) to existing elements in the database. All `ids` must exist in the database. If `values` is set to `Single` the properties will be inserted uniformly to all `ids` otherwise there must be enough `values` for all `ids`. The result will be number of inserted/updated values and inserted new elements (nodes). NOTE: The result is NOT number of affected elements but individual properties. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,8 +58,8 @@ class InsertValuesQuery implements ModelInterface, ArrayAccess, \JsonSerializabl * @var string[] */ protected static $openAPITypes = [ - 'ids' => '\Agdb\Model\QueryIds', - 'values' => '\Agdb\Model\QueryValues' + 'ids' => '\Agnesoft\AgdbApi\Model\QueryIds', + 'values' => '\Agnesoft\AgdbApi\Model\QueryValues' ]; /** @@ -306,7 +306,7 @@ public function valid() /** * Gets ids * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getIds() { @@ -316,7 +316,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryIds $ids ids + * @param \Agnesoft\AgdbApi\Model\QueryIds $ids ids * * @return self */ @@ -333,7 +333,7 @@ public function setIds($ids) /** * Gets values * - * @return \Agdb\Model\QueryValues + * @return \Agnesoft\AgdbApi\Model\QueryValues */ public function getValues() { @@ -343,7 +343,7 @@ public function getValues() /** * Sets values * - * @param \Agdb\Model\QueryValues $values values + * @param \Agnesoft\AgdbApi\Model\QueryValues $values values * * @return self */ diff --git a/agdb_api/php/lib/Model/ModelInterface.php b/agdb_api/php/lib/Model/ModelInterface.php index d94834a26..0804b30ae 100644 --- a/agdb_api/php/lib/Model/ModelInterface.php +++ b/agdb_api/php/lib/Model/ModelInterface.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb\Model + * @package Agnesoft\AgdbApi\Model * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,12 +26,12 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; /** * Interface abstracting model access. * - * @package Agdb\Model + * @package Agnesoft\AgdbApi\Model * @author OpenAPI Generator team */ interface ModelInterface diff --git a/agdb_api/php/lib/Model/QueryAudit.php b/agdb_api/php/lib/Model/QueryAudit.php index 0e632a51f..43367e1b0 100644 --- a/agdb_api/php/lib/Model/QueryAudit.php +++ b/agdb_api/php/lib/Model/QueryAudit.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryAudit Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryAudit implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'query' => '\Agdb\Model\QueryType', + 'query' => '\Agnesoft\AgdbApi\Model\QueryType', 'timestamp' => 'int', 'user' => 'string' ]; @@ -319,7 +319,7 @@ public function valid() /** * Gets query * - * @return \Agdb\Model\QueryType + * @return \Agnesoft\AgdbApi\Model\QueryType */ public function getQuery() { @@ -329,7 +329,7 @@ public function getQuery() /** * Sets query * - * @param \Agdb\Model\QueryType $query query + * @param \Agnesoft\AgdbApi\Model\QueryType $query query * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryCondition.php b/agdb_api/php/lib/Model/QueryCondition.php index 71cfb8f83..86bc5d42c 100644 --- a/agdb_api/php/lib/Model/QueryCondition.php +++ b/agdb_api/php/lib/Model/QueryCondition.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryCondition Class Doc Comment * * @category Class * @description Query condition. The condition consists of `data`, logic operator and a modifier. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,9 +58,9 @@ class QueryCondition implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'data' => '\Agdb\Model\QueryConditionData', - 'logic' => '\Agdb\Model\QueryConditionLogic', - 'modifier' => '\Agdb\Model\QueryConditionModifier' + 'data' => '\Agnesoft\AgdbApi\Model\QueryConditionData', + 'logic' => '\Agnesoft\AgdbApi\Model\QueryConditionLogic', + 'modifier' => '\Agnesoft\AgdbApi\Model\QueryConditionModifier' ]; /** @@ -316,7 +316,7 @@ public function valid() /** * Gets data * - * @return \Agdb\Model\QueryConditionData + * @return \Agnesoft\AgdbApi\Model\QueryConditionData */ public function getData() { @@ -326,7 +326,7 @@ public function getData() /** * Sets data * - * @param \Agdb\Model\QueryConditionData $data data + * @param \Agnesoft\AgdbApi\Model\QueryConditionData $data data * * @return self */ @@ -343,7 +343,7 @@ public function setData($data) /** * Gets logic * - * @return \Agdb\Model\QueryConditionLogic + * @return \Agnesoft\AgdbApi\Model\QueryConditionLogic */ public function getLogic() { @@ -353,7 +353,7 @@ public function getLogic() /** * Sets logic * - * @param \Agdb\Model\QueryConditionLogic $logic logic + * @param \Agnesoft\AgdbApi\Model\QueryConditionLogic $logic logic * * @return self */ @@ -370,7 +370,7 @@ public function setLogic($logic) /** * Gets modifier * - * @return \Agdb\Model\QueryConditionModifier + * @return \Agnesoft\AgdbApi\Model\QueryConditionModifier */ public function getModifier() { @@ -380,7 +380,7 @@ public function getModifier() /** * Sets modifier * - * @param \Agdb\Model\QueryConditionModifier $modifier modifier + * @param \Agnesoft\AgdbApi\Model\QueryConditionModifier $modifier modifier * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionData.php b/agdb_api/php/lib/Model/QueryConditionData.php index 2e42fc4e0..c78331906 100644 --- a/agdb_api/php/lib/Model/QueryConditionData.php +++ b/agdb_api/php/lib/Model/QueryConditionData.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionData Class Doc Comment * * @category Class * @description Query condition data - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,14 +58,14 @@ class QueryConditionData implements ModelInterface, ArrayAccess, \JsonSerializab * @var string[] */ protected static $openAPITypes = [ - 'distance' => '\Agdb\Model\CountComparison', - 'edge_count' => '\Agdb\Model\CountComparison', - 'edge_count_from' => '\Agdb\Model\CountComparison', - 'edge_count_to' => '\Agdb\Model\CountComparison', - 'ids' => '\Agdb\Model\QueryId[]', - 'key_value' => '\Agdb\Model\QueryConditionDataOneOf5KeyValue', - 'keys' => '\Agdb\Model\DbValue[]', - 'where' => '\Agdb\Model\QueryCondition[]' + 'distance' => '\Agnesoft\AgdbApi\Model\CountComparison', + 'edge_count' => '\Agnesoft\AgdbApi\Model\CountComparison', + 'edge_count_from' => '\Agnesoft\AgdbApi\Model\CountComparison', + 'edge_count_to' => '\Agnesoft\AgdbApi\Model\CountComparison', + 'ids' => '\Agnesoft\AgdbApi\Model\QueryId[]', + 'key_value' => '\Agnesoft\AgdbApi\Model\QueryConditionDataOneOf5KeyValue', + 'keys' => '\Agnesoft\AgdbApi\Model\DbValue[]', + 'where' => '\Agnesoft\AgdbApi\Model\QueryCondition[]' ]; /** @@ -366,7 +366,7 @@ public function valid() /** * Gets distance * - * @return \Agdb\Model\CountComparison + * @return \Agnesoft\AgdbApi\Model\CountComparison */ public function getDistance() { @@ -376,7 +376,7 @@ public function getDistance() /** * Sets distance * - * @param \Agdb\Model\CountComparison $distance distance + * @param \Agnesoft\AgdbApi\Model\CountComparison $distance distance * * @return self */ @@ -393,7 +393,7 @@ public function setDistance($distance) /** * Gets edge_count * - * @return \Agdb\Model\CountComparison + * @return \Agnesoft\AgdbApi\Model\CountComparison */ public function getEdgeCount() { @@ -403,7 +403,7 @@ public function getEdgeCount() /** * Sets edge_count * - * @param \Agdb\Model\CountComparison $edge_count edge_count + * @param \Agnesoft\AgdbApi\Model\CountComparison $edge_count edge_count * * @return self */ @@ -420,7 +420,7 @@ public function setEdgeCount($edge_count) /** * Gets edge_count_from * - * @return \Agdb\Model\CountComparison + * @return \Agnesoft\AgdbApi\Model\CountComparison */ public function getEdgeCountFrom() { @@ -430,7 +430,7 @@ public function getEdgeCountFrom() /** * Sets edge_count_from * - * @param \Agdb\Model\CountComparison $edge_count_from edge_count_from + * @param \Agnesoft\AgdbApi\Model\CountComparison $edge_count_from edge_count_from * * @return self */ @@ -447,7 +447,7 @@ public function setEdgeCountFrom($edge_count_from) /** * Gets edge_count_to * - * @return \Agdb\Model\CountComparison + * @return \Agnesoft\AgdbApi\Model\CountComparison */ public function getEdgeCountTo() { @@ -457,7 +457,7 @@ public function getEdgeCountTo() /** * Sets edge_count_to * - * @param \Agdb\Model\CountComparison $edge_count_to edge_count_to + * @param \Agnesoft\AgdbApi\Model\CountComparison $edge_count_to edge_count_to * * @return self */ @@ -474,7 +474,7 @@ public function setEdgeCountTo($edge_count_to) /** * Gets ids * - * @return \Agdb\Model\QueryId[] + * @return \Agnesoft\AgdbApi\Model\QueryId[] */ public function getIds() { @@ -484,7 +484,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryId[] $ids Tests if the current id is in the list of ids. + * @param \Agnesoft\AgdbApi\Model\QueryId[] $ids Tests if the current id is in the list of ids. * * @return self */ @@ -501,7 +501,7 @@ public function setIds($ids) /** * Gets key_value * - * @return \Agdb\Model\QueryConditionDataOneOf5KeyValue + * @return \Agnesoft\AgdbApi\Model\QueryConditionDataOneOf5KeyValue */ public function getKeyValue() { @@ -511,7 +511,7 @@ public function getKeyValue() /** * Sets key_value * - * @param \Agdb\Model\QueryConditionDataOneOf5KeyValue $key_value key_value + * @param \Agnesoft\AgdbApi\Model\QueryConditionDataOneOf5KeyValue $key_value key_value * * @return self */ @@ -528,7 +528,7 @@ public function setKeyValue($key_value) /** * Gets keys * - * @return \Agdb\Model\DbValue[] + * @return \Agnesoft\AgdbApi\Model\DbValue[] */ public function getKeys() { @@ -538,7 +538,7 @@ public function getKeys() /** * Sets keys * - * @param \Agdb\Model\DbValue[] $keys Test if the current element has **all** of the keys listed. + * @param \Agnesoft\AgdbApi\Model\DbValue[] $keys Test if the current element has **all** of the keys listed. * * @return self */ @@ -555,7 +555,7 @@ public function setKeys($keys) /** * Gets where * - * @return \Agdb\Model\QueryCondition[] + * @return \Agnesoft\AgdbApi\Model\QueryCondition[] */ public function getWhere() { @@ -565,7 +565,7 @@ public function getWhere() /** * Sets where * - * @param \Agdb\Model\QueryCondition[] $where Nested list of conditions (equivalent to brackets). + * @param \Agnesoft\AgdbApi\Model\QueryCondition[] $where Nested list of conditions (equivalent to brackets). * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf.php index c85ed5c99..6a966b98f 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryConditionDataOneOf implements ModelInterface, ArrayAccess, \JsonSeria * @var string[] */ protected static $openAPITypes = [ - 'distance' => '\Agdb\Model\CountComparison' + 'distance' => '\Agnesoft\AgdbApi\Model\CountComparison' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets distance * - * @return \Agdb\Model\CountComparison + * @return \Agnesoft\AgdbApi\Model\CountComparison */ public function getDistance() { @@ -305,7 +305,7 @@ public function getDistance() /** * Sets distance * - * @param \Agdb\Model\CountComparison $distance distance + * @param \Agnesoft\AgdbApi\Model\CountComparison $distance distance * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf1.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf1.php index d3bbf1e0a..494a3afec 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf1.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryConditionDataOneOf1 implements ModelInterface, ArrayAccess, \JsonSeri * @var string[] */ protected static $openAPITypes = [ - 'edge_count' => '\Agdb\Model\CountComparison' + 'edge_count' => '\Agnesoft\AgdbApi\Model\CountComparison' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets edge_count * - * @return \Agdb\Model\CountComparison + * @return \Agnesoft\AgdbApi\Model\CountComparison */ public function getEdgeCount() { @@ -305,7 +305,7 @@ public function getEdgeCount() /** * Sets edge_count * - * @param \Agdb\Model\CountComparison $edge_count edge_count + * @param \Agnesoft\AgdbApi\Model\CountComparison $edge_count edge_count * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf2.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf2.php index 709b5bf1f..d0c5269c2 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf2.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf2.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf2 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryConditionDataOneOf2 implements ModelInterface, ArrayAccess, \JsonSeri * @var string[] */ protected static $openAPITypes = [ - 'edge_count_from' => '\Agdb\Model\CountComparison' + 'edge_count_from' => '\Agnesoft\AgdbApi\Model\CountComparison' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets edge_count_from * - * @return \Agdb\Model\CountComparison + * @return \Agnesoft\AgdbApi\Model\CountComparison */ public function getEdgeCountFrom() { @@ -305,7 +305,7 @@ public function getEdgeCountFrom() /** * Sets edge_count_from * - * @param \Agdb\Model\CountComparison $edge_count_from edge_count_from + * @param \Agnesoft\AgdbApi\Model\CountComparison $edge_count_from edge_count_from * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf3.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf3.php index 08549d1ce..7b334d969 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf3.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf3.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf3 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryConditionDataOneOf3 implements ModelInterface, ArrayAccess, \JsonSeri * @var string[] */ protected static $openAPITypes = [ - 'edge_count_to' => '\Agdb\Model\CountComparison' + 'edge_count_to' => '\Agnesoft\AgdbApi\Model\CountComparison' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets edge_count_to * - * @return \Agdb\Model\CountComparison + * @return \Agnesoft\AgdbApi\Model\CountComparison */ public function getEdgeCountTo() { @@ -305,7 +305,7 @@ public function getEdgeCountTo() /** * Sets edge_count_to * - * @param \Agdb\Model\CountComparison $edge_count_to edge_count_to + * @param \Agnesoft\AgdbApi\Model\CountComparison $edge_count_to edge_count_to * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf4.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf4.php index d16e12616..ba9936f94 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf4.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf4.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf4 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryConditionDataOneOf4 implements ModelInterface, ArrayAccess, \JsonSeri * @var string[] */ protected static $openAPITypes = [ - 'ids' => '\Agdb\Model\QueryId[]' + 'ids' => '\Agnesoft\AgdbApi\Model\QueryId[]' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets ids * - * @return \Agdb\Model\QueryId[] + * @return \Agnesoft\AgdbApi\Model\QueryId[] */ public function getIds() { @@ -305,7 +305,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryId[] $ids Tests if the current id is in the list of ids. + * @param \Agnesoft\AgdbApi\Model\QueryId[] $ids Tests if the current id is in the list of ids. * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf5.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf5.php index 8aa6f4970..046dad377 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf5.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf5.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf5 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryConditionDataOneOf5 implements ModelInterface, ArrayAccess, \JsonSeri * @var string[] */ protected static $openAPITypes = [ - 'key_value' => '\Agdb\Model\QueryConditionDataOneOf5KeyValue' + 'key_value' => '\Agnesoft\AgdbApi\Model\QueryConditionDataOneOf5KeyValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets key_value * - * @return \Agdb\Model\QueryConditionDataOneOf5KeyValue + * @return \Agnesoft\AgdbApi\Model\QueryConditionDataOneOf5KeyValue */ public function getKeyValue() { @@ -305,7 +305,7 @@ public function getKeyValue() /** * Sets key_value * - * @param \Agdb\Model\QueryConditionDataOneOf5KeyValue $key_value key_value + * @param \Agnesoft\AgdbApi\Model\QueryConditionDataOneOf5KeyValue $key_value key_value * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf5KeyValue.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf5KeyValue.php index eeddb3916..9e8e3d94d 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf5KeyValue.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf5KeyValue.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf5KeyValue Class Doc Comment * * @category Class * @description Tests if the current element has a property `key` with a value that evaluates true against `comparison`. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,8 +58,8 @@ class QueryConditionDataOneOf5KeyValue implements ModelInterface, ArrayAccess, \ * @var string[] */ protected static $openAPITypes = [ - 'key' => '\Agdb\Model\DbValue', - 'value' => '\Agdb\Model\Comparison' + 'key' => '\Agnesoft\AgdbApi\Model\DbValue', + 'value' => '\Agnesoft\AgdbApi\Model\Comparison' ]; /** @@ -306,7 +306,7 @@ public function valid() /** * Gets key * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getKey() { @@ -316,7 +316,7 @@ public function getKey() /** * Sets key * - * @param \Agdb\Model\DbValue $key key + * @param \Agnesoft\AgdbApi\Model\DbValue $key key * * @return self */ @@ -333,7 +333,7 @@ public function setKey($key) /** * Gets value * - * @return \Agdb\Model\Comparison + * @return \Agnesoft\AgdbApi\Model\Comparison */ public function getValue() { @@ -343,7 +343,7 @@ public function getValue() /** * Sets value * - * @param \Agdb\Model\Comparison $value value + * @param \Agnesoft\AgdbApi\Model\Comparison $value value * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf6.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf6.php index 0bcf1e479..049802137 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf6.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf6.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf6 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryConditionDataOneOf6 implements ModelInterface, ArrayAccess, \JsonSeri * @var string[] */ protected static $openAPITypes = [ - 'keys' => '\Agdb\Model\DbValue[]' + 'keys' => '\Agnesoft\AgdbApi\Model\DbValue[]' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets keys * - * @return \Agdb\Model\DbValue[] + * @return \Agnesoft\AgdbApi\Model\DbValue[] */ public function getKeys() { @@ -305,7 +305,7 @@ public function getKeys() /** * Sets keys * - * @param \Agdb\Model\DbValue[] $keys Test if the current element has **all** of the keys listed. + * @param \Agnesoft\AgdbApi\Model\DbValue[] $keys Test if the current element has **all** of the keys listed. * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionDataOneOf7.php b/agdb_api/php/lib/Model/QueryConditionDataOneOf7.php index 34ca16f18..5b3ced9b6 100644 --- a/agdb_api/php/lib/Model/QueryConditionDataOneOf7.php +++ b/agdb_api/php/lib/Model/QueryConditionDataOneOf7.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionDataOneOf7 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryConditionDataOneOf7 implements ModelInterface, ArrayAccess, \JsonSeri * @var string[] */ protected static $openAPITypes = [ - 'where' => '\Agdb\Model\QueryCondition[]' + 'where' => '\Agnesoft\AgdbApi\Model\QueryCondition[]' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets where * - * @return \Agdb\Model\QueryCondition[] + * @return \Agnesoft\AgdbApi\Model\QueryCondition[] */ public function getWhere() { @@ -305,7 +305,7 @@ public function getWhere() /** * Sets where * - * @param \Agdb\Model\QueryCondition[] $where Nested list of conditions (equivalent to brackets). + * @param \Agnesoft\AgdbApi\Model\QueryCondition[] $where Nested list of conditions (equivalent to brackets). * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryConditionLogic.php b/agdb_api/php/lib/Model/QueryConditionLogic.php index 20ee96b7c..3f9f40c66 100644 --- a/agdb_api/php/lib/Model/QueryConditionLogic.php +++ b/agdb_api/php/lib/Model/QueryConditionLogic.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,15 +26,15 @@ * Do not edit the class manually. */ -namespace Agdb\Model; -use \Agdb\ObjectSerializer; +namespace Agnesoft\AgdbApi\Model; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionLogic Class Doc Comment * * @category Class * @description Logical operator for query conditions - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ diff --git a/agdb_api/php/lib/Model/QueryConditionModifier.php b/agdb_api/php/lib/Model/QueryConditionModifier.php index 819bbd1e5..c5733ba64 100644 --- a/agdb_api/php/lib/Model/QueryConditionModifier.php +++ b/agdb_api/php/lib/Model/QueryConditionModifier.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,15 +26,15 @@ * Do not edit the class manually. */ -namespace Agdb\Model; -use \Agdb\ObjectSerializer; +namespace Agnesoft\AgdbApi\Model; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryConditionModifier Class Doc Comment * * @category Class * @description Query condition modifier - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ diff --git a/agdb_api/php/lib/Model/QueryId.php b/agdb_api/php/lib/Model/QueryId.php index 27de11b4f..ab44f8236 100644 --- a/agdb_api/php/lib/Model/QueryId.php +++ b/agdb_api/php/lib/Model/QueryId.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryId Class Doc Comment * * @category Class * @description Database id used in queries that lets you refer to a database element as numerical id or a string alias. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/QueryIdOneOf.php b/agdb_api/php/lib/Model/QueryIdOneOf.php index 59e7340b9..af808c900 100644 --- a/agdb_api/php/lib/Model/QueryIdOneOf.php +++ b/agdb_api/php/lib/Model/QueryIdOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryIdOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/QueryIdOneOf1.php b/agdb_api/php/lib/Model/QueryIdOneOf1.php index 4052d83b8..b51cde9d8 100644 --- a/agdb_api/php/lib/Model/QueryIdOneOf1.php +++ b/agdb_api/php/lib/Model/QueryIdOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryIdOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/QueryIds.php b/agdb_api/php/lib/Model/QueryIds.php index 06fb8a0bc..fc4cda300 100644 --- a/agdb_api/php/lib/Model/QueryIds.php +++ b/agdb_api/php/lib/Model/QueryIds.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryIds Class Doc Comment * * @category Class * @description List of database ids used in queries. It can either represent a list of [`QueryId`]s or a search query. Search query allows query nesting and sourcing the ids dynamically for another query most commonly with the select queries. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,8 +58,8 @@ class QueryIds implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'ids' => '\Agdb\Model\QueryId[]', - 'search' => '\Agdb\Model\SearchQuery' + 'ids' => '\Agnesoft\AgdbApi\Model\QueryId[]', + 'search' => '\Agnesoft\AgdbApi\Model\SearchQuery' ]; /** @@ -306,7 +306,7 @@ public function valid() /** * Gets ids * - * @return \Agdb\Model\QueryId[] + * @return \Agnesoft\AgdbApi\Model\QueryId[] */ public function getIds() { @@ -316,7 +316,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryId[] $ids List of [`QueryId`]s + * @param \Agnesoft\AgdbApi\Model\QueryId[] $ids List of [`QueryId`]s * * @return self */ @@ -333,7 +333,7 @@ public function setIds($ids) /** * Gets search * - * @return \Agdb\Model\SearchQuery + * @return \Agnesoft\AgdbApi\Model\SearchQuery */ public function getSearch() { @@ -343,7 +343,7 @@ public function getSearch() /** * Sets search * - * @param \Agdb\Model\SearchQuery $search search + * @param \Agnesoft\AgdbApi\Model\SearchQuery $search search * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryIdsOneOf.php b/agdb_api/php/lib/Model/QueryIdsOneOf.php index 397e79d92..aa309073e 100644 --- a/agdb_api/php/lib/Model/QueryIdsOneOf.php +++ b/agdb_api/php/lib/Model/QueryIdsOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryIdsOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryIdsOneOf implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'ids' => '\Agdb\Model\QueryId[]' + 'ids' => '\Agnesoft\AgdbApi\Model\QueryId[]' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets ids * - * @return \Agdb\Model\QueryId[] + * @return \Agnesoft\AgdbApi\Model\QueryId[] */ public function getIds() { @@ -305,7 +305,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryId[] $ids List of [`QueryId`]s + * @param \Agnesoft\AgdbApi\Model\QueryId[] $ids List of [`QueryId`]s * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryIdsOneOf1.php b/agdb_api/php/lib/Model/QueryIdsOneOf1.php index 5ffce24a6..0b1495196 100644 --- a/agdb_api/php/lib/Model/QueryIdsOneOf1.php +++ b/agdb_api/php/lib/Model/QueryIdsOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryIdsOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryIdsOneOf1 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'search' => '\Agdb\Model\SearchQuery' + 'search' => '\Agnesoft\AgdbApi\Model\SearchQuery' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets search * - * @return \Agdb\Model\SearchQuery + * @return \Agnesoft\AgdbApi\Model\SearchQuery */ public function getSearch() { @@ -305,7 +305,7 @@ public function getSearch() /** * Sets search * - * @param \Agdb\Model\SearchQuery $search search + * @param \Agnesoft\AgdbApi\Model\SearchQuery $search search * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryResult.php b/agdb_api/php/lib/Model/QueryResult.php index 61460a3ba..e3980292f 100644 --- a/agdb_api/php/lib/Model/QueryResult.php +++ b/agdb_api/php/lib/Model/QueryResult.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryResult Class Doc Comment * * @category Class * @description Universal database result. Successful execution of a query will always yield this type. The `result` field is a numerical representation of the result while the `elements` are the list of `DbElement`s with database ids and properties (key-value pairs). - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,7 +58,7 @@ class QueryResult implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'elements' => '\Agdb\Model\DbElement[]', + 'elements' => '\Agnesoft\AgdbApi\Model\DbElement[]', 'result' => 'int' ]; @@ -306,7 +306,7 @@ public function valid() /** * Gets elements * - * @return \Agdb\Model\DbElement[] + * @return \Agnesoft\AgdbApi\Model\DbElement[] */ public function getElements() { @@ -316,7 +316,7 @@ public function getElements() /** * Sets elements * - * @param \Agdb\Model\DbElement[] $elements List of elements yielded by the query possibly with a list of properties. + * @param \Agnesoft\AgdbApi\Model\DbElement[] $elements List of elements yielded by the query possibly with a list of properties. * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryType.php b/agdb_api/php/lib/Model/QueryType.php index f12ca3778..b6a1771a7 100644 --- a/agdb_api/php/lib/Model/QueryType.php +++ b/agdb_api/php/lib/Model/QueryType.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryType Class Doc Comment * * @category Class * @description Convenience enum for serializing/deserializing queries. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,24 +58,24 @@ class QueryType implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'insert_alias' => '\Agdb\Model\InsertAliasesQuery', - 'insert_edges' => '\Agdb\Model\InsertEdgesQuery', - 'insert_index' => '\Agdb\Model\DbValue', - 'insert_nodes' => '\Agdb\Model\InsertNodesQuery', - 'insert_values' => '\Agdb\Model\InsertValuesQuery', - 'remove' => '\Agdb\Model\QueryIds', + 'insert_alias' => '\Agnesoft\AgdbApi\Model\InsertAliasesQuery', + 'insert_edges' => '\Agnesoft\AgdbApi\Model\InsertEdgesQuery', + 'insert_index' => '\Agnesoft\AgdbApi\Model\DbValue', + 'insert_nodes' => '\Agnesoft\AgdbApi\Model\InsertNodesQuery', + 'insert_values' => '\Agnesoft\AgdbApi\Model\InsertValuesQuery', + 'remove' => '\Agnesoft\AgdbApi\Model\QueryIds', 'remove_aliases' => 'string[]', - 'remove_index' => '\Agdb\Model\DbValue', - 'remove_values' => '\Agdb\Model\SelectValuesQuery', - 'search' => '\Agdb\Model\SearchQuery', - 'select_aliases' => '\Agdb\Model\QueryIds', + 'remove_index' => '\Agnesoft\AgdbApi\Model\DbValue', + 'remove_values' => '\Agnesoft\AgdbApi\Model\SelectValuesQuery', + 'search' => '\Agnesoft\AgdbApi\Model\SearchQuery', + 'select_aliases' => '\Agnesoft\AgdbApi\Model\QueryIds', 'select_all_aliases' => 'object', - 'select_edge_count' => '\Agdb\Model\SelectEdgeCountQuery', + 'select_edge_count' => '\Agnesoft\AgdbApi\Model\SelectEdgeCountQuery', 'select_indexes' => 'object', - 'select_keys' => '\Agdb\Model\QueryIds', - 'select_key_count' => '\Agdb\Model\QueryIds', + 'select_keys' => '\Agnesoft\AgdbApi\Model\QueryIds', + 'select_key_count' => '\Agnesoft\AgdbApi\Model\QueryIds', 'select_node_count' => 'object', - 'select_values' => '\Agdb\Model\SelectValuesQuery' + 'select_values' => '\Agnesoft\AgdbApi\Model\SelectValuesQuery' ]; /** @@ -466,7 +466,7 @@ public function valid() /** * Gets insert_alias * - * @return \Agdb\Model\InsertAliasesQuery + * @return \Agnesoft\AgdbApi\Model\InsertAliasesQuery */ public function getInsertAlias() { @@ -476,7 +476,7 @@ public function getInsertAlias() /** * Sets insert_alias * - * @param \Agdb\Model\InsertAliasesQuery $insert_alias insert_alias + * @param \Agnesoft\AgdbApi\Model\InsertAliasesQuery $insert_alias insert_alias * * @return self */ @@ -493,7 +493,7 @@ public function setInsertAlias($insert_alias) /** * Gets insert_edges * - * @return \Agdb\Model\InsertEdgesQuery + * @return \Agnesoft\AgdbApi\Model\InsertEdgesQuery */ public function getInsertEdges() { @@ -503,7 +503,7 @@ public function getInsertEdges() /** * Sets insert_edges * - * @param \Agdb\Model\InsertEdgesQuery $insert_edges insert_edges + * @param \Agnesoft\AgdbApi\Model\InsertEdgesQuery $insert_edges insert_edges * * @return self */ @@ -520,7 +520,7 @@ public function setInsertEdges($insert_edges) /** * Gets insert_index * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getInsertIndex() { @@ -530,7 +530,7 @@ public function getInsertIndex() /** * Sets insert_index * - * @param \Agdb\Model\DbValue $insert_index insert_index + * @param \Agnesoft\AgdbApi\Model\DbValue $insert_index insert_index * * @return self */ @@ -547,7 +547,7 @@ public function setInsertIndex($insert_index) /** * Gets insert_nodes * - * @return \Agdb\Model\InsertNodesQuery + * @return \Agnesoft\AgdbApi\Model\InsertNodesQuery */ public function getInsertNodes() { @@ -557,7 +557,7 @@ public function getInsertNodes() /** * Sets insert_nodes * - * @param \Agdb\Model\InsertNodesQuery $insert_nodes insert_nodes + * @param \Agnesoft\AgdbApi\Model\InsertNodesQuery $insert_nodes insert_nodes * * @return self */ @@ -574,7 +574,7 @@ public function setInsertNodes($insert_nodes) /** * Gets insert_values * - * @return \Agdb\Model\InsertValuesQuery + * @return \Agnesoft\AgdbApi\Model\InsertValuesQuery */ public function getInsertValues() { @@ -584,7 +584,7 @@ public function getInsertValues() /** * Sets insert_values * - * @param \Agdb\Model\InsertValuesQuery $insert_values insert_values + * @param \Agnesoft\AgdbApi\Model\InsertValuesQuery $insert_values insert_values * * @return self */ @@ -601,7 +601,7 @@ public function setInsertValues($insert_values) /** * Gets remove * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getRemove() { @@ -611,7 +611,7 @@ public function getRemove() /** * Sets remove * - * @param \Agdb\Model\QueryIds $remove remove + * @param \Agnesoft\AgdbApi\Model\QueryIds $remove remove * * @return self */ @@ -655,7 +655,7 @@ public function setRemoveAliases($remove_aliases) /** * Gets remove_index * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getRemoveIndex() { @@ -665,7 +665,7 @@ public function getRemoveIndex() /** * Sets remove_index * - * @param \Agdb\Model\DbValue $remove_index remove_index + * @param \Agnesoft\AgdbApi\Model\DbValue $remove_index remove_index * * @return self */ @@ -682,7 +682,7 @@ public function setRemoveIndex($remove_index) /** * Gets remove_values * - * @return \Agdb\Model\SelectValuesQuery + * @return \Agnesoft\AgdbApi\Model\SelectValuesQuery */ public function getRemoveValues() { @@ -692,7 +692,7 @@ public function getRemoveValues() /** * Sets remove_values * - * @param \Agdb\Model\SelectValuesQuery $remove_values remove_values + * @param \Agnesoft\AgdbApi\Model\SelectValuesQuery $remove_values remove_values * * @return self */ @@ -709,7 +709,7 @@ public function setRemoveValues($remove_values) /** * Gets search * - * @return \Agdb\Model\SearchQuery + * @return \Agnesoft\AgdbApi\Model\SearchQuery */ public function getSearch() { @@ -719,7 +719,7 @@ public function getSearch() /** * Sets search * - * @param \Agdb\Model\SearchQuery $search search + * @param \Agnesoft\AgdbApi\Model\SearchQuery $search search * * @return self */ @@ -736,7 +736,7 @@ public function setSearch($search) /** * Gets select_aliases * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getSelectAliases() { @@ -746,7 +746,7 @@ public function getSelectAliases() /** * Sets select_aliases * - * @param \Agdb\Model\QueryIds $select_aliases select_aliases + * @param \Agnesoft\AgdbApi\Model\QueryIds $select_aliases select_aliases * * @return self */ @@ -790,7 +790,7 @@ public function setSelectAllAliases($select_all_aliases) /** * Gets select_edge_count * - * @return \Agdb\Model\SelectEdgeCountQuery + * @return \Agnesoft\AgdbApi\Model\SelectEdgeCountQuery */ public function getSelectEdgeCount() { @@ -800,7 +800,7 @@ public function getSelectEdgeCount() /** * Sets select_edge_count * - * @param \Agdb\Model\SelectEdgeCountQuery $select_edge_count select_edge_count + * @param \Agnesoft\AgdbApi\Model\SelectEdgeCountQuery $select_edge_count select_edge_count * * @return self */ @@ -844,7 +844,7 @@ public function setSelectIndexes($select_indexes) /** * Gets select_keys * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getSelectKeys() { @@ -854,7 +854,7 @@ public function getSelectKeys() /** * Sets select_keys * - * @param \Agdb\Model\QueryIds $select_keys select_keys + * @param \Agnesoft\AgdbApi\Model\QueryIds $select_keys select_keys * * @return self */ @@ -871,7 +871,7 @@ public function setSelectKeys($select_keys) /** * Gets select_key_count * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getSelectKeyCount() { @@ -881,7 +881,7 @@ public function getSelectKeyCount() /** * Sets select_key_count * - * @param \Agdb\Model\QueryIds $select_key_count select_key_count + * @param \Agnesoft\AgdbApi\Model\QueryIds $select_key_count select_key_count * * @return self */ @@ -925,7 +925,7 @@ public function setSelectNodeCount($select_node_count) /** * Gets select_values * - * @return \Agdb\Model\SelectValuesQuery + * @return \Agnesoft\AgdbApi\Model\SelectValuesQuery */ public function getSelectValues() { @@ -935,7 +935,7 @@ public function getSelectValues() /** * Sets select_values * - * @param \Agdb\Model\SelectValuesQuery $select_values select_values + * @param \Agnesoft\AgdbApi\Model\SelectValuesQuery $select_values select_values * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf.php b/agdb_api/php/lib/Model/QueryTypeOneOf.php index cc574cd23..811449aa5 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'insert_alias' => '\Agdb\Model\InsertAliasesQuery' + 'insert_alias' => '\Agnesoft\AgdbApi\Model\InsertAliasesQuery' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets insert_alias * - * @return \Agdb\Model\InsertAliasesQuery + * @return \Agnesoft\AgdbApi\Model\InsertAliasesQuery */ public function getInsertAlias() { @@ -305,7 +305,7 @@ public function getInsertAlias() /** * Sets insert_alias * - * @param \Agdb\Model\InsertAliasesQuery $insert_alias insert_alias + * @param \Agnesoft\AgdbApi\Model\InsertAliasesQuery $insert_alias insert_alias * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf1.php b/agdb_api/php/lib/Model/QueryTypeOneOf1.php index fa9b68d30..9dab8c70d 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf1.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf1 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'insert_edges' => '\Agdb\Model\InsertEdgesQuery' + 'insert_edges' => '\Agnesoft\AgdbApi\Model\InsertEdgesQuery' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets insert_edges * - * @return \Agdb\Model\InsertEdgesQuery + * @return \Agnesoft\AgdbApi\Model\InsertEdgesQuery */ public function getInsertEdges() { @@ -305,7 +305,7 @@ public function getInsertEdges() /** * Sets insert_edges * - * @param \Agdb\Model\InsertEdgesQuery $insert_edges insert_edges + * @param \Agnesoft\AgdbApi\Model\InsertEdgesQuery $insert_edges insert_edges * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf10.php b/agdb_api/php/lib/Model/QueryTypeOneOf10.php index b47b0af03..927522287 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf10.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf10.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf10 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf11.php b/agdb_api/php/lib/Model/QueryTypeOneOf11.php index 7da0212d1..053a30c0a 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf11.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf11.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf11 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf11 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'select_edge_count' => '\Agdb\Model\SelectEdgeCountQuery' + 'select_edge_count' => '\Agnesoft\AgdbApi\Model\SelectEdgeCountQuery' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets select_edge_count * - * @return \Agdb\Model\SelectEdgeCountQuery + * @return \Agnesoft\AgdbApi\Model\SelectEdgeCountQuery */ public function getSelectEdgeCount() { @@ -305,7 +305,7 @@ public function getSelectEdgeCount() /** * Sets select_edge_count * - * @param \Agdb\Model\SelectEdgeCountQuery $select_edge_count select_edge_count + * @param \Agnesoft\AgdbApi\Model\SelectEdgeCountQuery $select_edge_count select_edge_count * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf12.php b/agdb_api/php/lib/Model/QueryTypeOneOf12.php index b2c13fdf8..9852382af 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf12.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf12.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf12 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf13.php b/agdb_api/php/lib/Model/QueryTypeOneOf13.php index db7f0d38f..90d21c07e 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf13.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf13.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf13 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf13 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'select_keys' => '\Agdb\Model\QueryIds' + 'select_keys' => '\Agnesoft\AgdbApi\Model\QueryIds' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets select_keys * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getSelectKeys() { @@ -305,7 +305,7 @@ public function getSelectKeys() /** * Sets select_keys * - * @param \Agdb\Model\QueryIds $select_keys select_keys + * @param \Agnesoft\AgdbApi\Model\QueryIds $select_keys select_keys * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf14.php b/agdb_api/php/lib/Model/QueryTypeOneOf14.php index a91d6f621..bf1252420 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf14.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf14.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf14 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf14 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'select_key_count' => '\Agdb\Model\QueryIds' + 'select_key_count' => '\Agnesoft\AgdbApi\Model\QueryIds' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets select_key_count * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getSelectKeyCount() { @@ -305,7 +305,7 @@ public function getSelectKeyCount() /** * Sets select_key_count * - * @param \Agdb\Model\QueryIds $select_key_count select_key_count + * @param \Agnesoft\AgdbApi\Model\QueryIds $select_key_count select_key_count * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf15.php b/agdb_api/php/lib/Model/QueryTypeOneOf15.php index 6e94e59d3..c99046de6 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf15.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf15.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf15 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf16.php b/agdb_api/php/lib/Model/QueryTypeOneOf16.php index 72639f45c..0d12a6d96 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf16.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf16.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf16 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf16 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'select_values' => '\Agdb\Model\SelectValuesQuery' + 'select_values' => '\Agnesoft\AgdbApi\Model\SelectValuesQuery' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets select_values * - * @return \Agdb\Model\SelectValuesQuery + * @return \Agnesoft\AgdbApi\Model\SelectValuesQuery */ public function getSelectValues() { @@ -305,7 +305,7 @@ public function getSelectValues() /** * Sets select_values * - * @param \Agdb\Model\SelectValuesQuery $select_values select_values + * @param \Agnesoft\AgdbApi\Model\SelectValuesQuery $select_values select_values * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf2.php b/agdb_api/php/lib/Model/QueryTypeOneOf2.php index cf1019ce9..833d0bb6c 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf2.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf2.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf2 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf2 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'insert_index' => '\Agdb\Model\DbValue' + 'insert_index' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets insert_index * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getInsertIndex() { @@ -305,7 +305,7 @@ public function getInsertIndex() /** * Sets insert_index * - * @param \Agdb\Model\DbValue $insert_index insert_index + * @param \Agnesoft\AgdbApi\Model\DbValue $insert_index insert_index * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf3.php b/agdb_api/php/lib/Model/QueryTypeOneOf3.php index 30064ad02..664551804 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf3.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf3.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf3 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf3 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'insert_nodes' => '\Agdb\Model\InsertNodesQuery' + 'insert_nodes' => '\Agnesoft\AgdbApi\Model\InsertNodesQuery' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets insert_nodes * - * @return \Agdb\Model\InsertNodesQuery + * @return \Agnesoft\AgdbApi\Model\InsertNodesQuery */ public function getInsertNodes() { @@ -305,7 +305,7 @@ public function getInsertNodes() /** * Sets insert_nodes * - * @param \Agdb\Model\InsertNodesQuery $insert_nodes insert_nodes + * @param \Agnesoft\AgdbApi\Model\InsertNodesQuery $insert_nodes insert_nodes * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf4.php b/agdb_api/php/lib/Model/QueryTypeOneOf4.php index 9316f8eae..995e9424e 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf4.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf4.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf4 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf4 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'insert_values' => '\Agdb\Model\InsertValuesQuery' + 'insert_values' => '\Agnesoft\AgdbApi\Model\InsertValuesQuery' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets insert_values * - * @return \Agdb\Model\InsertValuesQuery + * @return \Agnesoft\AgdbApi\Model\InsertValuesQuery */ public function getInsertValues() { @@ -305,7 +305,7 @@ public function getInsertValues() /** * Sets insert_values * - * @param \Agdb\Model\InsertValuesQuery $insert_values insert_values + * @param \Agnesoft\AgdbApi\Model\InsertValuesQuery $insert_values insert_values * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf5.php b/agdb_api/php/lib/Model/QueryTypeOneOf5.php index 59ffbe975..b616d7cb6 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf5.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf5.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf5 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf5 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'remove' => '\Agdb\Model\QueryIds' + 'remove' => '\Agnesoft\AgdbApi\Model\QueryIds' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets remove * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getRemove() { @@ -305,7 +305,7 @@ public function getRemove() /** * Sets remove * - * @param \Agdb\Model\QueryIds $remove remove + * @param \Agnesoft\AgdbApi\Model\QueryIds $remove remove * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf6.php b/agdb_api/php/lib/Model/QueryTypeOneOf6.php index 7fc223fef..067970d15 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf6.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf6.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf6 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf7.php b/agdb_api/php/lib/Model/QueryTypeOneOf7.php index d7ed58e6c..00e11370b 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf7.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf7.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf7 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf7 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'remove_index' => '\Agdb\Model\DbValue' + 'remove_index' => '\Agnesoft\AgdbApi\Model\DbValue' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets remove_index * - * @return \Agdb\Model\DbValue + * @return \Agnesoft\AgdbApi\Model\DbValue */ public function getRemoveIndex() { @@ -305,7 +305,7 @@ public function getRemoveIndex() /** * Sets remove_index * - * @param \Agdb\Model\DbValue $remove_index remove_index + * @param \Agnesoft\AgdbApi\Model\DbValue $remove_index remove_index * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf8.php b/agdb_api/php/lib/Model/QueryTypeOneOf8.php index d4d34fcba..b2b1e448a 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf8.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf8.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf8 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf8 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'remove_values' => '\Agdb\Model\SelectValuesQuery' + 'remove_values' => '\Agnesoft\AgdbApi\Model\SelectValuesQuery' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets remove_values * - * @return \Agdb\Model\SelectValuesQuery + * @return \Agnesoft\AgdbApi\Model\SelectValuesQuery */ public function getRemoveValues() { @@ -305,7 +305,7 @@ public function getRemoveValues() /** * Sets remove_values * - * @param \Agdb\Model\SelectValuesQuery $remove_values remove_values + * @param \Agnesoft\AgdbApi\Model\SelectValuesQuery $remove_values remove_values * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryTypeOneOf9.php b/agdb_api/php/lib/Model/QueryTypeOneOf9.php index d2d3feea9..93fbfda44 100644 --- a/agdb_api/php/lib/Model/QueryTypeOneOf9.php +++ b/agdb_api/php/lib/Model/QueryTypeOneOf9.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryTypeOneOf9 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryTypeOneOf9 implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'select_aliases' => '\Agdb\Model\QueryIds' + 'select_aliases' => '\Agnesoft\AgdbApi\Model\QueryIds' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets select_aliases * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getSelectAliases() { @@ -305,7 +305,7 @@ public function getSelectAliases() /** * Sets select_aliases * - * @param \Agdb\Model\QueryIds $select_aliases select_aliases + * @param \Agnesoft\AgdbApi\Model\QueryIds $select_aliases select_aliases * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryValues.php b/agdb_api/php/lib/Model/QueryValues.php index 327b24095..7386fdc56 100644 --- a/agdb_api/php/lib/Model/QueryValues.php +++ b/agdb_api/php/lib/Model/QueryValues.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryValues Class Doc Comment * * @category Class * @description Helper type distinguishing uniform (`Single`) values and multiple (`Multi`) values in database queries. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,8 +58,8 @@ class QueryValues implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'single' => '\Agdb\Model\DbKeyValue[]', - 'multi' => '\Agdb\Model\DbKeyValue[][]' + 'single' => '\Agnesoft\AgdbApi\Model\DbKeyValue[]', + 'multi' => '\Agnesoft\AgdbApi\Model\DbKeyValue[][]' ]; /** @@ -306,7 +306,7 @@ public function valid() /** * Gets single * - * @return \Agdb\Model\DbKeyValue[] + * @return \Agnesoft\AgdbApi\Model\DbKeyValue[] */ public function getSingle() { @@ -316,7 +316,7 @@ public function getSingle() /** * Sets single * - * @param \Agdb\Model\DbKeyValue[] $single Single list of properties (key-value pairs) to be applied to all elements in a query. + * @param \Agnesoft\AgdbApi\Model\DbKeyValue[] $single Single list of properties (key-value pairs) to be applied to all elements in a query. * * @return self */ @@ -333,7 +333,7 @@ public function setSingle($single) /** * Gets multi * - * @return \Agdb\Model\DbKeyValue[][] + * @return \Agnesoft\AgdbApi\Model\DbKeyValue[][] */ public function getMulti() { @@ -343,7 +343,7 @@ public function getMulti() /** * Sets multi * - * @param \Agdb\Model\DbKeyValue[][] $multi List of lists of properties (key-value pairs) to be applied to all elements in a query. There must be as many lists of properties as ids in a query. + * @param \Agnesoft\AgdbApi\Model\DbKeyValue[][] $multi List of lists of properties (key-value pairs) to be applied to all elements in a query. There must be as many lists of properties as ids in a query. * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryValuesOneOf.php b/agdb_api/php/lib/Model/QueryValuesOneOf.php index f3e61edda..a1e538350 100644 --- a/agdb_api/php/lib/Model/QueryValuesOneOf.php +++ b/agdb_api/php/lib/Model/QueryValuesOneOf.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryValuesOneOf Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryValuesOneOf implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'single' => '\Agdb\Model\DbKeyValue[]' + 'single' => '\Agnesoft\AgdbApi\Model\DbKeyValue[]' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets single * - * @return \Agdb\Model\DbKeyValue[] + * @return \Agnesoft\AgdbApi\Model\DbKeyValue[] */ public function getSingle() { @@ -305,7 +305,7 @@ public function getSingle() /** * Sets single * - * @param \Agdb\Model\DbKeyValue[] $single Single list of properties (key-value pairs) to be applied to all elements in a query. + * @param \Agnesoft\AgdbApi\Model\DbKeyValue[] $single Single list of properties (key-value pairs) to be applied to all elements in a query. * * @return self */ diff --git a/agdb_api/php/lib/Model/QueryValuesOneOf1.php b/agdb_api/php/lib/Model/QueryValuesOneOf1.php index 6d66ead03..46eb1d41d 100644 --- a/agdb_api/php/lib/Model/QueryValuesOneOf1.php +++ b/agdb_api/php/lib/Model/QueryValuesOneOf1.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * QueryValuesOneOf1 Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class QueryValuesOneOf1 implements ModelInterface, ArrayAccess, \JsonSerializabl * @var string[] */ protected static $openAPITypes = [ - 'multi' => '\Agdb\Model\DbKeyValue[][]' + 'multi' => '\Agnesoft\AgdbApi\Model\DbKeyValue[][]' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets multi * - * @return \Agdb\Model\DbKeyValue[][] + * @return \Agnesoft\AgdbApi\Model\DbKeyValue[][] */ public function getMulti() { @@ -305,7 +305,7 @@ public function getMulti() /** * Sets multi * - * @param \Agdb\Model\DbKeyValue[][] $multi List of lists of properties (key-value pairs) to be applied to all elements in a query. There must be as many lists of properties as ids in a query. + * @param \Agnesoft\AgdbApi\Model\DbKeyValue[][] $multi List of lists of properties (key-value pairs) to be applied to all elements in a query. There must be as many lists of properties as ids in a query. * * @return self */ diff --git a/agdb_api/php/lib/Model/SearchQuery.php b/agdb_api/php/lib/Model/SearchQuery.php index 7cd402861..f7ea62531 100644 --- a/agdb_api/php/lib/Model/SearchQuery.php +++ b/agdb_api/php/lib/Model/SearchQuery.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * SearchQuery Class Doc Comment * * @category Class * @description Query to search for ids in the database following the graph. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,13 +58,13 @@ class SearchQuery implements ModelInterface, ArrayAccess, \JsonSerializable * @var string[] */ protected static $openAPITypes = [ - 'algorithm' => '\Agdb\Model\SearchQueryAlgorithm', - 'conditions' => '\Agdb\Model\QueryCondition[]', - 'destination' => '\Agdb\Model\QueryId', + 'algorithm' => '\Agnesoft\AgdbApi\Model\SearchQueryAlgorithm', + 'conditions' => '\Agnesoft\AgdbApi\Model\QueryCondition[]', + 'destination' => '\Agnesoft\AgdbApi\Model\QueryId', 'limit' => 'int', 'offset' => 'int', - 'order_by' => '\Agdb\Model\DbKeyOrder[]', - 'origin' => '\Agdb\Model\QueryId' + 'order_by' => '\Agnesoft\AgdbApi\Model\DbKeyOrder[]', + 'origin' => '\Agnesoft\AgdbApi\Model\QueryId' ]; /** @@ -364,7 +364,7 @@ public function valid() /** * Gets algorithm * - * @return \Agdb\Model\SearchQueryAlgorithm + * @return \Agnesoft\AgdbApi\Model\SearchQueryAlgorithm */ public function getAlgorithm() { @@ -374,7 +374,7 @@ public function getAlgorithm() /** * Sets algorithm * - * @param \Agdb\Model\SearchQueryAlgorithm $algorithm algorithm + * @param \Agnesoft\AgdbApi\Model\SearchQueryAlgorithm $algorithm algorithm * * @return self */ @@ -391,7 +391,7 @@ public function setAlgorithm($algorithm) /** * Gets conditions * - * @return \Agdb\Model\QueryCondition[] + * @return \Agnesoft\AgdbApi\Model\QueryCondition[] */ public function getConditions() { @@ -401,7 +401,7 @@ public function getConditions() /** * Sets conditions * - * @param \Agdb\Model\QueryCondition[] $conditions Set of conditions every element must satisfy to be included in the result. Some conditions also influence the search path as well. + * @param \Agnesoft\AgdbApi\Model\QueryCondition[] $conditions Set of conditions every element must satisfy to be included in the result. Some conditions also influence the search path as well. * * @return self */ @@ -418,7 +418,7 @@ public function setConditions($conditions) /** * Gets destination * - * @return \Agdb\Model\QueryId + * @return \Agnesoft\AgdbApi\Model\QueryId */ public function getDestination() { @@ -428,7 +428,7 @@ public function getDestination() /** * Sets destination * - * @param \Agdb\Model\QueryId $destination destination + * @param \Agnesoft\AgdbApi\Model\QueryId $destination destination * * @return self */ @@ -509,7 +509,7 @@ public function setOffset($offset) /** * Gets order_by * - * @return \Agdb\Model\DbKeyOrder[] + * @return \Agnesoft\AgdbApi\Model\DbKeyOrder[] */ public function getOrderBy() { @@ -519,7 +519,7 @@ public function getOrderBy() /** * Sets order_by * - * @param \Agdb\Model\DbKeyOrder[] $order_by Order of the elements in the result. The sorting happens before `offset` and `limit` are applied. + * @param \Agnesoft\AgdbApi\Model\DbKeyOrder[] $order_by Order of the elements in the result. The sorting happens before `offset` and `limit` are applied. * * @return self */ @@ -536,7 +536,7 @@ public function setOrderBy($order_by) /** * Gets origin * - * @return \Agdb\Model\QueryId + * @return \Agnesoft\AgdbApi\Model\QueryId */ public function getOrigin() { @@ -546,7 +546,7 @@ public function getOrigin() /** * Sets origin * - * @param \Agdb\Model\QueryId $origin origin + * @param \Agnesoft\AgdbApi\Model\QueryId $origin origin * * @return self */ diff --git a/agdb_api/php/lib/Model/SearchQueryAlgorithm.php b/agdb_api/php/lib/Model/SearchQueryAlgorithm.php index 11d5df425..853efe2e6 100644 --- a/agdb_api/php/lib/Model/SearchQueryAlgorithm.php +++ b/agdb_api/php/lib/Model/SearchQueryAlgorithm.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,15 +26,15 @@ * Do not edit the class manually. */ -namespace Agdb\Model; -use \Agdb\ObjectSerializer; +namespace Agnesoft\AgdbApi\Model; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * SearchQueryAlgorithm Class Doc Comment * * @category Class * @description Search algorithm to be used - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ diff --git a/agdb_api/php/lib/Model/SelectEdgeCountQuery.php b/agdb_api/php/lib/Model/SelectEdgeCountQuery.php index 7e8f11ae8..d4dcfdc37 100644 --- a/agdb_api/php/lib/Model/SelectEdgeCountQuery.php +++ b/agdb_api/php/lib/Model/SelectEdgeCountQuery.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * SelectEdgeCountQuery Class Doc Comment * * @category Class * @description Query to select number of edges of given node ids. All of the ids must exist in the database. If any of the ids is not a node the result will be 0 (not an error). The result will be number of elements returned and the list of elements with a single property `String(\"edge_count\")` with a value `u64`. NOTE: Self-referential edges are counted twice as if they were coming from another edge. Therefore the edge count might be greater than number of unique db elements. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -59,7 +59,7 @@ class SelectEdgeCountQuery implements ModelInterface, ArrayAccess, \JsonSerializ */ protected static $openAPITypes = [ 'from' => 'bool', - 'ids' => '\Agdb\Model\QueryIds', + 'ids' => '\Agnesoft\AgdbApi\Model\QueryIds', 'to' => 'bool' ]; @@ -343,7 +343,7 @@ public function setFrom($from) /** * Gets ids * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getIds() { @@ -353,7 +353,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryIds $ids ids + * @param \Agnesoft\AgdbApi\Model\QueryIds $ids ids * * @return self */ diff --git a/agdb_api/php/lib/Model/SelectValuesQuery.php b/agdb_api/php/lib/Model/SelectValuesQuery.php index 75633a6c4..b618140ec 100644 --- a/agdb_api/php/lib/Model/SelectValuesQuery.php +++ b/agdb_api/php/lib/Model/SelectValuesQuery.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,17 +26,17 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * SelectValuesQuery Class Doc Comment * * @category Class * @description Query to select elements with only certain properties of given ids. All ids must exist in the database and all of them must have the requested properties. The result will be number of elements and the list of elements with the requested properties. - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,8 +58,8 @@ class SelectValuesQuery implements ModelInterface, ArrayAccess, \JsonSerializabl * @var string[] */ protected static $openAPITypes = [ - 'ids' => '\Agdb\Model\QueryIds', - 'keys' => '\Agdb\Model\DbValue[]' + 'ids' => '\Agnesoft\AgdbApi\Model\QueryIds', + 'keys' => '\Agnesoft\AgdbApi\Model\DbValue[]' ]; /** @@ -306,7 +306,7 @@ public function valid() /** * Gets ids * - * @return \Agdb\Model\QueryIds + * @return \Agnesoft\AgdbApi\Model\QueryIds */ public function getIds() { @@ -316,7 +316,7 @@ public function getIds() /** * Sets ids * - * @param \Agdb\Model\QueryIds $ids ids + * @param \Agnesoft\AgdbApi\Model\QueryIds $ids ids * * @return self */ @@ -333,7 +333,7 @@ public function setIds($ids) /** * Gets keys * - * @return \Agdb\Model\DbValue[] + * @return \Agnesoft\AgdbApi\Model\DbValue[] */ public function getKeys() { @@ -343,7 +343,7 @@ public function getKeys() /** * Sets keys * - * @param \Agdb\Model\DbValue[] $keys keys + * @param \Agnesoft\AgdbApi\Model\DbValue[] $keys keys * * @return self */ diff --git a/agdb_api/php/lib/Model/ServerDatabase.php b/agdb_api/php/lib/Model/ServerDatabase.php index 6b0144add..d005ddd9d 100644 --- a/agdb_api/php/lib/Model/ServerDatabase.php +++ b/agdb_api/php/lib/Model/ServerDatabase.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ServerDatabase Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -58,9 +58,9 @@ class ServerDatabase implements ModelInterface, ArrayAccess, \JsonSerializable */ protected static $openAPITypes = [ 'backup' => 'int', - 'db_type' => '\Agdb\Model\DbType', + 'db_type' => '\Agnesoft\AgdbApi\Model\DbType', 'name' => 'string', - 'role' => '\Agdb\Model\DbUserRole', + 'role' => '\Agnesoft\AgdbApi\Model\DbUserRole', 'size' => 'int' ]; @@ -375,7 +375,7 @@ public function setBackup($backup) /** * Gets db_type * - * @return \Agdb\Model\DbType + * @return \Agnesoft\AgdbApi\Model\DbType */ public function getDbType() { @@ -385,7 +385,7 @@ public function getDbType() /** * Sets db_type * - * @param \Agdb\Model\DbType $db_type db_type + * @param \Agnesoft\AgdbApi\Model\DbType $db_type db_type * * @return self */ @@ -429,7 +429,7 @@ public function setName($name) /** * Gets role * - * @return \Agdb\Model\DbUserRole + * @return \Agnesoft\AgdbApi\Model\DbUserRole */ public function getRole() { @@ -439,7 +439,7 @@ public function getRole() /** * Sets role * - * @param \Agdb\Model\DbUserRole $role role + * @param \Agnesoft\AgdbApi\Model\DbUserRole $role role * * @return self */ diff --git a/agdb_api/php/lib/Model/ServerDatabaseRename.php b/agdb_api/php/lib/Model/ServerDatabaseRename.php index e84edfded..832d4c436 100644 --- a/agdb_api/php/lib/Model/ServerDatabaseRename.php +++ b/agdb_api/php/lib/Model/ServerDatabaseRename.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ServerDatabaseRename Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/ServerDatabaseResource.php b/agdb_api/php/lib/Model/ServerDatabaseResource.php index d09eaf866..81632be9b 100644 --- a/agdb_api/php/lib/Model/ServerDatabaseResource.php +++ b/agdb_api/php/lib/Model/ServerDatabaseResource.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * ServerDatabaseResource Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess @@ -57,7 +57,7 @@ class ServerDatabaseResource implements ModelInterface, ArrayAccess, \JsonSerial * @var string[] */ protected static $openAPITypes = [ - 'resource' => '\Agdb\Model\DbResource' + 'resource' => '\Agnesoft\AgdbApi\Model\DbResource' ]; /** @@ -295,7 +295,7 @@ public function valid() /** * Gets resource * - * @return \Agdb\Model\DbResource + * @return \Agnesoft\AgdbApi\Model\DbResource */ public function getResource() { @@ -305,7 +305,7 @@ public function getResource() /** * Sets resource * - * @param \Agdb\Model\DbResource $resource resource + * @param \Agnesoft\AgdbApi\Model\DbResource $resource resource * * @return self */ diff --git a/agdb_api/php/lib/Model/StatusParams.php b/agdb_api/php/lib/Model/StatusParams.php index f461a72a1..320324379 100644 --- a/agdb_api/php/lib/Model/StatusParams.php +++ b/agdb_api/php/lib/Model/StatusParams.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * StatusParams Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/UserCredentials.php b/agdb_api/php/lib/Model/UserCredentials.php index c01e7ef08..f3f0343f1 100644 --- a/agdb_api/php/lib/Model/UserCredentials.php +++ b/agdb_api/php/lib/Model/UserCredentials.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * UserCredentials Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/UserLogin.php b/agdb_api/php/lib/Model/UserLogin.php index 701ac2acc..2db0b3bbe 100644 --- a/agdb_api/php/lib/Model/UserLogin.php +++ b/agdb_api/php/lib/Model/UserLogin.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * UserLogin Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/Model/UserStatus.php b/agdb_api/php/lib/Model/UserStatus.php index fc2f653c8..636e289bf 100644 --- a/agdb_api/php/lib/Model/UserStatus.php +++ b/agdb_api/php/lib/Model/UserStatus.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb\Model; +namespace Agnesoft\AgdbApi\Model; use \ArrayAccess; -use \Agdb\ObjectSerializer; +use \Agnesoft\AgdbApi\ObjectSerializer; /** * UserStatus Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech * @implements \ArrayAccess diff --git a/agdb_api/php/lib/ObjectSerializer.php b/agdb_api/php/lib/ObjectSerializer.php index fa6aa5354..15050dd7b 100644 --- a/agdb_api/php/lib/ObjectSerializer.php +++ b/agdb_api/php/lib/ObjectSerializer.php @@ -5,7 +5,7 @@ * PHP version 7.4 * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -26,16 +26,16 @@ * Do not edit the class manually. */ -namespace Agdb; +namespace Agnesoft\AgdbApi; use GuzzleHttp\Psr7\Utils; -use Agdb\Model\ModelInterface; +use Agnesoft\AgdbApi\Model\ModelInterface; /** * ObjectSerializer Class Doc Comment * * @category Class - * @package Agdb + * @package Agnesoft\AgdbApi * @author OpenAPI Generator team * @link https://openapi-generator.tech */ @@ -512,7 +512,7 @@ public static function deserialize($data, $class, $httpHeaders = null) // If a discriminator is defined and points to a valid subclass, use it. $discriminator = $class::DISCRIMINATOR; if (!empty($discriminator) && isset($data->{$discriminator}) && is_string($data->{$discriminator})) { - $subclass = '\Agdb\Model\\' . $data->{$discriminator}; + $subclass = '\Agnesoft\AgdbApi\Model\\' . $data->{$discriminator}; if (is_subclass_of($subclass, $class)) { $class = $subclass; } diff --git a/agdb_api/php/query_test_generator.js b/agdb_api/php/query_test_generator.js index 66da963a8..2553d1b85 100644 --- a/agdb_api/php/query_test_generator.js +++ b/agdb_api/php/query_test_generator.js @@ -5,10 +5,10 @@ let tests = ` // GENERATED. DO NOT MODIFY AS ANY CHANGES WILL BE LOST. // query_test_generator.js