@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.
Files changed (222) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/LICENSE +21 -0
  3. package/README.md +94 -0
  4. package/dist/index.js +10620 -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/eventGridManagementClient.d.ts +31 -0
  9. package/dist-esm/src/eventGridManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/eventGridManagementClient.js +38 -0
  11. package/dist-esm/src/eventGridManagementClient.js.map +1 -0
  12. package/dist-esm/src/eventGridManagementClientContext.d.ts +17 -0
  13. package/dist-esm/src/eventGridManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/eventGridManagementClientContext.js +50 -0
  15. package/dist-esm/src/eventGridManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +2765 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +289 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +139 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/dist-esm/src/models/mappers.js +2979 -0
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +53 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +415 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/domainTopics.d.ts +79 -0
  37. package/dist-esm/src/operations/domainTopics.d.ts.map +1 -0
  38. package/dist-esm/src/operations/domainTopics.js +310 -0
  39. package/dist-esm/src/operations/domainTopics.js.map +1 -0
  40. package/dist-esm/src/operations/domains.d.ts +122 -0
  41. package/dist-esm/src/operations/domains.d.ts.map +1 -0
  42. package/dist-esm/src/operations/domains.js +522 -0
  43. package/dist-esm/src/operations/domains.js.map +1 -0
  44. package/dist-esm/src/operations/eventChannels.d.ts +72 -0
  45. package/dist-esm/src/operations/eventChannels.d.ts.map +1 -0
  46. package/dist-esm/src/operations/eventChannels.js +269 -0
  47. package/dist-esm/src/operations/eventChannels.js.map +1 -0
  48. package/dist-esm/src/operations/eventSubscriptions.d.ts +404 -0
  49. package/dist-esm/src/operations/eventSubscriptions.d.ts.map +1 -0
  50. package/dist-esm/src/operations/eventSubscriptions.js +1504 -0
  51. package/dist-esm/src/operations/eventSubscriptions.js.map +1 -0
  52. package/dist-esm/src/operations/extensionTopics.d.ts +24 -0
  53. package/dist-esm/src/operations/extensionTopics.d.ts.map +1 -0
  54. package/dist-esm/src/operations/extensionTopics.js +50 -0
  55. package/dist-esm/src/operations/extensionTopics.js.map +1 -0
  56. package/dist-esm/src/operations/index.d.ts +17 -0
  57. package/dist-esm/src/operations/index.d.ts.map +1 -0
  58. package/dist-esm/src/operations/index.js +24 -0
  59. package/dist-esm/src/operations/index.js.map +1 -0
  60. package/dist-esm/src/operations/operations.d.ts +26 -0
  61. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  62. package/dist-esm/src/operations/operations.js +88 -0
  63. package/dist-esm/src/operations/operations.js.map +1 -0
  64. package/dist-esm/src/operations/partnerNamespaces.d.ts +122 -0
  65. package/dist-esm/src/operations/partnerNamespaces.d.ts.map +1 -0
  66. package/dist-esm/src/operations/partnerNamespaces.js +537 -0
  67. package/dist-esm/src/operations/partnerNamespaces.js.map +1 -0
  68. package/dist-esm/src/operations/partnerRegistrations.d.ts +83 -0
  69. package/dist-esm/src/operations/partnerRegistrations.d.ts.map +1 -0
  70. package/dist-esm/src/operations/partnerRegistrations.js +349 -0
  71. package/dist-esm/src/operations/partnerRegistrations.js.map +1 -0
  72. package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts +128 -0
  73. package/dist-esm/src/operations/partnerTopicEventSubscriptions.d.ts.map +1 -0
  74. package/dist-esm/src/operations/partnerTopicEventSubscriptions.js +483 -0
  75. package/dist-esm/src/operations/partnerTopicEventSubscriptions.js.map +1 -0
  76. package/dist-esm/src/operations/partnerTopics.d.ts +97 -0
  77. package/dist-esm/src/operations/partnerTopics.d.ts.map +1 -0
  78. package/dist-esm/src/operations/partnerTopics.js +408 -0
  79. package/dist-esm/src/operations/partnerTopics.js.map +1 -0
  80. package/dist-esm/src/operations/privateEndpointConnections.d.ts +105 -0
  81. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  82. package/dist-esm/src/operations/privateEndpointConnections.js +362 -0
  83. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  84. package/dist-esm/src/operations/privateLinkResources.d.ts +58 -0
  85. package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
  86. package/dist-esm/src/operations/privateLinkResources.js +184 -0
  87. package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
  88. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts +128 -0
  89. package/dist-esm/src/operations/systemTopicEventSubscriptions.d.ts.map +1 -0
  90. package/dist-esm/src/operations/systemTopicEventSubscriptions.js +483 -0
  91. package/dist-esm/src/operations/systemTopicEventSubscriptions.js.map +1 -0
  92. package/dist-esm/src/operations/systemTopics.d.ts +107 -0
  93. package/dist-esm/src/operations/systemTopics.d.ts.map +1 -0
  94. package/dist-esm/src/operations/systemTopics.js +482 -0
  95. package/dist-esm/src/operations/systemTopics.js.map +1 -0
  96. package/dist-esm/src/operations/topicTypes.d.ts +46 -0
  97. package/dist-esm/src/operations/topicTypes.d.ts.map +1 -0
  98. package/dist-esm/src/operations/topicTypes.js +175 -0
  99. package/dist-esm/src/operations/topicTypes.js.map +1 -0
  100. package/dist-esm/src/operations/topics.d.ts +150 -0
  101. package/dist-esm/src/operations/topics.d.ts.map +1 -0
  102. package/dist-esm/src/operations/topics.js +656 -0
  103. package/dist-esm/src/operations/topics.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts +54 -0
  105. package/dist-esm/src/operationsInterfaces/domainTopics.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/domainTopics.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/domainTopics.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/domains.d.ts +86 -0
  109. package/dist-esm/src/operationsInterfaces/domains.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/domains.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/domains.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/eventChannels.d.ts +47 -0
  113. package/dist-esm/src/operationsInterfaces/eventChannels.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/eventChannels.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/eventChannels.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts +217 -0
  117. package/dist-esm/src/operationsInterfaces/eventSubscriptions.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js +9 -0
  119. package/dist-esm/src/operationsInterfaces/eventSubscriptions.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts +16 -0
  121. package/dist-esm/src/operationsInterfaces/extensionTopics.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/extensionTopics.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/extensionTopics.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/index.d.ts +17 -0
  125. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/index.js +24 -0
  127. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  129. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts +86 -0
  133. package/dist-esm/src/operationsInterfaces/partnerNamespaces.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/partnerNamespaces.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/partnerNamespaces.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts +47 -0
  137. package/dist-esm/src/operationsInterfaces/partnerRegistrations.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/partnerRegistrations.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/partnerRegistrations.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts +103 -0
  141. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.d.ts.map +1 -0
  142. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js +9 -0
  143. package/dist-esm/src/operationsInterfaces/partnerTopicEventSubscriptions.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts +61 -0
  145. package/dist-esm/src/operationsInterfaces/partnerTopics.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/partnerTopics.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/partnerTopics.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +74 -0
  149. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +27 -0
  153. package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts +103 -0
  157. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/systemTopicEventSubscriptions.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts +71 -0
  161. package/dist-esm/src/operationsInterfaces/systemTopics.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/systemTopics.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/systemTopics.js.map +1 -0
  164. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts +23 -0
  165. package/dist-esm/src/operationsInterfaces/topicTypes.d.ts.map +1 -0
  166. package/dist-esm/src/operationsInterfaces/topicTypes.js +9 -0
  167. package/dist-esm/src/operationsInterfaces/topicTypes.js.map +1 -0
  168. package/dist-esm/src/operationsInterfaces/topics.d.ts +103 -0
  169. package/dist-esm/src/operationsInterfaces/topics.d.ts.map +1 -0
  170. package/dist-esm/src/operationsInterfaces/topics.js +9 -0
  171. package/dist-esm/src/operationsInterfaces/topics.js.map +1 -0
  172. package/dist-esm/test/eventgrid_examples.d.ts +2 -0
  173. package/dist-esm/test/eventgrid_examples.d.ts.map +1 -0
  174. package/dist-esm/test/eventgrid_examples.js +163 -0
  175. package/dist-esm/test/eventgrid_examples.js.map +1 -0
  176. package/package.json +102 -0
  177. package/review/arm-eventgrid.api.md +2518 -0
  178. package/rollup.config.js +188 -0
  179. package/src/eventGridManagementClient.ts +101 -0
  180. package/src/eventGridManagementClientContext.ts +71 -0
  181. package/src/index.ts +13 -0
  182. package/src/lroImpl.ts +34 -0
  183. package/src/models/index.ts +3297 -0
  184. package/src/models/mappers.ts +3334 -0
  185. package/src/models/parameters.ts +490 -0
  186. package/src/operations/domainTopics.ts +452 -0
  187. package/src/operations/domains.ts +713 -0
  188. package/src/operations/eventChannels.ts +382 -0
  189. package/src/operations/eventSubscriptions.ts +2077 -0
  190. package/src/operations/extensionTopics.ts +67 -0
  191. package/src/operations/index.ts +24 -0
  192. package/src/operations/operations.ts +96 -0
  193. package/src/operations/partnerNamespaces.ts +729 -0
  194. package/src/operations/partnerRegistrations.ts +440 -0
  195. package/src/operations/partnerTopicEventSubscriptions.ts +699 -0
  196. package/src/operations/partnerTopics.ts +532 -0
  197. package/src/operations/privateEndpointConnections.ts +529 -0
  198. package/src/operations/privateLinkResources.ts +259 -0
  199. package/src/operations/systemTopicEventSubscriptions.ts +699 -0
  200. package/src/operations/systemTopics.ts +656 -0
  201. package/src/operations/topicTypes.ts +202 -0
  202. package/src/operations/topics.ts +921 -0
  203. package/src/operationsInterfaces/domainTopics.ts +105 -0
  204. package/src/operationsInterfaces/domains.ts +162 -0
  205. package/src/operationsInterfaces/eventChannels.ts +89 -0
  206. package/src/operationsInterfaces/eventSubscriptions.ts +339 -0
  207. package/src/operationsInterfaces/extensionTopics.ts +30 -0
  208. package/src/operationsInterfaces/index.ts +24 -0
  209. package/src/operationsInterfaces/operations.ts +22 -0
  210. package/src/operationsInterfaces/partnerNamespaces.ts +162 -0
  211. package/src/operationsInterfaces/partnerRegistrations.ts +91 -0
  212. package/src/operationsInterfaces/partnerTopicEventSubscriptions.ts +190 -0
  213. package/src/operationsInterfaces/partnerTopics.ts +114 -0
  214. package/src/operationsInterfaces/privateEndpointConnections.ts +137 -0
  215. package/src/operationsInterfaces/privateLinkResources.ts +52 -0
  216. package/src/operationsInterfaces/systemTopicEventSubscriptions.ts +190 -0
  217. package/src/operationsInterfaces/systemTopics.ts +139 -0
  218. package/src/operationsInterfaces/topicTypes.ts +47 -0
  219. package/src/operationsInterfaces/topics.ts +197 -0
  220. package/tsconfig.json +19 -0
  221. package/types/arm-eventgrid.d.ts +4299 -0
  222. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,483 @@
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 regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers";
11
+ import * as Parameters from "../models/parameters";
12
+ import { LroEngine } from "@azure/core-lro";
13
+ import { LroImpl } from "../lroImpl";
14
+ /// <reference lib="esnext.asynciterable" />
15
+ /** Class containing PartnerTopicEventSubscriptions operations. */
16
+ export class PartnerTopicEventSubscriptionsImpl {
17
+ /**
18
+ * Initialize a new instance of the class PartnerTopicEventSubscriptions class.
19
+ * @param client Reference to the service client
20
+ */
21
+ constructor(client) {
22
+ this.client = client;
23
+ }
24
+ /**
25
+ * List event subscriptions that belong to a specific partner topic.
26
+ * @param resourceGroupName The name of the resource group within the user's subscription.
27
+ * @param partnerTopicName Name of the partner topic.
28
+ * @param options The options parameters.
29
+ */
30
+ listByPartnerTopic(resourceGroupName, partnerTopicName, options) {
31
+ const iter = this.listByPartnerTopicPagingAll(resourceGroupName, partnerTopicName, options);
32
+ return {
33
+ next() {
34
+ return iter.next();
35
+ },
36
+ [Symbol.asyncIterator]() {
37
+ return this;
38
+ },
39
+ byPage: () => {
40
+ return this.listByPartnerTopicPagingPage(resourceGroupName, partnerTopicName, options);
41
+ }
42
+ };
43
+ }
44
+ listByPartnerTopicPagingPage(resourceGroupName, partnerTopicName, options) {
45
+ return __asyncGenerator(this, arguments, function* listByPartnerTopicPagingPage_1() {
46
+ let result = yield __await(this._listByPartnerTopic(resourceGroupName, partnerTopicName, options));
47
+ yield yield __await(result.value || []);
48
+ let continuationToken = result.nextLink;
49
+ while (continuationToken) {
50
+ result = yield __await(this._listByPartnerTopicNext(resourceGroupName, partnerTopicName, continuationToken, options));
51
+ continuationToken = result.nextLink;
52
+ yield yield __await(result.value || []);
53
+ }
54
+ });
55
+ }
56
+ listByPartnerTopicPagingAll(resourceGroupName, partnerTopicName, options) {
57
+ return __asyncGenerator(this, arguments, function* listByPartnerTopicPagingAll_1() {
58
+ var e_1, _a;
59
+ try {
60
+ for (var _b = __asyncValues(this.listByPartnerTopicPagingPage(resourceGroupName, partnerTopicName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
61
+ const page = _c.value;
62
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
63
+ }
64
+ }
65
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
66
+ finally {
67
+ try {
68
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
69
+ }
70
+ finally { if (e_1) throw e_1.error; }
71
+ }
72
+ });
73
+ }
74
+ /**
75
+ * Get an event subscription of a partner topic.
76
+ * @param resourceGroupName The name of the resource group within the user's subscription.
77
+ * @param partnerTopicName Name of the partner topic.
78
+ * @param eventSubscriptionName Name of the event subscription to be found. Event subscription names
79
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
80
+ * @param options The options parameters.
81
+ */
82
+ get(resourceGroupName, partnerTopicName, eventSubscriptionName, options) {
83
+ return this.client.sendOperationRequest({ resourceGroupName, partnerTopicName, eventSubscriptionName, options }, getOperationSpec);
84
+ }
85
+ /**
86
+ * Asynchronously creates or updates an event subscription of a partner topic with the specified
87
+ * parameters. Existing event subscriptions will be updated with this API.
88
+ * @param resourceGroupName The name of the resource group within the user's subscription.
89
+ * @param partnerTopicName Name of the partner topic.
90
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
91
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
92
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
93
+ * information.
94
+ * @param options The options parameters.
95
+ */
96
+ beginCreateOrUpdate(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionInfo, options) {
97
+ return __awaiter(this, void 0, void 0, function* () {
98
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
99
+ return this.client.sendOperationRequest(args, spec);
100
+ });
101
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
102
+ var _a;
103
+ let currentRawResponse = undefined;
104
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
105
+ const callback = (rawResponse, flatResponse) => {
106
+ currentRawResponse = rawResponse;
107
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
108
+ };
109
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
110
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
111
+ return {
112
+ flatResponse,
113
+ rawResponse: {
114
+ statusCode: currentRawResponse.status,
115
+ body: currentRawResponse.parsedBody,
116
+ headers: currentRawResponse.headers.toJSON()
117
+ }
118
+ };
119
+ });
120
+ const lro = new LroImpl(sendOperation, {
121
+ resourceGroupName,
122
+ partnerTopicName,
123
+ eventSubscriptionName,
124
+ eventSubscriptionInfo,
125
+ options
126
+ }, createOrUpdateOperationSpec);
127
+ return new LroEngine(lro, {
128
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
129
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
130
+ });
131
+ });
132
+ }
133
+ /**
134
+ * Asynchronously creates or updates an event subscription of a partner topic with the specified
135
+ * parameters. Existing event subscriptions will be updated with this API.
136
+ * @param resourceGroupName The name of the resource group within the user's subscription.
137
+ * @param partnerTopicName Name of the partner topic.
138
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
139
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
140
+ * @param eventSubscriptionInfo Event subscription properties containing the destination and filter
141
+ * information.
142
+ * @param options The options parameters.
143
+ */
144
+ beginCreateOrUpdateAndWait(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionInfo, options) {
145
+ return __awaiter(this, void 0, void 0, function* () {
146
+ const poller = yield this.beginCreateOrUpdate(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionInfo, options);
147
+ return poller.pollUntilDone();
148
+ });
149
+ }
150
+ /**
151
+ * Delete an event subscription of a partner topic.
152
+ * @param resourceGroupName The name of the resource group within the user's subscription.
153
+ * @param partnerTopicName Name of the partner topic.
154
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
155
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
156
+ * @param options The options parameters.
157
+ */
158
+ beginDelete(resourceGroupName, partnerTopicName, eventSubscriptionName, options) {
159
+ return __awaiter(this, void 0, void 0, function* () {
160
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
161
+ return this.client.sendOperationRequest(args, spec);
162
+ });
163
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
164
+ var _a;
165
+ let currentRawResponse = undefined;
166
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
167
+ const callback = (rawResponse, flatResponse) => {
168
+ currentRawResponse = rawResponse;
169
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
170
+ };
171
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
172
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
173
+ return {
174
+ flatResponse,
175
+ rawResponse: {
176
+ statusCode: currentRawResponse.status,
177
+ body: currentRawResponse.parsedBody,
178
+ headers: currentRawResponse.headers.toJSON()
179
+ }
180
+ };
181
+ });
182
+ const lro = new LroImpl(sendOperation, { resourceGroupName, partnerTopicName, eventSubscriptionName, options }, deleteOperationSpec);
183
+ return new LroEngine(lro, {
184
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
185
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
186
+ });
187
+ });
188
+ }
189
+ /**
190
+ * Delete an event subscription of a partner topic.
191
+ * @param resourceGroupName The name of the resource group within the user's subscription.
192
+ * @param partnerTopicName Name of the partner topic.
193
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
194
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
195
+ * @param options The options parameters.
196
+ */
197
+ beginDeleteAndWait(resourceGroupName, partnerTopicName, eventSubscriptionName, options) {
198
+ return __awaiter(this, void 0, void 0, function* () {
199
+ const poller = yield this.beginDelete(resourceGroupName, partnerTopicName, eventSubscriptionName, options);
200
+ return poller.pollUntilDone();
201
+ });
202
+ }
203
+ /**
204
+ * Update event subscription of a partner topic.
205
+ * @param resourceGroupName The name of the resource group within the user's subscription.
206
+ * @param partnerTopicName Name of the partner topic.
207
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
208
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
209
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
210
+ * @param options The options parameters.
211
+ */
212
+ beginUpdate(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options) {
213
+ return __awaiter(this, void 0, void 0, function* () {
214
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
215
+ return this.client.sendOperationRequest(args, spec);
216
+ });
217
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
218
+ var _a;
219
+ let currentRawResponse = undefined;
220
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
221
+ const callback = (rawResponse, flatResponse) => {
222
+ currentRawResponse = rawResponse;
223
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
224
+ };
225
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
226
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
227
+ return {
228
+ flatResponse,
229
+ rawResponse: {
230
+ statusCode: currentRawResponse.status,
231
+ body: currentRawResponse.parsedBody,
232
+ headers: currentRawResponse.headers.toJSON()
233
+ }
234
+ };
235
+ });
236
+ const lro = new LroImpl(sendOperation, {
237
+ resourceGroupName,
238
+ partnerTopicName,
239
+ eventSubscriptionName,
240
+ eventSubscriptionUpdateParameters,
241
+ options
242
+ }, updateOperationSpec);
243
+ return new LroEngine(lro, {
244
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
245
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
246
+ });
247
+ });
248
+ }
249
+ /**
250
+ * Update event subscription of a partner topic.
251
+ * @param resourceGroupName The name of the resource group within the user's subscription.
252
+ * @param partnerTopicName Name of the partner topic.
253
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
254
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
255
+ * @param eventSubscriptionUpdateParameters Updated event subscription information.
256
+ * @param options The options parameters.
257
+ */
258
+ beginUpdateAndWait(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options) {
259
+ return __awaiter(this, void 0, void 0, function* () {
260
+ const poller = yield this.beginUpdate(resourceGroupName, partnerTopicName, eventSubscriptionName, eventSubscriptionUpdateParameters, options);
261
+ return poller.pollUntilDone();
262
+ });
263
+ }
264
+ /**
265
+ * Get the full endpoint URL for an event subscription of a partner topic.
266
+ * @param resourceGroupName The name of the resource group within the user's subscription.
267
+ * @param partnerTopicName Name of the partner topic.
268
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
269
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
270
+ * @param options The options parameters.
271
+ */
272
+ getFullUrl(resourceGroupName, partnerTopicName, eventSubscriptionName, options) {
273
+ return this.client.sendOperationRequest({ resourceGroupName, partnerTopicName, eventSubscriptionName, options }, getFullUrlOperationSpec);
274
+ }
275
+ /**
276
+ * List event subscriptions that belong to a specific partner topic.
277
+ * @param resourceGroupName The name of the resource group within the user's subscription.
278
+ * @param partnerTopicName Name of the partner topic.
279
+ * @param options The options parameters.
280
+ */
281
+ _listByPartnerTopic(resourceGroupName, partnerTopicName, options) {
282
+ return this.client.sendOperationRequest({ resourceGroupName, partnerTopicName, options }, listByPartnerTopicOperationSpec);
283
+ }
284
+ /**
285
+ * Get all delivery attributes for an event subscription of a partner topic.
286
+ * @param resourceGroupName The name of the resource group within the user's subscription.
287
+ * @param partnerTopicName Name of the partner topic.
288
+ * @param eventSubscriptionName Name of the event subscription to be created. Event subscription names
289
+ * must be between 3 and 100 characters in length and use alphanumeric letters only.
290
+ * @param options The options parameters.
291
+ */
292
+ getDeliveryAttributes(resourceGroupName, partnerTopicName, eventSubscriptionName, options) {
293
+ return this.client.sendOperationRequest({ resourceGroupName, partnerTopicName, eventSubscriptionName, options }, getDeliveryAttributesOperationSpec);
294
+ }
295
+ /**
296
+ * ListByPartnerTopicNext
297
+ * @param resourceGroupName The name of the resource group within the user's subscription.
298
+ * @param partnerTopicName Name of the partner topic.
299
+ * @param nextLink The nextLink from the previous successful call to the ListByPartnerTopic method.
300
+ * @param options The options parameters.
301
+ */
302
+ _listByPartnerTopicNext(resourceGroupName, partnerTopicName, nextLink, options) {
303
+ return this.client.sendOperationRequest({ resourceGroupName, partnerTopicName, nextLink, options }, listByPartnerTopicNextOperationSpec);
304
+ }
305
+ }
306
+ // Operation Specifications
307
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
308
+ const getOperationSpec = {
309
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}",
310
+ httpMethod: "GET",
311
+ responses: {
312
+ 200: {
313
+ bodyMapper: Mappers.EventSubscription
314
+ },
315
+ default: {}
316
+ },
317
+ queryParameters: [Parameters.apiVersion],
318
+ urlParameters: [
319
+ Parameters.$host,
320
+ Parameters.subscriptionId,
321
+ Parameters.resourceGroupName,
322
+ Parameters.eventSubscriptionName,
323
+ Parameters.partnerTopicName
324
+ ],
325
+ headerParameters: [Parameters.accept],
326
+ serializer
327
+ };
328
+ const createOrUpdateOperationSpec = {
329
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}",
330
+ httpMethod: "PUT",
331
+ responses: {
332
+ 200: {
333
+ bodyMapper: Mappers.EventSubscription
334
+ },
335
+ 201: {
336
+ bodyMapper: Mappers.EventSubscription
337
+ },
338
+ 202: {
339
+ bodyMapper: Mappers.EventSubscription
340
+ },
341
+ 204: {
342
+ bodyMapper: Mappers.EventSubscription
343
+ },
344
+ default: {}
345
+ },
346
+ requestBody: Parameters.eventSubscriptionInfo,
347
+ queryParameters: [Parameters.apiVersion],
348
+ urlParameters: [
349
+ Parameters.$host,
350
+ Parameters.subscriptionId,
351
+ Parameters.resourceGroupName,
352
+ Parameters.eventSubscriptionName,
353
+ Parameters.partnerTopicName
354
+ ],
355
+ headerParameters: [Parameters.accept, Parameters.contentType],
356
+ mediaType: "json",
357
+ serializer
358
+ };
359
+ const deleteOperationSpec = {
360
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}",
361
+ httpMethod: "DELETE",
362
+ responses: { 200: {}, 201: {}, 202: {}, 204: {}, default: {} },
363
+ queryParameters: [Parameters.apiVersion],
364
+ urlParameters: [
365
+ Parameters.$host,
366
+ Parameters.subscriptionId,
367
+ Parameters.resourceGroupName,
368
+ Parameters.eventSubscriptionName,
369
+ Parameters.partnerTopicName
370
+ ],
371
+ serializer
372
+ };
373
+ const updateOperationSpec = {
374
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}",
375
+ httpMethod: "PATCH",
376
+ responses: {
377
+ 200: {
378
+ bodyMapper: Mappers.EventSubscription
379
+ },
380
+ 201: {
381
+ bodyMapper: Mappers.EventSubscription
382
+ },
383
+ 202: {
384
+ bodyMapper: Mappers.EventSubscription
385
+ },
386
+ 204: {
387
+ bodyMapper: Mappers.EventSubscription
388
+ },
389
+ default: {}
390
+ },
391
+ requestBody: Parameters.eventSubscriptionUpdateParameters,
392
+ queryParameters: [Parameters.apiVersion],
393
+ urlParameters: [
394
+ Parameters.$host,
395
+ Parameters.subscriptionId,
396
+ Parameters.resourceGroupName,
397
+ Parameters.eventSubscriptionName,
398
+ Parameters.partnerTopicName
399
+ ],
400
+ headerParameters: [Parameters.accept, Parameters.contentType],
401
+ mediaType: "json",
402
+ serializer
403
+ };
404
+ const getFullUrlOperationSpec = {
405
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}/getFullUrl",
406
+ httpMethod: "POST",
407
+ responses: {
408
+ 200: {
409
+ bodyMapper: Mappers.EventSubscriptionFullUrl
410
+ },
411
+ default: {}
412
+ },
413
+ queryParameters: [Parameters.apiVersion],
414
+ urlParameters: [
415
+ Parameters.$host,
416
+ Parameters.subscriptionId,
417
+ Parameters.resourceGroupName,
418
+ Parameters.eventSubscriptionName,
419
+ Parameters.partnerTopicName
420
+ ],
421
+ headerParameters: [Parameters.accept],
422
+ serializer
423
+ };
424
+ const listByPartnerTopicOperationSpec = {
425
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions",
426
+ httpMethod: "GET",
427
+ responses: {
428
+ 200: {
429
+ bodyMapper: Mappers.EventSubscriptionsListResult
430
+ },
431
+ default: {}
432
+ },
433
+ queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
434
+ urlParameters: [
435
+ Parameters.$host,
436
+ Parameters.subscriptionId,
437
+ Parameters.resourceGroupName,
438
+ Parameters.partnerTopicName
439
+ ],
440
+ headerParameters: [Parameters.accept],
441
+ serializer
442
+ };
443
+ const getDeliveryAttributesOperationSpec = {
444
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/partnerTopics/{partnerTopicName}/eventSubscriptions/{eventSubscriptionName}/getDeliveryAttributes",
445
+ httpMethod: "POST",
446
+ responses: {
447
+ 200: {
448
+ bodyMapper: Mappers.DeliveryAttributeListResult
449
+ },
450
+ default: {}
451
+ },
452
+ queryParameters: [Parameters.apiVersion],
453
+ urlParameters: [
454
+ Parameters.$host,
455
+ Parameters.subscriptionId,
456
+ Parameters.resourceGroupName,
457
+ Parameters.eventSubscriptionName,
458
+ Parameters.partnerTopicName
459
+ ],
460
+ headerParameters: [Parameters.accept],
461
+ serializer
462
+ };
463
+ const listByPartnerTopicNextOperationSpec = {
464
+ path: "{nextLink}",
465
+ httpMethod: "GET",
466
+ responses: {
467
+ 200: {
468
+ bodyMapper: Mappers.EventSubscriptionsListResult
469
+ },
470
+ default: {}
471
+ },
472
+ queryParameters: [Parameters.apiVersion, Parameters.filter, Parameters.top],
473
+ urlParameters: [
474
+ Parameters.$host,
475
+ Parameters.subscriptionId,
476
+ Parameters.resourceGroupName,
477
+ Parameters.nextLink,
478
+ Parameters.partnerTopicName
479
+ ],
480
+ headerParameters: [Parameters.accept],
481
+ serializer
482
+ };
483
+ //# sourceMappingURL=partnerTopicEventSubscriptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerTopicEventSubscriptions.js","sourceRoot":"","sources":["../../../src/operations/partnerTopicEventSubscriptions.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;AAEnD,OAAO,EAAkC,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAqBrC,4CAA4C;AAC5C,kEAAkE;AAClE,MAAM,OAAO,kCAAkC;IAI7C;;;OAGG;IACH,YAAY,MAAwC;QAClD,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,kBAAkB,CACvB,iBAAyB,EACzB,gBAAwB,EACxB,OAAwE;QAExE,MAAM,IAAI,GAAG,IAAI,CAAC,2BAA2B,CAC3C,iBAAiB,EACjB,gBAAgB,EAChB,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,GAAG,EAAE;gBACX,OAAO,IAAI,CAAC,4BAA4B,CACtC,iBAAiB,EACjB,gBAAgB,EAChB,OAAO,CACR,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,4BAA4B,CACzC,iBAAyB,EACzB,gBAAwB,EACxB,OAAwE;;YAExE,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,mBAAmB,CACzC,iBAAiB,EACjB,gBAAgB,EAChB,OAAO,CACR,CAAA,CAAC;YACF,oBAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,cAAM,IAAI,CAAC,uBAAuB,CACzC,iBAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,oBAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;QACH,CAAC;KAAA;IAEc,2BAA2B,CACxC,iBAAyB,EACzB,gBAAwB,EACxB,OAAwE;;;;gBAExE,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,4BAA4B,CACxD,iBAAiB,EACjB,gBAAgB,EAChB,OAAO,CACR,CAAA,IAAA;oBAJU,MAAM,IAAI,WAAA,CAAA;oBAKnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;;OAOG;IACH,GAAG,CACD,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACvE,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACG,mBAAmB,CACvB,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,qBAAwC,EACxC,OAAoE;;YAOpE,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,EACiC,EAAE;gBACjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACtD,CAAC,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;YACJ,CAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb;gBACE,iBAAiB;gBACjB,gBAAgB;gBAChB,qBAAqB;gBACrB,qBAAqB;gBACrB,OAAO;aACR,EACD,2BAA2B,CAC5B,CAAC;YACF,OAAO,IAAI,SAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;aAC1C,CAAC,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;;;OAUG;IACG,0BAA0B,CAC9B,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,qBAAwC,EACxC,OAAoE;;YAEpE,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,mBAAmB,CAC3C,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,EACrB,qBAAqB,EACrB,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;QAChC,CAAC;KAAA;IAED;;;;;;;OAOG;IACG,WAAW,CACf,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,OAA4D;;YAE5D,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,EACf,EAAE;gBACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACtD,CAAC,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;YACJ,CAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACvE,mBAAmB,CACpB,CAAC;YACF,OAAO,IAAI,SAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;aAC1C,CAAC,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,OAA4D;;YAE5D,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,EACrB,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;QAChC,CAAC;KAAA;IAED;;;;;;;;OAQG;IACG,WAAW,CACf,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,iCAAoE,EACpE,OAA4D;;YAO5D,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,EACyB,EAAE;gBACzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACtD,CAAC,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;YACJ,CAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb;gBACE,iBAAiB;gBACjB,gBAAgB;gBAChB,qBAAqB;gBACrB,iCAAiC;gBACjC,OAAO;aACR,EACD,mBAAmB,CACpB,CAAC;YACF,OAAO,IAAI,SAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;aAC1C,CAAC,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;;OAQG;IACG,kBAAkB,CACtB,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,iCAAoE,EACpE,OAA4D;;YAE5D,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,EACrB,iCAAiC,EACjC,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;QAChC,CAAC;KAAA;IAED;;;;;;;OAOG;IACH,UAAU,CACR,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACvE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,mBAAmB,CACzB,iBAAyB,EACzB,gBAAwB,EACxB,OAAwE;QAExE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAChD,+BAA+B,CAChC,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,qBAAqB,CACnB,iBAAyB,EACzB,gBAAwB,EACxB,qBAA6B,EAC7B,OAA2E;QAE3E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,OAAO,EAAE,EACvE,kCAAkC,CACnC,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,uBAAuB,CAC7B,iBAAyB,EACzB,gBAAwB,EACxB,QAAgB,EAChB,OAA4E;QAE5E,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC1D,mCAAmC,CACpC,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,8KAA8K;IAChL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,2BAA2B,GAA6B;IAC5D,IAAI,EACF,8KAA8K;IAChL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE,EAAE;KACZ;IACD,WAAW,EAAE,UAAU,CAAC,qBAAqB;IAC7C,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,8KAA8K;IAChL,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE;IAC9D,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,gBAAgB;KAC5B;IACD,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,8KAA8K;IAChL,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;QACD,OAAO,EAAE,EAAE;KACZ;IACD,WAAW,EAAE,UAAU,CAAC,iCAAiC;IACzD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EACF,yLAAyL;IAC3L,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,+BAA+B,GAA6B;IAChE,IAAI,EACF,sJAAsJ;IACxJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,CAAC;IAC3E,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EACF,oMAAoM;IACtM,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,2BAA2B;SAChD;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,qBAAqB;QAChC,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mCAAmC,GAA6B;IACpE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,4BAA4B;SACjD;QACD,OAAO,EAAE,EAAE;KACZ;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,GAAG,CAAC;IAC3E,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,gBAAgB;KAC5B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
@@ -0,0 +1,97 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { PartnerTopics } from "../operationsInterfaces";
3
+ import { EventGridManagementClientContext } from "../eventGridManagementClientContext";
4
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
5
+ import { PartnerTopic, PartnerTopicsListBySubscriptionOptionalParams, PartnerTopicsListByResourceGroupOptionalParams, PartnerTopicsGetOptionalParams, PartnerTopicsGetResponse, PartnerTopicsDeleteOptionalParams, PartnerTopicUpdateParameters, PartnerTopicsUpdateOptionalParams, PartnerTopicsUpdateResponse, PartnerTopicsActivateOptionalParams, PartnerTopicsActivateResponse, PartnerTopicsDeactivateOptionalParams, PartnerTopicsDeactivateResponse } from "../models";
6
+ /** Class containing PartnerTopics operations. */
7
+ export declare class PartnerTopicsImpl implements PartnerTopics {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class PartnerTopics class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: EventGridManagementClientContext);
14
+ /**
15
+ * List all the partner topics under an Azure subscription.
16
+ * @param options The options parameters.
17
+ */
18
+ listBySubscription(options?: PartnerTopicsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<PartnerTopic>;
19
+ private listBySubscriptionPagingPage;
20
+ private listBySubscriptionPagingAll;
21
+ /**
22
+ * List all the partner topics under a resource group.
23
+ * @param resourceGroupName The name of the resource group within the user's subscription.
24
+ * @param options The options parameters.
25
+ */
26
+ listByResourceGroup(resourceGroupName: string, options?: PartnerTopicsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<PartnerTopic>;
27
+ private listByResourceGroupPagingPage;
28
+ private listByResourceGroupPagingAll;
29
+ /**
30
+ * Get properties of a partner topic.
31
+ * @param resourceGroupName The name of the resource group within the user's subscription.
32
+ * @param partnerTopicName Name of the partner topic.
33
+ * @param options The options parameters.
34
+ */
35
+ get(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsGetOptionalParams): Promise<PartnerTopicsGetResponse>;
36
+ /**
37
+ * Delete existing partner topic.
38
+ * @param resourceGroupName The name of the resource group within the user's subscription.
39
+ * @param partnerTopicName Name of the partner topic.
40
+ * @param options The options parameters.
41
+ */
42
+ beginDelete(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
43
+ /**
44
+ * Delete existing partner topic.
45
+ * @param resourceGroupName The name of the resource group within the user's subscription.
46
+ * @param partnerTopicName Name of the partner topic.
47
+ * @param options The options parameters.
48
+ */
49
+ beginDeleteAndWait(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeleteOptionalParams): Promise<void>;
50
+ /**
51
+ * Asynchronously updates a partner topic with the specified parameters.
52
+ * @param resourceGroupName The name of the resource group within the user's subscription.
53
+ * @param partnerTopicName Name of the partner topic.
54
+ * @param partnerTopicUpdateParameters PartnerTopic update information.
55
+ * @param options The options parameters.
56
+ */
57
+ update(resourceGroupName: string, partnerTopicName: string, partnerTopicUpdateParameters: PartnerTopicUpdateParameters, options?: PartnerTopicsUpdateOptionalParams): Promise<PartnerTopicsUpdateResponse>;
58
+ /**
59
+ * List all the partner topics under an Azure subscription.
60
+ * @param options The options parameters.
61
+ */
62
+ private _listBySubscription;
63
+ /**
64
+ * List all the partner topics under a resource group.
65
+ * @param resourceGroupName The name of the resource group within the user's subscription.
66
+ * @param options The options parameters.
67
+ */
68
+ private _listByResourceGroup;
69
+ /**
70
+ * Activate a newly created partner topic.
71
+ * @param resourceGroupName The name of the resource group within the user's subscription.
72
+ * @param partnerTopicName Name of the partner topic.
73
+ * @param options The options parameters.
74
+ */
75
+ activate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsActivateOptionalParams): Promise<PartnerTopicsActivateResponse>;
76
+ /**
77
+ * Deactivate specific partner topic.
78
+ * @param resourceGroupName The name of the resource group within the user's subscription.
79
+ * @param partnerTopicName Name of the partner topic.
80
+ * @param options The options parameters.
81
+ */
82
+ deactivate(resourceGroupName: string, partnerTopicName: string, options?: PartnerTopicsDeactivateOptionalParams): Promise<PartnerTopicsDeactivateResponse>;
83
+ /**
84
+ * ListBySubscriptionNext
85
+ * @param nextLink The nextLink from the previous successful call to the ListBySubscription method.
86
+ * @param options The options parameters.
87
+ */
88
+ private _listBySubscriptionNext;
89
+ /**
90
+ * ListByResourceGroupNext
91
+ * @param resourceGroupName The name of the resource group within the user's subscription.
92
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
93
+ * @param options The options parameters.
94
+ */
95
+ private _listByResourceGroupNext;
96
+ }
97
+ //# sourceMappingURL=partnerTopics.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"partnerTopics.d.ts","sourceRoot":"","sources":["../../../src/operations/partnerTopics.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAIxD,OAAO,EAAE,gCAAgC,EAAE,MAAM,qCAAqC,CAAC;AACvF,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAa,MAAM,iBAAiB,CAAC;AAE5E,OAAO,EACL,YAAY,EAEZ,6CAA6C,EAE7C,8CAA8C,EAC9C,8BAA8B,EAC9B,wBAAwB,EACxB,iCAAiC,EACjC,4BAA4B,EAC5B,iCAAiC,EACjC,2BAA2B,EAG3B,mCAAmC,EACnC,6BAA6B,EAC7B,qCAAqC,EACrC,+BAA+B,EAGhC,MAAM,WAAW,CAAC;AAGnB,iDAAiD;AACjD,qBAAa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;IAE1D;;;OAGG;gBACS,MAAM,EAAE,gCAAgC;IAIpD;;;OAGG;IACI,kBAAkB,CACvB,OAAO,CAAC,EAAE,6CAA6C,GACtD,0BAA0B,CAAC,YAAY,CAAC;YAe5B,4BAA4B;YAa5B,2BAA2B;IAQ1C;;;;OAIG;IACI,mBAAmB,CACxB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,8CAA8C,GACvD,0BAA0B,CAAC,YAAY,CAAC;YAe5B,6BAA6B;YAkB7B,4BAA4B;IAY3C;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;;;OAKG;IACG,WAAW,CACf,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;IAmDtD;;;;;OAKG;IACG,kBAAkB,CACtB,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC;IAShB;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,4BAA4B,EAAE,4BAA4B,EAC1D,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC;IAYvC;;;OAGG;IACH,OAAO,CAAC,mBAAmB;IAS3B;;;;OAIG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;;;;OAKG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC;IAOzC;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;IAO3C;;;;OAIG;IACH,OAAO,CAAC,uBAAuB;IAU/B;;;;;OAKG;IACH,OAAO,CAAC,wBAAwB;CAUjC"}