@sst-provider/cloudflare5 5.0.0-alpha1-1 → 5.2.0

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 (1526) hide show
  1. package/README.md +2 -3
  2. package/bin/accessRule.d.ts +34 -11
  3. package/bin/accessRule.js +8 -2
  4. package/bin/accessRule.js.map +1 -1
  5. package/bin/account.d.ts +4 -1
  6. package/bin/account.js.map +1 -1
  7. package/bin/accountDnsSettings.d.ts +53 -0
  8. package/bin/{riskBehavior.js → accountDnsSettings.js} +12 -12
  9. package/bin/accountDnsSettings.js.map +1 -0
  10. package/bin/accountDnsSettingsInternalView.d.ts +88 -0
  11. package/bin/{teamsProxyEndpoint.js → accountDnsSettingsInternalView.js} +18 -18
  12. package/bin/accountDnsSettingsInternalView.js.map +1 -0
  13. package/bin/accountMember.d.ts +10 -1
  14. package/bin/accountMember.js.map +1 -1
  15. package/bin/accountSubscription.d.ts +42 -8
  16. package/bin/accountSubscription.js +10 -2
  17. package/bin/accountSubscription.js.map +1 -1
  18. package/bin/accountToken.d.ts +145 -0
  19. package/bin/accountToken.js +77 -0
  20. package/bin/accountToken.js.map +1 -0
  21. package/bin/addressMap.d.ts +5 -19
  22. package/bin/addressMap.js +0 -8
  23. package/bin/addressMap.js.map +1 -1
  24. package/bin/apiShieldDiscoveryOperation.d.ts +75 -0
  25. package/bin/apiShieldDiscoveryOperation.js +59 -0
  26. package/bin/apiShieldDiscoveryOperation.js.map +1 -0
  27. package/bin/apiShieldOperation.d.ts +47 -15
  28. package/bin/apiShieldOperation.js +19 -5
  29. package/bin/apiShieldOperation.js.map +1 -1
  30. package/bin/apiShieldOperationSchemaValidationSettings.d.ts +4 -4
  31. package/bin/apiShieldSchema.d.ts +7 -19
  32. package/bin/apiShieldSchema.js +0 -6
  33. package/bin/apiShieldSchema.js.map +1 -1
  34. package/bin/apiShieldSchemaValidationSettings.d.ts +7 -7
  35. package/bin/apiToken.d.ts +6 -6
  36. package/bin/apiToken.js +2 -0
  37. package/bin/apiToken.js.map +1 -1
  38. package/bin/argoSmartRouting.d.ts +3 -3
  39. package/bin/argoTieredCaching.d.ts +5 -5
  40. package/bin/authenticatedOriginPulls.d.ts +17 -5
  41. package/bin/authenticatedOriginPulls.js +4 -0
  42. package/bin/authenticatedOriginPulls.js.map +1 -1
  43. package/bin/authenticatedOriginPullsCertificate.d.ts +20 -2
  44. package/bin/authenticatedOriginPullsCertificate.js +7 -1
  45. package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
  46. package/bin/authenticatedOriginPullsSettings.d.ts +60 -0
  47. package/bin/{devicePolicyCertificates.js → authenticatedOriginPullsSettings.js} +10 -12
  48. package/bin/authenticatedOriginPullsSettings.js.map +1 -0
  49. package/bin/botManagement.d.ts +50 -12
  50. package/bin/botManagement.js +6 -0
  51. package/bin/botManagement.js.map +1 -1
  52. package/bin/byoIpPrefix.d.ts +4 -20
  53. package/bin/byoIpPrefix.js +0 -8
  54. package/bin/byoIpPrefix.js.map +1 -1
  55. package/bin/callsSfuApp.d.ts +104 -0
  56. package/bin/{tunnel.js → callsSfuApp.js} +20 -23
  57. package/bin/callsSfuApp.js.map +1 -0
  58. package/bin/callsTurnApp.d.ts +104 -0
  59. package/bin/{workerSecret.js → callsTurnApp.js} +21 -23
  60. package/bin/callsTurnApp.js.map +1 -0
  61. package/bin/certificatePack.d.ts +47 -23
  62. package/bin/certificatePack.js +20 -10
  63. package/bin/certificatePack.js.map +1 -1
  64. package/bin/cloudConnectorRules.d.ts +29 -7
  65. package/bin/cloudConnectorRules.js +10 -0
  66. package/bin/cloudConnectorRules.js.map +1 -1
  67. package/bin/cloudforceOneRequest.d.ts +154 -0
  68. package/bin/cloudforceOneRequest.js +78 -0
  69. package/bin/cloudforceOneRequest.js.map +1 -0
  70. package/bin/cloudforceOneRequestAsset.d.ts +136 -0
  71. package/bin/cloudforceOneRequestAsset.js +79 -0
  72. package/bin/cloudforceOneRequestAsset.js.map +1 -0
  73. package/bin/cloudforceOneRequestMessage.d.ts +112 -0
  74. package/bin/cloudforceOneRequestMessage.js +69 -0
  75. package/bin/cloudforceOneRequestMessage.js.map +1 -0
  76. package/bin/cloudforceOneRequestPriority.d.ts +158 -0
  77. package/bin/cloudforceOneRequestPriority.js +92 -0
  78. package/bin/cloudforceOneRequestPriority.js.map +1 -0
  79. package/bin/contentScanningExpression.d.ts +61 -0
  80. package/bin/{workerRoute.js → contentScanningExpression.js} +16 -18
  81. package/bin/contentScanningExpression.js.map +1 -0
  82. package/bin/customHostname.d.ts +9 -5
  83. package/bin/customHostname.js.map +1 -1
  84. package/bin/customHostnameFallbackOrigin.d.ts +4 -2
  85. package/bin/customHostnameFallbackOrigin.js.map +1 -1
  86. package/bin/customPages.d.ts +21 -27
  87. package/bin/customPages.js +7 -6
  88. package/bin/customPages.js.map +1 -1
  89. package/bin/customSsl.d.ts +12 -9
  90. package/bin/customSsl.js +3 -1
  91. package/bin/customSsl.js.map +1 -1
  92. package/bin/d1database.d.ts +18 -3
  93. package/bin/d1database.js.map +1 -1
  94. package/bin/dnsFirewall.d.ts +183 -0
  95. package/bin/dnsFirewall.js +79 -0
  96. package/bin/dnsFirewall.js.map +1 -0
  97. package/bin/dnsRecord.d.ts +11 -7
  98. package/bin/dnsRecord.js +1 -1
  99. package/bin/dnsRecord.js.map +1 -1
  100. package/bin/dnsZoneTransfersAcl.d.ts +69 -0
  101. package/bin/{workersForPlatformsNamespace.js → dnsZoneTransfersAcl.js} +15 -10
  102. package/bin/dnsZoneTransfersAcl.js.map +1 -0
  103. package/bin/dnsZoneTransfersIncoming.d.ts +107 -0
  104. package/bin/dnsZoneTransfersIncoming.js +72 -0
  105. package/bin/dnsZoneTransfersIncoming.js.map +1 -0
  106. package/bin/dnsZoneTransfersOutgoing.d.ts +95 -0
  107. package/bin/dnsZoneTransfersOutgoing.js +67 -0
  108. package/bin/dnsZoneTransfersOutgoing.js.map +1 -0
  109. package/bin/dnsZoneTransfersPeer.d.ts +105 -0
  110. package/bin/{magicFirewallRuleset.js → dnsZoneTransfersPeer.js} +18 -16
  111. package/bin/dnsZoneTransfersPeer.js.map +1 -0
  112. package/bin/dnsZoneTransfersTsig.d.ts +75 -0
  113. package/bin/{tunnelVirtualNetwork.js → dnsZoneTransfersTsig.js} +20 -16
  114. package/bin/dnsZoneTransfersTsig.js.map +1 -0
  115. package/bin/emailRoutingDns.d.ts +128 -0
  116. package/bin/emailRoutingDns.js +76 -0
  117. package/bin/emailRoutingDns.js.map +1 -0
  118. package/bin/emailRoutingSettings.d.ts +4 -2
  119. package/bin/emailRoutingSettings.js.map +1 -1
  120. package/bin/emailSecurityBlockSender.d.ts +81 -0
  121. package/bin/emailSecurityBlockSender.js +75 -0
  122. package/bin/emailSecurityBlockSender.js.map +1 -0
  123. package/bin/emailSecurityImpersonationRegistry.d.ts +73 -0
  124. package/bin/emailSecurityImpersonationRegistry.js +80 -0
  125. package/bin/emailSecurityImpersonationRegistry.js.map +1 -0
  126. package/bin/emailSecurityTrustedDomains.d.ts +101 -0
  127. package/bin/emailSecurityTrustedDomains.js +70 -0
  128. package/bin/emailSecurityTrustedDomains.js.map +1 -0
  129. package/bin/filter.d.ts +3 -15
  130. package/bin/filter.js +4 -6
  131. package/bin/filter.js.map +1 -1
  132. package/bin/firewallRule.d.ts +3 -27
  133. package/bin/firewallRule.js +4 -8
  134. package/bin/firewallRule.js.map +1 -1
  135. package/bin/getAccessRule.d.ts +11 -7
  136. package/bin/getAccessRule.js +2 -2
  137. package/bin/getAccessRule.js.map +1 -1
  138. package/bin/getAccessRules.d.ts +1 -1
  139. package/bin/getAccessRules.js.map +1 -1
  140. package/bin/getAccount.d.ts +1 -1
  141. package/bin/getAccount.js.map +1 -1
  142. package/bin/getAccountApiTokenPermissionGroups.d.ts +24 -0
  143. package/bin/getAccountApiTokenPermissionGroups.js +22 -0
  144. package/bin/getAccountApiTokenPermissionGroups.js.map +1 -0
  145. package/bin/getAccountApiTokenPermissionGroupsList.d.ts +30 -0
  146. package/bin/getAccountApiTokenPermissionGroupsList.js +24 -0
  147. package/bin/getAccountApiTokenPermissionGroupsList.js.map +1 -0
  148. package/bin/getAccountDnsSettings.d.ts +27 -0
  149. package/bin/getAccountDnsSettings.js +22 -0
  150. package/bin/getAccountDnsSettings.js.map +1 -0
  151. package/bin/getAccountDnsSettingsInternalView.d.ts +34 -0
  152. package/bin/getAccountDnsSettingsInternalView.js +26 -0
  153. package/bin/getAccountDnsSettingsInternalView.js.map +1 -0
  154. package/bin/getAccountDnsSettingsInternalViews.d.ts +49 -0
  155. package/bin/getAccountDnsSettingsInternalViews.js +36 -0
  156. package/bin/getAccountDnsSettingsInternalViews.js.map +1 -0
  157. package/bin/getAccountMember.d.ts +5 -5
  158. package/bin/getAccountMember.js +0 -2
  159. package/bin/getAccountMember.js.map +1 -1
  160. package/bin/getAccountMembers.d.ts +1 -1
  161. package/bin/getAccountMembers.js.map +1 -1
  162. package/bin/getAccountPermissionGroup.d.ts +28 -0
  163. package/bin/getAccountPermissionGroup.js +24 -0
  164. package/bin/getAccountPermissionGroup.js.map +1 -0
  165. package/bin/getAccountPermissionGroups.d.ts +35 -0
  166. package/bin/getAccountPermissionGroups.js +30 -0
  167. package/bin/getAccountPermissionGroups.js.map +1 -0
  168. package/bin/getAccountRole.d.ts +29 -0
  169. package/bin/{getTunnel.js → getAccountRole.js} +10 -12
  170. package/bin/getAccountRole.js.map +1 -0
  171. package/bin/getAccountRoles.d.ts +8 -4
  172. package/bin/getAccountRoles.js +2 -2
  173. package/bin/getAccountRoles.js.map +1 -1
  174. package/bin/getAccountSubscription.d.ts +9 -4
  175. package/bin/getAccountSubscription.js.map +1 -1
  176. package/bin/getAccountToken.d.ts +39 -0
  177. package/bin/getAccountToken.js +26 -0
  178. package/bin/getAccountToken.js.map +1 -0
  179. package/bin/getAccountTokens.d.ts +33 -0
  180. package/bin/getAccountTokens.js +26 -0
  181. package/bin/getAccountTokens.js.map +1 -0
  182. package/bin/getAccounts.d.ts +1 -1
  183. package/bin/getAccounts.js.map +1 -1
  184. package/bin/getAddressMap.d.ts +7 -15
  185. package/bin/getAddressMap.js +0 -8
  186. package/bin/getAddressMap.js.map +1 -1
  187. package/bin/getAddressMaps.d.ts +1 -1
  188. package/bin/getAddressMaps.js.map +1 -1
  189. package/bin/getApiShield.d.ts +2 -5
  190. package/bin/getApiShield.js +0 -2
  191. package/bin/getApiShield.js.map +1 -1
  192. package/bin/getApiShieldDiscoveryOperations.d.ts +54 -0
  193. package/bin/getApiShieldDiscoveryOperations.js +40 -0
  194. package/bin/getApiShieldDiscoveryOperations.js.map +1 -0
  195. package/bin/getApiShieldOperation.d.ts +17 -26
  196. package/bin/getApiShieldOperation.js +6 -18
  197. package/bin/getApiShieldOperation.js.map +1 -1
  198. package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +2 -4
  199. package/bin/getApiShieldOperationSchemaValidationSettings.js +0 -2
  200. package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -1
  201. package/bin/getApiShieldOperations.d.ts +4 -10
  202. package/bin/getApiShieldOperations.js +2 -6
  203. package/bin/getApiShieldOperations.js.map +1 -1
  204. package/bin/getApiShieldSchema.d.ts +8 -13
  205. package/bin/getApiShieldSchema.js +0 -4
  206. package/bin/getApiShieldSchema.js.map +1 -1
  207. package/bin/getApiShieldSchemaValidationSettings.d.ts +3 -7
  208. package/bin/getApiShieldSchemaValidationSettings.js +0 -4
  209. package/bin/getApiShieldSchemaValidationSettings.js.map +1 -1
  210. package/bin/getApiShieldSchemas.d.ts +1 -1
  211. package/bin/getApiShieldSchemas.js.map +1 -1
  212. package/bin/getApiToken.d.ts +1 -1
  213. package/bin/getApiToken.js.map +1 -1
  214. package/bin/getApiTokenPermissionGroupsList.d.ts +27 -0
  215. package/bin/getApiTokenPermissionGroupsList.js +24 -0
  216. package/bin/getApiTokenPermissionGroupsList.js.map +1 -0
  217. package/bin/getApiTokens.d.ts +1 -1
  218. package/bin/getApiTokens.js.map +1 -1
  219. package/bin/getArgoSmartRouting.d.ts +1 -1
  220. package/bin/getArgoSmartRouting.js.map +1 -1
  221. package/bin/getArgoTieredCaching.d.ts +5 -13
  222. package/bin/getArgoTieredCaching.js +0 -8
  223. package/bin/getArgoTieredCaching.js.map +1 -1
  224. package/bin/getAuthenticatedOriginPulls.d.ts +16 -40
  225. package/bin/getAuthenticatedOriginPulls.js +2 -26
  226. package/bin/getAuthenticatedOriginPulls.js.map +1 -1
  227. package/bin/getAuthenticatedOriginPullsCertificate.d.ts +10 -13
  228. package/bin/getAuthenticatedOriginPullsCertificate.js +0 -4
  229. package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -1
  230. package/bin/getAuthenticatedOriginPullsCertificates.d.ts +1 -1
  231. package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -1
  232. package/bin/getAuthenticatedOriginPullsSettings.d.ts +26 -0
  233. package/bin/getAuthenticatedOriginPullsSettings.js +22 -0
  234. package/bin/getAuthenticatedOriginPullsSettings.js.map +1 -0
  235. package/bin/getBotManagement.d.ts +15 -1
  236. package/bin/getBotManagement.js.map +1 -1
  237. package/bin/getBotnetFeedConfigAsn.d.ts +26 -0
  238. package/bin/getBotnetFeedConfigAsn.js +22 -0
  239. package/bin/getBotnetFeedConfigAsn.js.map +1 -0
  240. package/bin/getByoIpPrefix.d.ts +4 -9
  241. package/bin/getByoIpPrefix.js +0 -4
  242. package/bin/getByoIpPrefix.js.map +1 -1
  243. package/bin/getByoIpPrefixes.d.ts +1 -1
  244. package/bin/getByoIpPrefixes.js.map +1 -1
  245. package/bin/getCallsSfuApp.d.ts +32 -0
  246. package/bin/getCallsSfuApp.js +24 -0
  247. package/bin/getCallsSfuApp.js.map +1 -0
  248. package/bin/getCallsSfuApps.d.ts +30 -0
  249. package/bin/{getGatewayCategories.js → getCallsSfuApps.js} +10 -8
  250. package/bin/getCallsSfuApps.js.map +1 -0
  251. package/bin/getCallsTurnApp.d.ts +32 -0
  252. package/bin/getCallsTurnApp.js +24 -0
  253. package/bin/getCallsTurnApp.js.map +1 -0
  254. package/bin/getCallsTurnApps.d.ts +30 -0
  255. package/bin/getCallsTurnApps.js +24 -0
  256. package/bin/getCallsTurnApps.js.map +1 -0
  257. package/bin/getCertificatePack.d.ts +8 -13
  258. package/bin/getCertificatePack.js +0 -4
  259. package/bin/getCertificatePack.js.map +1 -1
  260. package/bin/getCertificatePacks.d.ts +1 -1
  261. package/bin/getCertificatePacks.js.map +1 -1
  262. package/bin/getCloudConnectorRulesList.d.ts +30 -0
  263. package/bin/getCloudConnectorRulesList.js +24 -0
  264. package/bin/getCloudConnectorRulesList.js.map +1 -0
  265. package/bin/getCloudforceOneRequest.d.ts +37 -0
  266. package/bin/getCloudforceOneRequest.js +24 -0
  267. package/bin/getCloudforceOneRequest.js.map +1 -0
  268. package/bin/getCloudforceOneRequestAsset.d.ts +32 -0
  269. package/bin/getCloudforceOneRequestAsset.js +26 -0
  270. package/bin/getCloudforceOneRequestAsset.js.map +1 -0
  271. package/bin/getCloudforceOneRequestMessage.d.ts +30 -0
  272. package/bin/getCloudforceOneRequestMessage.js +24 -0
  273. package/bin/getCloudforceOneRequestMessage.js.map +1 -0
  274. package/bin/getCloudforceOneRequestPriority.d.ts +37 -0
  275. package/bin/getCloudforceOneRequestPriority.js +24 -0
  276. package/bin/getCloudforceOneRequestPriority.js.map +1 -0
  277. package/bin/getCloudforceOneRequests.d.ts +30 -0
  278. package/bin/getCloudforceOneRequests.js +24 -0
  279. package/bin/getCloudforceOneRequests.js.map +1 -0
  280. package/bin/getContentScanningExpressions.d.ts +30 -0
  281. package/bin/getContentScanningExpressions.js +24 -0
  282. package/bin/getContentScanningExpressions.js.map +1 -0
  283. package/bin/getCustomHostname.d.ts +5 -5
  284. package/bin/getCustomHostname.js +0 -2
  285. package/bin/getCustomHostname.js.map +1 -1
  286. package/bin/getCustomHostnameFallbackOrigin.d.ts +6 -16
  287. package/bin/getCustomHostnameFallbackOrigin.js +0 -10
  288. package/bin/getCustomHostnameFallbackOrigin.js.map +1 -1
  289. package/bin/getCustomHostnames.d.ts +1 -1
  290. package/bin/getCustomHostnames.js.map +1 -1
  291. package/bin/getCustomPages.d.ts +31 -0
  292. package/bin/getCustomPages.js +26 -0
  293. package/bin/getCustomPages.js.map +1 -0
  294. package/bin/getCustomPagesList.d.ts +33 -0
  295. package/bin/{getAccessApplication.js → getCustomPagesList.js} +10 -14
  296. package/bin/getCustomPagesList.js.map +1 -0
  297. package/bin/getCustomSsl.d.ts +4 -4
  298. package/bin/getCustomSsl.js +0 -2
  299. package/bin/getCustomSsl.js.map +1 -1
  300. package/bin/getCustomSsls.d.ts +1 -1
  301. package/bin/getCustomSsls.js.map +1 -1
  302. package/bin/getD1Database.d.ts +7 -14
  303. package/bin/getD1Database.js +0 -6
  304. package/bin/getD1Database.js.map +1 -1
  305. package/bin/getD1Databases.d.ts +1 -1
  306. package/bin/getD1Databases.js.map +1 -1
  307. package/bin/getDcvDelegation.d.ts +2 -4
  308. package/bin/getDcvDelegation.js +0 -2
  309. package/bin/getDcvDelegation.js.map +1 -1
  310. package/bin/getDnsFirewall.d.ts +38 -0
  311. package/bin/getDnsFirewall.js +24 -0
  312. package/bin/getDnsFirewall.js.map +1 -0
  313. package/bin/getDnsFirewalls.d.ts +30 -0
  314. package/bin/getDnsFirewalls.js +24 -0
  315. package/bin/getDnsFirewalls.js.map +1 -0
  316. package/bin/getDnsRecord.d.ts +10 -6
  317. package/bin/getDnsRecord.js +0 -2
  318. package/bin/getDnsRecord.js.map +1 -1
  319. package/bin/getDnsRecords.d.ts +7 -7
  320. package/bin/getDnsRecords.js.map +1 -1
  321. package/bin/getDnsZoneTransfersAcl.d.ts +27 -0
  322. package/bin/getDnsZoneTransfersAcl.js +24 -0
  323. package/bin/getDnsZoneTransfersAcl.js.map +1 -0
  324. package/bin/getDnsZoneTransfersAcls.d.ts +30 -0
  325. package/bin/getDnsZoneTransfersAcls.js +24 -0
  326. package/bin/getDnsZoneTransfersAcls.js.map +1 -0
  327. package/bin/getDnsZoneTransfersIncoming.d.ts +29 -0
  328. package/bin/getDnsZoneTransfersIncoming.js +22 -0
  329. package/bin/getDnsZoneTransfersIncoming.js.map +1 -0
  330. package/bin/getDnsZoneTransfersOutgoing.d.ts +28 -0
  331. package/bin/getDnsZoneTransfersOutgoing.js +22 -0
  332. package/bin/getDnsZoneTransfersOutgoing.js.map +1 -0
  333. package/bin/getDnsZoneTransfersPeer.d.ts +30 -0
  334. package/bin/getDnsZoneTransfersPeer.js +24 -0
  335. package/bin/getDnsZoneTransfersPeer.js.map +1 -0
  336. package/bin/getDnsZoneTransfersPeers.d.ts +30 -0
  337. package/bin/getDnsZoneTransfersPeers.js +24 -0
  338. package/bin/getDnsZoneTransfersPeers.js.map +1 -0
  339. package/bin/getDnsZoneTransfersTsig.d.ts +28 -0
  340. package/bin/getDnsZoneTransfersTsig.js +24 -0
  341. package/bin/getDnsZoneTransfersTsig.js.map +1 -0
  342. package/bin/getDnsZoneTransfersTsigs.d.ts +30 -0
  343. package/bin/getDnsZoneTransfersTsigs.js +24 -0
  344. package/bin/getDnsZoneTransfersTsigs.js.map +1 -0
  345. package/bin/getEmailRoutingAddress.d.ts +5 -5
  346. package/bin/getEmailRoutingAddress.js +0 -2
  347. package/bin/getEmailRoutingAddress.js.map +1 -1
  348. package/bin/getEmailRoutingAddresses.d.ts +1 -1
  349. package/bin/getEmailRoutingAddresses.js.map +1 -1
  350. package/bin/getEmailRoutingCatchAll.d.ts +6 -19
  351. package/bin/getEmailRoutingCatchAll.js +0 -12
  352. package/bin/getEmailRoutingCatchAll.js.map +1 -1
  353. package/bin/getEmailRoutingDns.d.ts +34 -0
  354. package/bin/getEmailRoutingDns.js +24 -0
  355. package/bin/getEmailRoutingDns.js.map +1 -0
  356. package/bin/getEmailRoutingRule.d.ts +5 -5
  357. package/bin/getEmailRoutingRule.js +0 -2
  358. package/bin/getEmailRoutingRule.js.map +1 -1
  359. package/bin/getEmailRoutingRules.d.ts +1 -1
  360. package/bin/getEmailRoutingRules.js.map +1 -1
  361. package/bin/getEmailRoutingSettings.d.ts +7 -23
  362. package/bin/getEmailRoutingSettings.js +0 -16
  363. package/bin/getEmailRoutingSettings.js.map +1 -1
  364. package/bin/getEmailSecurityBlockSender.d.ts +36 -0
  365. package/bin/getEmailSecurityBlockSender.js +26 -0
  366. package/bin/getEmailSecurityBlockSender.js.map +1 -0
  367. package/bin/getEmailSecurityBlockSenders.d.ts +42 -0
  368. package/bin/getEmailSecurityBlockSenders.js +32 -0
  369. package/bin/getEmailSecurityBlockSenders.js.map +1 -0
  370. package/bin/getEmailSecurityImpersonationRegistries.d.ts +42 -0
  371. package/bin/getEmailSecurityImpersonationRegistries.js +32 -0
  372. package/bin/getEmailSecurityImpersonationRegistries.js.map +1 -0
  373. package/bin/getEmailSecurityImpersonationRegistry.d.ts +40 -0
  374. package/bin/getEmailSecurityImpersonationRegistry.js +26 -0
  375. package/bin/getEmailSecurityImpersonationRegistry.js.map +1 -0
  376. package/bin/getEmailSecurityTrustedDomains.d.ts +37 -0
  377. package/bin/getEmailSecurityTrustedDomains.js +26 -0
  378. package/bin/getEmailSecurityTrustedDomains.js.map +1 -0
  379. package/bin/getEmailSecurityTrustedDomainsList.d.ts +45 -0
  380. package/bin/getEmailSecurityTrustedDomainsList.js +34 -0
  381. package/bin/getEmailSecurityTrustedDomainsList.js.map +1 -0
  382. package/bin/getFilter.d.ts +8 -7
  383. package/bin/getFilter.js +4 -6
  384. package/bin/getFilter.js.map +1 -1
  385. package/bin/getFilters.d.ts +4 -4
  386. package/bin/getFilters.js +2 -2
  387. package/bin/getFilters.js.map +1 -1
  388. package/bin/getFirewallRule.d.ts +8 -11
  389. package/bin/getFirewallRule.js +4 -8
  390. package/bin/getFirewallRule.js.map +1 -1
  391. package/bin/getFirewallRules.d.ts +4 -4
  392. package/bin/getFirewallRules.js +2 -2
  393. package/bin/getFirewallRules.js.map +1 -1
  394. package/bin/getHealthcheck.d.ts +5 -9
  395. package/bin/getHealthcheck.js +0 -4
  396. package/bin/getHealthcheck.js.map +1 -1
  397. package/bin/getHealthchecks.d.ts +1 -1
  398. package/bin/getHealthchecks.js.map +1 -1
  399. package/bin/getHostnameTlsSetting.d.ts +6 -1
  400. package/bin/getHostnameTlsSetting.js.map +1 -1
  401. package/bin/getHyperdriveConfig.d.ts +7 -12
  402. package/bin/getHyperdriveConfig.js +0 -4
  403. package/bin/getHyperdriveConfig.js.map +1 -1
  404. package/bin/getHyperdriveConfigs.d.ts +1 -1
  405. package/bin/getHyperdriveConfigs.js.map +1 -1
  406. package/bin/getImage.d.ts +30 -0
  407. package/bin/{getDevices.js → getImage.js} +10 -10
  408. package/bin/getImage.js.map +1 -0
  409. package/bin/getImageVariant.d.ts +30 -0
  410. package/bin/getImageVariant.js +24 -0
  411. package/bin/getImageVariant.js.map +1 -0
  412. package/bin/getImages.d.ts +30 -0
  413. package/bin/{getGatewayAppTypes.js → getImages.js} +10 -8
  414. package/bin/getImages.js.map +1 -0
  415. package/bin/getIpRanges.d.ts +11 -8
  416. package/bin/getIpRanges.js +2 -2
  417. package/bin/getIpRanges.js.map +1 -1
  418. package/bin/getKeylessCertificate.d.ts +5 -9
  419. package/bin/getKeylessCertificate.js +0 -4
  420. package/bin/getKeylessCertificate.js.map +1 -1
  421. package/bin/getKeylessCertificates.d.ts +1 -1
  422. package/bin/getKeylessCertificates.js.map +1 -1
  423. package/bin/getLeakedCredentialCheck.d.ts +26 -0
  424. package/bin/getLeakedCredentialCheck.js +22 -0
  425. package/bin/getLeakedCredentialCheck.js.map +1 -0
  426. package/bin/getLeakedCredentialCheckRules.d.ts +30 -0
  427. package/bin/getLeakedCredentialCheckRules.js +24 -0
  428. package/bin/getLeakedCredentialCheckRules.js.map +1 -0
  429. package/bin/getList.d.ts +13 -34
  430. package/bin/getList.js +0 -20
  431. package/bin/getList.js.map +1 -1
  432. package/bin/getListItem.d.ts +18 -18
  433. package/bin/getListItem.js +0 -4
  434. package/bin/getListItem.js.map +1 -1
  435. package/bin/getListItems.d.ts +1 -1
  436. package/bin/getListItems.js.map +1 -1
  437. package/bin/getLists.d.ts +1 -1
  438. package/bin/getLists.js.map +1 -1
  439. package/bin/getLoadBalancer.d.ts +30 -9
  440. package/bin/getLoadBalancer.js +12 -4
  441. package/bin/getLoadBalancer.js.map +1 -1
  442. package/bin/getLoadBalancerMonitor.d.ts +5 -10
  443. package/bin/getLoadBalancerMonitor.js +0 -4
  444. package/bin/getLoadBalancerMonitor.js.map +1 -1
  445. package/bin/getLoadBalancerMonitors.d.ts +1 -1
  446. package/bin/getLoadBalancerMonitors.js.map +1 -1
  447. package/bin/getLoadBalancerPool.d.ts +5 -5
  448. package/bin/getLoadBalancerPool.js +0 -2
  449. package/bin/getLoadBalancerPool.js.map +1 -1
  450. package/bin/getLoadBalancerPools.d.ts +1 -1
  451. package/bin/getLoadBalancerPools.js.map +1 -1
  452. package/bin/getLoadBalancers.d.ts +1 -1
  453. package/bin/getLoadBalancers.js.map +1 -1
  454. package/bin/getLogpullRetention.d.ts +2 -4
  455. package/bin/getLogpullRetention.js +0 -2
  456. package/bin/getLogpullRetention.js.map +1 -1
  457. package/bin/getLogpushDatasetField.d.ts +31 -0
  458. package/bin/getLogpushDatasetField.js +26 -0
  459. package/bin/getLogpushDatasetField.js.map +1 -0
  460. package/bin/getLogpushDatasetJob.d.ts +43 -0
  461. package/bin/getLogpushDatasetJob.js +26 -0
  462. package/bin/getLogpushDatasetJob.js.map +1 -0
  463. package/bin/getLogpushJob.d.ts +1 -5
  464. package/bin/getLogpushJob.js +0 -2
  465. package/bin/getLogpushJob.js.map +1 -1
  466. package/bin/getLogpushJobs.d.ts +1 -1
  467. package/bin/getLogpushJobs.js.map +1 -1
  468. package/bin/getMagicNetworkMonitoringConfiguration.d.ts +30 -0
  469. package/bin/getMagicNetworkMonitoringConfiguration.js +22 -0
  470. package/bin/getMagicNetworkMonitoringConfiguration.js.map +1 -0
  471. package/bin/getMagicNetworkMonitoringRule.d.ts +35 -0
  472. package/bin/getMagicNetworkMonitoringRule.js +24 -0
  473. package/bin/getMagicNetworkMonitoringRule.js.map +1 -0
  474. package/bin/getMagicNetworkMonitoringRules.d.ts +30 -0
  475. package/bin/getMagicNetworkMonitoringRules.js +24 -0
  476. package/bin/{getZeroTrustDeviceProfilesList.js.map → getMagicNetworkMonitoringRules.js.map} +1 -1
  477. package/bin/getMagicTransitConnector.d.ts +35 -0
  478. package/bin/getMagicTransitConnector.js +24 -0
  479. package/bin/getMagicTransitConnector.js.map +1 -0
  480. package/bin/getMagicTransitConnectors.d.ts +30 -0
  481. package/bin/getMagicTransitConnectors.js +24 -0
  482. package/bin/getMagicTransitConnectors.js.map +1 -0
  483. package/bin/getMagicTransitSite.d.ts +36 -0
  484. package/bin/getMagicTransitSite.js +26 -0
  485. package/bin/getMagicTransitSite.js.map +1 -0
  486. package/bin/getMagicTransitSiteAcl.d.ts +36 -0
  487. package/bin/getMagicTransitSiteAcl.js +26 -0
  488. package/bin/getMagicTransitSiteAcl.js.map +1 -0
  489. package/bin/getMagicTransitSiteAcls.d.ts +33 -0
  490. package/bin/getMagicTransitSiteAcls.js +26 -0
  491. package/bin/getMagicTransitSiteAcls.js.map +1 -0
  492. package/bin/getMagicTransitSiteLan.d.ts +36 -0
  493. package/bin/getMagicTransitSiteLan.js +26 -0
  494. package/bin/getMagicTransitSiteLan.js.map +1 -0
  495. package/bin/getMagicTransitSiteLans.d.ts +33 -0
  496. package/bin/getMagicTransitSiteLans.js +26 -0
  497. package/bin/getMagicTransitSiteLans.js.map +1 -0
  498. package/bin/getMagicTransitSiteWan.d.ts +35 -0
  499. package/bin/getMagicTransitSiteWan.js +26 -0
  500. package/bin/getMagicTransitSiteWan.js.map +1 -0
  501. package/bin/getMagicTransitSiteWans.d.ts +33 -0
  502. package/bin/getMagicTransitSiteWans.js +26 -0
  503. package/bin/getMagicTransitSiteWans.js.map +1 -0
  504. package/bin/getMagicTransitSites.d.ts +33 -0
  505. package/bin/getMagicTransitSites.js +26 -0
  506. package/bin/getMagicTransitSites.js.map +1 -0
  507. package/bin/getMagicWanGreTunnel.d.ts +2 -5
  508. package/bin/getMagicWanGreTunnel.js +0 -2
  509. package/bin/getMagicWanGreTunnel.js.map +1 -1
  510. package/bin/getMagicWanIpsecTunnel.d.ts +2 -5
  511. package/bin/getMagicWanIpsecTunnel.js +0 -2
  512. package/bin/getMagicWanIpsecTunnel.js.map +1 -1
  513. package/bin/getMagicWanStaticRoute.d.ts +2 -5
  514. package/bin/getMagicWanStaticRoute.js +0 -2
  515. package/bin/getMagicWanStaticRoute.js.map +1 -1
  516. package/bin/getManagedTransforms.d.ts +28 -0
  517. package/bin/getManagedTransforms.js +22 -0
  518. package/bin/getManagedTransforms.js.map +1 -0
  519. package/bin/getMtlsCertificate.d.ts +5 -10
  520. package/bin/getMtlsCertificate.js +0 -4
  521. package/bin/getMtlsCertificate.js.map +1 -1
  522. package/bin/getMtlsCertificates.d.ts +1 -1
  523. package/bin/getMtlsCertificates.js.map +1 -1
  524. package/bin/getNotificationPolicies.d.ts +1 -1
  525. package/bin/getNotificationPolicies.js.map +1 -1
  526. package/bin/getNotificationPolicy.d.ts +6 -12
  527. package/bin/getNotificationPolicy.js +0 -4
  528. package/bin/getNotificationPolicy.js.map +1 -1
  529. package/bin/getNotificationPolicyWebhooks.d.ts +5 -10
  530. package/bin/getNotificationPolicyWebhooks.js +0 -4
  531. package/bin/getNotificationPolicyWebhooks.js.map +1 -1
  532. package/bin/getNotificationPolicyWebhooksList.d.ts +1 -1
  533. package/bin/getNotificationPolicyWebhooksList.js.map +1 -1
  534. package/bin/getObservatoryScheduledTest.d.ts +6 -4
  535. package/bin/getObservatoryScheduledTest.js +4 -2
  536. package/bin/getObservatoryScheduledTest.js.map +1 -1
  537. package/bin/getOriginCaCertificate.d.ts +1 -1
  538. package/bin/getOriginCaCertificate.js.map +1 -1
  539. package/bin/getOriginCaCertificates.d.ts +5 -5
  540. package/bin/getOriginCaCertificates.js +0 -2
  541. package/bin/getOriginCaCertificates.js.map +1 -1
  542. package/bin/getPageRule.d.ts +5 -4
  543. package/bin/getPageRule.js.map +1 -1
  544. package/bin/getPageShieldConnections.d.ts +37 -0
  545. package/bin/getPageShieldConnections.js +24 -0
  546. package/bin/getPageShieldConnections.js.map +1 -0
  547. package/bin/getPageShieldConnectionsList.d.ts +66 -0
  548. package/bin/getPageShieldConnectionsList.js +48 -0
  549. package/bin/getPageShieldConnectionsList.js.map +1 -0
  550. package/bin/getPageShieldCookies.d.ts +38 -0
  551. package/bin/getPageShieldCookies.js +24 -0
  552. package/bin/getPageShieldCookies.js.map +1 -0
  553. package/bin/getPageShieldCookiesList.d.ts +72 -0
  554. package/bin/getPageShieldCookiesList.js +52 -0
  555. package/bin/getPageShieldCookiesList.js.map +1 -0
  556. package/bin/getPageShieldPolicies.d.ts +30 -0
  557. package/bin/getPageShieldPolicies.js +24 -0
  558. package/bin/getPageShieldPolicies.js.map +1 -0
  559. package/bin/getPageShieldPolicy.d.ts +30 -0
  560. package/bin/getPageShieldPolicy.js +24 -0
  561. package/bin/getPageShieldPolicy.js.map +1 -0
  562. package/bin/getPageShieldScripts.d.ts +47 -0
  563. package/bin/getPageShieldScripts.js +24 -0
  564. package/bin/getPageShieldScripts.js.map +1 -0
  565. package/bin/getPageShieldScriptsList.d.ts +69 -0
  566. package/bin/getPageShieldScriptsList.js +50 -0
  567. package/bin/getPageShieldScriptsList.js.map +1 -0
  568. package/bin/getPagesDomain.d.ts +8 -12
  569. package/bin/getPagesDomain.js +0 -4
  570. package/bin/getPagesDomain.js.map +1 -1
  571. package/bin/getPagesDomains.d.ts +1 -1
  572. package/bin/getPagesDomains.js.map +1 -1
  573. package/bin/getPagesProject.d.ts +14 -71
  574. package/bin/getPagesProject.js +0 -40
  575. package/bin/getPagesProject.js.map +1 -1
  576. package/bin/getPagesProjects.d.ts +1 -1
  577. package/bin/getPagesProjects.js.map +1 -1
  578. package/bin/getQueue.d.ts +6 -12
  579. package/bin/getQueue.js +0 -4
  580. package/bin/getQueue.js.map +1 -1
  581. package/bin/getQueueConsumer.d.ts +35 -0
  582. package/bin/getQueueConsumer.js +24 -0
  583. package/bin/getQueueConsumer.js.map +1 -0
  584. package/bin/getQueues.d.ts +1 -1
  585. package/bin/getQueues.js.map +1 -1
  586. package/bin/getR2Bucket.d.ts +4 -12
  587. package/bin/getR2Bucket.js +0 -8
  588. package/bin/getR2Bucket.js.map +1 -1
  589. package/bin/getR2BucketCors.d.ts +30 -0
  590. package/bin/getR2BucketCors.js +24 -0
  591. package/bin/getR2BucketCors.js.map +1 -0
  592. package/bin/getR2BucketEventNotification.d.ts +30 -0
  593. package/bin/getR2BucketEventNotification.js +24 -0
  594. package/bin/getR2BucketEventNotification.js.map +1 -0
  595. package/bin/getR2BucketLifecycle.d.ts +30 -0
  596. package/bin/getR2BucketLifecycle.js +24 -0
  597. package/bin/getR2BucketLifecycle.js.map +1 -0
  598. package/bin/getR2BucketLock.d.ts +30 -0
  599. package/bin/getR2BucketLock.js +24 -0
  600. package/bin/getR2BucketLock.js.map +1 -0
  601. package/bin/getR2BucketSippy.d.ts +32 -0
  602. package/bin/getR2BucketSippy.js +24 -0
  603. package/bin/getR2BucketSippy.js.map +1 -0
  604. package/bin/getR2CustomDomain.d.ts +37 -0
  605. package/bin/getR2CustomDomain.js +26 -0
  606. package/bin/getR2CustomDomain.js.map +1 -0
  607. package/bin/getRateLimit.d.ts +15 -32
  608. package/bin/getRateLimit.js +4 -22
  609. package/bin/getRateLimit.js.map +1 -1
  610. package/bin/getRateLimits.d.ts +4 -4
  611. package/bin/getRateLimits.js +2 -2
  612. package/bin/getRateLimits.js.map +1 -1
  613. package/bin/getRegionalHostname.d.ts +5 -13
  614. package/bin/getRegionalHostname.js +0 -4
  615. package/bin/getRegionalHostname.js.map +1 -1
  616. package/bin/getRegionalHostnames.d.ts +1 -1
  617. package/bin/getRegionalHostnames.js.map +1 -1
  618. package/bin/getRegionalTieredCache.d.ts +5 -12
  619. package/bin/getRegionalTieredCache.js +0 -6
  620. package/bin/getRegionalTieredCache.js.map +1 -1
  621. package/bin/getRegistrarDomain.d.ts +28 -0
  622. package/bin/getRegistrarDomain.js +24 -0
  623. package/bin/getRegistrarDomain.js.map +1 -0
  624. package/bin/getRegistrarDomains.d.ts +30 -0
  625. package/bin/getRegistrarDomains.js +24 -0
  626. package/bin/getRegistrarDomains.js.map +1 -0
  627. package/bin/getResourceGroup.d.ts +29 -0
  628. package/bin/getResourceGroup.js +24 -0
  629. package/bin/getResourceGroup.js.map +1 -0
  630. package/bin/getResourceGroups.d.ts +32 -0
  631. package/bin/{getTunnelVirtualNetwork.js → getResourceGroups.js} +10 -8
  632. package/bin/getResourceGroups.js.map +1 -0
  633. package/bin/getRuleset.d.ts +2 -9
  634. package/bin/getRuleset.js +0 -4
  635. package/bin/getRuleset.js.map +1 -1
  636. package/bin/getRulesets.d.ts +1 -1
  637. package/bin/getRulesets.js.map +1 -1
  638. package/bin/getSnippetRulesList.d.ts +30 -0
  639. package/bin/getSnippetRulesList.js +24 -0
  640. package/bin/getSnippetRulesList.js.map +1 -0
  641. package/bin/getSnippets.d.ts +30 -0
  642. package/bin/getSnippets.js +24 -0
  643. package/bin/getSnippets.js.map +1 -0
  644. package/bin/getSnippetsList.d.ts +30 -0
  645. package/bin/getSnippetsList.js +24 -0
  646. package/bin/getSnippetsList.js.map +1 -0
  647. package/bin/getSpectrumApplication.d.ts +15 -4
  648. package/bin/getSpectrumApplication.js.map +1 -1
  649. package/bin/getSpectrumApplications.d.ts +36 -0
  650. package/bin/getSpectrumApplications.js +28 -0
  651. package/bin/getSpectrumApplications.js.map +1 -0
  652. package/bin/getStream.d.ts +52 -0
  653. package/bin/getStream.js +24 -0
  654. package/bin/getStream.js.map +1 -0
  655. package/bin/getStreamAudioTrack.d.ts +32 -0
  656. package/bin/getStreamAudioTrack.js +24 -0
  657. package/bin/getStreamAudioTrack.js.map +1 -0
  658. package/bin/getStreamCaptionLanguage.d.ts +34 -0
  659. package/bin/getStreamCaptionLanguage.js +26 -0
  660. package/bin/getStreamCaptionLanguage.js.map +1 -0
  661. package/bin/getStreamDownload.d.ts +28 -0
  662. package/bin/getStreamDownload.js +24 -0
  663. package/bin/getStreamDownload.js.map +1 -0
  664. package/bin/getStreamKey.d.ts +23 -0
  665. package/bin/{getDlpDatasets.js → getStreamKey.js} +8 -8
  666. package/bin/getStreamKey.js.map +1 -0
  667. package/bin/getStreamLiveInput.d.ts +42 -0
  668. package/bin/getStreamLiveInput.js +24 -0
  669. package/bin/getStreamLiveInput.js.map +1 -0
  670. package/bin/getStreamWatermark.d.ts +39 -0
  671. package/bin/getStreamWatermark.js +24 -0
  672. package/bin/getStreamWatermark.js.map +1 -0
  673. package/bin/getStreamWatermarks.d.ts +30 -0
  674. package/bin/getStreamWatermarks.js +24 -0
  675. package/bin/getStreamWatermarks.js.map +1 -0
  676. package/bin/getStreamWebhook.d.ts +25 -0
  677. package/bin/getStreamWebhook.js +22 -0
  678. package/bin/getStreamWebhook.js.map +1 -0
  679. package/bin/getStreams.d.ts +54 -0
  680. package/bin/getStreams.js +40 -0
  681. package/bin/getStreams.js.map +1 -0
  682. package/bin/getTieredCache.d.ts +5 -13
  683. package/bin/getTieredCache.js +0 -8
  684. package/bin/getTieredCache.js.map +1 -1
  685. package/bin/getTotalTls.d.ts +4 -10
  686. package/bin/getTotalTls.js +0 -6
  687. package/bin/getTotalTls.js.map +1 -1
  688. package/bin/getTurnstileWidget.d.ts +7 -11
  689. package/bin/getTurnstileWidget.js +0 -4
  690. package/bin/getTurnstileWidget.js.map +1 -1
  691. package/bin/getTurnstileWidgets.d.ts +1 -1
  692. package/bin/getTurnstileWidgets.js.map +1 -1
  693. package/bin/getUrlNormalizationSettings.d.ts +3 -7
  694. package/bin/getUrlNormalizationSettings.js +0 -4
  695. package/bin/getUrlNormalizationSettings.js.map +1 -1
  696. package/bin/getUser.d.ts +4 -3
  697. package/bin/getUser.js.map +1 -1
  698. package/bin/getUserAgentBlockingRule.d.ts +11 -24
  699. package/bin/getUserAgentBlockingRule.js +4 -16
  700. package/bin/getUserAgentBlockingRule.js.map +1 -1
  701. package/bin/getUserAgentBlockingRules.d.ts +4 -4
  702. package/bin/getUserAgentBlockingRules.js +2 -2
  703. package/bin/getUserAgentBlockingRules.js.map +1 -1
  704. package/bin/getWaitingRoom.d.ts +7 -9
  705. package/bin/getWaitingRoom.js +0 -4
  706. package/bin/getWaitingRoom.js.map +1 -1
  707. package/bin/getWaitingRoomEvent.d.ts +8 -13
  708. package/bin/getWaitingRoomEvent.js +0 -4
  709. package/bin/getWaitingRoomEvent.js.map +1 -1
  710. package/bin/getWaitingRoomEvents.d.ts +1 -1
  711. package/bin/getWaitingRoomEvents.js.map +1 -1
  712. package/bin/getWaitingRoomRules.d.ts +7 -4
  713. package/bin/getWaitingRoomRules.js.map +1 -1
  714. package/bin/getWaitingRoomSettings.d.ts +26 -0
  715. package/bin/{getWaitingRoomSetting.js → getWaitingRoomSettings.js} +8 -10
  716. package/bin/getWaitingRoomSettings.js.map +1 -0
  717. package/bin/getWaitingRooms.d.ts +8 -5
  718. package/bin/getWaitingRooms.js +4 -0
  719. package/bin/getWaitingRooms.js.map +1 -1
  720. package/bin/getWeb3Hostname.d.ts +5 -10
  721. package/bin/getWeb3Hostname.js +0 -4
  722. package/bin/getWeb3Hostname.js.map +1 -1
  723. package/bin/getWeb3Hostnames.d.ts +1 -1
  724. package/bin/getWeb3Hostnames.js.map +1 -1
  725. package/bin/getWebAnalyticsSite.d.ts +5 -8
  726. package/bin/getWebAnalyticsSite.js +0 -2
  727. package/bin/getWebAnalyticsSite.js.map +1 -1
  728. package/bin/getWebAnalyticsSites.d.ts +1 -1
  729. package/bin/getWebAnalyticsSites.js.map +1 -1
  730. package/bin/getWorkersCronTrigger.d.ts +2 -5
  731. package/bin/getWorkersCronTrigger.js +0 -2
  732. package/bin/getWorkersCronTrigger.js.map +1 -1
  733. package/bin/getWorkersCustomDomain.d.ts +5 -5
  734. package/bin/getWorkersCustomDomain.js +0 -2
  735. package/bin/getWorkersCustomDomain.js.map +1 -1
  736. package/bin/getWorkersCustomDomains.d.ts +1 -1
  737. package/bin/getWorkersCustomDomains.js.map +1 -1
  738. package/bin/getWorkersDeployment.d.ts +30 -0
  739. package/bin/getWorkersDeployment.js +24 -0
  740. package/bin/getWorkersDeployment.js.map +1 -0
  741. package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +5 -13
  742. package/bin/getWorkersForPlatformsDispatchNamespace.js +0 -4
  743. package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -1
  744. package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +1 -1
  745. package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -1
  746. package/bin/getWorkersKv.d.ts +1 -1
  747. package/bin/getWorkersKv.js.map +1 -1
  748. package/bin/getWorkersKvNamespace.d.ts +5 -5
  749. package/bin/getWorkersKvNamespace.js +0 -2
  750. package/bin/getWorkersKvNamespace.js.map +1 -1
  751. package/bin/getWorkersKvNamespaces.d.ts +1 -1
  752. package/bin/getWorkersKvNamespaces.js.map +1 -1
  753. package/bin/getWorkersRoute.d.ts +27 -0
  754. package/bin/getWorkersRoute.js +24 -0
  755. package/bin/getWorkersRoute.js.map +1 -0
  756. package/bin/getWorkersRoutes.d.ts +30 -0
  757. package/bin/getWorkersRoutes.js +24 -0
  758. package/bin/getWorkersRoutes.js.map +1 -0
  759. package/bin/getWorkersScript.d.ts +12 -37
  760. package/bin/getWorkersScript.js +0 -20
  761. package/bin/getWorkersScript.js.map +1 -1
  762. package/bin/getWorkersScriptSubdomain.d.ts +30 -0
  763. package/bin/getWorkersScriptSubdomain.js +24 -0
  764. package/bin/getWorkersScriptSubdomain.js.map +1 -0
  765. package/bin/getWorkersScripts.d.ts +1 -1
  766. package/bin/getWorkersScripts.js.map +1 -1
  767. package/bin/getWorkersSecret.d.ts +11 -19
  768. package/bin/getWorkersSecret.js +0 -4
  769. package/bin/getWorkersSecret.js.map +1 -1
  770. package/bin/getWorkersSecrets.d.ts +1 -1
  771. package/bin/getWorkersSecrets.js.map +1 -1
  772. package/bin/getZeroTrustAccessApplication.d.ts +38 -4
  773. package/bin/getZeroTrustAccessApplication.js.map +1 -1
  774. package/bin/getZeroTrustAccessApplications.d.ts +13 -1
  775. package/bin/getZeroTrustAccessApplications.js +8 -0
  776. package/bin/getZeroTrustAccessApplications.js.map +1 -1
  777. package/bin/getZeroTrustAccessCustomPage.d.ts +6 -16
  778. package/bin/getZeroTrustAccessCustomPage.js +0 -6
  779. package/bin/getZeroTrustAccessCustomPage.js.map +1 -1
  780. package/bin/getZeroTrustAccessCustomPages.d.ts +1 -1
  781. package/bin/getZeroTrustAccessCustomPages.js.map +1 -1
  782. package/bin/getZeroTrustAccessGroup.d.ts +1 -1
  783. package/bin/getZeroTrustAccessGroup.js.map +1 -1
  784. package/bin/getZeroTrustAccessGroups.d.ts +7 -1
  785. package/bin/getZeroTrustAccessGroups.js +4 -0
  786. package/bin/getZeroTrustAccessGroups.js.map +1 -1
  787. package/bin/getZeroTrustAccessIdentityProvider.d.ts +5 -4
  788. package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
  789. package/bin/getZeroTrustAccessIdentityProviders.d.ts +4 -1
  790. package/bin/getZeroTrustAccessIdentityProviders.js +2 -0
  791. package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -1
  792. package/bin/getZeroTrustAccessInfrastructureTarget.d.ts +34 -0
  793. package/bin/getZeroTrustAccessInfrastructureTarget.js +26 -0
  794. package/bin/getZeroTrustAccessInfrastructureTarget.js.map +1 -0
  795. package/bin/getZeroTrustAccessInfrastructureTargets.d.ts +84 -0
  796. package/bin/getZeroTrustAccessInfrastructureTargets.js +60 -0
  797. package/bin/getZeroTrustAccessInfrastructureTargets.js.map +1 -0
  798. package/bin/getZeroTrustAccessKeyConfiguration.d.ts +4 -10
  799. package/bin/getZeroTrustAccessKeyConfiguration.js +0 -6
  800. package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -1
  801. package/bin/getZeroTrustAccessMtlsCertificate.d.ts +1 -6
  802. package/bin/getZeroTrustAccessMtlsCertificate.js +0 -2
  803. package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -1
  804. package/bin/getZeroTrustAccessMtlsCertificates.d.ts +1 -1
  805. package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -1
  806. package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +4 -1
  807. package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -1
  808. package/bin/getZeroTrustAccessPolicies.d.ts +4 -10
  809. package/bin/getZeroTrustAccessPolicies.js +0 -4
  810. package/bin/getZeroTrustAccessPolicies.js.map +1 -1
  811. package/bin/getZeroTrustAccessPolicy.d.ts +7 -15
  812. package/bin/getZeroTrustAccessPolicy.js +0 -8
  813. package/bin/getZeroTrustAccessPolicy.js.map +1 -1
  814. package/bin/getZeroTrustAccessServiceToken.d.ts +2 -1
  815. package/bin/getZeroTrustAccessServiceToken.js.map +1 -1
  816. package/bin/getZeroTrustAccessServiceTokens.d.ts +7 -1
  817. package/bin/getZeroTrustAccessServiceTokens.js +4 -0
  818. package/bin/getZeroTrustAccessServiceTokens.js.map +1 -1
  819. package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +8 -19
  820. package/bin/getZeroTrustAccessShortLivedCertificate.js +0 -10
  821. package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -1
  822. package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +1 -1
  823. package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -1
  824. package/bin/getZeroTrustAccessTag.d.ts +5 -13
  825. package/bin/getZeroTrustAccessTag.js +0 -4
  826. package/bin/getZeroTrustAccessTag.js.map +1 -1
  827. package/bin/getZeroTrustAccessTags.d.ts +1 -1
  828. package/bin/getZeroTrustAccessTags.js.map +1 -1
  829. package/bin/getZeroTrustDeviceCustomProfile.d.ts +51 -0
  830. package/bin/{getZeroTrustDeviceProfiles.js → getZeroTrustDeviceCustomProfile.js} +8 -12
  831. package/bin/getZeroTrustDeviceCustomProfile.js.map +1 -0
  832. package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +31 -0
  833. package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js +24 -0
  834. package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -0
  835. package/bin/getZeroTrustDeviceCustomProfiles.d.ts +30 -0
  836. package/bin/{getZeroTrustLocalDomainFallbacks.js → getZeroTrustDeviceCustomProfiles.js} +8 -8
  837. package/bin/{getZeroTrustLocalDomainFallbacks.js.map → getZeroTrustDeviceCustomProfiles.js.map} +1 -1
  838. package/bin/getZeroTrustDeviceDefaultProfile.d.ts +44 -0
  839. package/bin/getZeroTrustDeviceDefaultProfile.js +22 -0
  840. package/bin/getZeroTrustDeviceDefaultProfile.js.map +1 -0
  841. package/bin/getZeroTrustDeviceDefaultProfileCertificates.d.ts +25 -0
  842. package/bin/getZeroTrustDeviceDefaultProfileCertificates.js +22 -0
  843. package/bin/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -0
  844. package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +28 -0
  845. package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js +22 -0
  846. package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -0
  847. package/bin/getZeroTrustDeviceManagedNetworks.d.ts +5 -12
  848. package/bin/getZeroTrustDeviceManagedNetworks.js +0 -4
  849. package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -1
  850. package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +1 -1
  851. package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -1
  852. package/bin/getZeroTrustDevicePostureIntegration.d.ts +5 -9
  853. package/bin/getZeroTrustDevicePostureIntegration.js +0 -4
  854. package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -1
  855. package/bin/getZeroTrustDevicePostureIntegrations.d.ts +1 -1
  856. package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -1
  857. package/bin/getZeroTrustDevicePostureRule.d.ts +5 -9
  858. package/bin/getZeroTrustDevicePostureRule.js +0 -4
  859. package/bin/getZeroTrustDevicePostureRule.js.map +1 -1
  860. package/bin/getZeroTrustDevicePostureRules.d.ts +1 -1
  861. package/bin/getZeroTrustDevicePostureRules.js.map +1 -1
  862. package/bin/getZeroTrustDexTest.d.ts +6 -12
  863. package/bin/getZeroTrustDexTest.js +0 -4
  864. package/bin/getZeroTrustDexTest.js.map +1 -1
  865. package/bin/getZeroTrustDexTests.d.ts +1 -1
  866. package/bin/getZeroTrustDexTests.js.map +1 -1
  867. package/bin/getZeroTrustDlpCustomProfile.d.ts +14 -4
  868. package/bin/getZeroTrustDlpCustomProfile.js.map +1 -1
  869. package/bin/getZeroTrustDlpDataset.d.ts +36 -0
  870. package/bin/{getZeroTrustDeviceCertificates.js → getZeroTrustDlpDataset.js} +12 -10
  871. package/bin/getZeroTrustDlpDataset.js.map +1 -0
  872. package/bin/getZeroTrustDlpDatasets.d.ts +30 -0
  873. package/bin/{getZeroTrustDeviceProfilesList.js → getZeroTrustDlpDatasets.js} +8 -8
  874. package/bin/getZeroTrustDlpDatasets.js.map +1 -0
  875. package/bin/getZeroTrustDlpEntries.d.ts +30 -0
  876. package/bin/getZeroTrustDlpEntries.js +24 -0
  877. package/bin/getZeroTrustDlpEntries.js.map +1 -0
  878. package/bin/getZeroTrustDlpEntry.d.ts +36 -0
  879. package/bin/getZeroTrustDlpEntry.js +24 -0
  880. package/bin/getZeroTrustDlpEntry.js.map +1 -0
  881. package/bin/getZeroTrustDlpPredefinedProfile.d.ts +14 -4
  882. package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -1
  883. package/bin/getZeroTrustDnsLocation.d.ts +6 -9
  884. package/bin/getZeroTrustDnsLocation.js +0 -4
  885. package/bin/getZeroTrustDnsLocation.js.map +1 -1
  886. package/bin/getZeroTrustDnsLocations.d.ts +1 -1
  887. package/bin/getZeroTrustDnsLocations.js.map +1 -1
  888. package/bin/getZeroTrustGatewayAppTypesList.d.ts +30 -0
  889. package/bin/getZeroTrustGatewayAppTypesList.js +24 -0
  890. package/bin/getZeroTrustGatewayAppTypesList.js.map +1 -0
  891. package/bin/getZeroTrustGatewayCategoriesList.d.ts +30 -0
  892. package/bin/getZeroTrustGatewayCategoriesList.js +24 -0
  893. package/bin/getZeroTrustGatewayCategoriesList.js.map +1 -0
  894. package/bin/getZeroTrustGatewayCertificate.d.ts +36 -0
  895. package/bin/getZeroTrustGatewayCertificate.js +24 -0
  896. package/bin/getZeroTrustGatewayCertificate.js.map +1 -0
  897. package/bin/getZeroTrustGatewayCertificates.d.ts +30 -0
  898. package/bin/getZeroTrustGatewayCertificates.js +24 -0
  899. package/bin/getZeroTrustGatewayCertificates.js.map +1 -0
  900. package/bin/getZeroTrustGatewayLogging.d.ts +28 -0
  901. package/bin/getZeroTrustGatewayLogging.js +22 -0
  902. package/bin/getZeroTrustGatewayLogging.js.map +1 -0
  903. package/bin/getZeroTrustGatewayPolicies.d.ts +1 -1
  904. package/bin/getZeroTrustGatewayPolicies.js.map +1 -1
  905. package/bin/getZeroTrustGatewayPolicy.d.ts +7 -9
  906. package/bin/getZeroTrustGatewayPolicy.js +0 -4
  907. package/bin/getZeroTrustGatewayPolicy.js.map +1 -1
  908. package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +6 -4
  909. package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -1
  910. package/bin/getZeroTrustGatewaySettings.d.ts +4 -11
  911. package/bin/getZeroTrustGatewaySettings.js +0 -6
  912. package/bin/getZeroTrustGatewaySettings.js.map +1 -1
  913. package/bin/getZeroTrustList.d.ts +5 -5
  914. package/bin/getZeroTrustList.js +0 -2
  915. package/bin/getZeroTrustList.js.map +1 -1
  916. package/bin/getZeroTrustLists.d.ts +1 -1
  917. package/bin/getZeroTrustLists.js.map +1 -1
  918. package/bin/getZeroTrustOrganization.d.ts +13 -40
  919. package/bin/getZeroTrustOrganization.js +0 -26
  920. package/bin/getZeroTrustOrganization.js.map +1 -1
  921. package/bin/getZeroTrustRiskBehavior.d.ts +29 -0
  922. package/bin/getZeroTrustRiskBehavior.js +22 -0
  923. package/bin/getZeroTrustRiskBehavior.js.map +1 -0
  924. package/bin/getZeroTrustRiskScoringIntegration.d.ts +32 -0
  925. package/bin/getZeroTrustRiskScoringIntegration.js +24 -0
  926. package/bin/getZeroTrustRiskScoringIntegration.js.map +1 -0
  927. package/bin/getZeroTrustRiskScoringIntegrations.d.ts +30 -0
  928. package/bin/getZeroTrustRiskScoringIntegrations.js +24 -0
  929. package/bin/getZeroTrustRiskScoringIntegrations.js.map +1 -0
  930. package/bin/getZeroTrustTunnelCloudflared.d.ts +16 -8
  931. package/bin/getZeroTrustTunnelCloudflared.js +0 -2
  932. package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
  933. package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +9 -14
  934. package/bin/getZeroTrustTunnelCloudflaredConfig.js +4 -10
  935. package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -1
  936. package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +5 -14
  937. package/bin/getZeroTrustTunnelCloudflaredRoute.js +0 -8
  938. package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -1
  939. package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +4 -4
  940. package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -1
  941. package/bin/getZeroTrustTunnelCloudflaredToken.d.ts +29 -0
  942. package/bin/{getZeroTrustTunnelVirtualNetwork.js → getZeroTrustTunnelCloudflaredToken.js} +10 -12
  943. package/bin/getZeroTrustTunnelCloudflaredToken.js.map +1 -0
  944. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +5 -5
  945. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +0 -2
  946. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -1
  947. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +1 -1
  948. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
  949. package/bin/getZeroTrustTunnelCloudflareds.d.ts +1 -1
  950. package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -1
  951. package/bin/getZone.d.ts +2 -1
  952. package/bin/getZone.js.map +1 -1
  953. package/bin/getZoneCacheReserve.d.ts +3 -12
  954. package/bin/getZoneCacheReserve.js +0 -6
  955. package/bin/getZoneCacheReserve.js.map +1 -1
  956. package/bin/getZoneCacheVariants.d.ts +5 -12
  957. package/bin/getZoneCacheVariants.js +0 -6
  958. package/bin/getZoneCacheVariants.js.map +1 -1
  959. package/bin/getZoneDnsSettings.d.ts +35 -0
  960. package/bin/getZoneDnsSettings.js +22 -0
  961. package/bin/getZoneDnsSettings.js.map +1 -0
  962. package/bin/getZoneDnssec.d.ts +7 -3
  963. package/bin/getZoneDnssec.js +0 -2
  964. package/bin/getZoneDnssec.js.map +1 -1
  965. package/bin/getZoneHold.d.ts +4 -10
  966. package/bin/getZoneHold.js +0 -6
  967. package/bin/getZoneHold.js.map +1 -1
  968. package/bin/getZoneLockdown.d.ts +9 -8
  969. package/bin/getZoneLockdown.js +4 -6
  970. package/bin/getZoneLockdown.js.map +1 -1
  971. package/bin/getZoneLockdowns.d.ts +4 -4
  972. package/bin/getZoneLockdowns.js +2 -2
  973. package/bin/getZoneLockdowns.js.map +1 -1
  974. package/bin/getZoneSetting.d.ts +6 -4
  975. package/bin/getZoneSetting.js.map +1 -1
  976. package/bin/getZoneSubscription.d.ts +1 -1
  977. package/bin/getZoneSubscription.js.map +1 -1
  978. package/bin/getZones.d.ts +1 -1
  979. package/bin/getZones.js.map +1 -1
  980. package/bin/healthcheck.d.ts +6 -4
  981. package/bin/healthcheck.js.map +1 -1
  982. package/bin/hostnameTlsSetting.d.ts +7 -7
  983. package/bin/hostnameTlsSetting.js +3 -0
  984. package/bin/hostnameTlsSetting.js.map +1 -1
  985. package/bin/hyperdriveConfig.d.ts +16 -0
  986. package/bin/hyperdriveConfig.js +4 -0
  987. package/bin/hyperdriveConfig.js.map +1 -1
  988. package/bin/image.d.ts +130 -0
  989. package/bin/image.js +68 -0
  990. package/bin/image.js.map +1 -0
  991. package/bin/imageVariant.d.ts +79 -0
  992. package/bin/{splitTunnel.js → imageVariant.js} +22 -22
  993. package/bin/imageVariant.js.map +1 -0
  994. package/bin/index.d.ts +612 -42
  995. package/bin/index.js +779 -64
  996. package/bin/index.js.map +1 -1
  997. package/bin/keylessCertificate.d.ts +6 -6
  998. package/bin/leakedCredentialCheck.d.ts +60 -0
  999. package/bin/{waitingRoomSetting.js → leakedCredentialCheck.js} +12 -12
  1000. package/bin/leakedCredentialCheck.js.map +1 -0
  1001. package/bin/leakedCredentialCheckRule.d.ts +72 -0
  1002. package/bin/{argo.js → leakedCredentialCheckRule.js} +14 -16
  1003. package/bin/leakedCredentialCheckRule.js.map +1 -0
  1004. package/bin/list.d.ts +34 -11
  1005. package/bin/list.js +8 -2
  1006. package/bin/list.js.map +1 -1
  1007. package/bin/listItem.d.ts +21 -29
  1008. package/bin/listItem.js +4 -4
  1009. package/bin/listItem.js.map +1 -1
  1010. package/bin/loadBalancer.d.ts +49 -44
  1011. package/bin/loadBalancer.js +2 -0
  1012. package/bin/loadBalancer.js.map +1 -1
  1013. package/bin/loadBalancerMonitor.d.ts +8 -8
  1014. package/bin/loadBalancerPool.d.ts +6 -6
  1015. package/bin/logpullRetention.d.ts +1 -1
  1016. package/bin/logpushJob.d.ts +19 -11
  1017. package/bin/logpushJob.js +5 -1
  1018. package/bin/logpushJob.js.map +1 -1
  1019. package/bin/magicNetworkMonitoringConfiguration.d.ts +74 -0
  1020. package/bin/magicNetworkMonitoringConfiguration.js +60 -0
  1021. package/bin/magicNetworkMonitoringConfiguration.js.map +1 -0
  1022. package/bin/magicNetworkMonitoringRule.d.ts +176 -0
  1023. package/bin/magicNetworkMonitoringRule.js +79 -0
  1024. package/bin/magicNetworkMonitoringRule.js.map +1 -0
  1025. package/bin/magicTransitConnector.d.ts +67 -0
  1026. package/bin/magicTransitConnector.js +75 -0
  1027. package/bin/magicTransitConnector.js.map +1 -0
  1028. package/bin/magicTransitSite.d.ts +113 -0
  1029. package/bin/{teamsList.js → magicTransitSite.js} +18 -21
  1030. package/bin/magicTransitSite.js.map +1 -0
  1031. package/bin/magicTransitSiteAcl.d.ts +128 -0
  1032. package/bin/{zeroTrustDlpProfile.js → magicTransitSiteAcl.js} +28 -28
  1033. package/bin/magicTransitSiteAcl.js.map +1 -0
  1034. package/bin/magicTransitSiteLan.d.ts +113 -0
  1035. package/bin/magicTransitSiteLan.js +77 -0
  1036. package/bin/magicTransitSiteLan.js.map +1 -0
  1037. package/bin/magicTransitSiteWan.d.ts +105 -0
  1038. package/bin/magicTransitSiteWan.js +75 -0
  1039. package/bin/magicTransitSiteWan.js.map +1 -0
  1040. package/bin/magicWanGreTunnel.d.ts +1 -5
  1041. package/bin/magicWanGreTunnel.js +0 -4
  1042. package/bin/magicWanGreTunnel.js.map +1 -1
  1043. package/bin/magicWanIpsecTunnel.d.ts +1 -5
  1044. package/bin/magicWanIpsecTunnel.js +0 -4
  1045. package/bin/magicWanIpsecTunnel.js.map +1 -1
  1046. package/bin/magicWanStaticRoute.d.ts +3 -5
  1047. package/bin/magicWanStaticRoute.js +2 -6
  1048. package/bin/magicWanStaticRoute.js.map +1 -1
  1049. package/bin/managedTransforms.d.ts +74 -0
  1050. package/bin/{managedHeaders.js → managedTransforms.js} +10 -10
  1051. package/bin/managedTransforms.js.map +1 -0
  1052. package/bin/mtlsCertificate.js +3 -1
  1053. package/bin/mtlsCertificate.js.map +1 -1
  1054. package/bin/notificationPolicy.d.ts +68 -28
  1055. package/bin/notificationPolicy.js +0 -8
  1056. package/bin/notificationPolicy.js.map +1 -1
  1057. package/bin/notificationPolicyWebhooks.d.ts +3 -19
  1058. package/bin/notificationPolicyWebhooks.js +3 -9
  1059. package/bin/notificationPolicyWebhooks.js.map +1 -1
  1060. package/bin/observatoryScheduledTest.d.ts +10 -12
  1061. package/bin/observatoryScheduledTest.js +0 -2
  1062. package/bin/observatoryScheduledTest.js.map +1 -1
  1063. package/bin/originCaCertificate.d.ts +9 -17
  1064. package/bin/originCaCertificate.js +0 -2
  1065. package/bin/originCaCertificate.js.map +1 -1
  1066. package/bin/package.json +10 -4
  1067. package/bin/pageRule.d.ts +17 -34
  1068. package/bin/pageRule.js +8 -6
  1069. package/bin/pageRule.js.map +1 -1
  1070. package/bin/pageShieldPolicy.d.ts +108 -0
  1071. package/bin/pageShieldPolicy.js +77 -0
  1072. package/bin/pageShieldPolicy.js.map +1 -0
  1073. package/bin/pagesDomain.d.ts +12 -0
  1074. package/bin/pagesDomain.js.map +1 -1
  1075. package/bin/pagesProject.d.ts +1 -1
  1076. package/bin/queue.d.ts +6 -3
  1077. package/bin/queue.js +2 -0
  1078. package/bin/queue.js.map +1 -1
  1079. package/bin/queueConsumer.d.ts +114 -0
  1080. package/bin/queueConsumer.js +71 -0
  1081. package/bin/queueConsumer.js.map +1 -0
  1082. package/bin/r2bucket.d.ts +19 -7
  1083. package/bin/r2bucket.js +2 -0
  1084. package/bin/r2bucket.js.map +1 -1
  1085. package/bin/r2bucketCors.d.ts +77 -0
  1086. package/bin/{tunnelConfig.js → r2bucketCors.js} +18 -21
  1087. package/bin/r2bucketCors.js.map +1 -0
  1088. package/bin/r2bucketEventNotification.d.ts +106 -0
  1089. package/bin/r2bucketEventNotification.js +65 -0
  1090. package/bin/r2bucketEventNotification.js.map +1 -0
  1091. package/bin/r2bucketLifecycle.d.ts +77 -0
  1092. package/bin/r2bucketLifecycle.js +61 -0
  1093. package/bin/r2bucketLifecycle.js.map +1 -0
  1094. package/bin/r2bucketLock.d.ts +77 -0
  1095. package/bin/r2bucketLock.js +61 -0
  1096. package/bin/r2bucketLock.js.map +1 -0
  1097. package/bin/r2bucketSippy.d.ts +106 -0
  1098. package/bin/r2bucketSippy.js +65 -0
  1099. package/bin/r2bucketSippy.js.map +1 -0
  1100. package/bin/r2customDomain.d.ts +123 -0
  1101. package/bin/r2customDomain.js +78 -0
  1102. package/bin/r2customDomain.js.map +1 -0
  1103. package/bin/r2managedDomain.d.ts +100 -0
  1104. package/bin/r2managedDomain.js +68 -0
  1105. package/bin/r2managedDomain.js.map +1 -0
  1106. package/bin/rateLimit.d.ts +29 -15
  1107. package/bin/rateLimit.js +10 -6
  1108. package/bin/rateLimit.js.map +1 -1
  1109. package/bin/regionalHostname.d.ts +0 -14
  1110. package/bin/regionalHostname.js +0 -6
  1111. package/bin/regionalHostname.js.map +1 -1
  1112. package/bin/regionalTieredCache.d.ts +13 -5
  1113. package/bin/regionalTieredCache.js +2 -0
  1114. package/bin/regionalTieredCache.js.map +1 -1
  1115. package/bin/registrarDomain.d.ts +96 -0
  1116. package/bin/registrarDomain.js +63 -0
  1117. package/bin/registrarDomain.js.map +1 -0
  1118. package/bin/ruleset.d.ts +22 -23
  1119. package/bin/ruleset.js +0 -7
  1120. package/bin/ruleset.js.map +1 -1
  1121. package/bin/snippetRules.d.ts +76 -0
  1122. package/bin/snippetRules.js +62 -0
  1123. package/bin/snippetRules.js.map +1 -0
  1124. package/bin/snippets.d.ts +93 -0
  1125. package/bin/snippets.js +65 -0
  1126. package/bin/snippets.js.map +1 -0
  1127. package/bin/spectrumApplication.d.ts +27 -11
  1128. package/bin/spectrumApplication.js +4 -0
  1129. package/bin/spectrumApplication.js.map +1 -1
  1130. package/bin/stream.d.ts +293 -0
  1131. package/bin/stream.js +100 -0
  1132. package/bin/stream.js.map +1 -0
  1133. package/bin/streamAudioTrack.d.ts +112 -0
  1134. package/bin/streamAudioTrack.js +67 -0
  1135. package/bin/streamAudioTrack.js.map +1 -0
  1136. package/bin/streamCaptionLanguage.d.ts +108 -0
  1137. package/bin/{devicePostureIntegration.js → streamCaptionLanguage.js} +25 -22
  1138. package/bin/streamCaptionLanguage.js.map +1 -0
  1139. package/bin/streamDownload.d.ts +60 -0
  1140. package/bin/{fallbackDomain.js → streamDownload.js} +14 -18
  1141. package/bin/streamDownload.js.map +1 -0
  1142. package/bin/streamKey.d.ts +72 -0
  1143. package/bin/{accessTag.js → streamKey.js} +21 -18
  1144. package/bin/streamKey.js.map +1 -0
  1145. package/bin/streamLiveInput.d.ts +201 -0
  1146. package/bin/streamLiveInput.js +82 -0
  1147. package/bin/streamLiveInput.js.map +1 -0
  1148. package/bin/streamWatermark.d.ts +195 -0
  1149. package/bin/streamWatermark.js +81 -0
  1150. package/bin/streamWatermark.js.map +1 -0
  1151. package/bin/streamWebhook.d.ts +60 -0
  1152. package/bin/streamWebhook.js +57 -0
  1153. package/bin/streamWebhook.js.map +1 -0
  1154. package/bin/tieredCache.d.ts +5 -5
  1155. package/bin/totalTls.d.ts +9 -6
  1156. package/bin/totalTls.js.map +1 -1
  1157. package/bin/turnstileWidget.d.ts +22 -10
  1158. package/bin/turnstileWidget.js +2 -0
  1159. package/bin/turnstileWidget.js.map +1 -1
  1160. package/bin/types/input.d.ts +5237 -7143
  1161. package/bin/types/output.d.ts +19623 -9123
  1162. package/bin/urlNormalizationSettings.d.ts +11 -11
  1163. package/bin/urlNormalizationSettings.js +6 -0
  1164. package/bin/urlNormalizationSettings.js.map +1 -1
  1165. package/bin/user.d.ts +96 -0
  1166. package/bin/user.js +57 -0
  1167. package/bin/user.js.map +1 -0
  1168. package/bin/userAgentBlockingRule.d.ts +12 -9
  1169. package/bin/userAgentBlockingRule.js +6 -6
  1170. package/bin/userAgentBlockingRule.js.map +1 -1
  1171. package/bin/utilities.js +3 -3
  1172. package/bin/utilities.js.map +1 -1
  1173. package/bin/waitingRoom.d.ts +67 -10
  1174. package/bin/waitingRoom.js +4 -0
  1175. package/bin/waitingRoom.js.map +1 -1
  1176. package/bin/waitingRoomEvent.d.ts +7 -7
  1177. package/bin/waitingRoomRules.d.ts +13 -26
  1178. package/bin/waitingRoomRules.js +12 -11
  1179. package/bin/waitingRoomRules.js.map +1 -1
  1180. package/bin/waitingRoomSettings.d.ts +10 -10
  1181. package/bin/waitingRoomSettings.js +0 -2
  1182. package/bin/waitingRoomSettings.js.map +1 -1
  1183. package/bin/web3Hostname.d.ts +11 -7
  1184. package/bin/web3Hostname.js +1 -1
  1185. package/bin/web3Hostname.js.map +1 -1
  1186. package/bin/webAnalyticsRule.d.ts +4 -4
  1187. package/bin/webAnalyticsSite.d.ts +25 -1
  1188. package/bin/webAnalyticsSite.js +4 -0
  1189. package/bin/webAnalyticsSite.js.map +1 -1
  1190. package/bin/workersCronTrigger.d.ts +1 -3
  1191. package/bin/workersCronTrigger.js +4 -3
  1192. package/bin/workersCronTrigger.js.map +1 -1
  1193. package/bin/workersDeployment.d.ts +88 -0
  1194. package/bin/workersDeployment.js +77 -0
  1195. package/bin/workersDeployment.js.map +1 -0
  1196. package/bin/workersKv.d.ts +2 -2
  1197. package/bin/workersKv.js +0 -3
  1198. package/bin/workersKv.js.map +1 -1
  1199. package/bin/workersRoute.d.ts +32 -18
  1200. package/bin/workersRoute.js +10 -4
  1201. package/bin/workersRoute.js.map +1 -1
  1202. package/bin/workersScript.d.ts +167 -30
  1203. package/bin/workersScript.js +34 -11
  1204. package/bin/workersScript.js.map +1 -1
  1205. package/bin/workersScriptSubdomain.d.ts +84 -0
  1206. package/bin/{workerCronTrigger.js → workersScriptSubdomain.js} +16 -16
  1207. package/bin/workersScriptSubdomain.js.map +1 -0
  1208. package/bin/workersSecret.d.ts +4 -4
  1209. package/bin/workersSecret.js +3 -1
  1210. package/bin/workersSecret.js.map +1 -1
  1211. package/bin/zeroTrustAccessApplication.d.ts +54 -21
  1212. package/bin/zeroTrustAccessApplication.js +10 -0
  1213. package/bin/zeroTrustAccessApplication.js.map +1 -1
  1214. package/bin/zeroTrustAccessCustomPage.d.ts +4 -4
  1215. package/bin/zeroTrustAccessIdentityProvider.d.ts +10 -4
  1216. package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
  1217. package/bin/zeroTrustAccessInfrastructureTarget.d.ts +93 -0
  1218. package/bin/{infrastructureAccessTarget.js → zeroTrustAccessInfrastructureTarget.js} +10 -10
  1219. package/bin/zeroTrustAccessInfrastructureTarget.js.map +1 -0
  1220. package/bin/zeroTrustAccessMtlsCertificate.d.ts +1 -1
  1221. package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +26 -0
  1222. package/bin/zeroTrustAccessMtlsHostnameSettings.js +6 -0
  1223. package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
  1224. package/bin/zeroTrustAccessPolicy.d.ts +18 -41
  1225. package/bin/zeroTrustAccessPolicy.js +6 -8
  1226. package/bin/zeroTrustAccessPolicy.js.map +1 -1
  1227. package/bin/zeroTrustAccessServiceToken.d.ts +2 -0
  1228. package/bin/zeroTrustAccessServiceToken.js +4 -0
  1229. package/bin/zeroTrustAccessServiceToken.js.map +1 -1
  1230. package/bin/zeroTrustAccessShortLivedCertificate.d.ts +16 -0
  1231. package/bin/zeroTrustAccessShortLivedCertificate.js +4 -0
  1232. package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
  1233. package/bin/{zeroTrustDeviceProfiles.d.ts → zeroTrustDeviceCustomProfile.d.ts} +71 -43
  1234. package/bin/{zeroTrustDeviceProfiles.js → zeroTrustDeviceCustomProfile.js} +15 -13
  1235. package/bin/zeroTrustDeviceCustomProfile.js.map +1 -0
  1236. package/bin/{zeroTrustLocalDomainFallback.d.ts → zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts} +16 -23
  1237. package/bin/{zeroTrustLocalDomainFallback.js → zeroTrustDeviceCustomProfileLocalDomainFallback.js} +18 -16
  1238. package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -0
  1239. package/bin/zeroTrustDeviceDefaultProfile.d.ts +223 -0
  1240. package/bin/{deviceSettingsPolicy.js → zeroTrustDeviceDefaultProfile.js} +24 -29
  1241. package/bin/zeroTrustDeviceDefaultProfile.js.map +1 -0
  1242. package/bin/{zeroTrustDeviceCertificates.d.ts → zeroTrustDeviceDefaultProfileCertificates.d.ts} +14 -14
  1243. package/bin/{zeroTrustDeviceCertificates.js → zeroTrustDeviceDefaultProfileCertificates.js} +14 -14
  1244. package/bin/zeroTrustDeviceDefaultProfileCertificates.js.map +1 -0
  1245. package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +68 -0
  1246. package/bin/{zeroTrustLocalFallbackDomain.js → zeroTrustDeviceDefaultProfileLocalDomainFallback.js} +16 -14
  1247. package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -0
  1248. package/bin/zeroTrustDeviceManagedNetworks.d.ts +3 -3
  1249. package/bin/zeroTrustDevicePostureIntegration.d.ts +6 -3
  1250. package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
  1251. package/bin/zeroTrustDevicePostureRule.d.ts +15 -6
  1252. package/bin/zeroTrustDevicePostureRule.js.map +1 -1
  1253. package/bin/zeroTrustDexTest.d.ts +10 -2
  1254. package/bin/zeroTrustDexTest.js +2 -0
  1255. package/bin/zeroTrustDexTest.js.map +1 -1
  1256. package/bin/zeroTrustDlpCustomProfile.d.ts +55 -20
  1257. package/bin/zeroTrustDlpCustomProfile.js +12 -5
  1258. package/bin/zeroTrustDlpCustomProfile.js.map +1 -1
  1259. package/bin/zeroTrustDlpDataset.d.ts +128 -0
  1260. package/bin/zeroTrustDlpDataset.js +80 -0
  1261. package/bin/zeroTrustDlpDataset.js.map +1 -0
  1262. package/bin/zeroTrustDlpEntry.d.ts +75 -0
  1263. package/bin/zeroTrustDlpEntry.js +81 -0
  1264. package/bin/zeroTrustDlpEntry.js.map +1 -0
  1265. package/bin/zeroTrustDlpPredefinedProfile.d.ts +55 -1
  1266. package/bin/zeroTrustDlpPredefinedProfile.js +16 -0
  1267. package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -1
  1268. package/bin/zeroTrustDnsLocation.d.ts +13 -3
  1269. package/bin/zeroTrustDnsLocation.js +2 -0
  1270. package/bin/zeroTrustDnsLocation.js.map +1 -1
  1271. package/bin/zeroTrustGatewayCertificate.d.ts +44 -69
  1272. package/bin/zeroTrustGatewayCertificate.js +12 -10
  1273. package/bin/zeroTrustGatewayCertificate.js.map +1 -1
  1274. package/bin/zeroTrustGatewayLogging.d.ts +68 -0
  1275. package/bin/{accessKeysConfiguration.js → zeroTrustGatewayLogging.js} +14 -14
  1276. package/bin/zeroTrustGatewayLogging.js.map +1 -0
  1277. package/bin/zeroTrustGatewayPolicy.d.ts +36 -10
  1278. package/bin/zeroTrustGatewayPolicy.js +4 -0
  1279. package/bin/zeroTrustGatewayPolicy.js.map +1 -1
  1280. package/bin/zeroTrustGatewaySettings.d.ts +3 -3
  1281. package/bin/zeroTrustList.d.ts +4 -4
  1282. package/bin/zeroTrustOrganization.d.ts +9 -9
  1283. package/bin/zeroTrustOrganization.js +0 -3
  1284. package/bin/zeroTrustOrganization.js.map +1 -1
  1285. package/bin/zeroTrustRiskBehavior.d.ts +9 -21
  1286. package/bin/zeroTrustRiskBehavior.js +3 -0
  1287. package/bin/zeroTrustRiskBehavior.js.map +1 -1
  1288. package/bin/{zeroTrustRiskScoreIntegration.d.ts → zeroTrustRiskScoringIntegration.d.ts} +38 -37
  1289. package/bin/{zeroTrustRiskScoreIntegration.js → zeroTrustRiskScoringIntegration.js} +14 -10
  1290. package/bin/zeroTrustRiskScoringIntegration.js.map +1 -0
  1291. package/bin/zeroTrustTunnelCloudflared.d.ts +95 -3
  1292. package/bin/zeroTrustTunnelCloudflared.js +23 -1
  1293. package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
  1294. package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +10 -2
  1295. package/bin/zeroTrustTunnelCloudflaredConfig.js +1 -1
  1296. package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
  1297. package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +2 -2
  1298. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +2 -2
  1299. package/bin/zone.d.ts +14 -6
  1300. package/bin/zone.js +2 -0
  1301. package/bin/zone.js.map +1 -1
  1302. package/bin/zoneCacheReserve.d.ts +13 -13
  1303. package/bin/zoneCacheReserve.js +2 -2
  1304. package/bin/zoneCacheReserve.js.map +1 -1
  1305. package/bin/zoneCacheVariants.d.ts +10 -2
  1306. package/bin/zoneCacheVariants.js +2 -0
  1307. package/bin/zoneCacheVariants.js.map +1 -1
  1308. package/bin/zoneDnsSettings.d.ts +164 -0
  1309. package/bin/zoneDnsSettings.js +70 -0
  1310. package/bin/zoneDnsSettings.js.map +1 -0
  1311. package/bin/zoneDnssec.d.ts +67 -31
  1312. package/bin/zoneDnssec.js +6 -4
  1313. package/bin/zoneDnssec.js.map +1 -1
  1314. package/bin/zoneHold.d.ts +34 -2
  1315. package/bin/zoneHold.js +2 -2
  1316. package/bin/zoneHold.js.map +1 -1
  1317. package/bin/zoneLockdown.d.ts +6 -6
  1318. package/bin/zoneLockdown.js +4 -4
  1319. package/bin/zoneLockdown.js.map +1 -1
  1320. package/bin/zoneSetting.d.ts +30 -16
  1321. package/bin/zoneSetting.js +9 -5
  1322. package/bin/zoneSetting.js.map +1 -1
  1323. package/bin/zoneSubscription.d.ts +4 -4
  1324. package/package.json +10 -4
  1325. package/bin/accessApplication.d.ts +0 -487
  1326. package/bin/accessApplication.js +0 -119
  1327. package/bin/accessApplication.js.map +0 -1
  1328. package/bin/accessCaCertificate.d.ts +0 -91
  1329. package/bin/accessCaCertificate.js +0 -62
  1330. package/bin/accessCaCertificate.js.map +0 -1
  1331. package/bin/accessCustomPage.d.ts +0 -117
  1332. package/bin/accessCustomPage.js +0 -64
  1333. package/bin/accessCustomPage.js.map +0 -1
  1334. package/bin/accessGroup.d.ts +0 -80
  1335. package/bin/accessGroup.js +0 -64
  1336. package/bin/accessGroup.js.map +0 -1
  1337. package/bin/accessIdentityProvider.d.ts +0 -125
  1338. package/bin/accessIdentityProvider.js +0 -64
  1339. package/bin/accessIdentityProvider.js.map +0 -1
  1340. package/bin/accessKeysConfiguration.d.ts +0 -63
  1341. package/bin/accessKeysConfiguration.js.map +0 -1
  1342. package/bin/accessMutualTlsCertificate.d.ts +0 -101
  1343. package/bin/accessMutualTlsCertificate.js +0 -61
  1344. package/bin/accessMutualTlsCertificate.js.map +0 -1
  1345. package/bin/accessMutualTlsHostnameSettings.d.ts +0 -65
  1346. package/bin/accessMutualTlsHostnameSettings.js +0 -53
  1347. package/bin/accessMutualTlsHostnameSettings.js.map +0 -1
  1348. package/bin/accessOrganization.d.ts +0 -200
  1349. package/bin/accessOrganization.js +0 -78
  1350. package/bin/accessOrganization.js.map +0 -1
  1351. package/bin/accessPolicy.d.ts +0 -197
  1352. package/bin/accessPolicy.js +0 -87
  1353. package/bin/accessPolicy.js.map +0 -1
  1354. package/bin/accessServiceToken.d.ts +0 -114
  1355. package/bin/accessServiceToken.js +0 -67
  1356. package/bin/accessServiceToken.js.map +0 -1
  1357. package/bin/accessTag.d.ts +0 -93
  1358. package/bin/accessTag.js.map +0 -1
  1359. package/bin/argo.d.ts +0 -81
  1360. package/bin/argo.js.map +0 -1
  1361. package/bin/deviceDexTest.d.ts +0 -129
  1362. package/bin/deviceDexTest.js +0 -80
  1363. package/bin/deviceDexTest.js.map +0 -1
  1364. package/bin/deviceManagedNetworks.d.ts +0 -89
  1365. package/bin/deviceManagedNetworks.js +0 -66
  1366. package/bin/deviceManagedNetworks.js.map +0 -1
  1367. package/bin/devicePolicyCertificates.d.ts +0 -63
  1368. package/bin/devicePolicyCertificates.js.map +0 -1
  1369. package/bin/devicePostureIntegration.d.ts +0 -107
  1370. package/bin/devicePostureIntegration.js.map +0 -1
  1371. package/bin/devicePostureRule.d.ts +0 -140
  1372. package/bin/devicePostureRule.js +0 -71
  1373. package/bin/devicePostureRule.js.map +0 -1
  1374. package/bin/deviceSettingsPolicy.d.ts +0 -267
  1375. package/bin/deviceSettingsPolicy.js.map +0 -1
  1376. package/bin/dlpProfile.d.ts +0 -140
  1377. package/bin/dlpProfile.js +0 -77
  1378. package/bin/dlpProfile.js.map +0 -1
  1379. package/bin/dnsZoneDnssec.d.ts +0 -179
  1380. package/bin/dnsZoneDnssec.js +0 -78
  1381. package/bin/dnsZoneDnssec.js.map +0 -1
  1382. package/bin/fallbackDomain.d.ts +0 -68
  1383. package/bin/fallbackDomain.js.map +0 -1
  1384. package/bin/getAccessApplication.d.ts +0 -34
  1385. package/bin/getAccessApplication.js.map +0 -1
  1386. package/bin/getAccessIdentityProvider.d.ts +0 -31
  1387. package/bin/getAccessIdentityProvider.js +0 -28
  1388. package/bin/getAccessIdentityProvider.js.map +0 -1
  1389. package/bin/getApiTokenPermissionGroups.d.ts +0 -27
  1390. package/bin/getApiTokenPermissionGroups.js +0 -18
  1391. package/bin/getApiTokenPermissionGroups.js.map +0 -1
  1392. package/bin/getDevicePostureRules.d.ts +0 -32
  1393. package/bin/getDevicePostureRules.js +0 -28
  1394. package/bin/getDevicePostureRules.js.map +0 -1
  1395. package/bin/getDevices.d.ts +0 -26
  1396. package/bin/getDevices.js.map +0 -1
  1397. package/bin/getDlpDatasets.d.ts +0 -27
  1398. package/bin/getDlpDatasets.js.map +0 -1
  1399. package/bin/getDnsZoneDnssec.d.ts +0 -64
  1400. package/bin/getDnsZoneDnssec.js +0 -48
  1401. package/bin/getDnsZoneDnssec.js.map +0 -1
  1402. package/bin/getGatewayAppTypes.d.ts +0 -27
  1403. package/bin/getGatewayAppTypes.js.map +0 -1
  1404. package/bin/getGatewayCategories.d.ts +0 -27
  1405. package/bin/getGatewayCategories.js.map +0 -1
  1406. package/bin/getInfrastructureAccessTargets.d.ts +0 -48
  1407. package/bin/getInfrastructureAccessTargets.js +0 -36
  1408. package/bin/getInfrastructureAccessTargets.js.map +0 -1
  1409. package/bin/getManagedHeaders.d.ts +0 -33
  1410. package/bin/getManagedHeaders.js +0 -26
  1411. package/bin/getManagedHeaders.js.map +0 -1
  1412. package/bin/getOriginCaRootCertificate.d.ts +0 -25
  1413. package/bin/getOriginCaRootCertificate.js +0 -24
  1414. package/bin/getOriginCaRootCertificate.js.map +0 -1
  1415. package/bin/getRecord.d.ts +0 -40
  1416. package/bin/getRecord.js +0 -32
  1417. package/bin/getRecord.js.map +0 -1
  1418. package/bin/getTunnel.d.ts +0 -31
  1419. package/bin/getTunnel.js.map +0 -1
  1420. package/bin/getTunnelVirtualNetwork.d.ts +0 -29
  1421. package/bin/getTunnelVirtualNetwork.js.map +0 -1
  1422. package/bin/getWaitingRoomSetting.d.ts +0 -28
  1423. package/bin/getWaitingRoomSetting.js.map +0 -1
  1424. package/bin/getZeroTrustDeviceCertificates.d.ts +0 -25
  1425. package/bin/getZeroTrustDeviceCertificates.js.map +0 -1
  1426. package/bin/getZeroTrustDeviceProfiles.d.ts +0 -57
  1427. package/bin/getZeroTrustDeviceProfiles.js.map +0 -1
  1428. package/bin/getZeroTrustDeviceProfilesList.d.ts +0 -30
  1429. package/bin/getZeroTrustLocalDomainFallback.d.ts +0 -42
  1430. package/bin/getZeroTrustLocalDomainFallback.js +0 -34
  1431. package/bin/getZeroTrustLocalDomainFallback.js.map +0 -1
  1432. package/bin/getZeroTrustLocalDomainFallbacks.d.ts +0 -30
  1433. package/bin/getZeroTrustTunnelVirtualNetwork.d.ts +0 -29
  1434. package/bin/getZeroTrustTunnelVirtualNetwork.js.map +0 -1
  1435. package/bin/greTunnel.d.ts +0 -171
  1436. package/bin/greTunnel.js +0 -80
  1437. package/bin/greTunnel.js.map +0 -1
  1438. package/bin/hostnameTlsSettingCiphers.d.ts +0 -91
  1439. package/bin/hostnameTlsSettingCiphers.js +0 -70
  1440. package/bin/hostnameTlsSettingCiphers.js.map +0 -1
  1441. package/bin/infrastructureAccessTarget.d.ts +0 -90
  1442. package/bin/infrastructureAccessTarget.js.map +0 -1
  1443. package/bin/ipsecTunnel.d.ts +0 -261
  1444. package/bin/ipsecTunnel.js +0 -96
  1445. package/bin/ipsecTunnel.js.map +0 -1
  1446. package/bin/magicFirewallRuleset.d.ts +0 -75
  1447. package/bin/magicFirewallRuleset.js.map +0 -1
  1448. package/bin/managedHeaders.d.ts +0 -56
  1449. package/bin/managedHeaders.js.map +0 -1
  1450. package/bin/record.d.ts +0 -235
  1451. package/bin/record.js +0 -91
  1452. package/bin/record.js.map +0 -1
  1453. package/bin/riskBehavior.d.ts +0 -62
  1454. package/bin/riskBehavior.js.map +0 -1
  1455. package/bin/splitTunnel.d.ts +0 -89
  1456. package/bin/splitTunnel.js.map +0 -1
  1457. package/bin/staticRoute.d.ts +0 -135
  1458. package/bin/staticRoute.js +0 -74
  1459. package/bin/staticRoute.js.map +0 -1
  1460. package/bin/teamsAccount.d.ts +0 -242
  1461. package/bin/teamsAccount.js +0 -86
  1462. package/bin/teamsAccount.js.map +0 -1
  1463. package/bin/teamsList.d.ts +0 -113
  1464. package/bin/teamsList.js.map +0 -1
  1465. package/bin/teamsLocation.d.ts +0 -135
  1466. package/bin/teamsLocation.js +0 -72
  1467. package/bin/teamsLocation.js.map +0 -1
  1468. package/bin/teamsProxyEndpoint.d.ts +0 -83
  1469. package/bin/teamsProxyEndpoint.js.map +0 -1
  1470. package/bin/teamsRule.d.ts +0 -178
  1471. package/bin/teamsRule.js +0 -85
  1472. package/bin/teamsRule.js.map +0 -1
  1473. package/bin/tunnel.d.ts +0 -118
  1474. package/bin/tunnel.js.map +0 -1
  1475. package/bin/tunnelConfig.d.ts +0 -77
  1476. package/bin/tunnelConfig.js.map +0 -1
  1477. package/bin/tunnelRoute.d.ts +0 -102
  1478. package/bin/tunnelRoute.js +0 -68
  1479. package/bin/tunnelRoute.js.map +0 -1
  1480. package/bin/tunnelVirtualNetwork.d.ts +0 -90
  1481. package/bin/tunnelVirtualNetwork.js.map +0 -1
  1482. package/bin/waitingRoomSetting.d.ts +0 -63
  1483. package/bin/waitingRoomSetting.js.map +0 -1
  1484. package/bin/workerCronTrigger.d.ts +0 -75
  1485. package/bin/workerCronTrigger.js.map +0 -1
  1486. package/bin/workerDomain.d.ts +0 -99
  1487. package/bin/workerDomain.js +0 -71
  1488. package/bin/workerDomain.js.map +0 -1
  1489. package/bin/workerRoute.d.ts +0 -75
  1490. package/bin/workerRoute.js.map +0 -1
  1491. package/bin/workerScript.d.ts +0 -173
  1492. package/bin/workerScript.js +0 -95
  1493. package/bin/workerScript.js.map +0 -1
  1494. package/bin/workerSecret.d.ts +0 -90
  1495. package/bin/workerSecret.js.map +0 -1
  1496. package/bin/workersDomain.d.ts +0 -99
  1497. package/bin/workersDomain.js +0 -71
  1498. package/bin/workersDomain.js.map +0 -1
  1499. package/bin/workersForPlatformsNamespace.d.ts +0 -60
  1500. package/bin/workersForPlatformsNamespace.js.map +0 -1
  1501. package/bin/zeroTrustAccessOrganization.d.ts +0 -200
  1502. package/bin/zeroTrustAccessOrganization.js +0 -78
  1503. package/bin/zeroTrustAccessOrganization.js.map +0 -1
  1504. package/bin/zeroTrustDeviceCertificates.js.map +0 -1
  1505. package/bin/zeroTrustDeviceProfiles.js.map +0 -1
  1506. package/bin/zeroTrustDlpProfile.d.ts +0 -140
  1507. package/bin/zeroTrustDlpProfile.js.map +0 -1
  1508. package/bin/zeroTrustKeyAccessKeyConfiguration.d.ts +0 -63
  1509. package/bin/zeroTrustKeyAccessKeyConfiguration.js +0 -56
  1510. package/bin/zeroTrustKeyAccessKeyConfiguration.js.map +0 -1
  1511. package/bin/zeroTrustLocalDomainFallback.js.map +0 -1
  1512. package/bin/zeroTrustLocalFallbackDomain.d.ts +0 -68
  1513. package/bin/zeroTrustLocalFallbackDomain.js.map +0 -1
  1514. package/bin/zeroTrustRiskScoreIntegration.js.map +0 -1
  1515. package/bin/zeroTrustSplitTunnel.d.ts +0 -89
  1516. package/bin/zeroTrustSplitTunnel.js +0 -66
  1517. package/bin/zeroTrustSplitTunnel.js.map +0 -1
  1518. package/bin/zeroTrustTunnelRoute.d.ts +0 -102
  1519. package/bin/zeroTrustTunnelRoute.js +0 -68
  1520. package/bin/zeroTrustTunnelRoute.js.map +0 -1
  1521. package/bin/zeroTrustTunnelVirtualNetwork.d.ts +0 -90
  1522. package/bin/zeroTrustTunnelVirtualNetwork.js +0 -60
  1523. package/bin/zeroTrustTunnelVirtualNetwork.js.map +0 -1
  1524. package/bin/zoneSettingsOverride.d.ts +0 -66
  1525. package/bin/zoneSettingsOverride.js +0 -66
  1526. package/bin/zoneSettingsOverride.js.map +0 -1
