|
| 1 | +[1mdiff --git a/src/Nest/Enums/Enums.Generated.cs b/src/Nest/Enums/Enums.Generated.cs[m |
| 2 | +[1mindex 64c2216..5633f37 100644[m |
| 3 | +[1m--- a/src/Nest/Enums/Enums.Generated.cs[m |
| 4 | +[1m+++ b/src/Nest/Enums/Enums.Generated.cs[m |
| 5 | +[36m@@ -1,3 +1,4 @@[m |
| 6 | +[32m+[m |
| 7 | + using System;[m |
| 8 | + using System.Collections.Generic;[m |
| 9 | + using System.Linq;[m |
| 10 | +[36m@@ -8,7 +9,7 @@[m [musing System.Runtime.Serialization;[m |
| 11 | + [m |
| 12 | + ///This file contains all the typed enums that the client rest api spec exposes.[m |
| 13 | + ///This file is automatically generated from https://github.com/elasticsearch/elasticsearch-rest-api-spec[m |
| 14 | +[31m-///Generated of commit 8537d3f55e[m |
| 15 | +[32m+[m[32m///Generated of commit 394e3e45e8[m |
| 16 | + namespace Nest[m |
| 17 | + {[m |
| 18 | + [m |
| 19 | +[36m@@ -16,7 +17,7 @@[m [mnamespace Nest[m |
| 20 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 21 | + public enum ConsistencyOptions [m |
| 22 | + {[m |
| 23 | +[31m- [EnumMember(Value = "one")][m |
| 24 | +[32m+[m [32m [EnumMember(Value = "one")][m |
| 25 | + One,[m |
| 26 | + [EnumMember(Value = "quorum")][m |
| 27 | + Quorum,[m |
| 28 | +[36m@@ -28,7 +29,7 @@[m [mnamespace Nest[m |
| 29 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 30 | + public enum ReplicationOptions [m |
| 31 | + {[m |
| 32 | +[31m- [EnumMember(Value = "sync")][m |
| 33 | +[32m+[m [32m [EnumMember(Value = "sync")][m |
| 34 | + Sync,[m |
| 35 | + [EnumMember(Value = "async")][m |
| 36 | + Async[m |
| 37 | +[36m@@ -38,7 +39,7 @@[m [mnamespace Nest[m |
| 38 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 39 | + public enum LevelOptions [m |
| 40 | + {[m |
| 41 | +[31m- [EnumMember(Value = "cluster")][m |
| 42 | +[32m+[m [32m [EnumMember(Value = "cluster")][m |
| 43 | + Cluster,[m |
| 44 | + [EnumMember(Value = "indices")][m |
| 45 | + Indices,[m |
| 46 | +[36m@@ -50,7 +51,7 @@[m [mnamespace Nest[m |
| 47 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 48 | + public enum WaitForStatusOptions [m |
| 49 | + {[m |
| 50 | +[31m- [EnumMember(Value = "green")][m |
| 51 | +[32m+[m [32m [EnumMember(Value = "green")][m |
| 52 | + Green,[m |
| 53 | + [EnumMember(Value = "yellow")][m |
| 54 | + Yellow,[m |
| 55 | +[36m@@ -62,7 +63,7 @@[m [mnamespace Nest[m |
| 56 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 57 | + public enum TypeOptions [m |
| 58 | + {[m |
| 59 | +[31m- [EnumMember(Value = "cpu")][m |
| 60 | +[32m+[m [32m [EnumMember(Value = "cpu")][m |
| 61 | + Cpu,[m |
| 62 | + [EnumMember(Value = "wait")][m |
| 63 | + Wait,[m |
| 64 | +[36m@@ -74,7 +75,7 @@[m [mnamespace Nest[m |
| 65 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 66 | + public enum IgnoreIndicesOptions [m |
| 67 | + {[m |
| 68 | +[31m- [EnumMember(Value = "none")][m |
| 69 | +[32m+[m [32m [EnumMember(Value = "none")][m |
| 70 | + None,[m |
| 71 | + [EnumMember(Value = "missing")][m |
| 72 | + Missing[m |
| 73 | +[36m@@ -84,7 +85,7 @@[m [mnamespace Nest[m |
| 74 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 75 | + public enum VersionTypeOptions [m |
| 76 | + {[m |
| 77 | +[31m- [EnumMember(Value = "internal")][m |
| 78 | +[32m+[m [32m [EnumMember(Value = "internal")][m |
| 79 | + Internal,[m |
| 80 | + [EnumMember(Value = "external")][m |
| 81 | + External[m |
| 82 | +[36m@@ -94,7 +95,7 @@[m [mnamespace Nest[m |
| 83 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 84 | + public enum DefaultOperatorOptions [m |
| 85 | + {[m |
| 86 | +[31m- [EnumMember(Value = "AND")][m |
| 87 | +[32m+[m [32m [EnumMember(Value = "AND")][m |
| 88 | + And,[m |
| 89 | + [EnumMember(Value = "OR")][m |
| 90 | + Or[m |
| 91 | +[36m@@ -104,7 +105,7 @@[m [mnamespace Nest[m |
| 92 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 93 | + public enum OpTypeOptions [m |
| 94 | + {[m |
| 95 | +[31m- [EnumMember(Value = "index")][m |
| 96 | +[32m+[m [32m [EnumMember(Value = "index")][m |
| 97 | + Index,[m |
| 98 | + [EnumMember(Value = "create")][m |
| 99 | + Create[m |
| 100 | +[36m@@ -114,7 +115,7 @@[m [mnamespace Nest[m |
| 101 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 102 | + public enum FormatOptions [m |
| 103 | + {[m |
| 104 | +[31m- [EnumMember(Value = "detailed")][m |
| 105 | +[32m+[m [32m [EnumMember(Value = "detailed")][m |
| 106 | + Detailed,[m |
| 107 | + [EnumMember(Value = "text")][m |
| 108 | + Text[m |
| 109 | +[36m@@ -124,7 +125,7 @@[m [mnamespace Nest[m |
| 110 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 111 | + public enum SearchTypeOptions [m |
| 112 | + {[m |
| 113 | +[31m- [EnumMember(Value = "query_then_fetch")][m |
| 114 | +[32m+[m [32m [EnumMember(Value = "query_then_fetch")][m |
| 115 | + QueryThenFetch,[m |
| 116 | + [EnumMember(Value = "query_and_fetch")][m |
| 117 | + QueryAndFetch,[m |
| 118 | +[36m@@ -142,7 +143,7 @@[m [mnamespace Nest[m |
| 119 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 120 | + public enum SuggestModeOptions [m |
| 121 | + {[m |
| 122 | +[31m- [EnumMember(Value = "missing")][m |
| 123 | +[32m+[m [32m [EnumMember(Value = "missing")][m |
| 124 | + Missing,[m |
| 125 | + [EnumMember(Value = "popular")][m |
| 126 | + Popular,[m |
| 127 | +[36m@@ -154,7 +155,7 @@[m [mnamespace Nest[m |
| 128 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 129 | + public enum MetricFamilyOptions [m |
| 130 | + {[m |
| 131 | +[31m- [EnumMember(Value = "all")][m |
| 132 | +[32m+[m [32m [EnumMember(Value = "all")][m |
| 133 | + All,[m |
| 134 | + [EnumMember(Value = "fs")][m |
| 135 | + Fs,[m |
| 136 | +[36m@@ -180,7 +181,7 @@[m [mnamespace Nest[m |
| 137 | + [JsonConverter(typeof(StringEnumConverter))][m |
| 138 | + public enum MetricOptions [m |
| 139 | + {[m |
| 140 | +[31m- [EnumMember(Value = "completion")][m |
| 141 | +[32m+[m [32m [EnumMember(Value = "completion")][m |
| 142 | + Completion,[m |
| 143 | + [EnumMember(Value = "docs")][m |
| 144 | + Docs,[m |
| 145 | +[1mdiff --git a/src/Nest/IRawElasticClient.Generated.cs b/src/Nest/IRawElasticClient.Generated.cs[m |
| 146 | +[1mindex f5ceeda..885917d 100644[m |
| 147 | +[1m--- a/src/Nest/IRawElasticClient.Generated.cs[m |
| 148 | +[1m+++ b/src/Nest/IRawElasticClient.Generated.cs[m |
| 149 | +[36m@@ -14,7 +14,7 @@[m [mnamespace Nest[m |
| 150 | + ///This file is automatically generated from https://github.com/elasticsearch/elasticsearch-rest-api-spec[m |
| 151 | + ///</pre>[m |
| 152 | + ///<pre>[m |
| 153 | +[31m- ///Generated of commit 8537d3f55e[m |
| 154 | +[32m+[m [32m///Generated of commit 394e3e45e8[m |
| 155 | + ///</pre>[m |
| 156 | + ///</summary>[m |
| 157 | + public interface IRawElasticClient[m |
| 158 | +[1mdiff --git a/src/Nest/QueryStringParameters/QueryStringParameters.Generated.cs b/src/Nest/QueryStringParameters/QueryStringParameters.Generated.cs[m |
| 159 | +[1mindex 4445918..af82f57 100644[m |
| 160 | +[1m--- a/src/Nest/QueryStringParameters/QueryStringParameters.Generated.cs[m |
| 161 | +[1m+++ b/src/Nest/QueryStringParameters/QueryStringParameters.Generated.cs[m |
| 162 | +[36m@@ -5,7 +5,7 @@[m [musing System.Text;[m |
| 163 | + [m |
| 164 | + ///This file contains all the typed querystring parameters that are generated of the client spec.[m |
| 165 | + ///This file is automatically generated from https://github.com/elasticsearch/elasticsearch-rest-api-spec[m |
| 166 | +[31m-///Generated of commit 8537d3f55e[m |
| 167 | +[32m+[m[32m///Generated of commit 394e3e45e8[m |
| 168 | + [m |
| 169 | + namespace Nest[m |
| 170 | + {[m |
| 171 | +[36m@@ -46,6 +46,13 @@[m [mnamespace Nest[m |
| 172 | + return this;[m |
| 173 | + }[m |
| 174 | + [m |
| 175 | +[32m+[m [32m///<summary>Explicit operation timeout</summary>[m |
| 176 | +[32m+[m [32mpublic BulkPostQueryString Timeout(string timeout)[m |
| 177 | +[32m+[m [32m{[m |
| 178 | +[32m+[m [32mthis.Add("timeout", this.CreateString(timeout));[m |
| 179 | +[32m+[m [32mreturn this;[m |
| 180 | +[32m+[m [32m}[m |
| 181 | +[32m+[m |
| 182 | + }[m |
| 183 | + [m |
| 184 | + [m |
| 185 | +[36m@@ -84,6 +91,13 @@[m [mnamespace Nest[m |
| 186 | + return this;[m |
| 187 | + }[m |
| 188 | + [m |
| 189 | +[32m+[m [32m///<summary>Explicit operation timeout</summary>[m |
| 190 | +[32m+[m [32mpublic BulkPutQueryString Timeout(string timeout)[m |
| 191 | +[32m+[m [32m{[m |
| 192 | +[32m+[m [32mthis.Add("timeout", this.CreateString(timeout));[m |
| 193 | +[32m+[m [32mreturn this;[m |
| 194 | +[32m+[m [32m}[m |
| 195 | +[32m+[m |
| 196 | + }[m |
| 197 | + [m |
| 198 | + [m |
| 199 | +[36m@@ -2147,7 +2161,7 @@[m [mnamespace Nest[m |
| 200 | + ///</summary>[m |
| 201 | + public class IndicesGetFieldMappingGetQueryString : FluentQueryString<IndicesGetFieldMappingGetQueryString> [m |
| 202 | + {[m |
| 203 | +[31m- ///<summary>specifies default mapping values should be returned</summary>[m |
| 204 | +[32m+[m [32m///<summary>Whether the default mapping values should be returned as well</summary>[m |
| 205 | + public IndicesGetFieldMappingGetQueryString IncludeDefaults(bool include_defaults)[m |
| 206 | + {[m |
| 207 | + this.Add("include_defaults", this.CreateString(include_defaults));[m |
| 208 | +[1mdiff --git a/src/RawClientGenerator/Cache/root.html b/src/RawClientGenerator/Cache/root.html[m |
| 209 | +[1mindex 4285b99..4eef0bb 100644[m |
| 210 | +[1m--- a/src/RawClientGenerator/Cache/root.html[m |
| 211 | +[1m+++ b/src/RawClientGenerator/Cache/root.html[m |
| 212 | +[36m@@ -15,7 +15,7 @@[m |
| 213 | + <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144.png" />[m |
| 214 | + <link rel="logo" type="image/svg" href="https://github-media-downloads.s3.amazonaws.com/github-logo.svg" />[m |
| 215 | + <meta property="og:image" content="https://github.global.ssl.fastly.net/images/modules/logos_page/Octocat.png">[m |
| 216 | +[31m- <meta name="hostname" content="github-fe120-cp1-prd.iad.github.net">[m |
| 217 | +[32m+[m[32m <meta name="hostname" content="github-fe133-cp1-prd.iad.github.net">[m |
| 218 | + <meta name="ruby" content="ruby 1.9.3p194-tcs-github-tcmalloc (e1c0c3f392) [x86_64-linux]">[m |
| 219 | + <link rel="assets" href="https://github.global.ssl.fastly.net/">[m |
| 220 | + <link rel="conduit-xhr" href="https://ghconduit.com:25035/">[m |
| 221 | +[36m@@ -26,7 +26,7 @@[m |
| 222 | + <meta name="msapplication-TileImage" content="/windows-tile.png" />[m |
| 223 | + <meta name="msapplication-TileColor" content="#ffffff" />[m |
| 224 | + <meta name="selected-link" value="repo_source" data-pjax-transient />[m |
| 225 | +[31m- <meta content="collector.githubapp.com" name="octolytics-host" /><meta content="collector-cdn.github.com" name="octolytics-script-host" /><meta content="github" name="octolytics-app-id" /><meta content="2599D901:7CE7:23105F8:52988115" name="octolytics-dimension-request_id" />[m |
| 226 | +[32m+[m[32m <meta content="collector.githubapp.com" name="octolytics-host" /><meta content="collector-cdn.github.com" name="octolytics-script-host" /><meta content="github" name="octolytics-app-id" /><meta content="2599D901:263E:7473A57:52988178" name="octolytics-dimension-request_id" />[m |
| 227 | + [m |
| 228 | + [m |
| 229 | + [m |
| 230 | +[36m@@ -34,7 +34,7 @@[m |
| 231 | + <link rel="icon" type="image/x-icon" href="/favicon.ico" />[m |
| 232 | + [m |
| 233 | + <meta content="authenticity_token" name="csrf-param" />[m |
| 234 | +[31m-<meta content="pSiCb/EhkcWoikJEx2uCFqwEKwDmS6i/83drhQz0WRw=" name="csrf-token" />[m |
| 235 | +[32m+[m[32m<meta content="QfNVK0FQcNe55UGfq3CseCGCZgp8A01dvvDRFBizaG4=" name="csrf-token" />[m |
| 236 | + [m |
| 237 | + <link href="https://github.global.ssl.fastly.net/assets/github-0f5611c27a5a2a6928dc6e99d63581265b963e34.css" media="all" rel="stylesheet" type="text/css" />[m |
| 238 | + <link href="https://github.global.ssl.fastly.net/assets/github2-6102d7944435d804d870f38bf20f1e16fe40a4d0.css" media="all" rel="stylesheet" type="text/css" />[m |
| 239 | +[36m@@ -1324,7 +1324,7 @@[m [mThis reverts commit 9834e49a86c609e0e7dc7e28e0ee94c97eb4628c.">Revert "Corrected[m |
| 240 | + </a>[m |
| 241 | + [m |
| 242 | + <ul class="site-footer-links">[m |
| 243 | +[31m- <li>© 2013 <span title="0.05166s from github-fe120-cp1-prd.iad.github.net">GitHub</span>, Inc.</li>[m |
| 244 | +[32m+[m[32m <li>© 2013 <span title="0.04594s from github-fe133-cp1-prd.iad.github.net">GitHub</span>, Inc.</li>[m |
| 245 | + <li><a href="/site/terms">Terms</a></li>[m |
| 246 | + <li><a href="/site/privacy">Privacy</a></li>[m |
| 247 | + <li><a href="/security">Security</a></li>[m |
| 248 | +[1mdiff --git a/src/RawClientGenerator/Views/Enums.Generated.cshtml b/src/RawClientGenerator/Views/Enums.Generated.cshtml[m |
| 249 | +[1mindex ed58374..840226c 100644[m |
| 250 | +[1m--- a/src/RawClientGenerator/Views/Enums.Generated.cshtml[m |
| 251 | +[1m+++ b/src/RawClientGenerator/Views/Enums.Generated.cshtml[m |
| 252 | +[36m@@ -30,7 +30,7 @@[m [mnamespace Nest[m |
| 253 | + public enum @e.Name [m |
| 254 | + {[m |
| 255 | + @Raw(string.Join(",\r\n\t\t", e.Options.Select(CreateEnum)))[m |
| 256 | +[31m- }[m |
| 257 | +[32m+[m [32m}[m |
| 258 | + </text>[m |
| 259 | + }[m |
| 260 | + }[m |
| 261 | +warning: LF will be replaced by CRLF in src/RawClientGenerator/Cache/root.html. |
| 262 | +The file will have its original line endings in your working directory. |
0 commit comments