@azure/arm-search 3.2.0 → 3.3.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.
- package/CHANGELOG.md +53 -0
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/dist/index.js +1805 -777
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/adminKeysGetSample.js +3 -3
- package/dist-esm/samples-dev/adminKeysRegenerateSample.js +1 -1
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js +54 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsListByServiceSample.js.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts +2 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js +39 -0
- package/dist-esm/samples-dev/networkSecurityPerimeterConfigurationsReconcileSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +3 -3
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js +8 -8
- package/dist-esm/samples-dev/privateEndpointConnectionsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListSupportedSample.js.map +1 -1
- package/dist-esm/samples-dev/queryKeysCreateSample.js +2 -2
- package/dist-esm/samples-dev/queryKeysCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/queryKeysDeleteSample.js +1 -1
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js +3 -3
- package/dist-esm/samples-dev/queryKeysListBySearchServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesCheckNameAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js +81 -19
- package/dist-esm/samples-dev/servicesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/servicesGetSample.js +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/servicesListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/servicesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/servicesUpdateSample.js +68 -18
- package/dist-esm/samples-dev/servicesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js +1 -1
- package/dist-esm/samples-dev/sharedPrivateLinkResourcesListByServiceSample.js.map +1 -1
- package/dist-esm/samples-dev/usageBySubscriptionSkuSample.js +1 -1
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js +3 -3
- package/dist-esm/samples-dev/usagesListBySubscriptionSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +508 -113
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +90 -12
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +19 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1028 -411
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +2 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +85 -57
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/adminKeys.d.ts +5 -5
- package/dist-esm/src/operations/adminKeys.js +15 -15
- package/dist-esm/src/operations/adminKeys.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts +79 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js +289 -0
- package/dist-esm/src/operations/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operations/operations.js +5 -5
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +19 -19
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +49 -49
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +4 -4
- package/dist-esm/src/operations/privateLinkResources.js +10 -10
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/queryKeys.d.ts +12 -12
- package/dist-esm/src/operations/queryKeys.js +32 -32
- package/dist-esm/src/operations/queryKeys.js.map +1 -1
- package/dist-esm/src/operations/services.d.ts +17 -17
- package/dist-esm/src/operations/services.d.ts.map +1 -1
- package/dist-esm/src/operations/services.js +75 -75
- package/dist-esm/src/operations/services.js.map +1 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts +21 -21
- package/dist-esm/src/operations/sharedPrivateLinkResources.d.ts.map +1 -1
- package/dist-esm/src/operations/sharedPrivateLinkResources.js +62 -62
- package/dist-esm/src/operations/sharedPrivateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/usages.d.ts +2 -2
- package/dist-esm/src/operations/usages.js +13 -13
- package/dist-esm/src/operations/usages.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/adminKeys.d.ts +5 -5
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/networkSecurityPerimeterConfigurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/queryKeys.d.ts +7 -7
- package/dist-esm/src/operationsInterfaces/services.d.ts +17 -17
- package/dist-esm/src/operationsInterfaces/sharedPrivateLinkResources.d.ts +17 -17
- package/dist-esm/src/operationsInterfaces/usages.d.ts +1 -1
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/src/searchManagementClient.d.ts +3 -2
- package/dist-esm/src/searchManagementClient.d.ts.map +1 -1
- package/dist-esm/src/searchManagementClient.js +17 -15
- package/dist-esm/src/searchManagementClient.js.map +1 -1
- package/dist-esm/test/search_examples.js.map +1 -1
- package/package.json +12 -11
- package/review/arm-search.api.md +270 -6
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +573 -140
- package/src/models/mappers.ts +1217 -561
- package/src/models/parameters.ts +90 -58
- package/src/operations/adminKeys.ts +22 -24
- package/src/operations/index.ts +1 -0
- package/src/operations/networkSecurityPerimeterConfigurations.ts +400 -0
- package/src/operations/operations.ts +10 -10
- package/src/operations/privateEndpointConnections.ts +74 -77
- package/src/operations/privateLinkResources.ts +21 -22
- package/src/operations/queryKeys.ts +52 -55
- package/src/operations/services.ts +118 -126
- package/src/operations/sharedPrivateLinkResources.ts +103 -108
- package/src/operations/usages.ts +24 -25
- package/src/operationsInterfaces/adminKeys.ts +8 -8
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/networkSecurityPerimeterConfigurations.ts +90 -0
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnections.ts +20 -20
- package/src/operationsInterfaces/privateLinkResources.ts +4 -4
- package/src/operationsInterfaces/queryKeys.ts +11 -11
- package/src/operationsInterfaces/services.ts +26 -26
- package/src/operationsInterfaces/sharedPrivateLinkResources.ts +24 -24
- package/src/operationsInterfaces/usages.ts +3 -3
- package/src/pagingHelper.ts +1 -1
- package/src/searchManagementClient.ts +33 -28
- package/types/arm-search.d.ts +650 -171
- package/types/tsdoc-metadata.json +1 -1
|
@@ -24,8 +24,8 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
24
24
|
* Gets a list of all private endpoint connections in the given service.
|
|
25
25
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
26
26
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
27
|
-
* @param searchServiceName The name of the Azure
|
|
28
|
-
*
|
|
27
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
28
|
+
* resource group.
|
|
29
29
|
* @param options The options parameters.
|
|
30
30
|
*/
|
|
31
31
|
listByService(resourceGroupName, searchServiceName, options) {
|
|
@@ -42,7 +42,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
42
42
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
43
|
}
|
|
44
44
|
return this.listByServicePagingPage(resourceGroupName, searchServiceName, options, settings);
|
|
45
|
-
}
|
|
45
|
+
},
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
48
|
listByServicePagingPage(resourceGroupName, searchServiceName, options, settings) {
|
|
@@ -86,13 +86,13 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
|
-
* Updates a
|
|
89
|
+
* Updates a private endpoint connection to the search service in the given resource group.
|
|
90
90
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
91
91
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
92
|
-
* @param searchServiceName The name of the Azure
|
|
93
|
-
*
|
|
94
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
|
|
95
|
-
*
|
|
92
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
93
|
+
* resource group.
|
|
94
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure AI
|
|
95
|
+
* Search service with the specified resource group.
|
|
96
96
|
* @param privateEndpointConnection The definition of the private endpoint connection to update.
|
|
97
97
|
* @param options The options parameters.
|
|
98
98
|
*/
|
|
@@ -102,7 +102,7 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
102
102
|
searchServiceName,
|
|
103
103
|
privateEndpointConnectionName,
|
|
104
104
|
privateEndpointConnection,
|
|
105
|
-
options
|
|
105
|
+
options,
|
|
106
106
|
}, updateOperationSpec);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
@@ -110,10 +110,10 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
110
110
|
* group.
|
|
111
111
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
112
112
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
113
|
-
* @param searchServiceName The name of the Azure
|
|
114
|
-
*
|
|
115
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
|
|
116
|
-
*
|
|
113
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
114
|
+
* resource group.
|
|
115
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure AI
|
|
116
|
+
* Search service with the specified resource group.
|
|
117
117
|
* @param options The options parameters.
|
|
118
118
|
*/
|
|
119
119
|
get(resourceGroupName, searchServiceName, privateEndpointConnectionName, options) {
|
|
@@ -121,17 +121,17 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
121
121
|
resourceGroupName,
|
|
122
122
|
searchServiceName,
|
|
123
123
|
privateEndpointConnectionName,
|
|
124
|
-
options
|
|
124
|
+
options,
|
|
125
125
|
}, getOperationSpec);
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
128
|
* Disconnects the private endpoint connection and deletes it from the search service.
|
|
129
129
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
130
130
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
131
|
-
* @param searchServiceName The name of the Azure
|
|
132
|
-
*
|
|
133
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure
|
|
134
|
-
*
|
|
131
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
132
|
+
* resource group.
|
|
133
|
+
* @param privateEndpointConnectionName The name of the private endpoint connection to the Azure AI
|
|
134
|
+
* Search service with the specified resource group.
|
|
135
135
|
* @param options The options parameters.
|
|
136
136
|
*/
|
|
137
137
|
delete(resourceGroupName, searchServiceName, privateEndpointConnectionName, options) {
|
|
@@ -139,15 +139,15 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
139
139
|
resourceGroupName,
|
|
140
140
|
searchServiceName,
|
|
141
141
|
privateEndpointConnectionName,
|
|
142
|
-
options
|
|
142
|
+
options,
|
|
143
143
|
}, deleteOperationSpec);
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
146
|
* Gets a list of all private endpoint connections in the given service.
|
|
147
147
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
148
148
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
149
|
-
* @param searchServiceName The name of the Azure
|
|
150
|
-
*
|
|
149
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
150
|
+
* resource group.
|
|
151
151
|
* @param options The options parameters.
|
|
152
152
|
*/
|
|
153
153
|
_listByService(resourceGroupName, searchServiceName, options) {
|
|
@@ -157,8 +157,8 @@ export class PrivateEndpointConnectionsImpl {
|
|
|
157
157
|
* ListByServiceNext
|
|
158
158
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
159
159
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
160
|
-
* @param searchServiceName The name of the Azure
|
|
161
|
-
*
|
|
160
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
161
|
+
* resource group.
|
|
162
162
|
* @param nextLink The nextLink from the previous successful call to the ListByService method.
|
|
163
163
|
* @param options The options parameters.
|
|
164
164
|
*/
|
|
@@ -173,11 +173,11 @@ const updateOperationSpec = {
|
|
|
173
173
|
httpMethod: "PUT",
|
|
174
174
|
responses: {
|
|
175
175
|
200: {
|
|
176
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
176
|
+
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
177
177
|
},
|
|
178
178
|
default: {
|
|
179
|
-
bodyMapper: Mappers.CloudError
|
|
180
|
-
}
|
|
179
|
+
bodyMapper: Mappers.CloudError,
|
|
180
|
+
},
|
|
181
181
|
},
|
|
182
182
|
requestBody: Parameters.privateEndpointConnection,
|
|
183
183
|
queryParameters: [Parameters.apiVersion],
|
|
@@ -186,26 +186,26 @@ const updateOperationSpec = {
|
|
|
186
186
|
Parameters.resourceGroupName,
|
|
187
187
|
Parameters.searchServiceName,
|
|
188
188
|
Parameters.subscriptionId,
|
|
189
|
-
Parameters.privateEndpointConnectionName
|
|
189
|
+
Parameters.privateEndpointConnectionName,
|
|
190
190
|
],
|
|
191
191
|
headerParameters: [
|
|
192
192
|
Parameters.accept,
|
|
193
193
|
Parameters.clientRequestId,
|
|
194
|
-
Parameters.contentType
|
|
194
|
+
Parameters.contentType,
|
|
195
195
|
],
|
|
196
196
|
mediaType: "json",
|
|
197
|
-
serializer
|
|
197
|
+
serializer,
|
|
198
198
|
};
|
|
199
199
|
const getOperationSpec = {
|
|
200
200
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
201
201
|
httpMethod: "GET",
|
|
202
202
|
responses: {
|
|
203
203
|
200: {
|
|
204
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
204
|
+
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
205
205
|
},
|
|
206
206
|
default: {
|
|
207
|
-
bodyMapper: Mappers.CloudError
|
|
208
|
-
}
|
|
207
|
+
bodyMapper: Mappers.CloudError,
|
|
208
|
+
},
|
|
209
209
|
},
|
|
210
210
|
queryParameters: [Parameters.apiVersion],
|
|
211
211
|
urlParameters: [
|
|
@@ -213,22 +213,22 @@ const getOperationSpec = {
|
|
|
213
213
|
Parameters.resourceGroupName,
|
|
214
214
|
Parameters.searchServiceName,
|
|
215
215
|
Parameters.subscriptionId,
|
|
216
|
-
Parameters.privateEndpointConnectionName
|
|
216
|
+
Parameters.privateEndpointConnectionName,
|
|
217
217
|
],
|
|
218
218
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
219
|
-
serializer
|
|
219
|
+
serializer,
|
|
220
220
|
};
|
|
221
221
|
const deleteOperationSpec = {
|
|
222
222
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections/{privateEndpointConnectionName}",
|
|
223
223
|
httpMethod: "DELETE",
|
|
224
224
|
responses: {
|
|
225
225
|
200: {
|
|
226
|
-
bodyMapper: Mappers.PrivateEndpointConnection
|
|
226
|
+
bodyMapper: Mappers.PrivateEndpointConnection,
|
|
227
227
|
},
|
|
228
228
|
404: {},
|
|
229
229
|
default: {
|
|
230
|
-
bodyMapper: Mappers.CloudError
|
|
231
|
-
}
|
|
230
|
+
bodyMapper: Mappers.CloudError,
|
|
231
|
+
},
|
|
232
232
|
},
|
|
233
233
|
queryParameters: [Parameters.apiVersion],
|
|
234
234
|
urlParameters: [
|
|
@@ -236,51 +236,51 @@ const deleteOperationSpec = {
|
|
|
236
236
|
Parameters.resourceGroupName,
|
|
237
237
|
Parameters.searchServiceName,
|
|
238
238
|
Parameters.subscriptionId,
|
|
239
|
-
Parameters.privateEndpointConnectionName
|
|
239
|
+
Parameters.privateEndpointConnectionName,
|
|
240
240
|
],
|
|
241
241
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
242
|
-
serializer
|
|
242
|
+
serializer,
|
|
243
243
|
};
|
|
244
244
|
const listByServiceOperationSpec = {
|
|
245
245
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/privateEndpointConnections",
|
|
246
246
|
httpMethod: "GET",
|
|
247
247
|
responses: {
|
|
248
248
|
200: {
|
|
249
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResult
|
|
249
|
+
bodyMapper: Mappers.PrivateEndpointConnectionListResult,
|
|
250
250
|
},
|
|
251
251
|
default: {
|
|
252
|
-
bodyMapper: Mappers.CloudError
|
|
253
|
-
}
|
|
252
|
+
bodyMapper: Mappers.CloudError,
|
|
253
|
+
},
|
|
254
254
|
},
|
|
255
255
|
queryParameters: [Parameters.apiVersion],
|
|
256
256
|
urlParameters: [
|
|
257
257
|
Parameters.$host,
|
|
258
258
|
Parameters.resourceGroupName,
|
|
259
259
|
Parameters.searchServiceName,
|
|
260
|
-
Parameters.subscriptionId
|
|
260
|
+
Parameters.subscriptionId,
|
|
261
261
|
],
|
|
262
262
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
263
|
-
serializer
|
|
263
|
+
serializer,
|
|
264
264
|
};
|
|
265
265
|
const listByServiceNextOperationSpec = {
|
|
266
266
|
path: "{nextLink}",
|
|
267
267
|
httpMethod: "GET",
|
|
268
268
|
responses: {
|
|
269
269
|
200: {
|
|
270
|
-
bodyMapper: Mappers.PrivateEndpointConnectionListResult
|
|
270
|
+
bodyMapper: Mappers.PrivateEndpointConnectionListResult,
|
|
271
271
|
},
|
|
272
272
|
default: {
|
|
273
|
-
bodyMapper: Mappers.CloudError
|
|
274
|
-
}
|
|
273
|
+
bodyMapper: Mappers.CloudError,
|
|
274
|
+
},
|
|
275
275
|
},
|
|
276
276
|
urlParameters: [
|
|
277
277
|
Parameters.$host,
|
|
278
278
|
Parameters.resourceGroupName,
|
|
279
279
|
Parameters.searchServiceName,
|
|
280
280
|
Parameters.subscriptionId,
|
|
281
|
-
Parameters.nextLink
|
|
281
|
+
Parameters.nextLink,
|
|
282
282
|
],
|
|
283
283
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
284
|
-
serializer
|
|
284
|
+
serializer,
|
|
285
285
|
};
|
|
286
286
|
//# sourceMappingURL=privateEndpointConnections.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAgBnD,4CAA4C;AAC5C,8DAA8D;AAC9D,MAAM,OAAO,8BAA8B;
|
|
1
|
+
{"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,8 +14,8 @@ export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
14
14
|
* Gets a list of all supported private link resource types for the given service.
|
|
15
15
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
16
16
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
17
|
-
* @param searchServiceName The name of the Azure
|
|
18
|
-
*
|
|
17
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
18
|
+
* resource group.
|
|
19
19
|
* @param options The options parameters.
|
|
20
20
|
*/
|
|
21
21
|
listSupported(resourceGroupName: string, searchServiceName: string, options?: PrivateLinkResourcesListSupportedOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
@@ -25,8 +25,8 @@ export declare class PrivateLinkResourcesImpl implements PrivateLinkResources {
|
|
|
25
25
|
* Gets a list of all supported private link resource types for the given service.
|
|
26
26
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
27
27
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
28
|
-
* @param searchServiceName The name of the Azure
|
|
29
|
-
*
|
|
28
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
29
|
+
* resource group.
|
|
30
30
|
* @param options The options parameters.
|
|
31
31
|
*/
|
|
32
32
|
private _listSupported;
|
|
@@ -23,8 +23,8 @@ export class PrivateLinkResourcesImpl {
|
|
|
23
23
|
* Gets a list of all supported private link resource types for the given service.
|
|
24
24
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
25
25
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
26
|
-
* @param searchServiceName The name of the Azure
|
|
27
|
-
*
|
|
26
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
27
|
+
* resource group.
|
|
28
28
|
* @param options The options parameters.
|
|
29
29
|
*/
|
|
30
30
|
listSupported(resourceGroupName, searchServiceName, options) {
|
|
@@ -41,7 +41,7 @@ export class PrivateLinkResourcesImpl {
|
|
|
41
41
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
42
42
|
}
|
|
43
43
|
return this.listSupportedPagingPage(resourceGroupName, searchServiceName, options, settings);
|
|
44
|
-
}
|
|
44
|
+
},
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
47
|
listSupportedPagingPage(resourceGroupName, searchServiceName, options, _settings) {
|
|
@@ -75,8 +75,8 @@ export class PrivateLinkResourcesImpl {
|
|
|
75
75
|
* Gets a list of all supported private link resource types for the given service.
|
|
76
76
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
77
77
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
78
|
-
* @param searchServiceName The name of the Azure
|
|
79
|
-
*
|
|
78
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
79
|
+
* resource group.
|
|
80
80
|
* @param options The options parameters.
|
|
81
81
|
*/
|
|
82
82
|
_listSupported(resourceGroupName, searchServiceName, options) {
|
|
@@ -90,20 +90,20 @@ const listSupportedOperationSpec = {
|
|
|
90
90
|
httpMethod: "GET",
|
|
91
91
|
responses: {
|
|
92
92
|
200: {
|
|
93
|
-
bodyMapper: Mappers.PrivateLinkResourcesResult
|
|
93
|
+
bodyMapper: Mappers.PrivateLinkResourcesResult,
|
|
94
94
|
},
|
|
95
95
|
default: {
|
|
96
|
-
bodyMapper: Mappers.CloudError
|
|
97
|
-
}
|
|
96
|
+
bodyMapper: Mappers.CloudError,
|
|
97
|
+
},
|
|
98
98
|
},
|
|
99
99
|
queryParameters: [Parameters.apiVersion],
|
|
100
100
|
urlParameters: [
|
|
101
101
|
Parameters.$host,
|
|
102
102
|
Parameters.resourceGroupName,
|
|
103
103
|
Parameters.searchServiceName,
|
|
104
|
-
Parameters.subscriptionId
|
|
104
|
+
Parameters.subscriptionId,
|
|
105
105
|
],
|
|
106
106
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
107
|
-
serializer
|
|
107
|
+
serializer,
|
|
108
108
|
};
|
|
109
109
|
//# sourceMappingURL=privateLinkResources.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAQnD,4CAA4C;AAC5C,wDAAwD;AACxD,MAAM,OAAO,wBAAwB;IAGnC;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;OAOG;IACI,aAAa,CAClB,iBAAyB,EACzB,iBAAyB,EACzB,OAAyD;QAEzD,MAAM,IAAI,GAAG,IAAI,CAAC,sBAAsB,CACtC,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"privateLinkResources.js","sourceRoot":"","sources":["../../../src/operations/privateLinkResources.ts"],"names":[],"mappings":"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"}
|
|
@@ -11,11 +11,11 @@ export declare class QueryKeysImpl implements QueryKeys {
|
|
|
11
11
|
*/
|
|
12
12
|
constructor(client: SearchManagementClient);
|
|
13
13
|
/**
|
|
14
|
-
* Returns the list of query API keys for the given Azure
|
|
14
|
+
* Returns the list of query API keys for the given Azure AI Search service.
|
|
15
15
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
16
16
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
17
|
-
* @param searchServiceName The name of the Azure
|
|
18
|
-
*
|
|
17
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
18
|
+
* resource group.
|
|
19
19
|
* @param options The options parameters.
|
|
20
20
|
*/
|
|
21
21
|
listBySearchService(resourceGroupName: string, searchServiceName: string, options?: QueryKeysListBySearchServiceOptionalParams): PagedAsyncIterableIterator<QueryKey>;
|
|
@@ -26,18 +26,18 @@ export declare class QueryKeysImpl implements QueryKeys {
|
|
|
26
26
|
* service.
|
|
27
27
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
28
28
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
29
|
-
* @param searchServiceName The name of the Azure
|
|
30
|
-
*
|
|
29
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
30
|
+
* resource group.
|
|
31
31
|
* @param name The name of the new query API key.
|
|
32
32
|
* @param options The options parameters.
|
|
33
33
|
*/
|
|
34
34
|
create(resourceGroupName: string, searchServiceName: string, name: string, options?: QueryKeysCreateOptionalParams): Promise<QueryKeysCreateResponse>;
|
|
35
35
|
/**
|
|
36
|
-
* Returns the list of query API keys for the given Azure
|
|
36
|
+
* Returns the list of query API keys for the given Azure AI Search service.
|
|
37
37
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
38
38
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
39
|
-
* @param searchServiceName The name of the Azure
|
|
40
|
-
*
|
|
39
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
40
|
+
* resource group.
|
|
41
41
|
* @param options The options parameters.
|
|
42
42
|
*/
|
|
43
43
|
private _listBySearchService;
|
|
@@ -46,8 +46,8 @@ export declare class QueryKeysImpl implements QueryKeys {
|
|
|
46
46
|
* regenerating a query key is to delete and then recreate it.
|
|
47
47
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
48
48
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
49
|
-
* @param searchServiceName The name of the Azure
|
|
50
|
-
*
|
|
49
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
50
|
+
* resource group.
|
|
51
51
|
* @param key The query key to be deleted. Query keys are identified by value, not by name.
|
|
52
52
|
* @param options The options parameters.
|
|
53
53
|
*/
|
|
@@ -56,8 +56,8 @@ export declare class QueryKeysImpl implements QueryKeys {
|
|
|
56
56
|
* ListBySearchServiceNext
|
|
57
57
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
58
58
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
59
|
-
* @param searchServiceName The name of the Azure
|
|
60
|
-
*
|
|
59
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
60
|
+
* resource group.
|
|
61
61
|
* @param nextLink The nextLink from the previous successful call to the ListBySearchService method.
|
|
62
62
|
* @param options The options parameters.
|
|
63
63
|
*/
|
|
@@ -21,11 +21,11 @@ export class QueryKeysImpl {
|
|
|
21
21
|
this.client = client;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
* Returns the list of query API keys for the given Azure
|
|
24
|
+
* Returns the list of query API keys for the given Azure AI Search service.
|
|
25
25
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
26
26
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
27
|
-
* @param searchServiceName The name of the Azure
|
|
28
|
-
*
|
|
27
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
28
|
+
* resource group.
|
|
29
29
|
* @param options The options parameters.
|
|
30
30
|
*/
|
|
31
31
|
listBySearchService(resourceGroupName, searchServiceName, options) {
|
|
@@ -42,7 +42,7 @@ export class QueryKeysImpl {
|
|
|
42
42
|
throw new Error("maxPageSize is not supported by this operation.");
|
|
43
43
|
}
|
|
44
44
|
return this.listBySearchServicePagingPage(resourceGroupName, searchServiceName, options, settings);
|
|
45
|
-
}
|
|
45
|
+
},
|
|
46
46
|
};
|
|
47
47
|
}
|
|
48
48
|
listBySearchServicePagingPage(resourceGroupName, searchServiceName, options, settings) {
|
|
@@ -90,8 +90,8 @@ export class QueryKeysImpl {
|
|
|
90
90
|
* service.
|
|
91
91
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
92
92
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
93
|
-
* @param searchServiceName The name of the Azure
|
|
94
|
-
*
|
|
93
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
94
|
+
* resource group.
|
|
95
95
|
* @param name The name of the new query API key.
|
|
96
96
|
* @param options The options parameters.
|
|
97
97
|
*/
|
|
@@ -99,11 +99,11 @@ export class QueryKeysImpl {
|
|
|
99
99
|
return this.client.sendOperationRequest({ resourceGroupName, searchServiceName, name, options }, createOperationSpec);
|
|
100
100
|
}
|
|
101
101
|
/**
|
|
102
|
-
* Returns the list of query API keys for the given Azure
|
|
102
|
+
* Returns the list of query API keys for the given Azure AI Search service.
|
|
103
103
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
104
104
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
105
|
-
* @param searchServiceName The name of the Azure
|
|
106
|
-
*
|
|
105
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
106
|
+
* resource group.
|
|
107
107
|
* @param options The options parameters.
|
|
108
108
|
*/
|
|
109
109
|
_listBySearchService(resourceGroupName, searchServiceName, options) {
|
|
@@ -114,8 +114,8 @@ export class QueryKeysImpl {
|
|
|
114
114
|
* regenerating a query key is to delete and then recreate it.
|
|
115
115
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
116
116
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
117
|
-
* @param searchServiceName The name of the Azure
|
|
118
|
-
*
|
|
117
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
118
|
+
* resource group.
|
|
119
119
|
* @param key The query key to be deleted. Query keys are identified by value, not by name.
|
|
120
120
|
* @param options The options parameters.
|
|
121
121
|
*/
|
|
@@ -126,8 +126,8 @@ export class QueryKeysImpl {
|
|
|
126
126
|
* ListBySearchServiceNext
|
|
127
127
|
* @param resourceGroupName The name of the resource group within the current subscription. You can
|
|
128
128
|
* obtain this value from the Azure Resource Manager API or the portal.
|
|
129
|
-
* @param searchServiceName The name of the Azure
|
|
130
|
-
*
|
|
129
|
+
* @param searchServiceName The name of the Azure AI Search service associated with the specified
|
|
130
|
+
* resource group.
|
|
131
131
|
* @param nextLink The nextLink from the previous successful call to the ListBySearchService method.
|
|
132
132
|
* @param options The options parameters.
|
|
133
133
|
*/
|
|
@@ -142,11 +142,11 @@ const createOperationSpec = {
|
|
|
142
142
|
httpMethod: "POST",
|
|
143
143
|
responses: {
|
|
144
144
|
200: {
|
|
145
|
-
bodyMapper: Mappers.QueryKey
|
|
145
|
+
bodyMapper: Mappers.QueryKey,
|
|
146
146
|
},
|
|
147
147
|
default: {
|
|
148
|
-
bodyMapper: Mappers.CloudError
|
|
149
|
-
}
|
|
148
|
+
bodyMapper: Mappers.CloudError,
|
|
149
|
+
},
|
|
150
150
|
},
|
|
151
151
|
queryParameters: [Parameters.apiVersion],
|
|
152
152
|
urlParameters: [
|
|
@@ -154,31 +154,31 @@ const createOperationSpec = {
|
|
|
154
154
|
Parameters.resourceGroupName,
|
|
155
155
|
Parameters.searchServiceName,
|
|
156
156
|
Parameters.subscriptionId,
|
|
157
|
-
Parameters.name
|
|
157
|
+
Parameters.name,
|
|
158
158
|
],
|
|
159
159
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
160
|
-
serializer
|
|
160
|
+
serializer,
|
|
161
161
|
};
|
|
162
162
|
const listBySearchServiceOperationSpec = {
|
|
163
163
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/listQueryKeys",
|
|
164
164
|
httpMethod: "POST",
|
|
165
165
|
responses: {
|
|
166
166
|
200: {
|
|
167
|
-
bodyMapper: Mappers.ListQueryKeysResult
|
|
167
|
+
bodyMapper: Mappers.ListQueryKeysResult,
|
|
168
168
|
},
|
|
169
169
|
default: {
|
|
170
|
-
bodyMapper: Mappers.CloudError
|
|
171
|
-
}
|
|
170
|
+
bodyMapper: Mappers.CloudError,
|
|
171
|
+
},
|
|
172
172
|
},
|
|
173
173
|
queryParameters: [Parameters.apiVersion],
|
|
174
174
|
urlParameters: [
|
|
175
175
|
Parameters.$host,
|
|
176
176
|
Parameters.resourceGroupName,
|
|
177
177
|
Parameters.searchServiceName,
|
|
178
|
-
Parameters.subscriptionId
|
|
178
|
+
Parameters.subscriptionId,
|
|
179
179
|
],
|
|
180
180
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
181
|
-
serializer
|
|
181
|
+
serializer,
|
|
182
182
|
};
|
|
183
183
|
const deleteOperationSpec = {
|
|
184
184
|
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}/deleteQueryKey/{key}",
|
|
@@ -188,8 +188,8 @@ const deleteOperationSpec = {
|
|
|
188
188
|
204: {},
|
|
189
189
|
404: {},
|
|
190
190
|
default: {
|
|
191
|
-
bodyMapper: Mappers.CloudError
|
|
192
|
-
}
|
|
191
|
+
bodyMapper: Mappers.CloudError,
|
|
192
|
+
},
|
|
193
193
|
},
|
|
194
194
|
queryParameters: [Parameters.apiVersion],
|
|
195
195
|
urlParameters: [
|
|
@@ -197,30 +197,30 @@ const deleteOperationSpec = {
|
|
|
197
197
|
Parameters.resourceGroupName,
|
|
198
198
|
Parameters.searchServiceName,
|
|
199
199
|
Parameters.subscriptionId,
|
|
200
|
-
Parameters.key
|
|
200
|
+
Parameters.key,
|
|
201
201
|
],
|
|
202
202
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
203
|
-
serializer
|
|
203
|
+
serializer,
|
|
204
204
|
};
|
|
205
205
|
const listBySearchServiceNextOperationSpec = {
|
|
206
206
|
path: "{nextLink}",
|
|
207
207
|
httpMethod: "GET",
|
|
208
208
|
responses: {
|
|
209
209
|
200: {
|
|
210
|
-
bodyMapper: Mappers.ListQueryKeysResult
|
|
210
|
+
bodyMapper: Mappers.ListQueryKeysResult,
|
|
211
211
|
},
|
|
212
212
|
default: {
|
|
213
|
-
bodyMapper: Mappers.CloudError
|
|
214
|
-
}
|
|
213
|
+
bodyMapper: Mappers.CloudError,
|
|
214
|
+
},
|
|
215
215
|
},
|
|
216
216
|
urlParameters: [
|
|
217
217
|
Parameters.$host,
|
|
218
218
|
Parameters.resourceGroupName,
|
|
219
219
|
Parameters.searchServiceName,
|
|
220
220
|
Parameters.subscriptionId,
|
|
221
|
-
Parameters.nextLink
|
|
221
|
+
Parameters.nextLink,
|
|
222
222
|
],
|
|
223
223
|
headerParameters: [Parameters.accept, Parameters.clientRequestId],
|
|
224
|
-
serializer
|
|
224
|
+
serializer,
|
|
225
225
|
};
|
|
226
226
|
//# sourceMappingURL=queryKeys.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"queryKeys.js","sourceRoot":"","sources":["../../../src/operations/queryKeys.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAGH,OAAO,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAEvD,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAanD,4CAA4C;AAC5C,6CAA6C;AAC7C,MAAM,OAAO,aAAa;IAGxB;;;OAGG;IACH,YAAY,MAA8B;QACxC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;;OAOG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,iBAAyB,EACzB,OAAoD;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAC5C,iBAAiB,EACjB,iBAAiB,EACjB,OAAO,CACR,CAAC;QACF,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,CAAC,QAAuB,EAAE,EAAE;gBAClC,IAAI,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,WAAW,EAAE;
|
|
1
|
+
{"version":3,"file":"queryKeys.js","sourceRoot":"","sources":["../../../src/operations/queryKeys.ts"],"names":[],"mappings":"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"}
|