@pulumi/scm 1.0.0-alpha.1763793524 → 1.0.0-alpha.1764128391

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 (447) hide show
  1. package/address.d.ts +36 -0
  2. package/address.js.map +1 -1
  3. package/addressGroup.d.ts +24 -0
  4. package/addressGroup.js.map +1 -1
  5. package/aggregateInterface.d.ts +24 -0
  6. package/aggregateInterface.js.map +1 -1
  7. package/antiSpywareProfile.d.ts +12 -0
  8. package/antiSpywareProfile.js.map +1 -1
  9. package/antiSpywareSignature.d.ts +12 -0
  10. package/antiSpywareSignature.js.map +1 -1
  11. package/appOverrideRule.d.ts +12 -0
  12. package/appOverrideRule.js.map +1 -1
  13. package/application.d.ts +12 -0
  14. package/application.js.map +1 -1
  15. package/applicationFilter.d.ts +12 -0
  16. package/applicationFilter.js.map +1 -1
  17. package/applicationGroup.d.ts +12 -0
  18. package/applicationGroup.js.map +1 -1
  19. package/authenticationPortal.d.ts +191 -0
  20. package/authenticationPortal.js +93 -0
  21. package/authenticationPortal.js.map +1 -0
  22. package/authenticationProfile.d.ts +66 -9
  23. package/authenticationProfile.js +45 -0
  24. package/authenticationProfile.js.map +1 -1
  25. package/authenticationRule.d.ts +12 -0
  26. package/authenticationRule.js.map +1 -1
  27. package/authenticationSequence.d.ts +35 -0
  28. package/authenticationSequence.js +23 -0
  29. package/authenticationSequence.js.map +1 -1
  30. package/autoVpnCluster.d.ts +176 -0
  31. package/autoVpnCluster.js +115 -0
  32. package/autoVpnCluster.js.map +1 -0
  33. package/autoVpnSetting.d.ts +95 -0
  34. package/autoVpnSetting.js +80 -0
  35. package/autoVpnSetting.js.map +1 -0
  36. package/bgpAddressFamilyProfile.d.ts +38 -3
  37. package/bgpAddressFamilyProfile.js +23 -0
  38. package/bgpAddressFamilyProfile.js.map +1 -1
  39. package/bgpAuthProfile.d.ts +25 -0
  40. package/bgpAuthProfile.js +13 -0
  41. package/bgpAuthProfile.js.map +1 -1
  42. package/bgpFilteringProfile.d.ts +46 -0
  43. package/bgpFilteringProfile.js +34 -0
  44. package/bgpFilteringProfile.js.map +1 -1
  45. package/bgpRedistributionProfile.d.ts +39 -0
  46. package/bgpRedistributionProfile.js +27 -0
  47. package/bgpRedistributionProfile.js.map +1 -1
  48. package/bgpRouteMap.d.ts +65 -0
  49. package/bgpRouteMap.js +53 -0
  50. package/bgpRouteMap.js.map +1 -1
  51. package/bgpRouteMapRedistribution.d.ts +30 -0
  52. package/bgpRouteMapRedistribution.js.map +1 -1
  53. package/bgpRouting.d.ts +133 -0
  54. package/bgpRouting.js +82 -0
  55. package/bgpRouting.js.map +1 -0
  56. package/certificateProfile.d.ts +12 -0
  57. package/certificateProfile.js.map +1 -1
  58. package/decryptionExclusion.d.ts +12 -0
  59. package/decryptionExclusion.js.map +1 -1
  60. package/decryptionProfile.d.ts +12 -0
  61. package/decryptionProfile.js.map +1 -1
  62. package/decryptionRule.d.ts +38 -0
  63. package/decryptionRule.js +26 -0
  64. package/decryptionRule.js.map +1 -1
  65. package/dhcpInterface.d.ts +24 -0
  66. package/dhcpInterface.js.map +1 -1
  67. package/dnsProxy.d.ts +12 -0
  68. package/dnsProxy.js.map +1 -1
  69. package/dnsSecurityProfile.d.ts +12 -0
  70. package/dnsSecurityProfile.js.map +1 -1
  71. package/dosProtectionProfile.d.ts +12 -0
  72. package/dosProtectionProfile.js.map +1 -1
  73. package/dosProtectionRule.d.ts +12 -0
  74. package/dosProtectionRule.js.map +1 -1
  75. package/dynamicUserGroup.d.ts +12 -0
  76. package/dynamicUserGroup.js.map +1 -1
  77. package/ethernetInterface.d.ts +85 -0
  78. package/ethernetInterface.js +39 -0
  79. package/ethernetInterface.js.map +1 -1
  80. package/externalDynamicList.d.ts +12 -0
  81. package/externalDynamicList.js.map +1 -1
  82. package/fileBlockingProfile.d.ts +86 -0
  83. package/fileBlockingProfile.js +74 -0
  84. package/fileBlockingProfile.js.map +1 -1
  85. package/getAddress.d.ts +0 -21
  86. package/getAddress.js.map +1 -1
  87. package/getAddressGroup.d.ts +0 -15
  88. package/getAddressGroup.js.map +1 -1
  89. package/getAggregateInterface.d.ts +0 -12
  90. package/getAggregateInterface.js.map +1 -1
  91. package/getAntiSpywareProfile.d.ts +0 -21
  92. package/getAntiSpywareProfile.js.map +1 -1
  93. package/getAntiSpywareSignature.d.ts +0 -27
  94. package/getAntiSpywareSignature.js.map +1 -1
  95. package/getAppOverrideRule.d.ts +4 -77
  96. package/getAppOverrideRule.js +4 -32
  97. package/getAppOverrideRule.js.map +1 -1
  98. package/getApplication.d.ts +0 -66
  99. package/getApplication.js.map +1 -1
  100. package/getApplicationFilter.d.ts +0 -57
  101. package/getApplicationFilter.js.map +1 -1
  102. package/getApplicationGroup.d.ts +0 -9
  103. package/getApplicationGroup.js.map +1 -1
  104. package/getAuthenticationProfile.d.ts +27 -25
  105. package/getAuthenticationProfile.js +26 -0
  106. package/getAuthenticationProfile.js.map +1 -1
  107. package/getAuthenticationProfileList.d.ts +32 -0
  108. package/getAuthenticationProfileList.js +32 -0
  109. package/getAuthenticationProfileList.js.map +1 -1
  110. package/getAuthenticationRule.d.ts +8 -104
  111. package/getAuthenticationRule.js +8 -44
  112. package/getAuthenticationRule.js.map +1 -1
  113. package/getAuthenticationSequence.d.ts +26 -9
  114. package/getAuthenticationSequence.js +26 -0
  115. package/getAuthenticationSequence.js.map +1 -1
  116. package/getAuthenticationSequenceList.d.ts +32 -0
  117. package/getAuthenticationSequenceList.js +32 -0
  118. package/getAuthenticationSequenceList.js.map +1 -1
  119. package/getAutoVpnCluster.d.ts +112 -0
  120. package/getAutoVpnCluster.js +68 -0
  121. package/getAutoVpnCluster.js.map +1 -0
  122. package/getAutoVpnClusterList.d.ts +136 -0
  123. package/getAutoVpnClusterList.js +66 -0
  124. package/getAutoVpnClusterList.js.map +1 -0
  125. package/getAutoVpnSetting.d.ts +52 -0
  126. package/getAutoVpnSetting.js +44 -0
  127. package/getAutoVpnSetting.js.map +1 -0
  128. package/getBgpAddressFamilyProfile.d.ts +36 -9
  129. package/getBgpAddressFamilyProfile.js +36 -0
  130. package/getBgpAddressFamilyProfile.js.map +1 -1
  131. package/getBgpAuthProfile.d.ts +36 -12
  132. package/getBgpAuthProfile.js +36 -0
  133. package/getBgpAuthProfile.js.map +1 -1
  134. package/getBgpAuthProfileList.d.ts +26 -0
  135. package/getBgpAuthProfileList.js +26 -0
  136. package/getBgpAuthProfileList.js.map +1 -1
  137. package/getBgpFilteringProfile.d.ts +0 -9
  138. package/getBgpFilteringProfile.js.map +1 -1
  139. package/getBgpRedistributionProfile.d.ts +36 -9
  140. package/getBgpRedistributionProfile.js +36 -0
  141. package/getBgpRedistributionProfile.js.map +1 -1
  142. package/getBgpRedistributionProfileList.d.ts +26 -0
  143. package/getBgpRedistributionProfileList.js +26 -0
  144. package/getBgpRedistributionProfileList.js.map +1 -1
  145. package/getBgpRouteMap.d.ts +36 -9
  146. package/getBgpRouteMap.js +36 -0
  147. package/getBgpRouteMap.js.map +1 -1
  148. package/getBgpRouteMapList.d.ts +26 -0
  149. package/getBgpRouteMapList.js +26 -0
  150. package/getBgpRouteMapList.js.map +1 -1
  151. package/getBgpRouteMapRedistribution.d.ts +0 -18
  152. package/getBgpRouteMapRedistribution.js.map +1 -1
  153. package/getBgpRouting.d.ts +64 -0
  154. package/getBgpRouting.js +44 -0
  155. package/getBgpRouting.js.map +1 -0
  156. package/getCertificateProfile.d.ts +0 -21
  157. package/getCertificateProfile.js.map +1 -1
  158. package/getDecryptionExclusion.d.ts +0 -6
  159. package/getDecryptionExclusion.js.map +1 -1
  160. package/getDecryptionProfile.d.ts +0 -18
  161. package/getDecryptionProfile.js.map +1 -1
  162. package/getDecryptionRule.d.ts +4 -100
  163. package/getDecryptionRule.js +4 -40
  164. package/getDecryptionRule.js.map +1 -1
  165. package/getDhcpInterface.d.ts +0 -12
  166. package/getDhcpInterface.js.map +1 -1
  167. package/getDnsProxy.d.ts +0 -24
  168. package/getDnsProxy.js.map +1 -1
  169. package/getDnsSecurityProfile.d.ts +0 -6
  170. package/getDnsSecurityProfile.js.map +1 -1
  171. package/getDosProtectionProfile.d.ts +0 -15
  172. package/getDosProtectionProfile.js.map +1 -1
  173. package/getDosProtectionRule.d.ts +0 -39
  174. package/getDosProtectionRule.js.map +1 -1
  175. package/getDynamicUserGroup.d.ts +0 -12
  176. package/getDynamicUserGroup.js.map +1 -1
  177. package/getEthernetInterface.d.ts +2 -37
  178. package/getEthernetInterface.js.map +1 -1
  179. package/getExternalDynamicList.d.ts +0 -12
  180. package/getExternalDynamicList.js.map +1 -1
  181. package/getFileBlockingProfile.d.ts +40 -9
  182. package/getFileBlockingProfile.js +40 -0
  183. package/getFileBlockingProfile.js.map +1 -1
  184. package/getFileBlockingProfileList.d.ts +32 -0
  185. package/getFileBlockingProfileList.js +32 -0
  186. package/getFileBlockingProfileList.js.map +1 -1
  187. package/getHipObject.d.ts +0 -27
  188. package/getHipObject.js.map +1 -1
  189. package/getHipProfile.d.ts +0 -9
  190. package/getHipProfile.js.map +1 -1
  191. package/getHttpHeaderProfile.d.ts +0 -9
  192. package/getHttpHeaderProfile.js.map +1 -1
  193. package/getHttpServerProfile.d.ts +0 -15
  194. package/getHttpServerProfile.js.map +1 -1
  195. package/getIkeCryptoProfile.d.ts +0 -18
  196. package/getIkeCryptoProfile.js.map +1 -1
  197. package/getIkeGateway.d.ts +0 -27
  198. package/getIkeGateway.js.map +1 -1
  199. package/getInterfaceManagementProfile.d.ts +6 -99
  200. package/getInterfaceManagementProfile.js +6 -60
  201. package/getInterfaceManagementProfile.js.map +1 -1
  202. package/getIpsecCryptoProfile.d.ts +0 -21
  203. package/getIpsecCryptoProfile.js.map +1 -1
  204. package/getIpsecTunnel.d.ts +0 -15
  205. package/getIpsecTunnel.js.map +1 -1
  206. package/getKerberosServerProfile.d.ts +0 -9
  207. package/getKerberosServerProfile.js.map +1 -1
  208. package/getLayer2Subinterface.d.ts +0 -12
  209. package/getLayer2Subinterface.js.map +1 -1
  210. package/getLayer3Subinterface.d.ts +0 -24
  211. package/getLayer3Subinterface.js.map +1 -1
  212. package/getLdapServerProfile.d.ts +0 -27
  213. package/getLdapServerProfile.js.map +1 -1
  214. package/getLinkTag.d.ts +0 -6
  215. package/getLinkTag.js.map +1 -1
  216. package/getLocalUser.d.ts +0 -15
  217. package/getLocalUser.js.map +1 -1
  218. package/getLocalUserGroup.d.ts +0 -9
  219. package/getLocalUserGroup.js.map +1 -1
  220. package/getLogForwardingProfile.d.ts +0 -9
  221. package/getLogForwardingProfile.js.map +1 -1
  222. package/getLogicalRouter.d.ts +0 -12
  223. package/getLogicalRouter.js.map +1 -1
  224. package/getLoopbackInterface.d.ts +0 -18
  225. package/getLoopbackInterface.js.map +1 -1
  226. package/getNatRule.d.ts +10 -50
  227. package/getNatRule.js +10 -50
  228. package/getNatRule.js.map +1 -1
  229. package/getOspfAuthProfile.d.ts +0 -15
  230. package/getOspfAuthProfile.js.map +1 -1
  231. package/getPbfRule.d.ts +8 -89
  232. package/getPbfRule.js +8 -62
  233. package/getPbfRule.js.map +1 -1
  234. package/getProfileGroup.d.ts +0 -27
  235. package/getProfileGroup.js.map +1 -1
  236. package/getQosPolicyRule.d.ts +4 -61
  237. package/getQosPolicyRule.js +4 -40
  238. package/getQosPolicyRule.js.map +1 -1
  239. package/getQosProfile.d.ts +0 -6
  240. package/getQosProfile.js.map +1 -1
  241. package/getRadiusServerProfile.d.ts +6 -54
  242. package/getRadiusServerProfile.js +6 -36
  243. package/getRadiusServerProfile.js.map +1 -1
  244. package/getRegion.d.ts +0 -9
  245. package/getRegion.js.map +1 -1
  246. package/getRouteAccessList.d.ts +0 -9
  247. package/getRouteAccessList.js.map +1 -1
  248. package/getRouteCommunityList.d.ts +0 -9
  249. package/getRouteCommunityList.js.map +1 -1
  250. package/getRoutePathAccessList.d.ts +0 -6
  251. package/getRoutePathAccessList.js.map +1 -1
  252. package/getRoutePrefixList.d.ts +1 -10
  253. package/getRoutePrefixList.js.map +1 -1
  254. package/getSamlServerProfile.d.ts +0 -27
  255. package/getSamlServerProfile.js.map +1 -1
  256. package/getScepProfile.d.ts +0 -36
  257. package/getScepProfile.js.map +1 -1
  258. package/getSchedule.d.ts +0 -9
  259. package/getSchedule.js.map +1 -1
  260. package/getSdwanErrorCorrectionProfile.d.ts +0 -9
  261. package/getSdwanErrorCorrectionProfile.js.map +1 -1
  262. package/getSdwanPathQualityProfile.d.ts +0 -9
  263. package/getSdwanPathQualityProfile.js.map +1 -1
  264. package/getSdwanRule.d.ts +0 -45
  265. package/getSdwanRule.js.map +1 -1
  266. package/getSdwanSaasQualityProfile.d.ts +0 -9
  267. package/getSdwanSaasQualityProfile.js.map +1 -1
  268. package/getSdwanTrafficDistributionProfile.d.ts +0 -12
  269. package/getSdwanTrafficDistributionProfile.js.map +1 -1
  270. package/getSecurityRule.d.ts +10 -74
  271. package/getSecurityRule.js +10 -74
  272. package/getSecurityRule.js.map +1 -1
  273. package/getService.d.ts +0 -12
  274. package/getService.js.map +1 -1
  275. package/getServiceConnection.d.ts +10 -156
  276. package/getServiceConnection.js +10 -156
  277. package/getServiceConnection.js.map +1 -1
  278. package/getServiceConnectionGroup.d.ts +4 -186
  279. package/getServiceConnectionGroup.js +4 -186
  280. package/getServiceConnectionGroup.js.map +1 -1
  281. package/getServiceGroup.d.ts +0 -12
  282. package/getServiceGroup.js.map +1 -1
  283. package/getSite.d.ts +30 -2
  284. package/getSite.js +24 -0
  285. package/getSite.js.map +1 -1
  286. package/getSiteList.d.ts +28 -0
  287. package/getSiteList.js +28 -0
  288. package/getSiteList.js.map +1 -1
  289. package/getSnippet.d.ts +12 -24
  290. package/getSnippet.js +12 -24
  291. package/getSnippet.js.map +1 -1
  292. package/getSyslogServerProfile.d.ts +0 -12
  293. package/getSyslogServerProfile.js.map +1 -1
  294. package/getTacacsServerProfile.d.ts +0 -18
  295. package/getTacacsServerProfile.js.map +1 -1
  296. package/getTag.d.ts +0 -6
  297. package/getTag.js.map +1 -1
  298. package/getTlsServiceProfile.d.ts +0 -9
  299. package/getTlsServiceProfile.js.map +1 -1
  300. package/getTunnelInterface.d.ts +0 -15
  301. package/getTunnelInterface.js.map +1 -1
  302. package/getUrlAccessProfile.d.ts +0 -30
  303. package/getUrlAccessProfile.js.map +1 -1
  304. package/getUrlCategory.d.ts +0 -12
  305. package/getUrlCategory.js.map +1 -1
  306. package/getVariable.d.ts +0 -15
  307. package/getVariable.js.map +1 -1
  308. package/getVlanInterface.d.ts +0 -21
  309. package/getVlanInterface.js.map +1 -1
  310. package/getVulnerabilityProtectionProfile.d.ts +0 -12
  311. package/getVulnerabilityProtectionProfile.js.map +1 -1
  312. package/getVulnerabilityProtectionSignature.d.ts +0 -27
  313. package/getVulnerabilityProtectionSignature.js.map +1 -1
  314. package/getWildfireAntiVirusProfile.d.ts +0 -18
  315. package/getWildfireAntiVirusProfile.js.map +1 -1
  316. package/getZone.d.ts +0 -27
  317. package/getZone.js.map +1 -1
  318. package/hipObject.d.ts +12 -0
  319. package/hipObject.js.map +1 -1
  320. package/hipProfile.d.ts +12 -0
  321. package/hipProfile.js.map +1 -1
  322. package/httpHeaderProfile.d.ts +12 -0
  323. package/httpHeaderProfile.js.map +1 -1
  324. package/httpServerProfile.d.ts +12 -0
  325. package/httpServerProfile.js.map +1 -1
  326. package/ikeCryptoProfile.d.ts +12 -0
  327. package/ikeCryptoProfile.js.map +1 -1
  328. package/ikeGateway.d.ts +12 -0
  329. package/ikeGateway.js.map +1 -1
  330. package/index.d.ts +27 -0
  331. package/index.js +47 -10
  332. package/index.js.map +1 -1
  333. package/interfaceManagementProfile.d.ts +12 -0
  334. package/interfaceManagementProfile.js.map +1 -1
  335. package/ipsecCryptoProfile.d.ts +24 -0
  336. package/ipsecCryptoProfile.js.map +1 -1
  337. package/ipsecTunnel.d.ts +12 -0
  338. package/ipsecTunnel.js.map +1 -1
  339. package/kerberosServerProfile.d.ts +12 -0
  340. package/kerberosServerProfile.js.map +1 -1
  341. package/layer2Subinterface.d.ts +12 -0
  342. package/layer2Subinterface.js.map +1 -1
  343. package/layer3Subinterface.d.ts +24 -0
  344. package/layer3Subinterface.js.map +1 -1
  345. package/ldapServerProfile.d.ts +12 -0
  346. package/ldapServerProfile.js.map +1 -1
  347. package/linkTag.d.ts +12 -0
  348. package/linkTag.js.map +1 -1
  349. package/localUser.d.ts +12 -0
  350. package/localUser.js.map +1 -1
  351. package/localUserGroup.d.ts +12 -0
  352. package/localUserGroup.js.map +1 -1
  353. package/logForwardingProfile.d.ts +12 -0
  354. package/logForwardingProfile.js.map +1 -1
  355. package/logicalRouter.d.ts +12 -0
  356. package/logicalRouter.js.map +1 -1
  357. package/loopbackInterface.d.ts +12 -0
  358. package/loopbackInterface.js.map +1 -1
  359. package/mfaServer.d.ts +12 -0
  360. package/mfaServer.js.map +1 -1
  361. package/ospfAuthProfile.d.ts +24 -0
  362. package/ospfAuthProfile.js.map +1 -1
  363. package/package.json +2 -2
  364. package/pbfRule.d.ts +12 -0
  365. package/pbfRule.js.map +1 -1
  366. package/profileGroup.d.ts +12 -0
  367. package/profileGroup.js.map +1 -1
  368. package/qosPolicyRule.d.ts +12 -0
  369. package/qosPolicyRule.js.map +1 -1
  370. package/qosProfile.d.ts +12 -0
  371. package/qosProfile.js.map +1 -1
  372. package/radiusServerProfile.d.ts +14 -2
  373. package/radiusServerProfile.js +2 -2
  374. package/radiusServerProfile.js.map +1 -1
  375. package/region.d.ts +12 -0
  376. package/region.js.map +1 -1
  377. package/remoteNetwork.d.ts +4 -4
  378. package/remoteNetwork.js +4 -4
  379. package/routeAccessList.d.ts +12 -0
  380. package/routeAccessList.js.map +1 -1
  381. package/routeCommunityList.d.ts +12 -0
  382. package/routeCommunityList.js.map +1 -1
  383. package/routePathAccessList.d.ts +12 -0
  384. package/routePathAccessList.js.map +1 -1
  385. package/routePrefixList.d.ts +49 -12
  386. package/routePrefixList.js +27 -2
  387. package/routePrefixList.js.map +1 -1
  388. package/samlServerProfile.d.ts +12 -0
  389. package/samlServerProfile.js.map +1 -1
  390. package/scepProfile.d.ts +12 -0
  391. package/scepProfile.js.map +1 -1
  392. package/schedule.d.ts +12 -0
  393. package/schedule.js.map +1 -1
  394. package/sdwanErrorCorrectionProfile.d.ts +12 -0
  395. package/sdwanErrorCorrectionProfile.js.map +1 -1
  396. package/sdwanPathQualityProfile.d.ts +12 -0
  397. package/sdwanPathQualityProfile.js.map +1 -1
  398. package/sdwanRule.d.ts +12 -0
  399. package/sdwanRule.js.map +1 -1
  400. package/sdwanSaasQualityProfile.d.ts +12 -0
  401. package/sdwanSaasQualityProfile.js.map +1 -1
  402. package/sdwanTrafficDistributionProfile.d.ts +12 -0
  403. package/sdwanTrafficDistributionProfile.js.map +1 -1
  404. package/securityRule.d.ts +26 -0
  405. package/securityRule.js +26 -0
  406. package/securityRule.js.map +1 -1
  407. package/service.d.ts +12 -0
  408. package/service.js.map +1 -1
  409. package/serviceGroup.d.ts +12 -0
  410. package/serviceGroup.js.map +1 -1
  411. package/site.d.ts +298 -0
  412. package/site.js +177 -0
  413. package/site.js.map +1 -0
  414. package/snippet.d.ts +1 -5
  415. package/snippet.js +1 -1
  416. package/snippet.js.map +1 -1
  417. package/syslogServerProfile.d.ts +12 -0
  418. package/syslogServerProfile.js.map +1 -1
  419. package/tacacsServerProfile.d.ts +12 -0
  420. package/tacacsServerProfile.js.map +1 -1
  421. package/tag.d.ts +12 -0
  422. package/tag.js.map +1 -1
  423. package/tlsServiceProfile.d.ts +12 -0
  424. package/tlsServiceProfile.js.map +1 -1
  425. package/tunnelInterface.d.ts +12 -0
  426. package/tunnelInterface.js.map +1 -1
  427. package/types/input.d.ts +1026 -148
  428. package/types/output.d.ts +3272 -647
  429. package/urlAccessProfile.d.ts +12 -0
  430. package/urlAccessProfile.js.map +1 -1
  431. package/urlCategory.d.ts +12 -0
  432. package/urlCategory.js.map +1 -1
  433. package/variable.d.ts +13 -5
  434. package/variable.js +1 -1
  435. package/variable.js.map +1 -1
  436. package/vlanInterface.d.ts +24 -0
  437. package/vlanInterface.js.map +1 -1
  438. package/vulnerabilityProtectionProfile.d.ts +12 -0
  439. package/vulnerabilityProtectionProfile.js.map +1 -1
  440. package/vulnerabilityProtectionSignature.d.ts +12 -0
  441. package/vulnerabilityProtectionSignature.js.map +1 -1
  442. package/wildfireAntiVirusProfile.d.ts +12 -0
  443. package/wildfireAntiVirusProfile.js.map +1 -1
  444. package/zone.d.ts +12 -0
  445. package/zone.js.map +1 -1
  446. package/zoneProtectionProfile.d.ts +18 -0
  447. package/zoneProtectionProfile.js.map +1 -1