package/bin/teamsRule.js DELETED
@@ -1,85 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.TeamsRule = void 0;
6
- const pulumi = require("@pulumi/pulumi");
7
- const utilities = require("./utilities");
8
- class TeamsRule extends pulumi.CustomResource {
9
- /**
10
- * Get an existing TeamsRule resource's state with the given name, ID, and optional extra
11
- * properties used to qualify the lookup.
12
- *
13
- * @param name The _unique_ name of the resulting resource.
14
- * @param id The _unique_ provider ID of the resource to lookup.
15
- * @param state Any extra arguments used during the lookup.
16
- * @param opts Optional settings to control the behavior of the CustomResource.
17
- */
18
- static get(name, id, state, opts) {
19
- return new TeamsRule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
20
- }
21
- /**
22
- * Returns true if the given object is an instance of TeamsRule. This is designed to work even
23
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
- */
25
- static isInstance(obj) {
26
- if (obj === undefined || obj === null) {
27
- return false;
28
- }
29
- return obj['__pulumiType'] === TeamsRule.__pulumiType;
30
- }
31
- constructor(name, argsOrState, opts) {
32
- let resourceInputs = {};
33
- opts = opts || {};
34
- if (opts.id) {
35
- const state = argsOrState;
36
- resourceInputs["accountId"] = state ? state.accountId : undefined;
37
- resourceInputs["action"] = state ? state.action : undefined;
38
- resourceInputs["description"] = state ? state.description : undefined;
39
- resourceInputs["devicePosture"] = state ? state.devicePosture : undefined;
40
- resourceInputs["enabled"] = state ? state.enabled : undefined;
41
- resourceInputs["filters"] = state ? state.filters : undefined;
42
- resourceInputs["identity"] = state ? state.identity : undefined;
43
- resourceInputs["name"] = state ? state.name : undefined;
44
- resourceInputs["precedence"] = state ? state.precedence : undefined;
45
- resourceInputs["ruleSettings"] = state ? state.ruleSettings : undefined;
46
- resourceInputs["teamsRuleId"] = state ? state.teamsRuleId : undefined;
47
- resourceInputs["traffic"] = state ? state.traffic : undefined;
48
- resourceInputs["version"] = state ? state.version : undefined;
49
- }
50
- else {
51
- const args = argsOrState;
52
- if ((!args || args.accountId === undefined) && !opts.urn) {
53
- throw new Error("Missing required property 'accountId'");
54
- }
55
- if ((!args || args.action === undefined) && !opts.urn) {
56
- throw new Error("Missing required property 'action'");
57
- }
58
- if ((!args || args.description === undefined) && !opts.urn) {
59
- throw new Error("Missing required property 'description'");
60
- }
61
- if ((!args || args.precedence === undefined) && !opts.urn) {
62
- throw new Error("Missing required property 'precedence'");
63
- }
64
- resourceInputs["accountId"] = args ? args.accountId : undefined;
65
- resourceInputs["action"] = args ? args.action : undefined;
66
- resourceInputs["description"] = args ? args.description : undefined;
67
- resourceInputs["devicePosture"] = args ? args.devicePosture : undefined;
68
- resourceInputs["enabled"] = args ? args.enabled : undefined;
69
- resourceInputs["filters"] = args ? args.filters : undefined;
70
- resourceInputs["identity"] = args ? args.identity : undefined;
71
- resourceInputs["name"] = args ? args.name : undefined;
72
- resourceInputs["precedence"] = args ? args.precedence : undefined;
73
- resourceInputs["ruleSettings"] = args ? args.ruleSettings : undefined;
74
- resourceInputs["teamsRuleId"] = args ? args.teamsRuleId : undefined;
75
- resourceInputs["traffic"] = args ? args.traffic : undefined;
76
- resourceInputs["version"] = undefined /*out*/;
77
- }
78
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
79
- super(TeamsRule.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
80
- }
81
- }
82
- exports.TeamsRule = TeamsRule;
83
- /** @internal */
84
- TeamsRule.__pulumiType = 'cloudflare:index/teamsRule:TeamsRule';
85
- //# sourceMappingURL=teamsRule.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"teamsRule.js","sourceRoot":"","sources":["../teamsRule.ts"],"names":[],"mappings":"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"}
package/bin/tunnel.d.ts DELETED
@@ -1,118 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare class Tunnel extends pulumi.CustomResource {
3
- /**
4
- * Get an existing Tunnel resource's state with the given name, ID, and optional extra
5
- * properties used to qualify the lookup.
6
- *
7
- * @param name The _unique_ name of the resulting resource.
8
- * @param id The _unique_ provider ID of the resource to lookup.
9
- * @param state Any extra arguments used during the lookup.
10
- * @param opts Optional settings to control the behavior of the CustomResource.
11
- */
12
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TunnelState, opts?: pulumi.CustomResourceOptions): Tunnel;
13
- /**
14
- * Returns true if the given object is an instance of Tunnel. This is designed to work even
15
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
- */
17
- static isInstance(obj: any): obj is Tunnel;
18
- /**
19
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
20
- */
21
- readonly accountId: pulumi.Output<string>;
22
- /**
23
- * Usable CNAME for accessing the Tunnel.
24
- */
25
- readonly cname: pulumi.Output<string>;
26
- /**
27
- * Indicates if this is a locally or remotely configured tunnel. If `local`, manage the tunnel using a YAML file on the
28
- * origin machine. If `cloudflare`, manage the tunnel on the Zero Trust dashboard or using tunnel_config, tunnel_route or
29
- * tunnel_virtual_network resources. Available values: `local`, `cloudflare`. **Modifying this attribute will force
30
- * creation of a new resource.**
31
- */
32
- readonly configSrc: pulumi.Output<string | undefined>;
33
- /**
34
- * A user-friendly name chosen when the tunnel is created. **Modifying this attribute will force creation of a new
35
- * resource.**
36
- */
37
- readonly name: pulumi.Output<string>;
38
- /**
39
- * 32 or more bytes, encoded as a base64 string. The Create Argo Tunnel endpoint sets this as the tunnel's password. Anyone
40
- * wishing to run the tunnel needs this password. **Modifying this attribute will force creation of a new resource.**
41
- */
42
- readonly secret: pulumi.Output<string>;
43
- readonly tunnelId: pulumi.Output<string>;
44
- /**
45
- * Token used by a connector to authenticate and run the tunnel.
46
- */
47
- readonly tunnelToken: pulumi.Output<string>;
48
- /**
49
- * Create a Tunnel resource with the given unique name, arguments, and options.
50
- *
51
- * @param name The _unique_ name of the resource.
52
- * @param args The arguments to use to populate this resource's properties.
53
- * @param opts A bag of options that control this resource's behavior.
54
- */
55
- constructor(name: string, args: TunnelArgs, opts?: pulumi.CustomResourceOptions);
56
- }
57
- /**
58
- * Input properties used for looking up and filtering Tunnel resources.
59
- */
60
- export interface TunnelState {
61
- /**
62
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
63
- */
64
- accountId?: pulumi.Input<string>;
65
- /**
66
- * Usable CNAME for accessing the Tunnel.
67
- */
68
- cname?: pulumi.Input<string>;
69
- /**
70
- * Indicates if this is a locally or remotely configured tunnel. If `local`, manage the tunnel using a YAML file on the
71
- * origin machine. If `cloudflare`, manage the tunnel on the Zero Trust dashboard or using tunnel_config, tunnel_route or
72
- * tunnel_virtual_network resources. Available values: `local`, `cloudflare`. **Modifying this attribute will force
73
- * creation of a new resource.**
74
- */
75
- configSrc?: pulumi.Input<string>;
76
- /**
77
- * A user-friendly name chosen when the tunnel is created. **Modifying this attribute will force creation of a new
78
- * resource.**
79
- */
80
- name?: pulumi.Input<string>;
81
- /**
82
- * 32 or more bytes, encoded as a base64 string. The Create Argo Tunnel endpoint sets this as the tunnel's password. Anyone
83
- * wishing to run the tunnel needs this password. **Modifying this attribute will force creation of a new resource.**
84
- */
85
- secret?: pulumi.Input<string>;
86
- tunnelId?: pulumi.Input<string>;
87
- /**
88
- * Token used by a connector to authenticate and run the tunnel.
89
- */
90
- tunnelToken?: pulumi.Input<string>;
91
- }
92
- /**
93
- * The set of arguments for constructing a Tunnel resource.
94
- */
95
- export interface TunnelArgs {
96
- /**
97
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
98
- */
99
- accountId: pulumi.Input<string>;
100
- /**
101
- * Indicates if this is a locally or remotely configured tunnel. If `local`, manage the tunnel using a YAML file on the
102
- * origin machine. If `cloudflare`, manage the tunnel on the Zero Trust dashboard or using tunnel_config, tunnel_route or
103
- * tunnel_virtual_network resources. Available values: `local`, `cloudflare`. **Modifying this attribute will force
104
- * creation of a new resource.**
105
- */
106
- configSrc?: pulumi.Input<string>;
107
- /**
108
- * A user-friendly name chosen when the tunnel is created. **Modifying this attribute will force creation of a new
109
- * resource.**
110
- */
111
- name?: pulumi.Input<string>;
112
- /**
113
- * 32 or more bytes, encoded as a base64 string. The Create Argo Tunnel endpoint sets this as the tunnel's password. Anyone
114
- * wishing to run the tunnel needs this password. **Modifying this attribute will force creation of a new resource.**
115
- */
116
- secret: pulumi.Input<string>;
117
- tunnelId?: pulumi.Input<string>;
118
- }
package/bin/tunnel.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"tunnel.js","sourceRoot":"","sources":["../tunnel.ts"],"names":[],"mappings":"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"}
@@ -1,77 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as inputs from "./types/input";
3
- import * as outputs from "./types/output";
4
- export declare class TunnelConfig extends pulumi.CustomResource {
5
- /**
6
- * Get an existing TunnelConfig resource's state with the given name, ID, and optional extra
7
- * properties used to qualify the lookup.
8
- *
9
- * @param name The _unique_ name of the resulting resource.
10
- * @param id The _unique_ provider ID of the resource to lookup.
11
- * @param state Any extra arguments used during the lookup.
12
- * @param opts Optional settings to control the behavior of the CustomResource.
13
- */
14
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TunnelConfigState, opts?: pulumi.CustomResourceOptions): TunnelConfig;
15
- /**
16
- * Returns true if the given object is an instance of TunnelConfig. This is designed to work even
17
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
- */
19
- static isInstance(obj: any): obj is TunnelConfig;
20
- /**
21
- * The account identifier to target for the resource.
22
- */
23
- readonly accountId: pulumi.Output<string>;
24
- /**
25
- * Configuration block for Tunnel Configuration.
26
- */
27
- readonly config: pulumi.Output<outputs.TunnelConfigConfig>;
28
- readonly tunnelConfigId: pulumi.Output<string>;
29
- /**
30
- * Identifier of the Tunnel to target for this configuration.
31
- */
32
- readonly tunnelId: pulumi.Output<string>;
33
- /**
34
- * Create a TunnelConfig resource with the given unique name, arguments, and options.
35
- *
36
- * @param name The _unique_ name of the resource.
37
- * @param args The arguments to use to populate this resource's properties.
38
- * @param opts A bag of options that control this resource's behavior.
39
- */
40
- constructor(name: string, args: TunnelConfigArgs, opts?: pulumi.CustomResourceOptions);
41
- }
42
- /**
43
- * Input properties used for looking up and filtering TunnelConfig resources.
44
- */
45
- export interface TunnelConfigState {
46
- /**
47
- * The account identifier to target for the resource.
48
- */
49
- accountId?: pulumi.Input<string>;
50
- /**
51
- * Configuration block for Tunnel Configuration.
52
- */
53
- config?: pulumi.Input<inputs.TunnelConfigConfig>;
54
- tunnelConfigId?: pulumi.Input<string>;
55
- /**
56
- * Identifier of the Tunnel to target for this configuration.
57
- */
58
- tunnelId?: pulumi.Input<string>;
59
- }
60
- /**
61
- * The set of arguments for constructing a TunnelConfig resource.
62
- */
63
- export interface TunnelConfigArgs {
64
- /**
65
- * The account identifier to target for the resource.
66
- */
67
- accountId: pulumi.Input<string>;
68
- /**
69
- * Configuration block for Tunnel Configuration.
70
- */
71
- config: pulumi.Input<inputs.TunnelConfigConfig>;
72
- tunnelConfigId?: pulumi.Input<string>;
73
- /**
74
- * Identifier of the Tunnel to target for this configuration.
75
- */
76
- tunnelId: pulumi.Input<string>;
77
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"tunnelConfig.js","sourceRoot":"","sources":["../tunnelConfig.ts"],"names":[],"mappings":"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"}
@@ -1,102 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare class TunnelRoute extends pulumi.CustomResource {
3
- /**
4
- * Get an existing TunnelRoute resource's state with the given name, ID, and optional extra
5
- * properties used to qualify the lookup.
6
- *
7
- * @param name The _unique_ name of the resulting resource.
8
- * @param id The _unique_ provider ID of the resource to lookup.
9
- * @param state Any extra arguments used during the lookup.
10
- * @param opts Optional settings to control the behavior of the CustomResource.
11
- */
12
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TunnelRouteState, opts?: pulumi.CustomResourceOptions): TunnelRoute;
13
- /**
14
- * Returns true if the given object is an instance of TunnelRoute. This is designed to work even
15
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
- */
17
- static isInstance(obj: any): obj is TunnelRoute;
18
- /**
19
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
20
- */
21
- readonly accountId: pulumi.Output<string>;
22
- /**
23
- * Description of the tunnel route.
24
- */
25
- readonly comment: pulumi.Output<string | undefined>;
26
- /**
27
- * The IPv4 or IPv6 network that should use this tunnel route, in CIDR notation.
28
- */
29
- readonly network: pulumi.Output<string>;
30
- /**
31
- * The ID of the tunnel that will service the tunnel route.
32
- */
33
- readonly tunnelId: pulumi.Output<string>;
34
- readonly tunnelRouteId: pulumi.Output<string>;
35
- /**
36
- * The ID of the virtual network for which this route is being added; uses the default virtual network of the account if
37
- * none is provided. **Modifying this attribute will force creation of a new resource.**
38
- */
39
- readonly virtualNetworkId: pulumi.Output<string | undefined>;
40
- /**
41
- * Create a TunnelRoute resource with the given unique name, arguments, and options.
42
- *
43
- * @param name The _unique_ name of the resource.
44
- * @param args The arguments to use to populate this resource's properties.
45
- * @param opts A bag of options that control this resource's behavior.
46
- */
47
- constructor(name: string, args: TunnelRouteArgs, opts?: pulumi.CustomResourceOptions);
48
- }
49
- /**
50
- * Input properties used for looking up and filtering TunnelRoute resources.
51
- */
52
- export interface TunnelRouteState {
53
- /**
54
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
55
- */
56
- accountId?: pulumi.Input<string>;
57
- /**
58
- * Description of the tunnel route.
59
- */
60
- comment?: pulumi.Input<string>;
61
- /**
62
- * The IPv4 or IPv6 network that should use this tunnel route, in CIDR notation.
63
- */
64
- network?: pulumi.Input<string>;
65
- /**
66
- * The ID of the tunnel that will service the tunnel route.
67
- */
68
- tunnelId?: pulumi.Input<string>;
69
- tunnelRouteId?: pulumi.Input<string>;
70
- /**
71
- * The ID of the virtual network for which this route is being added; uses the default virtual network of the account if
72
- * none is provided. **Modifying this attribute will force creation of a new resource.**
73
- */
74
- virtualNetworkId?: pulumi.Input<string>;
75
- }
76
- /**
77
- * The set of arguments for constructing a TunnelRoute resource.
78
- */
79
- export interface TunnelRouteArgs {
80
- /**
81
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
82
- */
83
- accountId: pulumi.Input<string>;
84
- /**
85
- * Description of the tunnel route.
86
- */
87
- comment?: pulumi.Input<string>;
88
- /**
89
- * The IPv4 or IPv6 network that should use this tunnel route, in CIDR notation.
90
- */
91
- network: pulumi.Input<string>;
92
- /**
93
- * The ID of the tunnel that will service the tunnel route.
94
- */
95
- tunnelId: pulumi.Input<string>;
96
- tunnelRouteId?: pulumi.Input<string>;
97
- /**
98
- * The ID of the virtual network for which this route is being added; uses the default virtual network of the account if
99
- * none is provided. **Modifying this attribute will force creation of a new resource.**
100
- */
101
- virtualNetworkId?: pulumi.Input<string>;
102
- }
@@ -1,68 +0,0 @@
1
- "use strict";
2
- // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
- // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.TunnelRoute = void 0;
6
- const pulumi = require("@pulumi/pulumi");
7
- const utilities = require("./utilities");
8
- class TunnelRoute extends pulumi.CustomResource {
9
- /**
10
- * Get an existing TunnelRoute resource's state with the given name, ID, and optional extra
11
- * properties used to qualify the lookup.
12
- *
13
- * @param name The _unique_ name of the resulting resource.
14
- * @param id The _unique_ provider ID of the resource to lookup.
15
- * @param state Any extra arguments used during the lookup.
16
- * @param opts Optional settings to control the behavior of the CustomResource.
17
- */
18
- static get(name, id, state, opts) {
19
- return new TunnelRoute(name, state, Object.assign(Object.assign({}, opts), { id: id }));
20
- }
21
- /**
22
- * Returns true if the given object is an instance of TunnelRoute. This is designed to work even
23
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
- */
25
- static isInstance(obj) {
26
- if (obj === undefined || obj === null) {
27
- return false;
28
- }
29
- return obj['__pulumiType'] === TunnelRoute.__pulumiType;
30
- }
31
- constructor(name, argsOrState, opts) {
32
- let resourceInputs = {};
33
- opts = opts || {};
34
- if (opts.id) {
35
- const state = argsOrState;
36
- resourceInputs["accountId"] = state ? state.accountId : undefined;
37
- resourceInputs["comment"] = state ? state.comment : undefined;
38
- resourceInputs["network"] = state ? state.network : undefined;
39
- resourceInputs["tunnelId"] = state ? state.tunnelId : undefined;
40
- resourceInputs["tunnelRouteId"] = state ? state.tunnelRouteId : undefined;
41
- resourceInputs["virtualNetworkId"] = state ? state.virtualNetworkId : undefined;
42
- }
43
- else {
44
- const args = argsOrState;
45
- if ((!args || args.accountId === undefined) && !opts.urn) {
46
- throw new Error("Missing required property 'accountId'");
47
- }
48
- if ((!args || args.network === undefined) && !opts.urn) {
49
- throw new Error("Missing required property 'network'");
50
- }
51
- if ((!args || args.tunnelId === undefined) && !opts.urn) {
52
- throw new Error("Missing required property 'tunnelId'");
53
- }
54
- resourceInputs["accountId"] = args ? args.accountId : undefined;
55
- resourceInputs["comment"] = args ? args.comment : undefined;
56
- resourceInputs["network"] = args ? args.network : undefined;
57
- resourceInputs["tunnelId"] = args ? args.tunnelId : undefined;
58
- resourceInputs["tunnelRouteId"] = args ? args.tunnelRouteId : undefined;
59
- resourceInputs["virtualNetworkId"] = args ? args.virtualNetworkId : undefined;
60
- }
61
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
62
- super(TunnelRoute.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
63
- }
64
- }
65
- exports.TunnelRoute = TunnelRoute;
66
- /** @internal */
67
- TunnelRoute.__pulumiType = 'cloudflare:index/tunnelRoute:TunnelRoute';
68
- //# sourceMappingURL=tunnelRoute.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tunnelRoute.js","sourceRoot":"","sources":["../tunnelRoute.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,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,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IAiCD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACnF;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;SACjF;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC9G,CAAC;;AA1FL,kCA2FC;AA7EG,gBAAgB;AACO,wBAAY,GAAG,0CAA0C,CAAC"}
@@ -1,90 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare class TunnelVirtualNetwork extends pulumi.CustomResource {
3
- /**
4
- * Get an existing TunnelVirtualNetwork resource's state with the given name, ID, and optional extra
5
- * properties used to qualify the lookup.
6
- *
7
- * @param name The _unique_ name of the resulting resource.
8
- * @param id The _unique_ provider ID of the resource to lookup.
9
- * @param state Any extra arguments used during the lookup.
10
- * @param opts Optional settings to control the behavior of the CustomResource.
11
- */
12
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TunnelVirtualNetworkState, opts?: pulumi.CustomResourceOptions): TunnelVirtualNetwork;
13
- /**
14
- * Returns true if the given object is an instance of TunnelVirtualNetwork. This is designed to work even
15
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
- */
17
- static isInstance(obj: any): obj is TunnelVirtualNetwork;
18
- /**
19
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
20
- */
21
- readonly accountId: pulumi.Output<string>;
22
- /**
23
- * Description of the tunnel virtual network.
24
- */
25
- readonly comment: pulumi.Output<string | undefined>;
26
- /**
27
- * Whether this virtual network is the default one for the account. This means IP Routes belong to this virtual network and
28
- * Teams Clients in the account route through this virtual network, unless specified otherwise for each case.
29
- */
30
- readonly isDefaultNetwork: pulumi.Output<boolean | undefined>;
31
- /**
32
- * A user-friendly name chosen when the virtual network is created.
33
- */
34
- readonly name: pulumi.Output<string>;
35
- readonly tunnelVirtualNetworkId: pulumi.Output<string>;
36
- /**
37
- * Create a TunnelVirtualNetwork resource with the given unique name, arguments, and options.
38
- *
39
- * @param name The _unique_ name of the resource.
40
- * @param args The arguments to use to populate this resource's properties.
41
- * @param opts A bag of options that control this resource's behavior.
42
- */
43
- constructor(name: string, args: TunnelVirtualNetworkArgs, opts?: pulumi.CustomResourceOptions);
44
- }
45
- /**
46
- * Input properties used for looking up and filtering TunnelVirtualNetwork resources.
47
- */
48
- export interface TunnelVirtualNetworkState {
49
- /**
50
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
51
- */
52
- accountId?: pulumi.Input<string>;
53
- /**
54
- * Description of the tunnel virtual network.
55
- */
56
- comment?: pulumi.Input<string>;
57
- /**
58
- * Whether this virtual network is the default one for the account. This means IP Routes belong to this virtual network and
59
- * Teams Clients in the account route through this virtual network, unless specified otherwise for each case.
60
- */
61
- isDefaultNetwork?: pulumi.Input<boolean>;
62
- /**
63
- * A user-friendly name chosen when the virtual network is created.
64
- */
65
- name?: pulumi.Input<string>;
66
- tunnelVirtualNetworkId?: pulumi.Input<string>;
67
- }
68
- /**
69
- * The set of arguments for constructing a TunnelVirtualNetwork resource.
70
- */
71
- export interface TunnelVirtualNetworkArgs {
72
- /**
73
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
74
- */
75
- accountId: pulumi.Input<string>;
76
- /**
77
- * Description of the tunnel virtual network.
78
- */
79
- comment?: pulumi.Input<string>;
80
- /**
81
- * Whether this virtual network is the default one for the account. This means IP Routes belong to this virtual network and
82
- * Teams Clients in the account route through this virtual network, unless specified otherwise for each case.
83
- */
84
- isDefaultNetwork?: pulumi.Input<boolean>;
85
- /**
86
- * A user-friendly name chosen when the virtual network is created.
87
- */
88
- name?: pulumi.Input<string>;
89
- tunnelVirtualNetworkId?: pulumi.Input<string>;
90
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"tunnelVirtualNetwork.js","sourceRoot":"","sources":["../tunnelVirtualNetwork.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,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,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;IA6BD,YAAY,IAAY,EAAE,WAAkE,EAAE,IAAmC;QAC7H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAoD,CAAC;YACnE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,wBAAwB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/F;aAAM;YACH,MAAM,IAAI,GAAG,WAAmD,CAAC;YACjE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,wBAAwB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,sBAAsB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7F;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,oBAAoB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACvH,CAAC;;AA9EL,oDA+EC;AAjEG,gBAAgB;AACO,iCAAY,GAAG,4DAA4D,CAAC"}
@@ -1,63 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare class WaitingRoomSetting extends pulumi.CustomResource {
3
- /**
4
- * Get an existing WaitingRoomSetting resource's state with the given name, ID, and optional extra
5
- * properties used to qualify the lookup.
6
- *
7
- * @param name The _unique_ name of the resulting resource.
8
- * @param id The _unique_ provider ID of the resource to lookup.
9
- * @param state Any extra arguments used during the lookup.
10
- * @param opts Optional settings to control the behavior of the CustomResource.
11
- */
12
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: WaitingRoomSettingState, opts?: pulumi.CustomResourceOptions): WaitingRoomSetting;
13
- /**
14
- * Returns true if the given object is an instance of WaitingRoomSetting. This is designed to work even
15
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
16
- */
17
- static isInstance(obj: any): obj is WaitingRoomSetting;
18
- /**
19
- * Whether to allow verified search engine crawlers to bypass all waiting rooms on this zone. Verified search engine
20
- * crawlers will not be tracked or counted by the waiting room system, and will not appear in waiting room analytics.
21
- */
22
- readonly searchEngineCrawlerBypass: pulumi.Output<boolean>;
23
- /**
24
- * Identifier
25
- */
26
- readonly zoneId: pulumi.Output<string>;
27
- /**
28
- * Create a WaitingRoomSetting resource with the given unique name, arguments, and options.
29
- *
30
- * @param name The _unique_ name of the resource.
31
- * @param args The arguments to use to populate this resource's properties.
32
- * @param opts A bag of options that control this resource's behavior.
33
- */
34
- constructor(name: string, args: WaitingRoomSettingArgs, opts?: pulumi.CustomResourceOptions);
35
- }
36
- /**
37
- * Input properties used for looking up and filtering WaitingRoomSetting resources.
38
- */
39
- export interface WaitingRoomSettingState {
40
- /**
41
- * Whether to allow verified search engine crawlers to bypass all waiting rooms on this zone. Verified search engine
42
- * crawlers will not be tracked or counted by the waiting room system, and will not appear in waiting room analytics.
43
- */
44
- searchEngineCrawlerBypass?: pulumi.Input<boolean>;
45
- /**
46
- * Identifier
47
- */
48
- zoneId?: pulumi.Input<string>;
49
- }
50
- /**
51
- * The set of arguments for constructing a WaitingRoomSetting resource.
52
- */
53
- export interface WaitingRoomSettingArgs {
54
- /**
55
- * Whether to allow verified search engine crawlers to bypass all waiting rooms on this zone. Verified search engine
56
- * crawlers will not be tracked or counted by the waiting room system, and will not appear in waiting room analytics.
57
- */
58
- searchEngineCrawlerBypass?: pulumi.Input<boolean>;
59
- /**
60
- * Identifier
61
- */
62
- zoneId: pulumi.Input<string>;
63
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"waitingRoomSetting.js","sourceRoot":"","sources":["../waitingRoomSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,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,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAoBD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,2BAA2B,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAClG,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACrH,CAAC;;AA/DL,gDAgEC;AAlDG,gBAAgB;AACO,+BAAY,GAAG,wDAAwD,CAAC"}