@azure/search-documents 11.3.0-alpha.20210901.1 → 11.3.0-alpha.20210930.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,7 +123,7 @@ export const SearchIndexerDataIdentity = {
123
123
  uberParent: "SearchIndexerDataIdentity",
124
124
  polymorphicDiscriminator: {
125
125
  serializedName: "@odata\\.type",
126
- clientName: "@odata\\.type"
126
+ clientName: "odatatype"
127
127
  },
128
128
  modelProperties: {
129
129
  odatatype: {
@@ -143,7 +143,7 @@ export const DataChangeDetectionPolicy = {
143
143
  uberParent: "DataChangeDetectionPolicy",
144
144
  polymorphicDiscriminator: {
145
145
  serializedName: "@odata\\.type",
146
- clientName: "@odata\\.type"
146
+ clientName: "odatatype"
147
147
  },
148
148
  modelProperties: {
149
149
  odatatype: {
@@ -163,7 +163,7 @@ export const DataDeletionDetectionPolicy = {
163
163
  uberParent: "DataDeletionDetectionPolicy",
164
164
  polymorphicDiscriminator: {
165
165
  serializedName: "@odata\\.type",
166
- clientName: "@odata\\.type"
166
+ clientName: "odatatype"
167
167
  },
168
168
  modelProperties: {
169
169
  odatatype: {
@@ -1001,7 +1001,7 @@ export const SearchIndexerSkill = {
1001
1001
  uberParent: "SearchIndexerSkill",
1002
1002
  polymorphicDiscriminator: {
1003
1003
  serializedName: "@odata\\.type",
1004
- clientName: "@odata\\.type"
1004
+ clientName: "odatatype"
1005
1005
  },
1006
1006
  modelProperties: {
1007
1007
  odatatype: {
@@ -1125,7 +1125,7 @@ export const CognitiveServicesAccount = {
1125
1125
  uberParent: "CognitiveServicesAccount",
1126
1126
  polymorphicDiscriminator: {
1127
1127
  serializedName: "@odata\\.type",
1128
- clientName: "@odata\\.type"
1128
+ clientName: "odatatype"
1129
1129
  },
1130
1130
  modelProperties: {
1131
1131
  odatatype: {
@@ -1774,7 +1774,7 @@ export const LexicalAnalyzer = {
1774
1774
  uberParent: "LexicalAnalyzer",
1775
1775
  polymorphicDiscriminator: {
1776
1776
  serializedName: "@odata\\.type",
1777
- clientName: "@odata\\.type"
1777
+ clientName: "odatatype"
1778
1778
  },
1779
1779
  modelProperties: {
1780
1780
  odatatype: {
@@ -1801,7 +1801,7 @@ export const LexicalTokenizer = {
1801
1801
  uberParent: "LexicalTokenizer",
1802
1802
  polymorphicDiscriminator: {
1803
1803
  serializedName: "@odata\\.type",
1804
- clientName: "@odata\\.type"
1804
+ clientName: "odatatype"
1805
1805
  },
1806
1806
  modelProperties: {
1807
1807
  odatatype: {
@@ -1828,7 +1828,7 @@ export const TokenFilter = {
1828
1828
  uberParent: "TokenFilter",
1829
1829
  polymorphicDiscriminator: {
1830
1830
  serializedName: "@odata\\.type",
1831
- clientName: "@odata\\.type"
1831
+ clientName: "odatatype"
1832
1832
  },
1833
1833
  modelProperties: {
1834
1834
  odatatype: {
@@ -1855,7 +1855,7 @@ export const CharFilter = {
1855
1855
  uberParent: "CharFilter",
1856
1856
  polymorphicDiscriminator: {
1857
1857
  serializedName: "@odata\\.type",
1858
- clientName: "@odata\\.type"
1858
+ clientName: "odatatype"
1859
1859
  },
1860
1860
  modelProperties: {
1861
1861
  odatatype: {
@@ -1882,7 +1882,7 @@ export const LexicalNormalizer = {
1882
1882
  uberParent: "LexicalNormalizer",
1883
1883
  polymorphicDiscriminator: {
1884
1884
  serializedName: "@odata\\.type",
1885
- clientName: "@odata\\.type"
1885
+ clientName: "odatatype"
1886
1886
  },
1887
1887
  modelProperties: {
1888
1888
  odatatype: {
@@ -1909,7 +1909,7 @@ export const Similarity = {
1909
1909
  uberParent: "Similarity",
1910
1910
  polymorphicDiscriminator: {
1911
1911
  serializedName: "@odata\\.type",
1912
- clientName: "@odata\\.type"
1912
+ clientName: "odatatype"
1913
1913
  },
1914
1914
  modelProperties: {
1915
1915
  odatatype: {
@@ -1992,6 +1992,12 @@ export const AnalyzeRequest = {
1992
1992
  name: "String"
1993
1993
  }
1994
1994
  },
1995
+ normalizer: {
1996
+ serializedName: "normalizer",
1997
+ type: {
1998
+ name: "String"
1999
+ }
2000
+ },
1995
2001
  tokenFilters: {
1996
2002
  serializedName: "tokenFilters",
1997
2003
  type: {