@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
@@ -0,0 +1,72 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class LeakedCredentialCheckRule extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing LeakedCredentialCheckRule 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?: LeakedCredentialCheckRuleState, opts?: pulumi.CustomResourceOptions): LeakedCredentialCheckRule;
13
+ /**
14
+ * Returns true if the given object is an instance of LeakedCredentialCheckRule. 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 LeakedCredentialCheckRule;
18
+ /**
19
+ * The ruleset expression to use in matching the password in a request
20
+ */
21
+ readonly password: pulumi.Output<string | undefined>;
22
+ /**
23
+ * The ruleset expression to use in matching the username in a request
24
+ */
25
+ readonly username: pulumi.Output<string | undefined>;
26
+ /**
27
+ * Identifier
28
+ */
29
+ readonly zoneId: pulumi.Output<string>;
30
+ /**
31
+ * Create a LeakedCredentialCheckRule resource with the given unique name, arguments, and options.
32
+ *
33
+ * @param name The _unique_ name of the resource.
34
+ * @param args The arguments to use to populate this resource's properties.
35
+ * @param opts A bag of options that control this resource's behavior.
36
+ */
37
+ constructor(name: string, args: LeakedCredentialCheckRuleArgs, opts?: pulumi.CustomResourceOptions);
38
+ }
39
+ /**
40
+ * Input properties used for looking up and filtering LeakedCredentialCheckRule resources.
41
+ */
42
+ export interface LeakedCredentialCheckRuleState {
43
+ /**
44
+ * The ruleset expression to use in matching the password in a request
45
+ */
46
+ password?: pulumi.Input<string>;
47
+ /**
48
+ * The ruleset expression to use in matching the username in a request
49
+ */
50
+ username?: pulumi.Input<string>;
51
+ /**
52
+ * Identifier
53
+ */
54
+ zoneId?: pulumi.Input<string>;
55
+ }
56
+ /**
57
+ * The set of arguments for constructing a LeakedCredentialCheckRule resource.
58
+ */
59
+ export interface LeakedCredentialCheckRuleArgs {
60
+ /**
61
+ * The ruleset expression to use in matching the password in a request
62
+ */
63
+ password?: pulumi.Input<string>;
64
+ /**
65
+ * The ruleset expression to use in matching the username in a request
66
+ */
67
+ username?: pulumi.Input<string>;
68
+ /**
69
+ * Identifier
70
+ */
71
+ zoneId: pulumi.Input<string>;
72
+ }
@@ -2,12 +2,12 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.Argo = void 0;
5
+ exports.LeakedCredentialCheckRule = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("./utilities");
8
- class Argo extends pulumi.CustomResource {
8
+ class LeakedCredentialCheckRule extends pulumi.CustomResource {
9
9
  /**
10
- * Get an existing Argo resource's state with the given name, ID, and optional extra
10
+ * Get an existing LeakedCredentialCheckRule resource's state with the given name, ID, and optional extra
11
11
  * properties used to qualify the lookup.
12
12
  *
13
13
  * @param name The _unique_ name of the resulting resource.
@@ -16,26 +16,25 @@ class Argo extends pulumi.CustomResource {
16
16
  * @param opts Optional settings to control the behavior of the CustomResource.
17
17
  */
18
18
  static get(name, id, state, opts) {
19
- return new Argo(name, state, Object.assign(Object.assign({}, opts), { id: id }));
19
+ return new LeakedCredentialCheckRule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
20
20
  }
21
21
  /**
22
- * Returns true if the given object is an instance of Argo. This is designed to work even
22
+ * Returns true if the given object is an instance of LeakedCredentialCheckRule. This is designed to work even
23
23
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
24
  */
25
25
  static isInstance(obj) {
26
26
  if (obj === undefined || obj === null) {
27
27
  return false;
28
28
  }
29
- return obj['__pulumiType'] === Argo.__pulumiType;
29
+ return obj['__pulumiType'] === LeakedCredentialCheckRule.__pulumiType;
30
30
  }
31
31
  constructor(name, argsOrState, opts) {
32
32
  let resourceInputs = {};
33
33
  opts = opts || {};
34
34
  if (opts.id) {
35
35
  const state = argsOrState;
36
- resourceInputs["argoId"] = state ? state.argoId : undefined;
37
- resourceInputs["smartRouting"] = state ? state.smartRouting : undefined;
38
- resourceInputs["tieredCaching"] = state ? state.tieredCaching : undefined;
36
+ resourceInputs["password"] = state ? state.password : undefined;
37
+ resourceInputs["username"] = state ? state.username : undefined;
39
38
  resourceInputs["zoneId"] = state ? state.zoneId : undefined;
40
39
  }
41
40
  else {
@@ -43,16 +42,15 @@ class Argo extends pulumi.CustomResource {
43
42
  if ((!args || args.zoneId === undefined) && !opts.urn) {
44
43
  throw new Error("Missing required property 'zoneId'");
45
44
  }
46
- resourceInputs["argoId"] = args ? args.argoId : undefined;
47
- resourceInputs["smartRouting"] = args ? args.smartRouting : undefined;
48
- resourceInputs["tieredCaching"] = args ? args.tieredCaching : undefined;
45
+ resourceInputs["password"] = args ? args.password : undefined;
46
+ resourceInputs["username"] = args ? args.username : undefined;
49
47
  resourceInputs["zoneId"] = args ? args.zoneId : undefined;
50
48
  }
51
49
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
52
- super(Argo.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
50
+ super(LeakedCredentialCheckRule.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
53
51
  }
54
52
  }
55
- exports.Argo = Argo;
53
+ exports.LeakedCredentialCheckRule = LeakedCredentialCheckRule;
56
54
  /** @internal */
57
- Argo.__pulumiType = 'cloudflare:index/argo:Argo';
58
- //# sourceMappingURL=argo.js.map
55
+ LeakedCredentialCheckRule.__pulumiType = 'cloudflare:index/leakedCredentialCheckRule:LeakedCredentialCheckRule';
56
+ //# sourceMappingURL=leakedCredentialCheckRule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"leakedCredentialCheckRule.js","sourceRoot":"","sources":["../leakedCredentialCheckRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC5H,CAAC;;AApEL,8DAqEC;AAvDG,gBAAgB;AACO,sCAAY,GAAG,sEAAsE,CAAC"}
package/bin/list.d.ts CHANGED
@@ -19,22 +19,35 @@ export declare class List extends pulumi.CustomResource {
19
19
  * Identifier
20
20
  */
21
21
  readonly accountId: pulumi.Output<string>;
22
+ /**
23
+ * The RFC 3339 timestamp of when the list was created.
24
+ */
25
+ readonly createdOn: pulumi.Output<string>;
22
26
  /**
23
27
  * An informative summary of the list.
24
28
  */
25
29
  readonly description: pulumi.Output<string | undefined>;
26
30
  /**
27
- * The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects).
31
+ * The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects). Available
32
+ * values: "ip", "redirect", "hostname", "asn".
28
33
  */
29
34
  readonly kind: pulumi.Output<string>;
30
35
  /**
31
- * The unique ID of the list.
36
+ * The RFC 3339 timestamp of when the list was last modified.
32
37
  */
33
- readonly listId: pulumi.Output<string | undefined>;
38
+ readonly modifiedOn: pulumi.Output<string>;
34
39
  /**
35
40
  * An informative name for the list. Use this name in filter and rule expressions.
36
41
  */
37
42
  readonly name: pulumi.Output<string>;
43
+ /**
44
+ * The number of items in the list.
45
+ */
46
+ readonly numItems: pulumi.Output<number>;
47
+ /**
48
+ * The number of [filters](https://www.terraform.io/operations/filters-list-filters) referencing the list.
49
+ */
50
+ readonly numReferencingFilters: pulumi.Output<number>;
38
51
  /**
39
52
  * Create a List resource with the given unique name, arguments, and options.
40
53
  *
@@ -52,22 +65,35 @@ export interface ListState {
52
65
  * Identifier
53
66
  */
54
67
  accountId?: pulumi.Input<string>;
68
+ /**
69
+ * The RFC 3339 timestamp of when the list was created.
70
+ */
71
+ createdOn?: pulumi.Input<string>;
55
72
  /**
56
73
  * An informative summary of the list.
57
74
  */
58
75
  description?: pulumi.Input<string>;
59
76
  /**
60
- * The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects).
77
+ * The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects). Available
78
+ * values: "ip", "redirect", "hostname", "asn".
61
79
  */
62
80
  kind?: pulumi.Input<string>;
63
81
  /**
64
- * The unique ID of the list.
82
+ * The RFC 3339 timestamp of when the list was last modified.
65
83
  */
66
- listId?: pulumi.Input<string>;
84
+ modifiedOn?: pulumi.Input<string>;
67
85
  /**
68
86
  * An informative name for the list. Use this name in filter and rule expressions.
69
87
  */
70
88
  name?: pulumi.Input<string>;
89
+ /**
90
+ * The number of items in the list.
91
+ */
92
+ numItems?: pulumi.Input<number>;
93
+ /**
94
+ * The number of [filters](https://www.terraform.io/operations/filters-list-filters) referencing the list.
95
+ */
96
+ numReferencingFilters?: pulumi.Input<number>;
71
97
  }
72
98
  /**
73
99
  * The set of arguments for constructing a List resource.
@@ -82,13 +108,10 @@ export interface ListArgs {
82
108
  */
83
109
  description?: pulumi.Input<string>;
84
110
  /**
85
- * The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects).
111
+ * The type of the list. Each type supports specific list items (IP addresses, ASNs, hostnames or redirects). Available
112
+ * values: "ip", "redirect", "hostname", "asn".
86
113
  */
87
114
  kind: pulumi.Input<string>;
88
- /**
89
- * The unique ID of the list.
90
- */
91
- listId?: pulumi.Input<string>;
92
115
  /**
93
116
  * An informative name for the list. Use this name in filter and rule expressions.
94
117
  */
package/bin/list.js CHANGED
@@ -34,10 +34,13 @@ class List extends pulumi.CustomResource {
34
34
  if (opts.id) {
35
35
  const state = argsOrState;
36
36
  resourceInputs["accountId"] = state ? state.accountId : undefined;
37
+ resourceInputs["createdOn"] = state ? state.createdOn : undefined;
37
38
  resourceInputs["description"] = state ? state.description : undefined;
38
39
  resourceInputs["kind"] = state ? state.kind : undefined;
39
- resourceInputs["listId"] = state ? state.listId : undefined;
40
+ resourceInputs["modifiedOn"] = state ? state.modifiedOn : undefined;
40
41
  resourceInputs["name"] = state ? state.name : undefined;
42
+ resourceInputs["numItems"] = state ? state.numItems : undefined;
43
+ resourceInputs["numReferencingFilters"] = state ? state.numReferencingFilters : undefined;
41
44
  }
42
45
  else {
43
46
  const args = argsOrState;
@@ -50,8 +53,11 @@ class List extends pulumi.CustomResource {
50
53
  resourceInputs["accountId"] = args ? args.accountId : undefined;
51
54
  resourceInputs["description"] = args ? args.description : undefined;
52
55
  resourceInputs["kind"] = args ? args.kind : undefined;
53
- resourceInputs["listId"] = args ? args.listId : undefined;
54
56
  resourceInputs["name"] = args ? args.name : undefined;
57
+ resourceInputs["createdOn"] = undefined /*out*/;
58
+ resourceInputs["modifiedOn"] = undefined /*out*/;
59
+ resourceInputs["numItems"] = undefined /*out*/;
60
+ resourceInputs["numReferencingFilters"] = undefined /*out*/;
55
61
  }
56
62
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
57
63
  super(List.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
package/bin/list.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"list.js","sourceRoot":"","sources":["../list.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"list.js","sourceRoot":"","sources":["../list.ts"],"names":[],"mappings":"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"}
package/bin/listItem.d.ts CHANGED
@@ -21,35 +21,35 @@ export declare class ListItem extends pulumi.CustomResource {
21
21
  * Identifier
22
22
  */
23
23
  readonly accountId: pulumi.Output<string | undefined>;
24
- /**
25
- * Identifier
26
- */
27
- readonly accountIdentifier: pulumi.Output<string | undefined>;
28
24
  /**
29
25
  * A non-negative 32 bit integer
30
26
  */
31
- readonly asn: pulumi.Output<number>;
27
+ readonly asn: pulumi.Output<number | undefined>;
32
28
  /**
33
29
  * An informative summary of the list item.
34
30
  */
35
- readonly comment: pulumi.Output<string>;
31
+ readonly comment: pulumi.Output<string | undefined>;
32
+ /**
33
+ * The RFC 3339 timestamp of when the item was created.
34
+ */
35
+ readonly createdOn: pulumi.Output<string>;
36
36
  /**
37
37
  * Valid characters for hostnames are ASCII(7) letters from a to z, the digits from 0 to 9, wildcards (*), and the hyphen
38
38
  * (-).
39
39
  */
40
- readonly hostname: pulumi.Output<outputs.ListItemHostname>;
40
+ readonly hostname: pulumi.Output<outputs.ListItemHostname | undefined>;
41
41
  /**
42
42
  * An IPv4 address, an IPv4 CIDR, or an IPv6 CIDR. IPv6 CIDRs are limited to a maximum of /64.
43
43
  */
44
- readonly ip: pulumi.Output<string>;
45
- /**
46
- * The unique ID of the item in the List.
47
- */
48
- readonly itemId: pulumi.Output<string | undefined>;
44
+ readonly ip: pulumi.Output<string | undefined>;
49
45
  /**
50
46
  * The unique ID of the list.
51
47
  */
52
48
  readonly listId: pulumi.Output<string>;
49
+ /**
50
+ * The RFC 3339 timestamp of when the item was last modified.
51
+ */
52
+ readonly modifiedOn: pulumi.Output<string>;
53
53
  /**
54
54
  * The unique operation ID of the asynchronous action.
55
55
  */
@@ -57,7 +57,7 @@ export declare class ListItem extends pulumi.CustomResource {
57
57
  /**
58
58
  * The definition of the redirect.
59
59
  */
60
- readonly redirect: pulumi.Output<outputs.ListItemRedirect>;
60
+ readonly redirect: pulumi.Output<outputs.ListItemRedirect | undefined>;
61
61
  /**
62
62
  * Create a ListItem resource with the given unique name, arguments, and options.
63
63
  *
@@ -75,10 +75,6 @@ export interface ListItemState {
75
75
  * Identifier
76
76
  */
77
77
  accountId?: pulumi.Input<string>;
78
- /**
79
- * Identifier
80
- */
81
- accountIdentifier?: pulumi.Input<string>;
82
78
  /**
83
79
  * A non-negative 32 bit integer
84
80
  */
@@ -87,6 +83,10 @@ export interface ListItemState {
87
83
  * An informative summary of the list item.
88
84
  */
89
85
  comment?: pulumi.Input<string>;
86
+ /**
87
+ * The RFC 3339 timestamp of when the item was created.
88
+ */
89
+ createdOn?: pulumi.Input<string>;
90
90
  /**
91
91
  * Valid characters for hostnames are ASCII(7) letters from a to z, the digits from 0 to 9, wildcards (*), and the hyphen
92
92
  * (-).
@@ -96,14 +96,14 @@ export interface ListItemState {
96
96
  * An IPv4 address, an IPv4 CIDR, or an IPv6 CIDR. IPv6 CIDRs are limited to a maximum of /64.
97
97
  */
98
98
  ip?: pulumi.Input<string>;
99
- /**
100
- * The unique ID of the item in the List.
101
- */
102
- itemId?: pulumi.Input<string>;
103
99
  /**
104
100
  * The unique ID of the list.
105
101
  */
106
102
  listId?: pulumi.Input<string>;
103
+ /**
104
+ * The RFC 3339 timestamp of when the item was last modified.
105
+ */
106
+ modifiedOn?: pulumi.Input<string>;
107
107
  /**
108
108
  * The unique operation ID of the asynchronous action.
109
109
  */
@@ -121,10 +121,6 @@ export interface ListItemArgs {
121
121
  * Identifier
122
122
  */
123
123
  accountId?: pulumi.Input<string>;
124
- /**
125
- * Identifier
126
- */
127
- accountIdentifier?: pulumi.Input<string>;
128
124
  /**
129
125
  * A non-negative 32 bit integer
130
126
  */
@@ -142,10 +138,6 @@ export interface ListItemArgs {
142
138
  * An IPv4 address, an IPv4 CIDR, or an IPv6 CIDR. IPv6 CIDRs are limited to a maximum of /64.
143
139
  */
144
140
  ip?: pulumi.Input<string>;
145
- /**
146
- * The unique ID of the item in the List.
147
- */
148
- itemId?: pulumi.Input<string>;
149
141
  /**
150
142
  * The unique ID of the list.
151
143
  */
package/bin/listItem.js CHANGED
@@ -34,13 +34,13 @@ class ListItem extends pulumi.CustomResource {
34
34
  if (opts.id) {
35
35
  const state = argsOrState;
36
36
  resourceInputs["accountId"] = state ? state.accountId : undefined;
37
- resourceInputs["accountIdentifier"] = state ? state.accountIdentifier : undefined;
38
37
  resourceInputs["asn"] = state ? state.asn : undefined;
39
38
  resourceInputs["comment"] = state ? state.comment : undefined;
39
+ resourceInputs["createdOn"] = state ? state.createdOn : undefined;
40
40
  resourceInputs["hostname"] = state ? state.hostname : undefined;
41
41
  resourceInputs["ip"] = state ? state.ip : undefined;
42
- resourceInputs["itemId"] = state ? state.itemId : undefined;
43
42
  resourceInputs["listId"] = state ? state.listId : undefined;
43
+ resourceInputs["modifiedOn"] = state ? state.modifiedOn : undefined;
44
44
  resourceInputs["operationId"] = state ? state.operationId : undefined;
45
45
  resourceInputs["redirect"] = state ? state.redirect : undefined;
46
46
  }
@@ -50,14 +50,14 @@ class ListItem extends pulumi.CustomResource {
50
50
  throw new Error("Missing required property 'listId'");
51
51
  }
52
52
  resourceInputs["accountId"] = args ? args.accountId : undefined;
53
- resourceInputs["accountIdentifier"] = args ? args.accountIdentifier : undefined;
54
53
  resourceInputs["asn"] = args ? args.asn : undefined;
55
54
  resourceInputs["comment"] = args ? args.comment : undefined;
56
55
  resourceInputs["hostname"] = args ? args.hostname : undefined;
57
56
  resourceInputs["ip"] = args ? args.ip : undefined;
58
- resourceInputs["itemId"] = args ? args.itemId : undefined;
59
57
  resourceInputs["listId"] = args ? args.listId : undefined;
60
58
  resourceInputs["redirect"] = args ? args.redirect : undefined;
59
+ resourceInputs["createdOn"] = undefined /*out*/;
60
+ resourceInputs["modifiedOn"] = undefined /*out*/;
61
61
  resourceInputs["operationId"] = undefined /*out*/;
62
62
  }
63
63
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"listItem.js","sourceRoot":"","sources":["../listItem.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"listItem.js","sourceRoot":"","sources":["../listItem.ts"],"names":[],"mappings":"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"}
@@ -40,7 +40,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
40
40
  /**
41
41
  * Object description.
42
42
  */
43
- readonly description: pulumi.Output<string>;
43
+ readonly description: pulumi.Output<string | undefined>;
44
44
  /**
45
45
  * Whether to enable (the default) this load balancer.
46
46
  */
@@ -62,7 +62,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
62
62
  /**
63
63
  * List of networks where Load Balancer or Pool is enabled.
64
64
  */
65
- readonly networks: pulumi.Output<string[]>;
65
+ readonly networks: pulumi.Output<string[] | undefined>;
66
66
  /**
67
67
  * (Enterprise only): A mapping of Cloudflare PoP identifiers to a list of pool IDs (ordered by their failover priority)
68
68
  * for the PoP (datacenter). Any PoPs not explicitly defined will fall back to using the corresponding country_pool, then
@@ -93,19 +93,19 @@ export declare class LoadBalancer extends pulumi.CustomResource {
93
93
  */
94
94
  readonly rules: pulumi.Output<outputs.LoadBalancerRule[]>;
95
95
  /**
96
- * Specifies the type of session affinity the load balancer should use unless specified as `"none"` or "" (default). The
97
- * supported types are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding
98
- * information of which origin the request will be forwarded to. Subsequent requests, by the same client to the same load
99
- * balancer, will be sent to the origin server the cookie encodes, for the duration of the cookie and as long as the origin
100
- * server remains healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is
101
- * calculated and used. - `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and
102
- * based on the client's ip address. - `"header"`: On the first request to a proxied load balancer, a session key based on
103
- * the configured HTTP headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used
104
- * for storing in the load balancer session state which origin the request will be forwarded to. Subsequent requests to the
105
- * load balancer with the same headers will be sent to the same origin server, for the duration of the session and as long
106
- * as the origin server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or
107
- * the origin server is unhealthy, then a new origin server is calculated and used. See `headers` in
108
- * `session_affinity_attributes` for additional required configuration.
96
+ * Specifies the type of session affinity the load balancer should use unless specified as `"none"`. The supported types
97
+ * are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding information of which
98
+ * origin the request will be forwarded to. Subsequent requests, by the same client to the same load balancer, will be sent
99
+ * to the origin server the cookie encodes, for the duration of the cookie and as long as the origin server remains
100
+ * healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is calculated and used. -
101
+ * `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and based on the client's ip
102
+ * address. - `"header"`: On the first request to a proxied load balancer, a session key based on the configured HTTP
103
+ * headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used for storing in the
104
+ * load balancer session state which origin the request will be forwarded to. Subsequent requests to the load balancer with
105
+ * the same headers will be sent to the same origin server, for the duration of the session and as long as the origin
106
+ * server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or the origin
107
+ * server is unhealthy, then a new origin server is calculated and used. See `headers` in `session_affinity_attributes` for
108
+ * additional required configuration. Available values: "none", "cookie", "ip_cookie", "header".
109
109
  */
110
110
  readonly sessionAffinity: pulumi.Output<string>;
111
111
  /**
@@ -132,7 +132,8 @@ export declare class LoadBalancer extends pulumi.CustomResource {
132
132
  * requests are weighted proportionately less relative to others. - `"least_connections"`: Select a pool by taking into
133
133
  * consideration `random_steering` weights, as well as each pool's number of open connections. Pools with more open
134
134
  * connections are weighted proportionately less relative to others. Supported for HTTP/1 and HTTP/2 connections. - `""`:
135
- * Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`.
135
+ * Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`. Available values: "off",
136
+ * "geo", "random", "dynamic_latency", "proximity", "least_outstanding_requests", "least_connections", "".
136
137
  */
137
138
  readonly steeringPolicy: pulumi.Output<string>;
138
139
  /**
@@ -141,6 +142,7 @@ export declare class LoadBalancer extends pulumi.CustomResource {
141
142
  */
142
143
  readonly ttl: pulumi.Output<number>;
143
144
  readonly zoneId: pulumi.Output<string>;
145
+ readonly zoneName: pulumi.Output<string>;
144
146
  /**
145
147
  * Create a LoadBalancer resource with the given unique name, arguments, and options.
146
148
  *
@@ -230,19 +232,19 @@ export interface LoadBalancerState {
230
232
  */
231
233
  rules?: pulumi.Input<pulumi.Input<inputs.LoadBalancerRule>[]>;
232
234
  /**
233
- * Specifies the type of session affinity the load balancer should use unless specified as `"none"` or "" (default). The
234
- * supported types are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding
235
- * information of which origin the request will be forwarded to. Subsequent requests, by the same client to the same load
236
- * balancer, will be sent to the origin server the cookie encodes, for the duration of the cookie and as long as the origin
237
- * server remains healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is
238
- * calculated and used. - `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and
239
- * based on the client's ip address. - `"header"`: On the first request to a proxied load balancer, a session key based on
240
- * the configured HTTP headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used
241
- * for storing in the load balancer session state which origin the request will be forwarded to. Subsequent requests to the
242
- * load balancer with the same headers will be sent to the same origin server, for the duration of the session and as long
243
- * as the origin server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or
244
- * the origin server is unhealthy, then a new origin server is calculated and used. See `headers` in
245
- * `session_affinity_attributes` for additional required configuration.
235
+ * Specifies the type of session affinity the load balancer should use unless specified as `"none"`. The supported types
236
+ * are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding information of which
237
+ * origin the request will be forwarded to. Subsequent requests, by the same client to the same load balancer, will be sent
238
+ * to the origin server the cookie encodes, for the duration of the cookie and as long as the origin server remains
239
+ * healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is calculated and used. -
240
+ * `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and based on the client's ip
241
+ * address. - `"header"`: On the first request to a proxied load balancer, a session key based on the configured HTTP
242
+ * headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used for storing in the
243
+ * load balancer session state which origin the request will be forwarded to. Subsequent requests to the load balancer with
244
+ * the same headers will be sent to the same origin server, for the duration of the session and as long as the origin
245
+ * server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or the origin
246
+ * server is unhealthy, then a new origin server is calculated and used. See `headers` in `session_affinity_attributes` for
247
+ * additional required configuration. Available values: "none", "cookie", "ip_cookie", "header".
246
248
  */
247
249
  sessionAffinity?: pulumi.Input<string>;
248
250
  /**
@@ -269,7 +271,8 @@ export interface LoadBalancerState {
269
271
  * requests are weighted proportionately less relative to others. - `"least_connections"`: Select a pool by taking into
270
272
  * consideration `random_steering` weights, as well as each pool's number of open connections. Pools with more open
271
273
  * connections are weighted proportionately less relative to others. Supported for HTTP/1 and HTTP/2 connections. - `""`:
272
- * Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`.
274
+ * Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`. Available values: "off",
275
+ * "geo", "random", "dynamic_latency", "proximity", "least_outstanding_requests", "least_connections", "".
273
276
  */
274
277
  steeringPolicy?: pulumi.Input<string>;
275
278
  /**
@@ -278,6 +281,7 @@ export interface LoadBalancerState {
278
281
  */
279
282
  ttl?: pulumi.Input<number>;
280
283
  zoneId?: pulumi.Input<string>;
284
+ zoneName?: pulumi.Input<string>;
281
285
  }
282
286
  /**
283
287
  * The set of arguments for constructing a LoadBalancer resource.
@@ -357,19 +361,19 @@ export interface LoadBalancerArgs {
357
361
  */
358
362
  rules?: pulumi.Input<pulumi.Input<inputs.LoadBalancerRule>[]>;
359
363
  /**
360
- * Specifies the type of session affinity the load balancer should use unless specified as `"none"` or "" (default). The
361
- * supported types are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding
362
- * information of which origin the request will be forwarded to. Subsequent requests, by the same client to the same load
363
- * balancer, will be sent to the origin server the cookie encodes, for the duration of the cookie and as long as the origin
364
- * server remains healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is
365
- * calculated and used. - `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and
366
- * based on the client's ip address. - `"header"`: On the first request to a proxied load balancer, a session key based on
367
- * the configured HTTP headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used
368
- * for storing in the load balancer session state which origin the request will be forwarded to. Subsequent requests to the
369
- * load balancer with the same headers will be sent to the same origin server, for the duration of the session and as long
370
- * as the origin server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or
371
- * the origin server is unhealthy, then a new origin server is calculated and used. See `headers` in
372
- * `session_affinity_attributes` for additional required configuration.
364
+ * Specifies the type of session affinity the load balancer should use unless specified as `"none"`. The supported types
365
+ * are: - `"cookie"`: On the first request to a proxied load balancer, a cookie is generated, encoding information of which
366
+ * origin the request will be forwarded to. Subsequent requests, by the same client to the same load balancer, will be sent
367
+ * to the origin server the cookie encodes, for the duration of the cookie and as long as the origin server remains
368
+ * healthy. If the cookie has expired or the origin server is unhealthy, then a new origin server is calculated and used. -
369
+ * `"ip_cookie"`: Behaves the same as `"cookie"` except the initial origin selection is stable and based on the client's ip
370
+ * address. - `"header"`: On the first request to a proxied load balancer, a session key based on the configured HTTP
371
+ * headers (see `session_affinity_attributes.headers`) is generated, encoding the request headers used for storing in the
372
+ * load balancer session state which origin the request will be forwarded to. Subsequent requests to the load balancer with
373
+ * the same headers will be sent to the same origin server, for the duration of the session and as long as the origin
374
+ * server remains healthy. If the session has been idle for the duration of `session_affinity_ttl` seconds or the origin
375
+ * server is unhealthy, then a new origin server is calculated and used. See `headers` in `session_affinity_attributes` for
376
+ * additional required configuration. Available values: "none", "cookie", "ip_cookie", "header".
373
377
  */
374
378
  sessionAffinity?: pulumi.Input<string>;
375
379
  /**
@@ -396,7 +400,8 @@ export interface LoadBalancerArgs {
396
400
  * requests are weighted proportionately less relative to others. - `"least_connections"`: Select a pool by taking into
397
401
  * consideration `random_steering` weights, as well as each pool's number of open connections. Pools with more open
398
402
  * connections are weighted proportionately less relative to others. Supported for HTTP/1 and HTTP/2 connections. - `""`:
399
- * Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`.
403
+ * Will map to `"geo"` if you use `region_pools`/`country_pools`/`pop_pools` otherwise `"off"`. Available values: "off",
404
+ * "geo", "random", "dynamic_latency", "proximity", "least_outstanding_requests", "least_connections", "".
400
405
  */
401
406
  steeringPolicy?: pulumi.Input<string>;
402
407
  /**
@@ -55,6 +55,7 @@ class LoadBalancer extends pulumi.CustomResource {
55
55
  resourceInputs["steeringPolicy"] = state ? state.steeringPolicy : undefined;
56
56
  resourceInputs["ttl"] = state ? state.ttl : undefined;
57
57
  resourceInputs["zoneId"] = state ? state.zoneId : undefined;
58
+ resourceInputs["zoneName"] = state ? state.zoneName : undefined;
58
59
  }
59
60
  else {
60
61
  const args = argsOrState;
@@ -89,6 +90,7 @@ class LoadBalancer extends pulumi.CustomResource {
89
90
  resourceInputs["zoneId"] = args ? args.zoneId : undefined;
90
91
  resourceInputs["createdOn"] = undefined /*out*/;
91
92
  resourceInputs["modifiedOn"] = undefined /*out*/;
93
+ resourceInputs["zoneName"] = undefined /*out*/;
92
94
  }
93
95
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
94
96
  super(LoadBalancer.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());