@azure/arm-search 2.0.0 → 3.0.0-beta.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.
Files changed (209) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +70 -78
  4. package/dist/index.js +2926 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/index.d.ts +5 -0
  9. package/dist-esm/src/index.d.ts.map +1 -0
  10. package/{esm/models/adminKeysMappers.js → dist-esm/src/index.js} +5 -2
  11. package/dist-esm/src/index.js.map +1 -0
  12. package/dist-esm/src/lroImpl.d.ts +16 -0
  13. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  14. package/dist-esm/src/lroImpl.js +29 -0
  15. package/dist-esm/src/lroImpl.js.map +1 -0
  16. package/dist-esm/src/models/index.d.ts +692 -0
  17. package/dist-esm/src/models/index.d.ts.map +1 -0
  18. package/dist-esm/src/models/index.js +21 -0
  19. package/dist-esm/src/models/index.js.map +1 -0
  20. package/dist-esm/src/models/mappers.d.ts +35 -0
  21. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  22. package/{esm → dist-esm/src}/models/mappers.js +503 -558
  23. package/dist-esm/src/models/mappers.js.map +1 -0
  24. package/dist-esm/src/models/parameters.d.ts +22 -0
  25. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  26. package/{esm → dist-esm/src}/models/parameters.js +92 -47
  27. package/dist-esm/src/models/parameters.js.map +1 -0
  28. package/dist-esm/src/operations/adminKeys.d.ts +33 -0
  29. package/dist-esm/src/operations/adminKeys.d.ts.map +1 -0
  30. package/dist-esm/src/operations/adminKeys.js +90 -0
  31. package/dist-esm/src/operations/adminKeys.js.map +1 -0
  32. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  33. package/dist-esm/src/operations/index.d.ts.map +1 -0
  34. package/{esm → dist-esm/src}/operations/index.js +1 -2
  35. package/dist-esm/src/operations/index.js.map +1 -0
  36. package/dist-esm/src/operations/operations.d.ts +26 -0
  37. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  38. package/dist-esm/src/operations/operations.js +90 -0
  39. package/dist-esm/src/operations/operations.js.map +1 -0
  40. package/dist-esm/src/operations/privateEndpointConnections.d.ts +79 -0
  41. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  42. package/dist-esm/src/operations/privateEndpointConnections.js +273 -0
  43. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  44. package/dist-esm/src/operations/privateLinkResources.d.ts +34 -0
  45. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  46. package/dist-esm/src/operations/privateLinkResources.js +103 -0
  47. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  48. package/dist-esm/src/operations/queryKeys.d.ts +66 -0
  49. package/dist-esm/src/operations/queryKeys.d.ts.map +1 -0
  50. package/dist-esm/src/operations/queryKeys.js +213 -0
  51. package/dist-esm/src/operations/queryKeys.js.map +1 -0
  52. package/dist-esm/src/operations/services.d.ts +123 -0
  53. package/dist-esm/src/operations/services.d.ts.map +1 -0
  54. package/dist-esm/src/operations/services.js +475 -0
  55. package/dist-esm/src/operations/services.js.map +1 -0
  56. package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +107 -0
  57. package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +1 -0
  58. package/dist-esm/src/operations/sharedPrivateLinkResources.js +379 -0
  59. package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +1 -0
  60. package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +25 -0
  61. package/dist-esm/src/operationsInterfaces/adminKeys.d.ts.map +1 -0
  62. package/{src/models/adminKeysMappers.ts → dist-esm/src/operationsInterfaces/adminKeys.js} +2 -5
  63. package/dist-esm/src/operationsInterfaces/adminKeys.js.map +1 -0
  64. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
  65. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  66. package/dist-esm/src/operationsInterfaces/index.js +15 -0
  67. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  68. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  69. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  70. package/{src/models/queryKeysMappers.ts → dist-esm/src/operationsInterfaces/operations.js} +2 -6
  71. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  72. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +50 -0
  73. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  74. package/{src/models/operationsMappers.ts → dist-esm/src/operationsInterfaces/privateEndpointConnections.js} +2 -7
  75. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  76. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +15 -0
  77. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  78. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  79. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  80. package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +37 -0
  81. package/dist-esm/src/operationsInterfaces/queryKeys.d.ts.map +1 -0
  82. package/dist-esm/src/operationsInterfaces/queryKeys.js +9 -0
  83. package/dist-esm/src/operationsInterfaces/queryKeys.js.map +1 -0
  84. package/dist-esm/src/operationsInterfaces/services.d.ts +85 -0
  85. package/dist-esm/src/operationsInterfaces/services.d.ts.map +1 -0
  86. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/services.js} +2 -1
  87. package/dist-esm/src/operationsInterfaces/services.js.map +1 -0
  88. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +78 -0
  89. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts.map +1 -0
  90. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js +9 -0
  91. package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.js.map +1 -0
  92. package/dist-esm/src/searchManagementClient.d.ts +25 -0
  93. package/dist-esm/src/searchManagementClient.d.ts.map +1 -0
  94. package/dist-esm/src/searchManagementClient.js +58 -0
  95. package/dist-esm/src/searchManagementClient.js.map +1 -0
  96. package/dist-esm/test/search_examples.d.ts +4 -0
  97. package/dist-esm/test/search_examples.d.ts.map +1 -0
  98. package/dist-esm/test/search_examples.js +163 -0
  99. package/dist-esm/test/search_examples.js.map +1 -0
  100. package/package.json +65 -32
  101. package/review/arm-search.api.md +600 -0
  102. package/rollup.config.js +181 -30
  103. package/{esm/models/queryKeysMappers.js → src/index.ts} +5 -2
  104. package/src/lroImpl.ts +34 -0
  105. package/src/models/index.ts +563 -1357
  106. package/src/models/mappers.ts +516 -575
  107. package/src/models/parameters.ts +122 -48
  108. package/src/operations/adminKeys.ts +65 -109
  109. package/src/operations/index.ts +1 -2
  110. package/src/operations/operations.ts +64 -39
  111. package/src/operations/privateEndpointConnections.ts +223 -235
  112. package/src/operations/privateLinkResources.ts +100 -54
  113. package/src/operations/queryKeys.ts +192 -190
  114. package/src/operations/services.ts +423 -409
  115. package/src/operations/sharedPrivateLinkResources.ts +390 -232
  116. package/src/operationsInterfaces/adminKeys.ts +48 -0
  117. package/src/operationsInterfaces/index.ts +15 -0
  118. package/src/operationsInterfaces/operations.ts +22 -0
  119. package/src/operationsInterfaces/privateEndpointConnections.ts +88 -0
  120. package/src/operationsInterfaces/privateLinkResources.ts +31 -0
  121. package/src/operationsInterfaces/queryKeys.ts +66 -0
  122. package/src/operationsInterfaces/services.ts +144 -0
  123. package/src/operationsInterfaces/sharedPrivateLinkResources.ts +131 -0
  124. package/src/searchManagementClient.ts +90 -46
  125. package/tsconfig.json +3 -3
  126. package/types/arm-search.d.ts +1104 -0
  127. package/types/tsdoc-metadata.json +11 -0
  128. package/dist/arm-search.js +0 -2737
  129. package/dist/arm-search.js.map +0 -1
  130. package/dist/arm-search.min.js +0 -1
  131. package/dist/arm-search.min.js.map +0 -1
  132. package/esm/models/adminKeysMappers.d.ts +0 -2
  133. package/esm/models/adminKeysMappers.d.ts.map +0 -1
  134. package/esm/models/adminKeysMappers.js.map +0 -1
  135. package/esm/models/index.d.ts +0 -1499
  136. package/esm/models/index.d.ts.map +0 -1
  137. package/esm/models/index.js.map +0 -1
  138. package/esm/models/mappers.d.ts +0 -38
  139. package/esm/models/mappers.d.ts.map +0 -1
  140. package/esm/models/mappers.js.map +0 -1
  141. package/esm/models/operationsMappers.d.ts +0 -2
  142. package/esm/models/operationsMappers.d.ts.map +0 -1
  143. package/esm/models/operationsMappers.js +0 -9
  144. package/esm/models/operationsMappers.js.map +0 -1
  145. package/esm/models/parameters.d.ts +0 -14
  146. package/esm/models/parameters.d.ts.map +0 -1
  147. package/esm/models/parameters.js.map +0 -1
  148. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  149. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  150. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  151. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  152. package/esm/models/privateLinkResourcesMappers.d.ts +0 -2
  153. package/esm/models/privateLinkResourcesMappers.d.ts.map +0 -1
  154. package/esm/models/privateLinkResourcesMappers.js +0 -9
  155. package/esm/models/privateLinkResourcesMappers.js.map +0 -1
  156. package/esm/models/queryKeysMappers.d.ts +0 -2
  157. package/esm/models/queryKeysMappers.d.ts.map +0 -1
  158. package/esm/models/queryKeysMappers.js.map +0 -1
  159. package/esm/models/servicesMappers.d.ts +0 -2
  160. package/esm/models/servicesMappers.d.ts.map +0 -1
  161. package/esm/models/servicesMappers.js +0 -9
  162. package/esm/models/servicesMappers.js.map +0 -1
  163. package/esm/models/sharedPrivateLinkResourcesMappers.d.ts +0 -2
  164. package/esm/models/sharedPrivateLinkResourcesMappers.d.ts.map +0 -1
  165. package/esm/models/sharedPrivateLinkResourcesMappers.js +0 -9
  166. package/esm/models/sharedPrivateLinkResourcesMappers.js.map +0 -1
  167. package/esm/operations/adminKeys.d.ts +0 -74
  168. package/esm/operations/adminKeys.d.ts.map +0 -1
  169. package/esm/operations/adminKeys.js +0 -92
  170. package/esm/operations/adminKeys.js.map +0 -1
  171. package/esm/operations/index.d.ts.map +0 -1
  172. package/esm/operations/index.js.map +0 -1
  173. package/esm/operations/operations.d.ts +0 -28
  174. package/esm/operations/operations.d.ts.map +0 -1
  175. package/esm/operations/operations.js +0 -50
  176. package/esm/operations/operations.js.map +0 -1
  177. package/esm/operations/privateEndpointConnections.d.ts +0 -161
  178. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  179. package/esm/operations/privateEndpointConnections.js +0 -197
  180. package/esm/operations/privateEndpointConnections.js.map +0 -1
  181. package/esm/operations/privateLinkResources.d.ts +0 -40
  182. package/esm/operations/privateLinkResources.d.ts.map +0 -1
  183. package/esm/operations/privateLinkResources.js +0 -58
  184. package/esm/operations/privateLinkResources.js.map +0 -1
  185. package/esm/operations/queryKeys.d.ts +0 -120
  186. package/esm/operations/queryKeys.d.ts.map +0 -1
  187. package/esm/operations/queryKeys.js +0 -156
  188. package/esm/operations/queryKeys.js.map +0 -1
  189. package/esm/operations/services.d.ts +0 -225
  190. package/esm/operations/services.d.ts.map +0 -1
  191. package/esm/operations/services.js +0 -355
  192. package/esm/operations/services.js.map +0 -1
  193. package/esm/operations/sharedPrivateLinkResources.d.ts +0 -147
  194. package/esm/operations/sharedPrivateLinkResources.d.ts.map +0 -1
  195. package/esm/operations/sharedPrivateLinkResources.js +0 -255
  196. package/esm/operations/sharedPrivateLinkResources.js.map +0 -1
  197. package/esm/searchManagementClient.d.ts +0 -31
  198. package/esm/searchManagementClient.d.ts.map +0 -1
  199. package/esm/searchManagementClient.js +0 -44
  200. package/esm/searchManagementClient.js.map +0 -1
  201. package/esm/searchManagementClientContext.d.ts +0 -23
  202. package/esm/searchManagementClientContext.d.ts.map +0 -1
  203. package/esm/searchManagementClientContext.js +0 -61
  204. package/esm/searchManagementClientContext.js.map +0 -1
  205. package/src/models/privateEndpointConnectionsMappers.ts +0 -33
  206. package/src/models/privateLinkResourcesMappers.ts +0 -33
  207. package/src/models/servicesMappers.ts +0 -35
  208. package/src/models/sharedPrivateLinkResourcesMappers.ts +0 -33
  209. package/src/searchManagementClientContext.ts +0 -68
