@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
@@ -1,40 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare function getRecord(args: GetRecordArgs, opts?: pulumi.InvokeOptions): Promise<GetRecordResult>;
3
- /**
4
- * A collection of arguments for invoking getRecord.
5
- */
6
- export interface GetRecordArgs {
7
- content?: string;
8
- hostname: string;
9
- id?: string;
10
- priority?: number;
11
- type?: string;
12
- zoneId: string;
13
- }
14
- /**
15
- * A collection of values returned by getRecord.
16
- */
17
- export interface GetRecordResult {
18
- readonly content?: string;
19
- readonly hostname: string;
20
- readonly id: string;
21
- readonly priority?: number;
22
- readonly proxiable: boolean;
23
- readonly proxied: boolean;
24
- readonly ttl: number;
25
- readonly type?: string;
26
- readonly value: string;
27
- readonly zoneId: string;
28
- }
29
- export declare function getRecordOutput(args: GetRecordOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRecordResult>;
30
- /**
31
- * A collection of arguments for invoking getRecord.
32
- */
33
- export interface GetRecordOutputArgs {
34
- content?: pulumi.Input<string>;
35
- hostname: pulumi.Input<string>;
36
- id?: pulumi.Input<string>;
37
- priority?: pulumi.Input<number>;
38
- type?: pulumi.Input<string>;
39
- zoneId: pulumi.Input<string>;
40
- }
package/bin/getRecord.js DELETED
@@ -1,32 +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.getRecordOutput = exports.getRecord = void 0;
6
- const pulumi = require("@pulumi/pulumi");
7
- const utilities = require("./utilities");
8
- function getRecord(args, opts) {
9
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
- return pulumi.runtime.invoke("cloudflare:index/getRecord:getRecord", {
11
- "content": args.content,
12
- "hostname": args.hostname,
13
- "id": args.id,
14
- "priority": args.priority,
15
- "type": args.type,
16
- "zoneId": args.zoneId,
17
- }, opts, utilities.getPackage());
18
- }
19
- exports.getRecord = getRecord;
20
- function getRecordOutput(args, opts) {
21
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
22
- return pulumi.runtime.invokeOutput("cloudflare:index/getRecord:getRecord", {
23
- "content": args.content,
24
- "hostname": args.hostname,
25
- "id": args.id,
26
- "priority": args.priority,
27
- "type": args.type,
28
- "zoneId": args.zoneId,
29
- }, opts, utilities.getPackage());
30
- }
31
- exports.getRecordOutput = getRecordOutput;
32
- //# sourceMappingURL=getRecord.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getRecord.js","sourceRoot":"","sources":["../getRecord.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAVD,8BAUC;AA6BD,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAVD,0CAUC"}
@@ -1,31 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare function getTunnel(args: GetTunnelArgs, opts?: pulumi.InvokeOptions): Promise<GetTunnelResult>;
3
- /**
4
- * A collection of arguments for invoking getTunnel.
5
- */
6
- export interface GetTunnelArgs {
7
- accountId: string;
8
- isDeleted?: boolean;
9
- name: string;
10
- }
11
- /**
12
- * A collection of values returned by getTunnel.
13
- */
14
- export interface GetTunnelResult {
15
- readonly accountId: string;
16
- readonly id: string;
17
- readonly isDeleted?: boolean;
18
- readonly name: string;
19
- readonly remoteConfig: boolean;
20
- readonly status: string;
21
- readonly tunnelType: string;
22
- }
23
- export declare function getTunnelOutput(args: GetTunnelOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTunnelResult>;
24
- /**
25
- * A collection of arguments for invoking getTunnel.
26
- */
27
- export interface GetTunnelOutputArgs {
28
- accountId: pulumi.Input<string>;
29
- isDeleted?: pulumi.Input<boolean>;
30
- name: pulumi.Input<string>;
31
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getTunnel.js","sourceRoot":"","sources":["../getTunnel.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IACtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAPD,8BAOC;AAuBD,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,sCAAsC,EAAE;QACvE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAPD,0CAOC"}
@@ -1,29 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare function getTunnelVirtualNetwork(args: GetTunnelVirtualNetworkArgs, opts?: pulumi.InvokeOptions): Promise<GetTunnelVirtualNetworkResult>;
3
- /**
4
- * A collection of arguments for invoking getTunnelVirtualNetwork.
5
- */
6
- export interface GetTunnelVirtualNetworkArgs {
7
- accountId: string;
8
- id?: string;
9
- name: string;
10
- }
11
- /**
12
- * A collection of values returned by getTunnelVirtualNetwork.
13
- */
14
- export interface GetTunnelVirtualNetworkResult {
15
- readonly accountId: string;
16
- readonly comment: string;
17
- readonly id: string;
18
- readonly isDefault: boolean;
19
- readonly name: string;
20
- }
21
- export declare function getTunnelVirtualNetworkOutput(args: GetTunnelVirtualNetworkOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTunnelVirtualNetworkResult>;
22
- /**
23
- * A collection of arguments for invoking getTunnelVirtualNetwork.
24
- */
25
- export interface GetTunnelVirtualNetworkOutputArgs {
26
- accountId: pulumi.Input<string>;
27
- id?: pulumi.Input<string>;
28
- name: pulumi.Input<string>;
29
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getTunnelVirtualNetwork.js","sourceRoot":"","sources":["../getTunnelVirtualNetwork.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kEAAkE,EAAE;QAC7F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAPD,0DAOC;AAqBD,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAA2B;IAC9G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kEAAkE,EAAE;QACnG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAPD,sEAOC"}
@@ -1,28 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare function getWaitingRoomSetting(args: GetWaitingRoomSettingArgs, opts?: pulumi.InvokeOptions): Promise<GetWaitingRoomSettingResult>;
3
- /**
4
- * A collection of arguments for invoking getWaitingRoomSetting.
5
- */
6
- export interface GetWaitingRoomSettingArgs {
7
- searchEngineCrawlerBypass?: boolean;
8
- zoneId: string;
9
- }
10
- /**
11
- * A collection of values returned by getWaitingRoomSetting.
12
- */
13
- export interface GetWaitingRoomSettingResult {
14
- /**
15
- * The provider-assigned unique ID for this managed resource.
16
- */
17
- readonly id: string;
18
- readonly searchEngineCrawlerBypass: boolean;
19
- readonly zoneId: string;
20
- }
21
- export declare function getWaitingRoomSettingOutput(args: GetWaitingRoomSettingOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetWaitingRoomSettingResult>;
22
- /**
23
- * A collection of arguments for invoking getWaitingRoomSetting.
24
- */
25
- export interface GetWaitingRoomSettingOutputArgs {
26
- searchEngineCrawlerBypass?: pulumi.Input<boolean>;
27
- zoneId: pulumi.Input<string>;
28
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getWaitingRoomSetting.js","sourceRoot":"","sources":["../getWaitingRoomSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8DAA8D,EAAE;QACzF,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,sDAMC;AAqBD,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8DAA8D,EAAE;QAC/F,2BAA2B,EAAE,IAAI,CAAC,yBAAyB;QAC3D,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,kEAMC"}
@@ -1,25 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare function getZeroTrustDeviceCertificates(args: GetZeroTrustDeviceCertificatesArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDeviceCertificatesResult>;
3
- /**
4
- * A collection of arguments for invoking getZeroTrustDeviceCertificates.
5
- */
6
- export interface GetZeroTrustDeviceCertificatesArgs {
7
- zoneTag: string;
8
- }
9
- /**
10
- * A collection of values returned by getZeroTrustDeviceCertificates.
11
- */
12
- export interface GetZeroTrustDeviceCertificatesResult {
13
- /**
14
- * The provider-assigned unique ID for this managed resource.
15
- */
16
- readonly id: string;
17
- readonly zoneTag: string;
18
- }
19
- export declare function getZeroTrustDeviceCertificatesOutput(args: GetZeroTrustDeviceCertificatesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZeroTrustDeviceCertificatesResult>;
20
- /**
21
- * A collection of arguments for invoking getZeroTrustDeviceCertificates.
22
- */
23
- export interface GetZeroTrustDeviceCertificatesOutputArgs {
24
- zoneTag: pulumi.Input<string>;
25
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getZeroTrustDeviceCertificates.js","sourceRoot":"","sources":["../getZeroTrustDeviceCertificates.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAA2B;IAChH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gFAAgF,EAAE;QAC3G,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,wEAKC;AAmBD,SAAgB,oCAAoC,CAAC,IAA8C,EAAE,IAA2B;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gFAAgF,EAAE;QACjH,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,oFAKC"}
@@ -1,57 +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 function getZeroTrustDeviceProfiles(args?: GetZeroTrustDeviceProfilesArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDeviceProfilesResult>;
5
- /**
6
- * A collection of arguments for invoking getZeroTrustDeviceProfiles.
7
- */
8
- export interface GetZeroTrustDeviceProfilesArgs {
9
- accountId?: string;
10
- filter?: inputs.GetZeroTrustDeviceProfilesFilter;
11
- policyId?: string;
12
- }
13
- /**
14
- * A collection of values returned by getZeroTrustDeviceProfiles.
15
- */
16
- export interface GetZeroTrustDeviceProfilesResult {
17
- readonly accountId?: string;
18
- readonly allowModeSwitch: boolean;
19
- readonly allowUpdates: boolean;
20
- readonly allowedToLeave: boolean;
21
- readonly autoConnect: number;
22
- readonly captivePortal: number;
23
- readonly default: boolean;
24
- readonly description: string;
25
- readonly disableAutoFallback: boolean;
26
- readonly enabled: boolean;
27
- readonly excludeOfficeIps: boolean;
28
- readonly excludes: outputs.GetZeroTrustDeviceProfilesExclude[];
29
- readonly fallbackDomains: outputs.GetZeroTrustDeviceProfilesFallbackDomain[];
30
- readonly filter?: outputs.GetZeroTrustDeviceProfilesFilter;
31
- readonly gatewayUniqueId: string;
32
- /**
33
- * The provider-assigned unique ID for this managed resource.
34
- */
35
- readonly id: string;
36
- readonly includes: outputs.GetZeroTrustDeviceProfilesInclude[];
37
- readonly lanAllowMinutes: number;
38
- readonly lanAllowSubnetSize: number;
39
- readonly match: string;
40
- readonly name: string;
41
- readonly policyId: string;
42
- readonly precedence: number;
43
- readonly serviceModeV2: outputs.GetZeroTrustDeviceProfilesServiceModeV2;
44
- readonly supportUrl: string;
45
- readonly switchLocked: boolean;
46
- readonly targetTests: outputs.GetZeroTrustDeviceProfilesTargetTest[];
47
- readonly tunnelProtocol: string;
48
- }
49
- export declare function getZeroTrustDeviceProfilesOutput(args?: GetZeroTrustDeviceProfilesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZeroTrustDeviceProfilesResult>;
50
- /**
51
- * A collection of arguments for invoking getZeroTrustDeviceProfiles.
52
- */
53
- export interface GetZeroTrustDeviceProfilesOutputArgs {
54
- accountId?: pulumi.Input<string>;
55
- filter?: pulumi.Input<inputs.GetZeroTrustDeviceProfilesFilterArgs>;
56
- policyId?: pulumi.Input<string>;
57
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getZeroTrustDeviceProfiles.js","sourceRoot":"","sources":["../getZeroTrustDeviceProfiles.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,0BAA0B,CAAC,IAAqC,EAAE,IAA2B;IACzG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wEAAwE,EAAE;QACnG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AARD,gEAQC;AA+CD,SAAgB,gCAAgC,CAAC,IAA2C,EAAE,IAA2B;IACrH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wEAAwE,EAAE;QACzG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AARD,4EAQC"}
@@ -1,30 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as outputs from "./types/output";
3
- export declare function getZeroTrustDeviceProfilesList(args: GetZeroTrustDeviceProfilesListArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustDeviceProfilesListResult>;
4
- /**
5
- * A collection of arguments for invoking getZeroTrustDeviceProfilesList.
6
- */
7
- export interface GetZeroTrustDeviceProfilesListArgs {
8
- accountId: string;
9
- maxItems?: number;
10
- }
11
- /**
12
- * A collection of values returned by getZeroTrustDeviceProfilesList.
13
- */
14
- export interface GetZeroTrustDeviceProfilesListResult {
15
- readonly accountId: string;
16
- /**
17
- * The provider-assigned unique ID for this managed resource.
18
- */
19
- readonly id: string;
20
- readonly maxItems?: number;
21
- readonly results: outputs.GetZeroTrustDeviceProfilesListResult[];
22
- }
23
- export declare function getZeroTrustDeviceProfilesListOutput(args: GetZeroTrustDeviceProfilesListOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZeroTrustDeviceProfilesListResult>;
24
- /**
25
- * A collection of arguments for invoking getZeroTrustDeviceProfilesList.
26
- */
27
- export interface GetZeroTrustDeviceProfilesListOutputArgs {
28
- accountId: pulumi.Input<string>;
29
- maxItems?: pulumi.Input<number>;
30
- }
@@ -1,42 +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 function getZeroTrustLocalDomainFallback(args?: GetZeroTrustLocalDomainFallbackArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustLocalDomainFallbackResult>;
5
- /**
6
- * A collection of arguments for invoking getZeroTrustLocalDomainFallback.
7
- */
8
- export interface GetZeroTrustLocalDomainFallbackArgs {
9
- accountId?: string;
10
- description?: string;
11
- dnsServers?: string[];
12
- filter?: inputs.GetZeroTrustLocalDomainFallbackFilter;
13
- policyId?: string;
14
- suffix?: string;
15
- }
16
- /**
17
- * A collection of values returned by getZeroTrustLocalDomainFallback.
18
- */
19
- export interface GetZeroTrustLocalDomainFallbackResult {
20
- readonly accountId?: string;
21
- readonly description?: string;
22
- readonly dnsServers?: string[];
23
- readonly filter?: outputs.GetZeroTrustLocalDomainFallbackFilter;
24
- /**
25
- * The provider-assigned unique ID for this managed resource.
26
- */
27
- readonly id: string;
28
- readonly policyId?: string;
29
- readonly suffix?: string;
30
- }
31
- export declare function getZeroTrustLocalDomainFallbackOutput(args?: GetZeroTrustLocalDomainFallbackOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZeroTrustLocalDomainFallbackResult>;
32
- /**
33
- * A collection of arguments for invoking getZeroTrustLocalDomainFallback.
34
- */
35
- export interface GetZeroTrustLocalDomainFallbackOutputArgs {
36
- accountId?: pulumi.Input<string>;
37
- description?: pulumi.Input<string>;
38
- dnsServers?: pulumi.Input<pulumi.Input<string>[]>;
39
- filter?: pulumi.Input<inputs.GetZeroTrustLocalDomainFallbackFilterArgs>;
40
- policyId?: pulumi.Input<string>;
41
- suffix?: pulumi.Input<string>;
42
- }
@@ -1,34 +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.getZeroTrustLocalDomainFallbackOutput = exports.getZeroTrustLocalDomainFallback = void 0;
6
- const pulumi = require("@pulumi/pulumi");
7
- const utilities = require("./utilities");
8
- function getZeroTrustLocalDomainFallback(args, opts) {
9
- args = args || {};
10
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
11
- return pulumi.runtime.invoke("cloudflare:index/getZeroTrustLocalDomainFallback:getZeroTrustLocalDomainFallback", {
12
- "accountId": args.accountId,
13
- "description": args.description,
14
- "dnsServers": args.dnsServers,
15
- "filter": args.filter,
16
- "policyId": args.policyId,
17
- "suffix": args.suffix,
18
- }, opts, utilities.getPackage());
19
- }
20
- exports.getZeroTrustLocalDomainFallback = getZeroTrustLocalDomainFallback;
21
- function getZeroTrustLocalDomainFallbackOutput(args, opts) {
22
- args = args || {};
23
- opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
- return pulumi.runtime.invokeOutput("cloudflare:index/getZeroTrustLocalDomainFallback:getZeroTrustLocalDomainFallback", {
25
- "accountId": args.accountId,
26
- "description": args.description,
27
- "dnsServers": args.dnsServers,
28
- "filter": args.filter,
29
- "policyId": args.policyId,
30
- "suffix": args.suffix,
31
- }, opts, utilities.getPackage());
32
- }
33
- exports.getZeroTrustLocalDomainFallbackOutput = getZeroTrustLocalDomainFallbackOutput;
34
- //# sourceMappingURL=getZeroTrustLocalDomainFallback.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"getZeroTrustLocalDomainFallback.js","sourceRoot":"","sources":["../getZeroTrustLocalDomainFallback.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,+BAA+B,CAAC,IAA0C,EAAE,IAA2B;IACnH,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kFAAkF,EAAE;QAC7G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAXD,0EAWC;AA6BD,SAAgB,qCAAqC,CAAC,IAAgD,EAAE,IAA2B;IAC/H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kFAAkF,EAAE;QACnH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAXD,sFAWC"}
@@ -1,30 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as outputs from "./types/output";
3
- export declare function getZeroTrustLocalDomainFallbacks(args: GetZeroTrustLocalDomainFallbacksArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustLocalDomainFallbacksResult>;
4
- /**
5
- * A collection of arguments for invoking getZeroTrustLocalDomainFallbacks.
6
- */
7
- export interface GetZeroTrustLocalDomainFallbacksArgs {
8
- accountId: string;
9
- maxItems?: number;
10
- }
11
- /**
12
- * A collection of values returned by getZeroTrustLocalDomainFallbacks.
13
- */
14
- export interface GetZeroTrustLocalDomainFallbacksResult {
15
- readonly accountId: string;
16
- /**
17
- * The provider-assigned unique ID for this managed resource.
18
- */
19
- readonly id: string;
20
- readonly maxItems?: number;
21
- readonly results: outputs.GetZeroTrustLocalDomainFallbacksResult[];
22
- }
23
- export declare function getZeroTrustLocalDomainFallbacksOutput(args: GetZeroTrustLocalDomainFallbacksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZeroTrustLocalDomainFallbacksResult>;
24
- /**
25
- * A collection of arguments for invoking getZeroTrustLocalDomainFallbacks.
26
- */
27
- export interface GetZeroTrustLocalDomainFallbacksOutputArgs {
28
- accountId: pulumi.Input<string>;
29
- maxItems?: pulumi.Input<number>;
30
- }
@@ -1,29 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare function getZeroTrustTunnelVirtualNetwork(args: GetZeroTrustTunnelVirtualNetworkArgs, opts?: pulumi.InvokeOptions): Promise<GetZeroTrustTunnelVirtualNetworkResult>;
3
- /**
4
- * A collection of arguments for invoking getZeroTrustTunnelVirtualNetwork.
5
- */
6
- export interface GetZeroTrustTunnelVirtualNetworkArgs {
7
- accountId: string;
8
- id?: string;
9
- name: string;
10
- }
11
- /**
12
- * A collection of values returned by getZeroTrustTunnelVirtualNetwork.
13
- */
14
- export interface GetZeroTrustTunnelVirtualNetworkResult {
15
- readonly accountId: string;
16
- readonly comment: string;
17
- readonly id: string;
18
- readonly isDefault: boolean;
19
- readonly name: string;
20
- }
21
- export declare function getZeroTrustTunnelVirtualNetworkOutput(args: GetZeroTrustTunnelVirtualNetworkOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZeroTrustTunnelVirtualNetworkResult>;
22
- /**
23
- * A collection of arguments for invoking getZeroTrustTunnelVirtualNetwork.
24
- */
25
- export interface GetZeroTrustTunnelVirtualNetworkOutputArgs {
26
- accountId: pulumi.Input<string>;
27
- id?: pulumi.Input<string>;
28
- name: pulumi.Input<string>;
29
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"getZeroTrustTunnelVirtualNetwork.js","sourceRoot":"","sources":["../getZeroTrustTunnelVirtualNetwork.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,gCAAgC,CAAC,IAA0C,EAAE,IAA2B;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oFAAoF,EAAE;QAC/G,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAPD,4EAOC;AAqBD,SAAgB,sCAAsC,CAAC,IAAgD,EAAE,IAA2B;IAChI,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oFAAoF,EAAE;QACrH,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAPD,wFAOC"}
@@ -1,171 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- export declare class GreTunnel extends pulumi.CustomResource {
3
- /**
4
- * Get an existing GreTunnel 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?: GreTunnelState, opts?: pulumi.CustomResourceOptions): GreTunnel;
13
- /**
14
- * Returns true if the given object is an instance of GreTunnel. 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 GreTunnel;
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 | undefined>;
22
- /**
23
- * The IP address assigned to the Cloudflare side of the GRE tunnel.
24
- */
25
- readonly cloudflareGreEndpoint: pulumi.Output<string>;
26
- /**
27
- * The IP address assigned to the customer side of the GRE tunnel.
28
- */
29
- readonly customerGreEndpoint: pulumi.Output<string>;
30
- /**
31
- * Description of the GRE tunnel intent.
32
- */
33
- readonly description: pulumi.Output<string | undefined>;
34
- readonly greTunnelId: pulumi.Output<string>;
35
- /**
36
- * Specifies if ICMP tunnel health checks are enabled.
37
- */
38
- readonly healthCheckEnabled: pulumi.Output<boolean>;
39
- /**
40
- * The IP address of the customer endpoint that will receive tunnel health checks.
41
- */
42
- readonly healthCheckTarget: pulumi.Output<string>;
43
- /**
44
- * Specifies the ICMP echo type for the health check. Available values: `request`, `reply`.
45
- */
46
- readonly healthCheckType: pulumi.Output<string>;
47
- /**
48
- * 31-bit prefix (/31 in CIDR notation) supporting 2 hosts, one for each side of the tunnel.
49
- */
50
- readonly interfaceAddress: pulumi.Output<string>;
51
- /**
52
- * Maximum Transmission Unit (MTU) in bytes for the GRE tunnel.
53
- */
54
- readonly mtu: pulumi.Output<number>;
55
- /**
56
- * Name of the GRE tunnel.
57
- */
58
- readonly name: pulumi.Output<string>;
59
- /**
60
- * Time To Live (TTL) in number of hops of the GRE tunnel.
61
- */
62
- readonly ttl: pulumi.Output<number>;
63
- /**
64
- * Create a GreTunnel resource with the given unique name, arguments, and options.
65
- *
66
- * @param name The _unique_ name of the resource.
67
- * @param args The arguments to use to populate this resource's properties.
68
- * @param opts A bag of options that control this resource's behavior.
69
- */
70
- constructor(name: string, args: GreTunnelArgs, opts?: pulumi.CustomResourceOptions);
71
- }
72
- /**
73
- * Input properties used for looking up and filtering GreTunnel resources.
74
- */
75
- export interface GreTunnelState {
76
- /**
77
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
78
- */
79
- accountId?: pulumi.Input<string>;
80
- /**
81
- * The IP address assigned to the Cloudflare side of the GRE tunnel.
82
- */
83
- cloudflareGreEndpoint?: pulumi.Input<string>;
84
- /**
85
- * The IP address assigned to the customer side of the GRE tunnel.
86
- */
87
- customerGreEndpoint?: pulumi.Input<string>;
88
- /**
89
- * Description of the GRE tunnel intent.
90
- */
91
- description?: pulumi.Input<string>;
92
- greTunnelId?: pulumi.Input<string>;
93
- /**
94
- * Specifies if ICMP tunnel health checks are enabled.
95
- */
96
- healthCheckEnabled?: pulumi.Input<boolean>;
97
- /**
98
- * The IP address of the customer endpoint that will receive tunnel health checks.
99
- */
100
- healthCheckTarget?: pulumi.Input<string>;
101
- /**
102
- * Specifies the ICMP echo type for the health check. Available values: `request`, `reply`.
103
- */
104
- healthCheckType?: pulumi.Input<string>;
105
- /**
106
- * 31-bit prefix (/31 in CIDR notation) supporting 2 hosts, one for each side of the tunnel.
107
- */
108
- interfaceAddress?: pulumi.Input<string>;
109
- /**
110
- * Maximum Transmission Unit (MTU) in bytes for the GRE tunnel.
111
- */
112
- mtu?: pulumi.Input<number>;
113
- /**
114
- * Name of the GRE tunnel.
115
- */
116
- name?: pulumi.Input<string>;
117
- /**
118
- * Time To Live (TTL) in number of hops of the GRE tunnel.
119
- */
120
- ttl?: pulumi.Input<number>;
121
- }
122
- /**
123
- * The set of arguments for constructing a GreTunnel resource.
124
- */
125
- export interface GreTunnelArgs {
126
- /**
127
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
128
- */
129
- accountId?: pulumi.Input<string>;
130
- /**
131
- * The IP address assigned to the Cloudflare side of the GRE tunnel.
132
- */
133
- cloudflareGreEndpoint: pulumi.Input<string>;
134
- /**
135
- * The IP address assigned to the customer side of the GRE tunnel.
136
- */
137
- customerGreEndpoint: pulumi.Input<string>;
138
- /**
139
- * Description of the GRE tunnel intent.
140
- */
141
- description?: pulumi.Input<string>;
142
- greTunnelId?: pulumi.Input<string>;
143
- /**
144
- * Specifies if ICMP tunnel health checks are enabled.
145
- */
146
- healthCheckEnabled?: pulumi.Input<boolean>;
147
- /**
148
- * The IP address of the customer endpoint that will receive tunnel health checks.
149
- */
150
- healthCheckTarget?: pulumi.Input<string>;
151
- /**
152
- * Specifies the ICMP echo type for the health check. Available values: `request`, `reply`.
153
- */
154
- healthCheckType?: pulumi.Input<string>;
155
- /**
156
- * 31-bit prefix (/31 in CIDR notation) supporting 2 hosts, one for each side of the tunnel.
157
- */
158
- interfaceAddress: pulumi.Input<string>;
159
- /**
160
- * Maximum Transmission Unit (MTU) in bytes for the GRE tunnel.
161
- */
162
- mtu?: pulumi.Input<number>;
163
- /**
164
- * Name of the GRE tunnel.
165
- */
166
- name?: pulumi.Input<string>;
167
- /**
168
- * Time To Live (TTL) in number of hops of the GRE tunnel.
169
- */
170
- ttl?: pulumi.Input<number>;
171
- }