@azure/arm-eventgrid 30.0.0-alpha.20210929.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 +14 -0
- package/LICENSE +21 -0
- package/README.md +94 -0
- package/dist/index.js +10620 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/eventGridManagementClient.d.ts +31 -0
- package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClient.js +38 -0
- package/dist-esm/src/eventGridManagementClient.js.map +1 -0
- package/dist-esm/src/eventGridManagementClientContext.d.ts +17 -0
- package/dist-esm/src/eventGridManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/eventGridManagementClientContext.js +50 -0
- package/dist-esm/src/eventGridManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2765 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +289 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +139 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +2979 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +53 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +415 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/domainTopics.d.ts +79 -0
- package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/domainTopics.js +310 -0
- package/dist-esm/src/operations/domainTopics.js.map +1 -0
- package/dist-esm/src/operations/domains.d.ts +122 -0
- package/dist-esm/src/operations/domains.d.ts.map +1 -0
- package/dist-esm/src/operations/domains.js +522 -0
- package/dist-esm/src/operations/domains.js.map +1 -0
- package/dist-esm/src/operations/eventChannels.d.ts +72 -0
- package/dist-esm/src/operations/eventChannels.d.ts.map +1 -0
- package/dist-esm/src/operations/eventChannels.js +269 -0
- package/dist-esm/src/operations/eventChannels.js.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
- package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
- package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
- package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/extensionTopics.js +50 -0
- package/dist-esm/src/operations/extensionTopics.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +17 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +24 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +88 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/partnerNamespaces.d.ts +122 -0
- package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerNamespaces.js +537 -0
- package/dist-esm/src/operations/partnerNamespaces.js.map +1 -0
- package/dist-esm/src/operations/partnerRegistrations.d.ts +83 -0
- package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerRegistrations.js +349 -0
- package/dist-esm/src/operations/partnerRegistrations.js.map +1 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/partnerTopics.d.ts +97 -0
- package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/partnerTopics.js +408 -0
- package/dist-esm/src/operations/partnerTopics.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +105 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +362 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +58 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +184 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
- package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/systemTopics.d.ts +107 -0
- package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operations/systemTopics.js +482 -0
- package/dist-esm/src/operations/systemTopics.js.map +1 -0
- package/dist-esm/src/operations/topicTypes.d.ts +46 -0
- package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operations/topicTypes.js +175 -0
- package/dist-esm/src/operations/topicTypes.js.map +1 -0
- package/dist-esm/src/operations/topics.d.ts +150 -0
- package/dist-esm/src/operations/topics.d.ts.map +1 -0
- package/dist-esm/src/operations/topics.js +656 -0
- package/dist-esm/src/operations/topics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/domains.js +9 -0
- package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.js +9 -0
- package/dist-esm/src/operationsInterfaces/eventChannels.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +24 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts +86 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerNamespaces.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerRegistrations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/partnerTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +27 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
- package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
- package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
- package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/topics.js +9 -0
- package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
- package/dist-esm/test/eventgrid_examples.d.ts +2 -0
- package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
- package/dist-esm/test/eventgrid_examples.js +163 -0
- package/dist-esm/test/eventgrid_examples.js.map +1 -0
- package/package.json +102 -0
- package/review/arm-eventgrid.api.md +2518 -0
- package/rollup.config.js +188 -0
- package/src/eventGridManagementClient.ts +101 -0
- package/src/eventGridManagementClientContext.ts +71 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +3297 -0
- package/src/models/mappers.ts +3334 -0
- package/src/models/parameters.ts +490 -0
- package/src/operations/domainTopics.ts +452 -0
- package/src/operations/domains.ts +713 -0
- package/src/operations/eventChannels.ts +382 -0
- package/src/operations/eventSubscriptions.ts +2077 -0
- package/src/operations/extensionTopics.ts +67 -0
- package/src/operations/index.ts +24 -0
- package/src/operations/operations.ts +96 -0
- package/src/operations/partnerNamespaces.ts +729 -0
- package/src/operations/partnerRegistrations.ts +440 -0
- package/src/operations/partnerTopicEventSubscriptions.ts +699 -0
- package/src/operations/partnerTopics.ts +532 -0
- package/src/operations/privateEndpointConnections.ts +529 -0
- package/src/operations/privateLinkResources.ts +259 -0
- package/src/operations/systemTopicEventSubscriptions.ts +699 -0
- package/src/operations/systemTopics.ts +656 -0
- package/src/operations/topicTypes.ts +202 -0
- package/src/operations/topics.ts +921 -0
- package/src/operationsInterfaces/domainTopics.ts +105 -0
- package/src/operationsInterfaces/domains.ts +162 -0
- package/src/operationsInterfaces/eventChannels.ts +89 -0
- package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
- package/src/operationsInterfaces/extensionTopics.ts +30 -0
- package/src/operationsInterfaces/index.ts +24 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/partnerNamespaces.ts +162 -0
- package/src/operationsInterfaces/partnerRegistrations.ts +91 -0
- package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/partnerTopics.ts +114 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +137 -0
- package/src/operationsInterfaces/privateLinkResources.ts +52 -0
- package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
- package/src/operationsInterfaces/systemTopics.ts +139 -0
- package/src/operationsInterfaces/topicTypes.ts +47 -0
- package/src/operationsInterfaces/topics.ts +197 -0
- package/tsconfig.json +19 -0
- package/types/arm-eventgrid.d.ts +4299 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,404 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { EventSubscriptions } from "../operationsInterfaces";
|
|
3
|
+
import { EventGridManagementClientContext } from "../eventGridManagementClientContext";
|
|
4
|
+
import { PollerLike, PollOperationState } from "@azure/core-lro";
|
|
5
|
+
import { EventSubscription, EventSubscriptionsListGlobalBySubscriptionOptionalParams, EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams, EventSubscriptionsListGlobalByResourceGroupOptionalParams, EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams, EventSubscriptionsListRegionalBySubscriptionOptionalParams, EventSubscriptionsListRegionalByResourceGroupOptionalParams, EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams, EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams, EventSubscriptionsListByResourceOptionalParams, EventSubscriptionsListByDomainTopicOptionalParams, EventSubscriptionsGetOptionalParams, EventSubscriptionsGetResponse, EventSubscriptionsCreateOrUpdateOptionalParams, EventSubscriptionsCreateOrUpdateResponse, EventSubscriptionsDeleteOptionalParams, EventSubscriptionUpdateParameters, EventSubscriptionsUpdateOptionalParams, EventSubscriptionsUpdateResponse, EventSubscriptionsGetFullUrlOptionalParams, EventSubscriptionsGetFullUrlResponse, EventSubscriptionsGetDeliveryAttributesOptionalParams, EventSubscriptionsGetDeliveryAttributesResponse } from "../models";
|
|
6
|
+
/** Class containing EventSubscriptions operations. */
|
|
7
|
+
export declare class EventSubscriptionsImpl implements EventSubscriptions {
|
|
8
|
+
private readonly client;
|
|
9
|
+
/**
|
|
10
|
+
* Initialize a new instance of the class EventSubscriptions class.
|
|
11
|
+
* @param client Reference to the service client
|
|
12
|
+
*/
|
|
13
|
+
constructor(client: EventGridManagementClientContext);
|
|
14
|
+
/**
|
|
15
|
+
* List all aggregated global event subscriptions under a specific Azure subscription.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
listGlobalBySubscription(options?: EventSubscriptionsListGlobalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
19
|
+
private listGlobalBySubscriptionPagingPage;
|
|
20
|
+
private listGlobalBySubscriptionPagingAll;
|
|
21
|
+
/**
|
|
22
|
+
* List all global event subscriptions under an Azure subscription for a topic type.
|
|
23
|
+
* @param topicTypeName Name of the topic type.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
listGlobalBySubscriptionForTopicType(topicTypeName: string, options?: EventSubscriptionsListGlobalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
27
|
+
private listGlobalBySubscriptionForTopicTypePagingPage;
|
|
28
|
+
private listGlobalBySubscriptionForTopicTypePagingAll;
|
|
29
|
+
/**
|
|
30
|
+
* List all global event subscriptions under a specific Azure subscription and resource group.
|
|
31
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
listGlobalByResourceGroup(resourceGroupName: string, options?: EventSubscriptionsListGlobalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
35
|
+
private listGlobalByResourceGroupPagingPage;
|
|
36
|
+
private listGlobalByResourceGroupPagingAll;
|
|
37
|
+
/**
|
|
38
|
+
* List all global event subscriptions under a resource group for a specific topic type.
|
|
39
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
40
|
+
* @param topicTypeName Name of the topic type.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
listGlobalByResourceGroupForTopicType(resourceGroupName: string, topicTypeName: string, options?: EventSubscriptionsListGlobalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
44
|
+
private listGlobalByResourceGroupForTopicTypePagingPage;
|
|
45
|
+
private listGlobalByResourceGroupForTopicTypePagingAll;
|
|
46
|
+
/**
|
|
47
|
+
* List all event subscriptions from the given location under a specific Azure subscription.
|
|
48
|
+
* @param location Name of the location.
|
|
49
|
+
* @param options The options parameters.
|
|
50
|
+
*/
|
|
51
|
+
listRegionalBySubscription(location: string, options?: EventSubscriptionsListRegionalBySubscriptionOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
52
|
+
private listRegionalBySubscriptionPagingPage;
|
|
53
|
+
private listRegionalBySubscriptionPagingAll;
|
|
54
|
+
/**
|
|
55
|
+
* List all event subscriptions from the given location under a specific Azure subscription and
|
|
56
|
+
* resource group.
|
|
57
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
58
|
+
* @param location Name of the location.
|
|
59
|
+
* @param options The options parameters.
|
|
60
|
+
*/
|
|
61
|
+
listRegionalByResourceGroup(resourceGroupName: string, location: string, options?: EventSubscriptionsListRegionalByResourceGroupOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
62
|
+
private listRegionalByResourceGroupPagingPage;
|
|
63
|
+
private listRegionalByResourceGroupPagingAll;
|
|
64
|
+
/**
|
|
65
|
+
* List all event subscriptions from the given location under a specific Azure subscription and topic
|
|
66
|
+
* type.
|
|
67
|
+
* @param location Name of the location.
|
|
68
|
+
* @param topicTypeName Name of the topic type.
|
|
69
|
+
* @param options The options parameters.
|
|
70
|
+
*/
|
|
71
|
+
listRegionalBySubscriptionForTopicType(location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalBySubscriptionForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
72
|
+
private listRegionalBySubscriptionForTopicTypePagingPage;
|
|
73
|
+
private listRegionalBySubscriptionForTopicTypePagingAll;
|
|
74
|
+
/**
|
|
75
|
+
* List all event subscriptions from the given location under a specific Azure subscription and
|
|
76
|
+
* resource group and topic type.
|
|
77
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
78
|
+
* @param location Name of the location.
|
|
79
|
+
* @param topicTypeName Name of the topic type.
|
|
80
|
+
* @param options The options parameters.
|
|
81
|
+
*/
|
|
82
|
+
listRegionalByResourceGroupForTopicType(resourceGroupName: string, location: string, topicTypeName: string, options?: EventSubscriptionsListRegionalByResourceGroupForTopicTypeOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
83
|
+
private listRegionalByResourceGroupForTopicTypePagingPage;
|
|
84
|
+
private listRegionalByResourceGroupForTopicTypePagingAll;
|
|
85
|
+
/**
|
|
86
|
+
* List all event subscriptions that have been created for a specific topic.
|
|
87
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
88
|
+
* @param providerNamespace Namespace of the provider of the topic.
|
|
89
|
+
* @param resourceTypeName Name of the resource type.
|
|
90
|
+
* @param resourceName Name of the resource.
|
|
91
|
+
* @param options The options parameters.
|
|
92
|
+
*/
|
|
93
|
+
listByResource(resourceGroupName: string, providerNamespace: string, resourceTypeName: string, resourceName: string, options?: EventSubscriptionsListByResourceOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
94
|
+
private listByResourcePagingPage;
|
|
95
|
+
private listByResourcePagingAll;
|
|
96
|
+
/**
|
|
97
|
+
* List all event subscriptions that have been created for a specific domain topic.
|
|
98
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
99
|
+
* @param domainName Name of the top level domain.
|
|
100
|
+
* @param topicName Name of the domain topic.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
listByDomainTopic(resourceGroupName: string, domainName: string, topicName: string, options?: EventSubscriptionsListByDomainTopicOptionalParams): PagedAsyncIterableIterator<EventSubscription>;
|
|
104
|
+
private listByDomainTopicPagingPage;
|
|
105
|
+
private listByDomainTopicPagingAll;
|
|
106
|
+
/**
|
|
107
|
+
* Get properties of an event subscription.
|
|
108
|
+
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
109
|
+
* group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
|
|
110
|
+
* For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
111
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
112
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
113
|
+
* for a resource, and
|
|
114
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
115
|
+
* for an EventGrid topic.
|
|
116
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
get(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetOptionalParams): Promise<EventSubscriptionsGetResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* Asynchronously creates a new event subscription or updates an existing event subscription based on
|
|
122
|
+
* the specified scope.
|
|
123
|
+
* @param scope The identifier of the resource to which the event subscription needs to be created or
|
|
124
|
+
* updated. The scope can be a subscription, or a resource group, or a top level resource belonging to
|
|
125
|
+
* a resource provider namespace, or an EventGrid topic. For example, use
|
|
126
|
+
* '/subscriptions/{subscriptionId}/' for a subscription,
|
|
127
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
128
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
129
|
+
* for a resource, and
|
|
130
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
131
|
+
* for an EventGrid topic.
|
|
132
|
+
* @param eventSubscriptionName Name of the event subscription. Event subscription names must be
|
|
133
|
+
* between 3 and 64 characters in length and should use alphanumeric letters only.
|
|
134
|
+
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
135
|
+
* information.
|
|
136
|
+
* @param options The options parameters.
|
|
137
|
+
*/
|
|
138
|
+
beginCreateOrUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<EventSubscriptionsCreateOrUpdateResponse>, EventSubscriptionsCreateOrUpdateResponse>>;
|
|
139
|
+
/**
|
|
140
|
+
* Asynchronously creates a new event subscription or updates an existing event subscription based on
|
|
141
|
+
* the specified scope.
|
|
142
|
+
* @param scope The identifier of the resource to which the event subscription needs to be created or
|
|
143
|
+
* updated. The scope can be a subscription, or a resource group, or a top level resource belonging to
|
|
144
|
+
* a resource provider namespace, or an EventGrid topic. For example, use
|
|
145
|
+
* '/subscriptions/{subscriptionId}/' for a subscription,
|
|
146
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
147
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
148
|
+
* for a resource, and
|
|
149
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
150
|
+
* for an EventGrid topic.
|
|
151
|
+
* @param eventSubscriptionName Name of the event subscription. Event subscription names must be
|
|
152
|
+
* between 3 and 64 characters in length and should use alphanumeric letters only.
|
|
153
|
+
* @param eventSubscriptionInfo Event subscription properties containing the destination and filter
|
|
154
|
+
* information.
|
|
155
|
+
* @param options The options parameters.
|
|
156
|
+
*/
|
|
157
|
+
beginCreateOrUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionInfo: EventSubscription, options?: EventSubscriptionsCreateOrUpdateOptionalParams): Promise<EventSubscriptionsCreateOrUpdateResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* Delete an existing event subscription.
|
|
160
|
+
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
161
|
+
* group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
|
|
162
|
+
* For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
163
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
164
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
165
|
+
* for a resource, and
|
|
166
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
167
|
+
* for an EventGrid topic.
|
|
168
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
169
|
+
* @param options The options parameters.
|
|
170
|
+
*/
|
|
171
|
+
beginDelete(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
172
|
+
/**
|
|
173
|
+
* Delete an existing event subscription.
|
|
174
|
+
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
175
|
+
* group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
|
|
176
|
+
* For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
177
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
178
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
179
|
+
* for a resource, and
|
|
180
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
181
|
+
* for an EventGrid topic.
|
|
182
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
183
|
+
* @param options The options parameters.
|
|
184
|
+
*/
|
|
185
|
+
beginDeleteAndWait(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsDeleteOptionalParams): Promise<void>;
|
|
186
|
+
/**
|
|
187
|
+
* Asynchronously updates an existing event subscription.
|
|
188
|
+
* @param scope The scope of existing event subscription. The scope can be a subscription, or a
|
|
189
|
+
* resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid
|
|
190
|
+
* topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
191
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
192
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
193
|
+
* for a resource, and
|
|
194
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
195
|
+
* for an EventGrid topic.
|
|
196
|
+
* @param eventSubscriptionName Name of the event subscription to be updated.
|
|
197
|
+
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
198
|
+
* @param options The options parameters.
|
|
199
|
+
*/
|
|
200
|
+
beginUpdate(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<PollerLike<PollOperationState<EventSubscriptionsUpdateResponse>, EventSubscriptionsUpdateResponse>>;
|
|
201
|
+
/**
|
|
202
|
+
* Asynchronously updates an existing event subscription.
|
|
203
|
+
* @param scope The scope of existing event subscription. The scope can be a subscription, or a
|
|
204
|
+
* resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid
|
|
205
|
+
* topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
206
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
207
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
208
|
+
* for a resource, and
|
|
209
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
210
|
+
* for an EventGrid topic.
|
|
211
|
+
* @param eventSubscriptionName Name of the event subscription to be updated.
|
|
212
|
+
* @param eventSubscriptionUpdateParameters Updated event subscription information.
|
|
213
|
+
* @param options The options parameters.
|
|
214
|
+
*/
|
|
215
|
+
beginUpdateAndWait(scope: string, eventSubscriptionName: string, eventSubscriptionUpdateParameters: EventSubscriptionUpdateParameters, options?: EventSubscriptionsUpdateOptionalParams): Promise<EventSubscriptionsUpdateResponse>;
|
|
216
|
+
/**
|
|
217
|
+
* Get the full endpoint URL for an event subscription.
|
|
218
|
+
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
219
|
+
* group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
|
|
220
|
+
* For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
221
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
222
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
223
|
+
* for a resource, and
|
|
224
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
225
|
+
* for an EventGrid topic.
|
|
226
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
227
|
+
* @param options The options parameters.
|
|
228
|
+
*/
|
|
229
|
+
getFullUrl(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetFullUrlOptionalParams): Promise<EventSubscriptionsGetFullUrlResponse>;
|
|
230
|
+
/**
|
|
231
|
+
* List all aggregated global event subscriptions under a specific Azure subscription.
|
|
232
|
+
* @param options The options parameters.
|
|
233
|
+
*/
|
|
234
|
+
private _listGlobalBySubscription;
|
|
235
|
+
/**
|
|
236
|
+
* List all global event subscriptions under an Azure subscription for a topic type.
|
|
237
|
+
* @param topicTypeName Name of the topic type.
|
|
238
|
+
* @param options The options parameters.
|
|
239
|
+
*/
|
|
240
|
+
private _listGlobalBySubscriptionForTopicType;
|
|
241
|
+
/**
|
|
242
|
+
* List all global event subscriptions under a specific Azure subscription and resource group.
|
|
243
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
244
|
+
* @param options The options parameters.
|
|
245
|
+
*/
|
|
246
|
+
private _listGlobalByResourceGroup;
|
|
247
|
+
/**
|
|
248
|
+
* List all global event subscriptions under a resource group for a specific topic type.
|
|
249
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
250
|
+
* @param topicTypeName Name of the topic type.
|
|
251
|
+
* @param options The options parameters.
|
|
252
|
+
*/
|
|
253
|
+
private _listGlobalByResourceGroupForTopicType;
|
|
254
|
+
/**
|
|
255
|
+
* List all event subscriptions from the given location under a specific Azure subscription.
|
|
256
|
+
* @param location Name of the location.
|
|
257
|
+
* @param options The options parameters.
|
|
258
|
+
*/
|
|
259
|
+
private _listRegionalBySubscription;
|
|
260
|
+
/**
|
|
261
|
+
* List all event subscriptions from the given location under a specific Azure subscription and
|
|
262
|
+
* resource group.
|
|
263
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
264
|
+
* @param location Name of the location.
|
|
265
|
+
* @param options The options parameters.
|
|
266
|
+
*/
|
|
267
|
+
private _listRegionalByResourceGroup;
|
|
268
|
+
/**
|
|
269
|
+
* List all event subscriptions from the given location under a specific Azure subscription and topic
|
|
270
|
+
* type.
|
|
271
|
+
* @param location Name of the location.
|
|
272
|
+
* @param topicTypeName Name of the topic type.
|
|
273
|
+
* @param options The options parameters.
|
|
274
|
+
*/
|
|
275
|
+
private _listRegionalBySubscriptionForTopicType;
|
|
276
|
+
/**
|
|
277
|
+
* List all event subscriptions from the given location under a specific Azure subscription and
|
|
278
|
+
* resource group and topic type.
|
|
279
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
280
|
+
* @param location Name of the location.
|
|
281
|
+
* @param topicTypeName Name of the topic type.
|
|
282
|
+
* @param options The options parameters.
|
|
283
|
+
*/
|
|
284
|
+
private _listRegionalByResourceGroupForTopicType;
|
|
285
|
+
/**
|
|
286
|
+
* List all event subscriptions that have been created for a specific topic.
|
|
287
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
288
|
+
* @param providerNamespace Namespace of the provider of the topic.
|
|
289
|
+
* @param resourceTypeName Name of the resource type.
|
|
290
|
+
* @param resourceName Name of the resource.
|
|
291
|
+
* @param options The options parameters.
|
|
292
|
+
*/
|
|
293
|
+
private _listByResource;
|
|
294
|
+
/**
|
|
295
|
+
* List all event subscriptions that have been created for a specific domain topic.
|
|
296
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
297
|
+
* @param domainName Name of the top level domain.
|
|
298
|
+
* @param topicName Name of the domain topic.
|
|
299
|
+
* @param options The options parameters.
|
|
300
|
+
*/
|
|
301
|
+
private _listByDomainTopic;
|
|
302
|
+
/**
|
|
303
|
+
* Get all delivery attributes for an event subscription.
|
|
304
|
+
* @param scope The scope of the event subscription. The scope can be a subscription, or a resource
|
|
305
|
+
* group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic.
|
|
306
|
+
* For example, use '/subscriptions/{subscriptionId}/' for a subscription,
|
|
307
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and
|
|
308
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}'
|
|
309
|
+
* for a resource, and
|
|
310
|
+
* '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}'
|
|
311
|
+
* for an EventGrid topic.
|
|
312
|
+
* @param eventSubscriptionName Name of the event subscription.
|
|
313
|
+
* @param options The options parameters.
|
|
314
|
+
*/
|
|
315
|
+
getDeliveryAttributes(scope: string, eventSubscriptionName: string, options?: EventSubscriptionsGetDeliveryAttributesOptionalParams): Promise<EventSubscriptionsGetDeliveryAttributesResponse>;
|
|
316
|
+
/**
|
|
317
|
+
* ListGlobalBySubscriptionNext
|
|
318
|
+
* @param nextLink The nextLink from the previous successful call to the ListGlobalBySubscription
|
|
319
|
+
* method.
|
|
320
|
+
* @param options The options parameters.
|
|
321
|
+
*/
|
|
322
|
+
private _listGlobalBySubscriptionNext;
|
|
323
|
+
/**
|
|
324
|
+
* ListGlobalBySubscriptionForTopicTypeNext
|
|
325
|
+
* @param topicTypeName Name of the topic type.
|
|
326
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
327
|
+
* ListGlobalBySubscriptionForTopicType method.
|
|
328
|
+
* @param options The options parameters.
|
|
329
|
+
*/
|
|
330
|
+
private _listGlobalBySubscriptionForTopicTypeNext;
|
|
331
|
+
/**
|
|
332
|
+
* ListGlobalByResourceGroupNext
|
|
333
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
334
|
+
* @param nextLink The nextLink from the previous successful call to the ListGlobalByResourceGroup
|
|
335
|
+
* method.
|
|
336
|
+
* @param options The options parameters.
|
|
337
|
+
*/
|
|
338
|
+
private _listGlobalByResourceGroupNext;
|
|
339
|
+
/**
|
|
340
|
+
* ListGlobalByResourceGroupForTopicTypeNext
|
|
341
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
342
|
+
* @param topicTypeName Name of the topic type.
|
|
343
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
344
|
+
* ListGlobalByResourceGroupForTopicType method.
|
|
345
|
+
* @param options The options parameters.
|
|
346
|
+
*/
|
|
347
|
+
private _listGlobalByResourceGroupForTopicTypeNext;
|
|
348
|
+
/**
|
|
349
|
+
* ListRegionalBySubscriptionNext
|
|
350
|
+
* @param location Name of the location.
|
|
351
|
+
* @param nextLink The nextLink from the previous successful call to the ListRegionalBySubscription
|
|
352
|
+
* method.
|
|
353
|
+
* @param options The options parameters.
|
|
354
|
+
*/
|
|
355
|
+
private _listRegionalBySubscriptionNext;
|
|
356
|
+
/**
|
|
357
|
+
* ListRegionalByResourceGroupNext
|
|
358
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
359
|
+
* @param location Name of the location.
|
|
360
|
+
* @param nextLink The nextLink from the previous successful call to the ListRegionalByResourceGroup
|
|
361
|
+
* method.
|
|
362
|
+
* @param options The options parameters.
|
|
363
|
+
*/
|
|
364
|
+
private _listRegionalByResourceGroupNext;
|
|
365
|
+
/**
|
|
366
|
+
* ListRegionalBySubscriptionForTopicTypeNext
|
|
367
|
+
* @param location Name of the location.
|
|
368
|
+
* @param topicTypeName Name of the topic type.
|
|
369
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
370
|
+
* ListRegionalBySubscriptionForTopicType method.
|
|
371
|
+
* @param options The options parameters.
|
|
372
|
+
*/
|
|
373
|
+
private _listRegionalBySubscriptionForTopicTypeNext;
|
|
374
|
+
/**
|
|
375
|
+
* ListRegionalByResourceGroupForTopicTypeNext
|
|
376
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
377
|
+
* @param location Name of the location.
|
|
378
|
+
* @param topicTypeName Name of the topic type.
|
|
379
|
+
* @param nextLink The nextLink from the previous successful call to the
|
|
380
|
+
* ListRegionalByResourceGroupForTopicType method.
|
|
381
|
+
* @param options The options parameters.
|
|
382
|
+
*/
|
|
383
|
+
private _listRegionalByResourceGroupForTopicTypeNext;
|
|
384
|
+
/**
|
|
385
|
+
* ListByResourceNext
|
|
386
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
387
|
+
* @param providerNamespace Namespace of the provider of the topic.
|
|
388
|
+
* @param resourceTypeName Name of the resource type.
|
|
389
|
+
* @param resourceName Name of the resource.
|
|
390
|
+
* @param nextLink The nextLink from the previous successful call to the ListByResource method.
|
|
391
|
+
* @param options The options parameters.
|
|
392
|
+
*/
|
|
393
|
+
private _listByResourceNext;
|
|
394
|
+
/**
|
|
395
|
+
* ListByDomainTopicNext
|
|
396
|
+
* @param resourceGroupName The name of the resource group within the user's subscription.
|
|
397
|
+
* @param domainName Name of the top level domain.
|
|
398
|
+
* @param topicName Name of the domain topic.
|
|
399
|
+
* @param nextLink The nextLink from the previous successful call to the ListByDomainTopic method.
|
|
400
|
+
* @param options The options parameters.
|
|
401
|
+
*/
|
|
402
|
+
private _listByDomainTopicNext;
|
|
403
|
+
}
|
|
404
|
+
//# sourceMappingURL=eventSubscriptions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eventSubscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/eventSubscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAI7D,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AACvF,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,iBAAiB,EAEjB,wDAAwD,EAExD,oEAAoE,EAEpE,yDAAyD,EAEzD,qEAAqE,EAErE,0DAA0D,EAE1D,2DAA2D,EAE3D,sEAAsE,EAEtE,uEAAuE,EAEvE,8CAA8C,EAE9C,iDAAiD,EACjD,mCAAmC,EACnC,6BAA6B,EAC7B,8CAA8C,EAC9C,wCAAwC,EACxC,sCAAsC,EACtC,iCAAiC,EACjC,sCAAsC,EACtC,gCAAgC,EAChC,0CAA0C,EAC1C,oCAAoC,EAWpC,qDAAqD,EACrD,+CAA+C,EAWhD,MAAM,WAAW,CAAC;AAGnB,sDAAsD;AACtD,qBAAa,sBAAuB,YAAW,kBAAkB;IAC/D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;OAGG;IACI,wBAAwB,CAC7B,OAAO,CAAC,EAAE,wDAAwD,GACjE,0BAA0B,CAAC,iBAAiB,CAAC;YAejC,kCAAkC;YAgBlC,iCAAiC;IAQhD;;;;OAIG;IACI,oCAAoC,CACzC,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,oEAAoE,GAC7E,0BAA0B,CAAC,iBAAiB,CAAC;YAqBjC,8CAA8C;YAqB9C,6CAA6C;IAY5D;;;;OAIG;IACI,yBAAyB,CAC9B,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,yDAAyD,GAClE,0BAA0B,CAAC,iBAAiB,CAAC;YAqBjC,mCAAmC;YAqBnC,kCAAkC;IAYjD;;;;;OAKG;IACI,qCAAqC,CAC1C,iBAAiB,EAAE,MAAM,EACzB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,qEAAqE,GAC9E,0BAA0B,CAAC,iBAAiB,CAAC;YAuBjC,+CAA+C;YAwB/C,8CAA8C;IAc7D;;;;OAIG;IACI,0BAA0B,CAC/B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,0DAA0D,GACnE,0BAA0B,CAAC,iBAAiB,CAAC;YAejC,oCAAoC;YAkBpC,mCAAmC;IAYlD;;;;;;OAMG;IACI,2BAA2B,CAChC,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,2DAA2D,GACpE,0BAA0B,CAAC,iBAAiB,CAAC;YAuBjC,qCAAqC;YAwBrC,oCAAoC;IAcnD;;;;;;OAMG;IACI,sCAAsC,CAC3C,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,sEAAsE,GAC/E,0BAA0B,CAAC,iBAAiB,CAAC;YAuBjC,gDAAgD;YAwBhD,+CAA+C;IAc9D;;;;;;;OAOG;IACI,uCAAuC,CAC5C,iBAAiB,EAAE,MAAM,EACzB,QAAQ,EAAE,MAAM,EAChB,aAAa,EAAE,MAAM,EACrB,OAAO,CAAC,EAAE,uEAAuE,GAChF,0BAA0B,CAAC,iBAAiB,CAAC;YAyBjC,iDAAiD;YA2BjD,gDAAgD;IAgB/D;;;;;;;OAOG;IACI,cAAc,CACnB,iBAAiB,EAAE,MAAM,EACzB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,iBAAiB,CAAC;YA2BjC,wBAAwB;YA8BxB,uBAAuB;IAkBtC;;;;;;OAMG;IACI,iBAAiB,CACtB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,OAAO,CAAC,EAAE,iDAAiD,GAC1D,0BAA0B,CAAC,iBAAiB,CAAC;YAyBjC,2BAA2B;YA2B3B,0BAA0B;IAgBzC;;;;;;;;;;;;OAYG;IACH,GAAG,CACD,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAOzC;;;;;;;;;;;;;;;;;OAiBG;IACG,mBAAmB,CACvB,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,qBAAqB,EAAE,iBAAiB,EACxC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,wCAAwC,CAAC,EAC5D,wCAAwC,CACzC,CACF;IAmDD;;;;;;;;;;;;;;;;;OAiBG;IACG,0BAA0B,CAC9B,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,qBAAqB,EAAE,iBAAiB,EACxC,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;IAUpD;;;;;;;;;;;;OAYG;IACG,WAAW,CACf,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAmDtD;;;;;;;;;;;;OAYG;IACG,kBAAkB,CACtB,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;;;;;;;;;OAaG;IACG,WAAW,CACf,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,iCAAiC,EAAE,iCAAiC,EACpE,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,gCAAgC,CAAC,EACpD,gCAAgC,CACjC,CACF;IAwDD;;;;;;;;;;;;;OAaG;IACG,kBAAkB,CACtB,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,iCAAiC,EAAE,iCAAiC,EACpE,OAAO,CAAC,EAAE,sCAAsC,GAC/C,OAAO,CAAC,gCAAgC,CAAC;IAU5C;;;;;;;;;;;;OAYG;IACH,UAAU,CACR,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC;IAOhD;;;OAGG;IACH,OAAO,CAAC,yBAAyB;IASjC;;;;OAIG;IACH,OAAO,CAAC,qCAAqC;IAU7C;;;;OAIG;IACH,OAAO,CAAC,0BAA0B;IAUlC;;;;;OAKG;IACH,OAAO,CAAC,sCAAsC;IAW9C;;;;OAIG;IACH,OAAO,CAAC,2BAA2B;IAUnC;;;;;;OAMG;IACH,OAAO,CAAC,4BAA4B;IAWpC;;;;;;OAMG;IACH,OAAO,CAAC,uCAAuC;IAW/C;;;;;;;OAOG;IACH,OAAO,CAAC,wCAAwC;IAchD;;;;;;;OAOG;IACH,OAAO,CAAC,eAAe;IAmBvB;;;;;;OAMG;IACH,OAAO,CAAC,kBAAkB;IAY1B;;;;;;;;;;;;OAYG;IACH,qBAAqB,CACnB,KAAK,EAAE,MAAM,EACb,qBAAqB,EAAE,MAAM,EAC7B,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC;IAO3D;;;;;OAKG;IACH,OAAO,CAAC,6BAA6B;IAUrC;;;;;;OAMG;IACH,OAAO,CAAC,yCAAyC;IAajD;;;;;;OAMG;IACH,OAAO,CAAC,8BAA8B;IAWtC;;;;;;;OAOG;IACH,OAAO,CAAC,0CAA0C;IAclD;;;;;;OAMG;IACH,OAAO,CAAC,+BAA+B;IAWvC;;;;;;;OAOG;IACH,OAAO,CAAC,gCAAgC;IAYxC;;;;;;;OAOG;IACH,OAAO,CAAC,2CAA2C;IAcnD;;;;;;;;OAQG;IACH,OAAO,CAAC,4CAA4C;IAepD;;;;;;;;OAQG;IACH,OAAO,CAAC,mBAAmB;IAqB3B;;;;;;;OAOG;IACH,OAAO,CAAC,sBAAsB;CAY/B"}
|