@@ -11,6 +11,15 @@ import * as outputs from "./types/output";
11
11
  * import * as scm from "@pulumi/scm";
12
12
  *
13
13
  * //
14
+ * // Creates various resources used for subsequent examples
15
+ * //
16
+ * const scmAeIntf = new scm.AggregateInterface("scm_ae_intf", {
17
+ * name: "$scm_ae_intf",
18
+ * comment: "Managed by Pulumi",
19
+ * folder: "ngfw-shared",
20
+ * layer2: {},
21
+ * });
22
+ * //
14
23
  * // Creates a layer 2 ethernet interface without vlan configuration
15
24
  * //
16
25
  * const scmL2Intf = new scm.EthernetInterface("scm_l2_intf", {
@@ -110,6 +119,34 @@ import * as outputs from "./types/output";
110
119
  * mtu: 1500,
111
120
  * },
112
121
  * });
122
+ * //
123
+ * // Creates an ethernet interface assigned to an AggregateEthernet Interface
124
+ * //
125
+ * const scmAeMember1 = new scm.EthernetInterface("scm_ae_member_1", {
126
+ * name: "$scm_ae_member_1",
127
+ * comment: "Managed by Pulumi",
128
+ * folder: "ngfw-shared",
129
+ * aggregateGroup: "$scm_ae_intf",
130
+ * linkSpeed: "auto",
131
+ * linkDuplex: "full",
132
+ * linkState: "auto",
133
+ * }, {
134
+ * dependsOn: [scmAeIntf],
135
+ * });
136
+ * //
137
+ * // Creates an ethernet interface assigned to an AggregateEthernet Interface
138
+ * //
139
+ * const scmAeMember2 = new scm.EthernetInterface("scm_ae_member_2", {
140
+ * name: "$scm_ae_member_2",
141
+ * comment: "Managed by Pulumi",
142
+ * folder: "ngfw-shared",
143
+ * aggregateGroup: "$scm_ae_intf",
144
+ * linkSpeed: "auto",
145
+ * linkDuplex: "full",
146
+ * linkState: "auto",
147
+ * }, {
148
+ * dependsOn: [scmAeIntf],
149
+ * });
113
150
  * ```
114
151
  */
115
152
  export declare class EthernetInterface extends pulumi.CustomResource {
@@ -128,6 +165,10 @@ export declare class EthernetInterface extends pulumi.CustomResource {
128
165
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
129
166
  */
130
167
  static isInstance(obj: any): obj is EthernetInterface;
168
+ /**
169
+ * Aggregate group
170
+ */
171
+ readonly aggregateGroup: pulumi.Output<string | undefined>;
131
172
  /**
132
173
  * Interface description
133
174
  */
@@ -138,6 +179,8 @@ export declare class EthernetInterface extends pulumi.CustomResource {
138
179
  readonly defaultValue: pulumi.Output<string | undefined>;
139
180
  /**
140
181
  * The device in which the resource is defined
182
+ *
183
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
141
184
  */
142
185
  readonly device: pulumi.Output<string | undefined>;
143
186
  /**
@@ -148,14 +191,20 @@ export declare class EthernetInterface extends pulumi.CustomResource {
148
191
  }>;
149
192
  /**
150
193
  * The folder in which the resource is defined
194
+ *
195
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
151
196
  */
152
197
  readonly folder: pulumi.Output<string | undefined>;
153
198
  /**
154
199
  * Layer2
200
+ *
201
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
155
202
  */
156
203
  readonly layer2: pulumi.Output<outputs.EthernetInterfaceLayer2 | undefined>;
157
204
  /**
158
205
  * Ethernet Interface Layer 3 configuration
206
+ *
207
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
159
208
  */
160
209
  readonly layer3: pulumi.Output<outputs.EthernetInterfaceLayer3>;
161
210
  /**
@@ -180,10 +229,14 @@ export declare class EthernetInterface extends pulumi.CustomResource {
180
229
  readonly poe: pulumi.Output<outputs.EthernetInterfacePoe>;
181
230
  /**
182
231
  * The snippet in which the resource is defined
232
+ *
233
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
183
234
  */
184
235
  readonly snippet: pulumi.Output<string | undefined>;
185
236
  /**
186
237
  * Tap
238
+ *
239
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
187
240
  */
188
241
  readonly tap: pulumi.Output<outputs.EthernetInterfaceTap | undefined>;
189
242
  readonly tfid: pulumi.Output<string>;
@@ -200,6 +253,10 @@ export declare class EthernetInterface extends pulumi.CustomResource {
200
253
  * Input properties used for looking up and filtering EthernetInterface resources.
201
254
  */
202
255
  export interface EthernetInterfaceState {
256
+ /**
257
+ * Aggregate group
258
+ */
259
+ aggregateGroup?: pulumi.Input<string>;
203
260
  /**
204
261
  * Interface description
205
262
  */
@@ -210,6 +267,8 @@ export interface EthernetInterfaceState {
210
267
  defaultValue?: pulumi.Input<string>;
211
268
  /**
212
269
  * The device in which the resource is defined
270
+ *
271
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
213
272
  */
214
273
  device?: pulumi.Input<string>;
215
274
  /**
@@ -220,14 +279,20 @@ export interface EthernetInterfaceState {
220
279
  }>;
221
280
  /**
222
281
  * The folder in which the resource is defined
282
+ *
283
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
223
284
  */
224
285
  folder?: pulumi.Input<string>;
225
286
  /**
226
287
  * Layer2
288
+ *
289
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
227
290
  */
228
291
  layer2?: pulumi.Input<inputs.EthernetInterfaceLayer2>;
229
292
  /**
230
293
  * Ethernet Interface Layer 3 configuration
294
+ *
295
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
231
296
  */
232
297
  layer3?: pulumi.Input<inputs.EthernetInterfaceLayer3>;
233
298
  /**
@@ -252,10 +317,14 @@ export interface EthernetInterfaceState {
252
317
  poe?: pulumi.Input<inputs.EthernetInterfacePoe>;
253
318
  /**
254
319
  * The snippet in which the resource is defined
320
+ *
321
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
255
322
  */
256
323
  snippet?: pulumi.Input<string>;
257
324
  /**
258
325
  * Tap
326
+ *
327
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
259
328
  */
260
329
  tap?: pulumi.Input<inputs.EthernetInterfaceTap>;
261
330
  tfid?: pulumi.Input<string>;
@@ -264,6 +333,10 @@ export interface EthernetInterfaceState {
264
333
  * The set of arguments for constructing a EthernetInterface resource.
265
334
  */
266
335
  export interface EthernetInterfaceArgs {
336
+ /**
337
+ * Aggregate group
338
+ */
339
+ aggregateGroup?: pulumi.Input<string>;
267
340
  /**
268
341
  * Interface description
269
342
  */
@@ -274,18 +347,26 @@ export interface EthernetInterfaceArgs {
274
347
  defaultValue?: pulumi.Input<string>;
275
348
  /**
276
349
  * The device in which the resource is defined
350
+ *
351
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
277
352
  */
278
353
  device?: pulumi.Input<string>;
279
354
  /**
280
355
  * The folder in which the resource is defined
356
+ *
357
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
281
358
  */
282
359
  folder?: pulumi.Input<string>;
283
360
  /**
284
361
  * Layer2
362
+ *
363
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
285
364
  */
286
365
  layer2?: pulumi.Input<inputs.EthernetInterfaceLayer2>;
287
366
  /**
288
367
  * Ethernet Interface Layer 3 configuration
368
+ *
369
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
289
370
  */
290
371
  layer3?: pulumi.Input<inputs.EthernetInterfaceLayer3>;
291
372
  /**
@@ -310,10 +391,14 @@ export interface EthernetInterfaceArgs {
310
391
  poe?: pulumi.Input<inputs.EthernetInterfacePoe>;
311
392
  /**
312
393
  * The snippet in which the resource is defined
394
+ *
395
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
313
396
  */
314
397
  snippet?: pulumi.Input<string>;
315
398
  /**
316
399
  * Tap
400
+ *
401
+ * > ℹ️ **Note:** You must specify exactly one of `aggregateGroup`, `layer2`, `layer3`, and `tap`.
317
402
  */
318
403
  tap?: pulumi.Input<inputs.EthernetInterfaceTap>;
319
404
  }
@@ -15,6 +15,15 @@ const utilities = require("./utilities");
15
15
  * import * as scm from "@pulumi/scm";
16
16
  *
17
17
  * //
18
+ * // Creates various resources used for subsequent examples
19
+ * //
20
+ * const scmAeIntf = new scm.AggregateInterface("scm_ae_intf", {
21
+ * name: "$scm_ae_intf",
22
+ * comment: "Managed by Pulumi",
23
+ * folder: "ngfw-shared",
24
+ * layer2: {},
25
+ * });
26
+ * //
18
27
  * // Creates a layer 2 ethernet interface without vlan configuration
19
28
  * //
20
29
  * const scmL2Intf = new scm.EthernetInterface("scm_l2_intf", {
@@ -114,6 +123,34 @@ const utilities = require("./utilities");
114
123
  * mtu: 1500,
115
124
  * },
116
125
  * });
126
+ * //
127
+ * // Creates an ethernet interface assigned to an AggregateEthernet Interface
128
+ * //
129
+ * const scmAeMember1 = new scm.EthernetInterface("scm_ae_member_1", {
130
+ * name: "$scm_ae_member_1",
131
+ * comment: "Managed by Pulumi",
132
+ * folder: "ngfw-shared",
133
+ * aggregateGroup: "$scm_ae_intf",
134
+ * linkSpeed: "auto",
135
+ * linkDuplex: "full",
136
+ * linkState: "auto",
137
+ * }, {
138
+ * dependsOn: [scmAeIntf],
139
+ * });
140
+ * //
141
+ * // Creates an ethernet interface assigned to an AggregateEthernet Interface
142
+ * //
143
+ * const scmAeMember2 = new scm.EthernetInterface("scm_ae_member_2", {
144
+ * name: "$scm_ae_member_2",
145
+ * comment: "Managed by Pulumi",
146
+ * folder: "ngfw-shared",
147
+ * aggregateGroup: "$scm_ae_intf",
148
+ * linkSpeed: "auto",
149
+ * linkDuplex: "full",
150
+ * linkState: "auto",
151
+ * }, {
152
+ * dependsOn: [scmAeIntf],
153
+ * });
117
154
  * ```