@@ -1,161 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { SearchManagementClientContext } from "../searchManagementClientContext";
4
- /** Class representing a PrivateEndpointConnections. */
5
- export declare class PrivateEndpointConnections {
6
- private readonly client;
7
- /**
8
- * Create a PrivateEndpointConnections.
9
- * @param {SearchManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: SearchManagementClientContext);
12
- /**
13
- * Updates a Private Endpoint connection to the search service in the given resource group.
14
- * @param resourceGroupName The name of the resource group within the current subscription. You can
15
- * obtain this value from the Azure Resource Manager API or the portal.
16
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
17
- * specified resource group.
18
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
19
- * Cognitive Search service with the specified resource group.
20
- * @param privateEndpointConnection The definition of the private endpoint connection to update.
21
- * @param [options] The optional parameters
22
- * @returns Promise<Models.PrivateEndpointConnectionsUpdateResponse>
23
- */
24
- update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options?: Models.PrivateEndpointConnectionsUpdateOptionalParams): Promise<Models.PrivateEndpointConnectionsUpdateResponse>;
25
- /**
26
- * @param resourceGroupName The name of the resource group within the current subscription. You can
27
- * obtain this value from the Azure Resource Manager API or the portal.
28
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
29
- * specified resource group.
30
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
31
- * Cognitive Search service with the specified resource group.
32
- * @param privateEndpointConnection The definition of the private endpoint connection to update.
33
- * @param callback The callback
34
- */
35
- update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
36
- /**
37
- * @param resourceGroupName The name of the resource group within the current subscription. You can
38
- * obtain this value from the Azure Resource Manager API or the portal.
39
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
40
- * specified resource group.
41
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
42
- * Cognitive Search service with the specified resource group.
43
- * @param privateEndpointConnection The definition of the private endpoint connection to update.
44
- * @param options The optional parameters
45
- * @param callback The callback
46
- */
47
- update(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, privateEndpointConnection: Models.PrivateEndpointConnection, options: Models.PrivateEndpointConnectionsUpdateOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
48
- /**
49
- * Gets the details of the private endpoint connection to the search service in the given resource
50
- * group.
51
- * @param resourceGroupName The name of the resource group within the current subscription. You can
52
- * obtain this value from the Azure Resource Manager API or the portal.
53
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
54
- * specified resource group.
55
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
56
- * Cognitive Search service with the specified resource group.
57
- * @param [options] The optional parameters
58
- * @returns Promise<Models.PrivateEndpointConnectionsGetResponse>
59
- */
60
- get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: Models.PrivateEndpointConnectionsGetOptionalParams): Promise<Models.PrivateEndpointConnectionsGetResponse>;
61
- /**
62
- * @param resourceGroupName The name of the resource group within the current subscription. You can
63
- * obtain this value from the Azure Resource Manager API or the portal.
64
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
65
- * specified resource group.
66
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
67
- * Cognitive Search service with the specified resource group.
68
- * @param callback The callback
69
- */
70
- get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
71
- /**
72
- * @param resourceGroupName The name of the resource group within the current subscription. You can
73
- * obtain this value from the Azure Resource Manager API or the portal.
74
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
75
- * specified resource group.
76
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
77
- * Cognitive Search service with the specified resource group.
78
- * @param options The optional parameters
79
- * @param callback The callback
80
- */
81
- get(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options: Models.PrivateEndpointConnectionsGetOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
82
- /**
83
- * Disconnects the private endpoint connection and deletes it from the search service.
84
- * @param resourceGroupName The name of the resource group within the current subscription. You can
85
- * obtain this value from the Azure Resource Manager API or the portal.
86
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
87
- * specified resource group.
88
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
89
- * Cognitive Search service with the specified resource group.
90
- * @param [options] The optional parameters
91
- * @returns Promise<Models.PrivateEndpointConnectionsDeleteMethodResponse>
92
- */
93
- deleteMethod(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options?: Models.PrivateEndpointConnectionsDeleteMethodOptionalParams): Promise<Models.PrivateEndpointConnectionsDeleteMethodResponse>;
94
- /**
95
- * @param resourceGroupName The name of the resource group within the current subscription. You can
96
- * obtain this value from the Azure Resource Manager API or the portal.
97
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
98
- * specified resource group.
99
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
100
- * Cognitive Search service with the specified resource group.
101
- * @param callback The callback
102
- */
103
- deleteMethod(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
104
- /**
105
- * @param resourceGroupName The name of the resource group within the current subscription. You can
106
- * obtain this value from the Azure Resource Manager API or the portal.
107
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
108
- * specified resource group.
109
- * @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
110
- * Cognitive Search service with the specified resource group.
111
- * @param options The optional parameters
112
- * @param callback The callback
113
- */
114
- deleteMethod(resourceGroupName: string, searchServiceName: string, privateEndpointConnectionName: string, options: Models.PrivateEndpointConnectionsDeleteMethodOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnection>): void;
115
- /**
116
- * Gets a list of all private endpoint connections in the given service.
117
- * @param resourceGroupName The name of the resource group within the current subscription. You can
118
- * obtain this value from the Azure Resource Manager API or the portal.
119
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
120
- * specified resource group.
121
- * @param [options] The optional parameters
122
- * @returns Promise<Models.PrivateEndpointConnectionsListByServiceResponse>
123
- */
124
- listByService(resourceGroupName: string, searchServiceName: string, options?: Models.PrivateEndpointConnectionsListByServiceOptionalParams): Promise<Models.PrivateEndpointConnectionsListByServiceResponse>;
125
- /**
126
- * @param resourceGroupName The name of the resource group within the current subscription. You can
127
- * obtain this value from the Azure Resource Manager API or the portal.
128
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
129
- * specified resource group.
130
- * @param callback The callback
131
- */
132
- listByService(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
133
- /**
134
- * @param resourceGroupName The name of the resource group within the current subscription. You can
135
- * obtain this value from the Azure Resource Manager API or the portal.
136
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
137
- * specified resource group.
138
- * @param options The optional parameters
139
- * @param callback The callback
140
- */
141
- listByService(resourceGroupName: string, searchServiceName: string, options: Models.PrivateEndpointConnectionsListByServiceOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
142
- /**
143
- * Gets a list of all private endpoint connections in the given service.
144
- * @param nextPageLink The NextLink from the previous successful call to List operation.
145
- * @param [options] The optional parameters
146
- * @returns Promise<Models.PrivateEndpointConnectionsListByServiceNextResponse>
147
- */
148
- listByServiceNext(nextPageLink: string, options?: Models.PrivateEndpointConnectionsListByServiceNextOptionalParams): Promise<Models.PrivateEndpointConnectionsListByServiceNextResponse>;
149
- /**
150
- * @param nextPageLink The NextLink from the previous successful call to List operation.
151
- * @param callback The callback
152
- */
153
- listByServiceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
154
- /**
155
- * @param nextPageLink The NextLink from the previous successful call to List operation.
156
- * @param options The optional parameters
157
- * @param callback The callback
158
- */
159
- listByServiceNext(nextPageLink: string, options: Models.PrivateEndpointConnectionsListByServiceNextOptionalParams, callback: msRest.ServiceCallback<Models.PrivateEndpointConnectionListResult>): void;
160
- }
161
- //# sourceMappingURL=privateEndpointConnections.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateEndpointConnections.d.ts","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
@@ -1,197 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is
7
- * regenerated.
8
- */
9
- import { __assign } from "tslib";
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/privateEndpointConnectionsMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a PrivateEndpointConnections. */
14
- var PrivateEndpointConnections = /** @class */ (function () {
15
- /**
16
- * Create a PrivateEndpointConnections.
17
- * @param {SearchManagementClientContext} client Reference to the service client.
18
- */
19
- function PrivateEndpointConnections(client) {
20
- this.client = client;
21
- }
22
- PrivateEndpointConnections.prototype.update = function (resourceGroupName, searchServiceName, privateEndpointConnectionName, privateEndpointConnection, options, callback) {
23
- return this.client.sendOperationRequest({
24
- resourceGroupName: resourceGroupName,
25
- searchServiceName: searchServiceName,
26
- privateEndpointConnectionName: privateEndpointConnectionName,
27
- privateEndpointConnection: privateEndpointConnection,
28
- options: options
29
- }, updateOperationSpec, callback);
30
- };
31
- PrivateEndpointConnections.prototype.get = function (resourceGroupName, searchServiceName, privateEndpointConnectionName, options, callback) {
32
- return this.client.sendOperationRequest({
33
- resourceGroupName: resourceGroupName,
34
- searchServiceName: searchServiceName,
35
- privateEndpointConnectionName: privateEndpointConnectionName,
36
- options: options
37
- }, getOperationSpec, callback);
38
- };
39
- PrivateEndpointConnections.prototype.deleteMethod = function (resourceGroupName, searchServiceName, privateEndpointConnectionName, options, callback) {
40
- return this.client.sendOperationRequest({
41
- resourceGroupName: resourceGroupName,
42
- searchServiceName: searchServiceName,
43
- privateEndpointConnectionName: privateEndpointConnectionName,
44
- options: options
45
- }, deleteMethodOperationSpec, callback);
46
- };
47
- PrivateEndpointConnections.prototype.listByService = function (resourceGroupName, searchServiceName, options, callback) {
48
- return this.client.sendOperationRequest({
49
- resourceGroupName: resourceGroupName,
50
- searchServiceName: searchServiceName,
51
- options: options
52
- }, listByServiceOperationSpec, callback);
53
- };
54
- PrivateEndpointConnections.prototype.listByServiceNext = function (nextPageLink, options, callback) {
55
- return this.client.sendOperationRequest({
56
- nextPageLink: nextPageLink,
57
- options: options
58
- }, listByServiceNextOperationSpec, callback);
59
- };
60
- return PrivateEndpointConnections;
61
- }());
62
- export { PrivateEndpointConnections };
63
- // Operation Specifications
64
- var serializer = new msRest.Serializer(Mappers);
65
- var updateOperationSpec = {
66
- httpMethod: "PUT",
67
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}",
68
- urlParameters: [
69
- Parameters.resourceGroupName,
70
- Parameters.searchServiceName,
71
- Parameters.privateEndpointConnectionName,
72
- Parameters.subscriptionId
73
- ],
74
- queryParameters: [
75
- Parameters.apiVersion
76
- ],
77
- headerParameters: [
78
- Parameters.acceptLanguage,
79
- Parameters.clientRequestId
80
- ],
81
- requestBody: {
82
- parameterPath: "privateEndpointConnection",
83
- mapper: __assign(__assign({}, Mappers.PrivateEndpointConnection), { required: true })
84
- },
85
- responses: {
86
- 200: {
87
- bodyMapper: Mappers.PrivateEndpointConnection
88
- },
89
- default: {
90
- bodyMapper: Mappers.CloudError
91
- }
92
- },
93
- serializer: serializer
94
- };
95
- var getOperationSpec = {
96
- httpMethod: "GET",
97
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}",
98
- urlParameters: [
99
- Parameters.resourceGroupName,
100
- Parameters.searchServiceName,
101
- Parameters.privateEndpointConnectionName,
102
- Parameters.subscriptionId
103
- ],
104
- queryParameters: [
105
- Parameters.apiVersion
106
- ],
107
- headerParameters: [
108
- Parameters.acceptLanguage,
109
- Parameters.clientRequestId
110
- ],
111
- responses: {
112
- 200: {
113
- bodyMapper: Mappers.PrivateEndpointConnection
114
- },
115
- default: {
116
- bodyMapper: Mappers.CloudError
117
- }
118
- },
119
- serializer: serializer
120
- };
121
- var deleteMethodOperationSpec = {
122
- httpMethod: "DELETE",
123
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}",
124
- urlParameters: [
125
- Parameters.resourceGroupName,
126
- Parameters.searchServiceName,
127
- Parameters.privateEndpointConnectionName,
128
- Parameters.subscriptionId
129
- ],
130
- queryParameters: [
131
- Parameters.apiVersion
132
- ],
133
- headerParameters: [
134
- Parameters.acceptLanguage,
135
- Parameters.clientRequestId
136
- ],
137
- responses: {
138
- 200: {
139
- bodyMapper: Mappers.PrivateEndpointConnection
140
- },
141
- 404: {},
142
- default: {
143
- bodyMapper: Mappers.CloudError
144
- }
145
- },
146
- serializer: serializer
147
- };
148
- var listByServiceOperationSpec = {
149
- httpMethod: "GET",
150
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections",
151
- urlParameters: [
152
- Parameters.subscriptionId,
153
- Parameters.resourceGroupName,
154
- Parameters.searchServiceName
155
- ],
156
- queryParameters: [
157
- Parameters.apiVersion
158
- ],
159
- headerParameters: [
160
- Parameters.acceptLanguage,
161
- Parameters.clientRequestId
162
- ],
163
- responses: {
164
- 200: {
165
- bodyMapper: Mappers.PrivateEndpointConnectionListResult
166
- },
167
- default: {
168
- bodyMapper: Mappers.CloudError
169
- }
170
- },
171
- serializer: serializer
172
- };
173
- var listByServiceNextOperationSpec = {
174
- httpMethod: "GET",
175
- baseUrl: "https://management.azure.com",
176
- path: "{nextLink}",
177
- urlParameters: [
178
- Parameters.nextPageLink
179
- ],
180
- queryParameters: [
181
- Parameters.apiVersion
182
- ],
183
- headerParameters: [
184
- Parameters.acceptLanguage,
185
- Parameters.clientRequestId
186
- ],
187
- responses: {
188
- 200: {
189
- bodyMapper: Mappers.PrivateEndpointConnectionListResult
190
- },
191
- default: {
192
- bodyMapper: Mappers.CloudError
193
- }
194
- },
195
- serializer: serializer
196
- };
197
- //# sourceMappingURL=privateEndpointConnections.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
@@ -1,40 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { SearchManagementClientContext } from "../searchManagementClientContext";
4
- /** Class representing a PrivateLinkResources. */
5
- export declare class PrivateLinkResources {
6
- private readonly client;
7
- /**
8
- * Create a PrivateLinkResources.
9
- * @param {SearchManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: SearchManagementClientContext);
12
- /**
13
- * Gets a list of all supported private link resource types for the given service.
14
- * @param resourceGroupName The name of the resource group within the current subscription. You can
15
- * obtain this value from the Azure Resource Manager API or the portal.
16
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
17
- * specified resource group.
18
- * @param [options] The optional parameters
19
- * @returns Promise<Models.PrivateLinkResourcesListSupportedResponse>
20
- */
21
- listSupported(resourceGroupName: string, searchServiceName: string, options?: Models.PrivateLinkResourcesListSupportedOptionalParams): Promise<Models.PrivateLinkResourcesListSupportedResponse>;
22
- /**
23
- * @param resourceGroupName The name of the resource group within the current subscription. You can
24
- * obtain this value from the Azure Resource Manager API or the portal.
25
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
26
- * specified resource group.
27
- * @param callback The callback
28
- */
29
- listSupported(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesResult>): void;
30
- /**
31
- * @param resourceGroupName The name of the resource group within the current subscription. You can
32
- * obtain this value from the Azure Resource Manager API or the portal.
33
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
34
- * specified resource group.
35
- * @param options The optional parameters
36
- * @param callback The callback
37
- */
38
- listSupported(resourceGroupName: string, searchServiceName: string, options: Models.PrivateLinkResourcesListSupportedOptionalParams, callback: msRest.ServiceCallback<Models.PrivateLinkResourcesResult>): void;
39
- }
40
- //# sourceMappingURL=privateLinkResources.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateLinkResources.d.ts","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAEjF,iDAAiD;AACjD,qBAAa,oBAAoB;IAC/B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;;;OAQG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,+CAA+C,GAAG,OAAO,CAAC,MAAM,CAAC,yCAAyC,CAAC;IAChM;;;;;;OAMG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI;IAC9I;;;;;;;OAOG;IACH,aAAa,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,+CAA+C,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,0BAA0B,CAAC,GAAG,IAAI;CAWhN"}
@@ -1,58 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is
7
- * regenerated.
8
- */
9
- import * as msRest from "@azure/ms-rest-js";
10
- import * as Mappers from "../models/privateLinkResourcesMappers";
11
- import * as Parameters from "../models/parameters";
12
- /** Class representing a PrivateLinkResources. */
13
- var PrivateLinkResources = /** @class */ (function () {
14
- /**
15
- * Create a PrivateLinkResources.
16
- * @param {SearchManagementClientContext} client Reference to the service client.
17
- */
18
- function PrivateLinkResources(client) {
19
- this.client = client;
20
- }
21
- PrivateLinkResources.prototype.listSupported = function (resourceGroupName, searchServiceName, options, callback) {
22
- return this.client.sendOperationRequest({
23
- resourceGroupName: resourceGroupName,
24
- searchServiceName: searchServiceName,
25
- options: options
26
- }, listSupportedOperationSpec, callback);
27
- };
28
- return PrivateLinkResources;
29
- }());
30
- export { PrivateLinkResources };
31
- // Operation Specifications
32
- var serializer = new msRest.Serializer(Mappers);
33
- var listSupportedOperationSpec = {
34
- httpMethod: "GET",
35
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateLinkResources",
36
- urlParameters: [
37
- Parameters.subscriptionId,
38
- Parameters.resourceGroupName,
39
- Parameters.searchServiceName
40
- ],
41
- queryParameters: [
42
- Parameters.apiVersion
43
- ],
44
- headerParameters: [
45
- Parameters.acceptLanguage,
46
- Parameters.clientRequestId
47
- ],
48
- responses: {
49
- 200: {
50
- bodyMapper: Mappers.PrivateLinkResourcesResult
51
- },
52
- default: {
53
- bodyMapper: Mappers.CloudError
54
- }
55
- },
56
- serializer: serializer
57
- };
58
- //# sourceMappingURL=privateLinkResources.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAE5C,OAAO,KAAK,OAAO,MAAM,uCAAuC,CAAC;AACjE,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAGnD,iDAAiD;AACjD;IAGE;;;OAGG;IACH,8BAAY,MAAqC;QAC/C,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IA6BD,4CAAa,GAAb,UAAc,iBAAyB,EAAE,iBAAyB,EAAE,OAA4H,EAAE,QAAoE;QACpQ,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB,mBAAA;YACjB,iBAAiB,mBAAA;YACjB,OAAO,SAAA;SACR,EACD,0BAA0B,EAC1B,QAAQ,CAA8D,CAAC;IAC3E,CAAC;IACH,2BAAC;AAAD,CAAC,AAhDD,IAgDC;;AAED,2BAA2B;AAC3B,IAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;AAClD,IAAM,0BAA0B,GAAyB;IACvD,UAAU,EAAE,KAAK;IACjB,IAAI,EAAE,sJAAsJ;IAC5J,aAAa,EAAE;QACb,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,iBAAiB;KAC7B;IACD,eAAe,EAAE;QACf,UAAU,CAAC,UAAU;KACtB;IACD,gBAAgB,EAAE;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,eAAe;KAC3B;IACD,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,UAAU;SAC/B;KACF;IACD,UAAU,YAAA;CACX,CAAC"}
@@ -1,120 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as Models from "../models";
3
- import { SearchManagementClientContext } from "../searchManagementClientContext";
4
- /** Class representing a QueryKeys. */
5
- export declare class QueryKeys {
6
- private readonly client;
7
- /**
8
- * Create a QueryKeys.
9
- * @param {SearchManagementClientContext} client Reference to the service client.
10
- */
11
- constructor(client: SearchManagementClientContext);
12
- /**
13
- * Generates a new query key for the specified search service. You can create up to 50 query keys
14
- * per service.
15
- * @param resourceGroupName The name of the resource group within the current subscription. You can
16
- * obtain this value from the Azure Resource Manager API or the portal.
17
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
18
- * specified resource group.
19
- * @param name The name of the new query API key.
20
- * @param [options] The optional parameters
21
- * @returns Promise<Models.QueryKeysCreateResponse>
22
- */
23
- create(resourceGroupName: string, searchServiceName: string, name: string, options?: Models.QueryKeysCreateOptionalParams): Promise<Models.QueryKeysCreateResponse>;
24
- /**
25
- * @param resourceGroupName The name of the resource group within the current subscription. You can
26
- * obtain this value from the Azure Resource Manager API or the portal.
27
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
28
- * specified resource group.
29
- * @param name The name of the new query API key.
30
- * @param callback The callback
31
- */
32
- create(resourceGroupName: string, searchServiceName: string, name: string, callback: msRest.ServiceCallback<Models.QueryKey>): void;
33
- /**
34
- * @param resourceGroupName The name of the resource group within the current subscription. You can
35
- * obtain this value from the Azure Resource Manager API or the portal.
36
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
37
- * specified resource group.
38
- * @param name The name of the new query API key.
39
- * @param options The optional parameters
40
- * @param callback The callback
41
- */
42
- create(resourceGroupName: string, searchServiceName: string, name: string, options: Models.QueryKeysCreateOptionalParams, callback: msRest.ServiceCallback<Models.QueryKey>): void;
43
- /**
44
- * Returns the list of query API keys for the given Azure Cognitive Search service.
45
- * @param resourceGroupName The name of the resource group within the current subscription. You can
46
- * obtain this value from the Azure Resource Manager API or the portal.
47
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
48
- * specified resource group.
49
- * @param [options] The optional parameters
50
- * @returns Promise<Models.QueryKeysListBySearchServiceResponse>
51
- */
52
- listBySearchService(resourceGroupName: string, searchServiceName: string, options?: Models.QueryKeysListBySearchServiceOptionalParams): Promise<Models.QueryKeysListBySearchServiceResponse>;
53
- /**
54
- * @param resourceGroupName The name of the resource group within the current subscription. You can
55
- * obtain this value from the Azure Resource Manager API or the portal.
56
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
57
- * specified resource group.
58
- * @param callback The callback
59
- */
60
- listBySearchService(resourceGroupName: string, searchServiceName: string, callback: msRest.ServiceCallback<Models.ListQueryKeysResult>): void;
61
- /**
62
- * @param resourceGroupName The name of the resource group within the current subscription. You can
63
- * obtain this value from the Azure Resource Manager API or the portal.
64
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
65
- * specified resource group.
66
- * @param options The optional parameters
67
- * @param callback The callback
68
- */
69
- listBySearchService(resourceGroupName: string, searchServiceName: string, options: Models.QueryKeysListBySearchServiceOptionalParams, callback: msRest.ServiceCallback<Models.ListQueryKeysResult>): void;
70
- /**
71
- * Deletes the specified query key. Unlike admin keys, query keys are not regenerated. The process
72
- * for regenerating a query key is to delete and then recreate it.
73
- * @param resourceGroupName The name of the resource group within the current subscription. You can
74
- * obtain this value from the Azure Resource Manager API or the portal.
75
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
76
- * specified resource group.
77
- * @param key The query key to be deleted. Query keys are identified by value, not by name.
78
- * @param [options] The optional parameters
79
- * @returns Promise<msRest.RestResponse>
80
- */
81
- deleteMethod(resourceGroupName: string, searchServiceName: string, key: string, options?: Models.QueryKeysDeleteMethodOptionalParams): Promise<msRest.RestResponse>;
82
- /**
83
- * @param resourceGroupName The name of the resource group within the current subscription. You can
84
- * obtain this value from the Azure Resource Manager API or the portal.
85
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
86
- * specified resource group.
87
- * @param key The query key to be deleted. Query keys are identified by value, not by name.
88
- * @param callback The callback
89
- */
90
- deleteMethod(resourceGroupName: string, searchServiceName: string, key: string, callback: msRest.ServiceCallback<void>): void;
91
- /**
92
- * @param resourceGroupName The name of the resource group within the current subscription. You can
93
- * obtain this value from the Azure Resource Manager API or the portal.
94
- * @param searchServiceName The name of the Azure Cognitive Search service associated with the
95
- * specified resource group.
96
- * @param key The query key to be deleted. Query keys are identified by value, not by name.
97
- * @param options The optional parameters
98
- * @param callback The callback
99
- */
100
- deleteMethod(resourceGroupName: string, searchServiceName: string, key: string, options: Models.QueryKeysDeleteMethodOptionalParams, callback: msRest.ServiceCallback<void>): void;
101
- /**
102
- * Returns the list of query API keys for the given Azure Cognitive Search service.
103
- * @param nextPageLink The NextLink from the previous successful call to List operation.
104
- * @param [options] The optional parameters
105
- * @returns Promise<Models.QueryKeysListBySearchServiceNextResponse>
106
- */
107
- listBySearchServiceNext(nextPageLink: string, options?: Models.QueryKeysListBySearchServiceNextOptionalParams): Promise<Models.QueryKeysListBySearchServiceNextResponse>;
108
- /**
109
- * @param nextPageLink The NextLink from the previous successful call to List operation.
110
- * @param callback The callback
111
- */
112
- listBySearchServiceNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ListQueryKeysResult>): void;
113
- /**
114
- * @param nextPageLink The NextLink from the previous successful call to List operation.
115
- * @param options The optional parameters
116
- * @param callback The callback
117
- */
118
- listBySearchServiceNext(nextPageLink: string, options: Models.QueryKeysListBySearchServiceNextOptionalParams, callback: msRest.ServiceCallback<Models.ListQueryKeysResult>): void;
119
- }
120
- //# sourceMappingURL=queryKeys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"queryKeys.d.ts","sourceRoot":"","sources":["../../src/operations/queryKeys.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,MAAM,MAAM,mBAAmB,CAAC;AAC5C,OAAO,KAAK,MAAM,MAAM,WAAW,CAAC;AAGpC,OAAO,EAAE,6BAA6B,EAAE,MAAM,kCAAkC,CAAC;AAEjF,sCAAsC;AACtC,qBAAa,SAAS;IACpB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAgC;IAEvD;;;OAGG;gBACS,MAAM,EAAE,6BAA6B;IAIjD;;;;;;;;;;OAUG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,6BAA6B,GAAG,OAAO,CAAC,MAAM,CAAC,uBAAuB,CAAC;IACnK;;;;;;;OAOG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI;IACnI;;;;;;;;OAQG;IACH,MAAM,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,6BAA6B,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,IAAI;IAalL;;;;;;;;OAQG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,0CAA0C,GAAG,OAAO,CAAC,MAAM,CAAC,oCAAoC,CAAC;IAC5L;;;;;;OAMG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAC7I;;;;;;;OAOG;IACH,mBAAmB,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,0CAA0C,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IAYzM;;;;;;;;;;OAUG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,mCAAmC,GAAG,OAAO,CAAC,MAAM,CAAC,YAAY,CAAC;IACnK;;;;;;;OAOG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAC7H;;;;;;;;OAQG;IACH,YAAY,CAAC,iBAAiB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,mCAAmC,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,IAAI;IAalL;;;;;OAKG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,8CAA8C,GAAG,OAAO,CAAC,MAAM,CAAC,wCAAwC,CAAC;IACxK;;;OAGG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;IACjH;;;;OAIG;IACH,uBAAuB,CAAC,YAAY,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,CAAC,8CAA8C,EAAE,QAAQ,EAAE,MAAM,CAAC,eAAe,CAAC,MAAM,CAAC,mBAAmB,CAAC,GAAG,IAAI;CAUlL"}