diff --git a/CHANGE.md b/CHANGE.md index d8b4911..aa5bbe7 100755 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,6 +1,10 @@ Change Log ========== +VERSION 2.7.0 +------------- +* Added support for including metadata of requests through include_metadata parameter + VERSION 2.6.0 ------------- * Added collection deletion - added collection deletion by name diff --git a/src/Client/Resources/keen-io-3_0.php b/src/Client/Resources/keen-io-3_0.php index 49798e4..48155bc 100755 --- a/src/Client/Resources/keen-io-3_0.php +++ b/src/Client/Resources/keen-io-3_0.php @@ -546,6 +546,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -615,6 +621,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -685,6 +697,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -755,6 +773,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -825,6 +849,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -895,6 +925,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -964,6 +1000,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -990,6 +1032,12 @@ 'type' => 'array', 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -1059,6 +1107,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -1193,6 +1247,12 @@ 'type' => array('string', 'array'), 'required' => false, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), @@ -1269,6 +1329,12 @@ 'type' => 'number', 'required' => true, ), + 'include_metadata' => array( + 'location' => 'json', + 'description' => 'Specifies whether to enrich query results with execution metadata or not.', + 'type' => 'boolean', + 'required' => false, + ), ), ), ),