118
155
  */
119
156
  class EthernetInterface extends pulumi.CustomResource {
@@ -144,6 +181,7 @@ class EthernetInterface extends pulumi.CustomResource {
144
181
  opts = opts || {};
145
182
  if (opts.id) {
146
183
  const state = argsOrState;
184
+ resourceInputs["aggregateGroup"] = state?.aggregateGroup;
147
185
  resourceInputs["comment"] = state?.comment;
148
186
  resourceInputs["defaultValue"] = state?.defaultValue;
149
187
  resourceInputs["device"] = state?.device;
@@ -162,6 +200,7 @@ class EthernetInterface extends pulumi.CustomResource {
162
200
  }
163
201
  else {
164
202
  const args = argsOrState;
203
+ resourceInputs["aggregateGroup"] = args?.aggregateGroup;
165
204
  resourceInputs["comment"] = args?.comment;
166
205
  resourceInputs["defaultValue"] = args?.defaultValue;
167
206
  resourceInputs["device"] = args?.device;
@@ -1 +1 @@
1
- {"version":3,"file":"ethernetInterface.js","sourceRoot":"","sources":["../ethernetInterface.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ethernetInterface.js","sourceRoot":"","sources":["../ethernetInterface.ts"],"names":[],"mappings":"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"}
@@ -114,6 +114,8 @@ export declare class ExternalDynamicList extends pulumi.CustomResource {
114
114
  }>;
115
115
  /**
116
116
  * The folder in which the resource is defined
117
+ *
118
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
117
119
  */
118
120
  readonly folder: pulumi.Output<string | undefined>;
119
121
  /**
@@ -122,6 +124,8 @@ export declare class ExternalDynamicList extends pulumi.CustomResource {
122
124
  readonly name: pulumi.Output<string>;
123
125
  /**
124
126
  * The snippet in which the resource is defined
127
+ *
128
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
125
129
  */
126
130
  readonly snippet: pulumi.Output<string | undefined>;
127
131
  readonly tfid: pulumi.Output<string>;
@@ -154,6 +158,8 @@ export interface ExternalDynamicListState {
154
158
  }>;
155
159
  /**
156
160
  * The folder in which the resource is defined
161
+ *
162
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
157
163
  */
158
164
  folder?: pulumi.Input<string>;
159
165
  /**
@@ -162,6 +168,8 @@ export interface ExternalDynamicListState {
162
168
  name?: pulumi.Input<string>;
163
169
  /**
164
170
  * The snippet in which the resource is defined
171
+ *
172
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
165
173
  */
166
174
  snippet?: pulumi.Input<string>;
167
175
  tfid?: pulumi.Input<string>;
@@ -180,6 +188,8 @@ export interface ExternalDynamicListArgs {
180
188
  device?: pulumi.Input<string>;
181
189
  /**
182
190
  * The folder in which the resource is defined
191
+ *
192
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
183
193
  */
184
194
  folder?: pulumi.Input<string>;
185
195
  /**
@@ -188,6 +198,8 @@ export interface ExternalDynamicListArgs {
188
198
  name?: pulumi.Input<string>;
189
199
  /**
190
200
  * The snippet in which the resource is defined
201
+ *
202
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
191
203
  */
192
204
  snippet?: pulumi.Input<string>;
193
205
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"externalDynamicList.js","sourceRoot":"","sources":["../externalDynamicList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoFG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAoCD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;QACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAxFL,kDAyFC;AA3EG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
1
+ {"version":3,"file":"externalDynamicList.js","sourceRoot":"","sources":["../externalDynamicList.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoFG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAwCD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,iBAAiB,CAAC,GAAG,KAAK,EAAE,eAAe,CAAC;YAC3D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,iBAAiB,CAAC,EAAE,CAAC;QACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA5FL,kDA6FC;AA/EG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
@@ -3,6 +3,80 @@ import * as inputs from "./types/input";
3
3
  import * as outputs from "./types/output";
4
4
  /**
5
5
  * FileBlockingProfile resource
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as scm from "@pulumi/scm";
12
+ *
13
+ * const scmFileBlockingBase = new scm.FileBlockingProfile("scm_file_blocking_base", {
14
+ * folder: "ngfw-shared",
15
+ * name: "base_file_blocking",
16
+ * });
17
+ * const scmFileBlockingProfile = new scm.FileBlockingProfile("scm_file_blocking_profile", {
18
+ * folder: "ngfw-shared",
19
+ * name: "file_blocking_profile_complete",
20
+ * description: "alert, block, and continue",
21
+ * rules: [
22
+ * {
23
+ * name: "block_rule",
24
+ * action: "block",
25
+ * application: ["any"],
26
+ * direction: "upload",
27
+ * fileType: ["any"],
28
+ * },
29
+ * {
30
+ * name: "block_rule_two",
31
+ * action: "block",
32
+ * application: ["8x8"],
33
+ * direction: "upload",
34
+ * fileType: [
35
+ * "7z",
36
+ * "bat",
37
+ * "chm",
38
+ * "class",
39
+ * "cpl",
40
+ * "dll",
41
+ * "hlp",
42
+ * "hta",
43
+ * "jar",
44
+ * "ocx",
45
+ * "pif",
46
+ * "scr",
47
+ * "torrent",
48
+ * "vbe",
49
+ * "wsf",
50
+ * ],
51
+ * },
52
+ * {
53
+ * name: "alert_rule",
54
+ * action: "alert",
55
+ * application: [
56
+ * "access-grid",
57
+ * "adobe-update",
58
+ * ],
59
+ * direction: "both",
60
+ * fileType: ["ico"],
61
+ * },
62
+ * {
63
+ * name: "continue_rule",
64
+ * action: "continue",
65
+ * application: [
66
+ * "apple-appstore",
67
+ * "limelight",
68
+ * ],
69
+ * direction: "download",
70
+ * fileType: [
71
+ * "doc",
72
+ * "bmp",
73
+ * "dsn",
74
+ * "dwf",
75
+ * ],
76
+ * },
77
+ * ],
78
+ * });
79
+ * ```
6
80
  */
7
81
  export declare class FileBlockingProfile extends pulumi.CustomResource {
8
82
  /**
@@ -30,6 +104,8 @@ export declare class FileBlockingProfile extends pulumi.CustomResource {
30
104
  readonly device: pulumi.Output<string | undefined>;
31
105
  /**
32
106
  * The folder in which the resource is defined
107
+ *
108
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
33
109
  */
34
110
  readonly folder: pulumi.Output<string | undefined>;
35
111
  /**
@@ -42,6 +118,8 @@ export declare class FileBlockingProfile extends pulumi.CustomResource {
42
118
  readonly rules: pulumi.Output<outputs.FileBlockingProfileRule[] | undefined>;
43
119
  /**
44
120
  * The snippet in which the resource is defined
121
+ *
122
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
45
123
  */
46
124
  readonly snippet: pulumi.Output<string | undefined>;
47
125
  readonly tfid: pulumi.Output<string>;
@@ -68,6 +146,8 @@ export interface FileBlockingProfileState {
68
146
  device?: pulumi.Input<string>;
69
147
  /**
70
148
  * The folder in which the resource is defined
149
+ *
150
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
71
151
  */
72
152
  folder?: pulumi.Input<string>;
73
153
  /**
@@ -80,6 +160,8 @@ export interface FileBlockingProfileState {
80
160
  rules?: pulumi.Input<pulumi.Input<inputs.FileBlockingProfileRule>[]>;
81
161
  /**
82
162
  * The snippet in which the resource is defined
163
+ *
164
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
83
165
  */
84
166
  snippet?: pulumi.Input<string>;
85
167
  tfid?: pulumi.Input<string>;
@@ -98,6 +180,8 @@ export interface FileBlockingProfileArgs {
98
180
  device?: pulumi.Input<string>;
99
181
  /**
100
182
  * The folder in which the resource is defined
183
+ *
184
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
101
185
  */
102
186
  folder?: pulumi.Input<string>;
103
187
  /**
@@ -110,6 +194,8 @@ export interface FileBlockingProfileArgs {
110
194
  rules?: pulumi.Input<pulumi.Input<inputs.FileBlockingProfileRule>[]>;
111
195
  /**
112
196
  * The snippet in which the resource is defined
197
+ *
198
+ * > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
113
199
  */
114
200
  snippet?: pulumi.Input<string>;
115
201
  }
@@ -7,6 +7,80 @@ const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
8
  /**
9
9
  * FileBlockingProfile resource
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * const scmFileBlockingBase = new scm.FileBlockingProfile("scm_file_blocking_base", {
18
+ * folder: "ngfw-shared",
19
+ * name: "base_file_blocking",
20
+ * });
21
+ * const scmFileBlockingProfile = new scm.FileBlockingProfile("scm_file_blocking_profile", {
22
+ * folder: "ngfw-shared",
23
+ * name: "file_blocking_profile_complete",
24
+ * description: "alert, block, and continue",
25
+ * rules: [
26
+ * {
27
+ * name: "block_rule",
28
+ * action: "block",
29
+ * application: ["any"],
30
+ * direction: "upload",
31
+ * fileType: ["any"],
32
+ * },
33
+ * {
34
+ * name: "block_rule_two",
35
+ * action: "block",
36
+ * application: ["8x8"],
37
+ * direction: "upload",
38
+ * fileType: [
39
+ * "7z",
40
+ * "bat",
41
+ * "chm",
42
+ * "class",
43
+ * "cpl",
44
+ * "dll",
45
+ * "hlp",
46
+ * "hta",
47
+ * "jar",
48
+ * "ocx",
49
+ * "pif",
50
+ * "scr",
51
+ * "torrent",
52
+ * "vbe",
53
+ * "wsf",
54
+ * ],
55
+ * },
56
+ * {
57
+ * name: "alert_rule",
58
+ * action: "alert",
59
+ * application: [
60
+ * "access-grid",
61
+ * "adobe-update",
62
+ * ],
63
+ * direction: "both",
64
+ * fileType: ["ico"],
65
+ * },
66
+ * {
67
+ * name: "continue_rule",
68
+ * action: "continue",
69
+ * application: [
70
+ * "apple-appstore",
71
+ * "limelight",
72
+ * ],
73
+ * direction: "download",
74
+ * fileType: [
75
+ * "doc",
76
+ * "bmp",
77
+ * "dsn",
78
+ * "dwf",
79
+ * ],
80
+ * },
81
+ * ],
82
+ * });
83
+ * ```
10
84
  */
11
85
  class FileBlockingProfile extends pulumi.CustomResource {
12
86
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"fileBlockingProfile.js","sourceRoot":"","sources":["../fileBlockingProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;GAEG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAoCD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAtFL,kDAuFC;AAzEG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
1
+ {"version":3,"file":"fileBlockingProfile.js","sourceRoot":"","sources":["../fileBlockingProfile.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4EG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAwCD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;YACzC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,EAAE,WAAW,CAAC;YAClD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AA1FL,kDA2FC;AA7EG,gBAAgB;AACO,gCAAY,GAAG,mDAAmD,CAAC"}
package/getAddress.d.ts CHANGED
@@ -63,41 +63,20 @@ export interface GetAddressResult {
63
63
  * The device in which the resource is defined
64
64
  */
65
65
  readonly device: string;
66
- /**
67
- * The folder in which the resource is defined
68
- */
69
66
  readonly folder: string;
70
- /**
71
- * Fully qualified domain name
72
- */
73
67
  readonly fqdn: string;
74
68
  /**
75
69
  * The UUID of the address object
76
70
  */
77
71
  readonly id: string;
78
- /**
79
- * IP address with or without CIDR notation
80
- */
81
72
  readonly ipNetmask: string;
82
- /**
83
- * Ip range
84
- */
85
73
  readonly ipRange: string;
86
- /**
87
- * IP wildcard mask
88
- */
89
74
  readonly ipWildcard: string;
90
75
  /**
91
76
  * The name of the address object
92
77
  */
93
78
  readonly name: string;
94
- /**
95
- * The snippet in which the resource is defined
96
- */
97
79
  readonly snippet: string;
98
- /**
99
- * Tags assocaited with the address object
100
- */
101
80
  readonly tags: string[];
102
81
  readonly tfid: string;
103
82
  }
package/getAddress.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"getAddress.js","sourceRoot":"","sources":["../getAddress.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AAkED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
1
+ {"version":3,"file":"getAddress.js","sourceRoot":"","sources":["../getAddress.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,gCAMC;AA6CD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqCG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4CAMC"}
@@ -48,13 +48,7 @@ export interface GetAddressGroupResult {
48
48
  * The device in which the resource is defined
49
49
  */
50
50
  readonly device: string;
51
- /**
52
- * Dynamic
53
- */
54
51
  readonly dynamic: outputs.GetAddressGroupDynamic;
55
- /**
56
- * The folder in which the resource is defined
57
- */
58
52
  readonly folder: string;
59
53
  /**
60
54
  * The UUID of the address group
@@ -64,17 +58,8 @@ export interface GetAddressGroupResult {
64
58
  * The name of the address group
65
59
  */
66
60
  readonly name: string;
67
- /**
68
- * The snippet in which the resource is defined
69
- */
70
61
  readonly snippet: string;
71
- /**
72
- * Static
73
- */
74
62
  readonly statics: string[];
75
- /**
76
- * Tags for address group object
77
- */
78
63
  readonly tags: string[];
79
64
  readonly tfid: string;
80
65
  }
@@ -1 +1 @@
1
- {"version":3,"file":"getAddressGroup.js","sourceRoot":"","sources":["../getAddressGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA0DD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}
1
+ {"version":3,"file":"getAddressGroup.js","sourceRoot":"","sources":["../getAddressGroup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA2CD;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,sDAMC"}