@pulumi/cloudflare 6.7.0 → 6.8.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 (136) hide show
  1. package/accessMutualTlsCertificate.d.ts +2 -0
  2. package/accessMutualTlsCertificate.js +2 -0
  3. package/accessMutualTlsCertificate.js.map +1 -1
  4. package/accessPolicy.d.ts +1 -1
  5. package/accessPolicy.js +0 -3
  6. package/accessPolicy.js.map +1 -1
  7. package/account.d.ts +2 -5
  8. package/account.js +0 -3
  9. package/account.js.map +1 -1
  10. package/argoTieredCaching.d.ts +5 -5
  11. package/botManagement.d.ts +12 -0
  12. package/botManagement.js +2 -0
  13. package/botManagement.js.map +1 -1
  14. package/getAccount.d.ts +4 -0
  15. package/getAccount.js.map +1 -1
  16. package/getAccountMember.d.ts +4 -0
  17. package/getAccountMember.js.map +1 -1
  18. package/getArgoTieredCaching.d.ts +6 -6
  19. package/getBotManagement.d.ts +4 -0
  20. package/getBotManagement.js.map +1 -1
  21. package/getListItems.d.ts +14 -0
  22. package/getListItems.js +4 -0
  23. package/getListItems.js.map +1 -1
  24. package/getNotificationPolicyWebhooks.d.ts +1 -1
  25. package/getRegionalTieredCache.d.ts +6 -6
  26. package/getRuleset.d.ts +33 -13
  27. package/getRuleset.js +6 -6
  28. package/getRuleset.js.map +1 -1
  29. package/getRulesets.d.ts +18 -14
  30. package/getRulesets.js +2 -4
  31. package/getRulesets.js.map +1 -1
  32. package/getTieredCache.d.ts +6 -6
  33. package/getWorker.d.ts +105 -0
  34. package/getWorker.js +50 -0
  35. package/getWorker.js.map +1 -0
  36. package/getWorkerVersion.d.ts +151 -0
  37. package/getWorkerVersion.js +58 -0
  38. package/getWorkerVersion.js.map +1 -0
  39. package/getWorkerVersions.d.ts +89 -0
  40. package/getWorkerVersions.js +52 -0
  41. package/getWorkerVersions.js.map +1 -0
  42. package/getWorkers.d.ts +75 -0
  43. package/getWorkers.js +48 -0
  44. package/getWorkers.js.map +1 -0
  45. package/getWorkersKvNamespace.d.ts +0 -4
  46. package/getWorkersKvNamespace.js.map +1 -1
  47. package/getZeroTrustDlpCustomEntries.d.ts +66 -0
  48. package/getZeroTrustDlpCustomEntries.js +48 -0
  49. package/getZeroTrustDlpCustomEntries.js.map +1 -0
  50. package/getZeroTrustDlpCustomEntry.d.ts +75 -0
  51. package/getZeroTrustDlpCustomEntry.js +50 -0
  52. package/getZeroTrustDlpCustomEntry.js.map +1 -0
  53. package/getZeroTrustDlpEntry.d.ts +1 -0
  54. package/getZeroTrustDlpEntry.js.map +1 -1
  55. package/getZeroTrustDlpIntegrationEntries.d.ts +66 -0
  56. package/getZeroTrustDlpIntegrationEntries.js +48 -0
  57. package/getZeroTrustDlpIntegrationEntries.js.map +1 -0
  58. package/getZeroTrustDlpIntegrationEntry.d.ts +75 -0
  59. package/getZeroTrustDlpIntegrationEntry.js +50 -0
  60. package/getZeroTrustDlpIntegrationEntry.js.map +1 -0
  61. package/getZeroTrustDlpPredefinedEntries.d.ts +66 -0
  62. package/getZeroTrustDlpPredefinedEntries.js +48 -0
  63. package/getZeroTrustDlpPredefinedEntries.js.map +1 -0
  64. package/getZeroTrustDlpPredefinedEntry.d.ts +75 -0
  65. package/getZeroTrustDlpPredefinedEntry.js +50 -0
  66. package/getZeroTrustDlpPredefinedEntry.js.map +1 -0
  67. package/getZeroTrustGatewayAppTypesList.d.ts +3 -3
  68. package/getZeroTrustGatewayCategoriesList.d.ts +3 -3
  69. package/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +14 -0
  70. package/getZeroTrustTunnelCloudflaredVirtualNetworks.js +4 -0
  71. package/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
  72. package/getZone.d.ts +5 -2
  73. package/getZone.js.map +1 -1
  74. package/getZoneCacheReserve.d.ts +6 -6
  75. package/getZoneCacheVariants.d.ts +8 -7
  76. package/getZoneCacheVariants.js.map +1 -1
  77. package/index.d.ts +36 -0
  78. package/index.js +48 -8
  79. package/index.js.map +1 -1
  80. package/magicWanGreTunnel.d.ts +0 -26
  81. package/magicWanGreTunnel.js +0 -26
  82. package/magicWanGreTunnel.js.map +1 -1
  83. package/magicWanIpsecTunnel.d.ts +0 -26
  84. package/magicWanIpsecTunnel.js +0 -26
  85. package/magicWanIpsecTunnel.js.map +1 -1
  86. package/notificationPolicyWebhooks.d.ts +2 -2
  87. package/package.json +2 -2
  88. package/regionalTieredCache.d.ts +5 -5
  89. package/ruleset.d.ts +19 -0
  90. package/ruleset.js +19 -0
  91. package/ruleset.js.map +1 -1
  92. package/teamsAccount.d.ts +3 -3
  93. package/teamsRule.d.ts +11 -11
  94. package/tieredCache.d.ts +8 -8
  95. package/types/input.d.ts +477 -52
  96. package/types/output.d.ts +2918 -1266
  97. package/worker.d.ts +147 -0
  98. package/worker.js +80 -0
  99. package/worker.js.map +1 -0
  100. package/workerScript.d.ts +75 -49
  101. package/workerScript.js +11 -1
  102. package/workerScript.js.map +1 -1
  103. package/workerVersion.d.ts +236 -0
  104. package/workerVersion.js +94 -0
  105. package/workerVersion.js.map +1 -0
  106. package/workersKvNamespace.d.ts +0 -8
  107. package/workersKvNamespace.js +0 -2
  108. package/workersKvNamespace.js.map +1 -1
  109. package/workersScript.d.ts +75 -49
  110. package/workersScript.js +11 -1
  111. package/workersScript.js.map +1 -1
  112. package/zeroTrustAccessMtlsCertificate.d.ts +2 -0
  113. package/zeroTrustAccessMtlsCertificate.js +2 -0
  114. package/zeroTrustAccessMtlsCertificate.js.map +1 -1
  115. package/zeroTrustAccessPolicy.d.ts +1 -1
  116. package/zeroTrustAccessPolicy.js +0 -3
  117. package/zeroTrustAccessPolicy.js.map +1 -1
  118. package/zeroTrustDeviceCustomProfile.d.ts +3 -3
  119. package/zeroTrustDlpCustomEntry.d.ts +11 -7
  120. package/zeroTrustDlpCustomEntry.js +9 -1
  121. package/zeroTrustDlpCustomEntry.js.map +1 -1
  122. package/zeroTrustDlpEntry.d.ts +2 -0
  123. package/zeroTrustDlpEntry.js +2 -0
  124. package/zeroTrustDlpEntry.js.map +1 -1
  125. package/zeroTrustDlpIntegrationEntry.d.ts +38 -0
  126. package/zeroTrustDlpIntegrationEntry.js +20 -0
  127. package/zeroTrustDlpIntegrationEntry.js.map +1 -1
  128. package/zeroTrustDlpPredefinedEntry.d.ts +38 -0
  129. package/zeroTrustDlpPredefinedEntry.js +22 -0
  130. package/zeroTrustDlpPredefinedEntry.js.map +1 -1
  131. package/zeroTrustGatewayPolicy.d.ts +11 -11
  132. package/zeroTrustGatewaySettings.d.ts +3 -3
  133. package/zone.d.ts +10 -4
  134. package/zone.js.map +1 -1
  135. package/zoneCacheReserve.d.ts +5 -5
  136. package/zoneCacheVariants.d.ts +5 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.