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

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 (925) hide show
  1. package/bin/accessRule.d.ts +29 -29
  2. package/bin/accessRule.js +2 -2
  3. package/bin/accessRule.js.map +1 -1
  4. package/bin/account.d.ts +41 -22
  5. package/bin/account.js +9 -4
  6. package/bin/account.js.map +1 -1
  7. package/bin/accountMember.d.ts +31 -24
  8. package/bin/accountMember.js +10 -11
  9. package/bin/accountMember.js.map +1 -1
  10. package/bin/accountSubscription.d.ts +94 -0
  11. package/bin/accountSubscription.js +60 -0
  12. package/bin/accountSubscription.js.map +1 -0
  13. package/bin/addressMap.d.ts +46 -31
  14. package/bin/addressMap.js +12 -5
  15. package/bin/addressMap.js.map +1 -1
  16. package/bin/apiShield.d.ts +14 -14
  17. package/bin/apiShield.js +9 -2
  18. package/bin/apiShield.js.map +1 -1
  19. package/bin/apiShieldOperation.d.ts +18 -39
  20. package/bin/apiShieldOperation.js +6 -16
  21. package/bin/apiShieldOperation.js.map +1 -1
  22. package/bin/apiShieldOperationSchemaValidationSettings.d.ts +19 -13
  23. package/bin/apiShieldOperationSchemaValidationSettings.js +0 -2
  24. package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
  25. package/bin/apiShieldSchema.d.ts +50 -22
  26. package/bin/apiShieldSchema.js +22 -5
  27. package/bin/apiShieldSchema.js.map +1 -1
  28. package/bin/apiShieldSchemaValidationSettings.d.ts +25 -13
  29. package/bin/apiShieldSchemaValidationSettings.js +0 -2
  30. package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
  31. package/bin/apiToken.d.ts +35 -29
  32. package/bin/apiToken.js +3 -5
  33. package/bin/apiToken.js.map +1 -1
  34. package/bin/argoSmartRouting.d.ts +60 -0
  35. package/bin/argoSmartRouting.js +57 -0
  36. package/bin/argoSmartRouting.js.map +1 -0
  37. package/bin/argoTieredCaching.d.ts +76 -0
  38. package/bin/argoTieredCaching.js +61 -0
  39. package/bin/argoTieredCaching.js.map +1 -0
  40. package/bin/authenticatedOriginPulls.d.ts +106 -27
  41. package/bin/authenticatedOriginPulls.js +29 -7
  42. package/bin/authenticatedOriginPulls.js.map +1 -1
  43. package/bin/authenticatedOriginPullsCertificate.d.ts +19 -50
  44. package/bin/authenticatedOriginPullsCertificate.js +1 -14
  45. package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
  46. package/bin/botManagement.d.ts +8 -19
  47. package/bin/botManagement.js +0 -4
  48. package/bin/botManagement.js.map +1 -1
  49. package/bin/byoIpPrefix.d.ts +90 -24
  50. package/bin/byoIpPrefix.js +36 -8
  51. package/bin/byoIpPrefix.js.map +1 -1
  52. package/bin/certificatePack.d.ts +38 -83
  53. package/bin/certificatePack.js +10 -26
  54. package/bin/certificatePack.js.map +1 -1
  55. package/bin/config/vars.d.ts +5 -35
  56. package/bin/config/vars.js +4 -40
  57. package/bin/config/vars.js.map +1 -1
  58. package/bin/customHostname.d.ts +57 -55
  59. package/bin/customHostname.js +9 -6
  60. package/bin/customHostname.js.map +1 -1
  61. package/bin/customHostnameFallbackOrigin.d.ts +30 -9
  62. package/bin/customHostnameFallbackOrigin.js +6 -2
  63. package/bin/customHostnameFallbackOrigin.js.map +1 -1
  64. package/bin/customSsl.d.ts +150 -15
  65. package/bin/customSsl.js +20 -6
  66. package/bin/customSsl.js.map +1 -1
  67. package/bin/d1database.d.ts +29 -9
  68. package/bin/d1database.js +10 -0
  69. package/bin/d1database.js.map +1 -1
  70. package/bin/dnsRecord.d.ts +217 -0
  71. package/bin/dnsRecord.js +90 -0
  72. package/bin/dnsRecord.js.map +1 -0
  73. package/bin/dnsZoneDnssec.d.ts +179 -0
  74. package/bin/dnsZoneDnssec.js +78 -0
  75. package/bin/dnsZoneDnssec.js.map +1 -0
  76. package/bin/emailRoutingAddress.d.ts +7 -7
  77. package/bin/emailRoutingCatchAll.d.ts +12 -15
  78. package/bin/emailRoutingCatchAll.js +0 -2
  79. package/bin/emailRoutingCatchAll.js.map +1 -1
  80. package/bin/emailRoutingRule.d.ts +19 -19
  81. package/bin/emailRoutingRule.js +6 -0
  82. package/bin/emailRoutingRule.js.map +1 -1
  83. package/bin/emailRoutingSettings.d.ts +7 -18
  84. package/bin/emailRoutingSettings.js +2 -7
  85. package/bin/emailRoutingSettings.js.map +1 -1
  86. package/bin/filter.d.ts +29 -29
  87. package/bin/filter.js +7 -7
  88. package/bin/filter.js.map +1 -1
  89. package/bin/firewallRule.d.ts +47 -54
  90. package/bin/firewallRule.js +16 -12
  91. package/bin/firewallRule.js.map +1 -1
  92. package/bin/getAccessRule.d.ts +36 -0
  93. package/bin/getAccessRule.js +30 -0
  94. package/bin/getAccessRule.js.map +1 -0
  95. package/bin/getAccessRules.d.ts +52 -0
  96. package/bin/getAccessRules.js +40 -0
  97. package/bin/getAccessRules.js.map +1 -0
  98. package/bin/getAccount.d.ts +30 -0
  99. package/bin/getAccount.js +26 -0
  100. package/bin/getAccount.js.map +1 -0
  101. package/bin/getAccountMember.d.ts +34 -0
  102. package/bin/getAccountMember.js +28 -0
  103. package/bin/getAccountMember.js.map +1 -0
  104. package/bin/getAccountMembers.d.ts +39 -0
  105. package/bin/getAccountMembers.js +30 -0
  106. package/bin/getAccountMembers.js.map +1 -0
  107. package/bin/getAccountSubscription.d.ts +25 -0
  108. package/bin/getAccountSubscription.js +22 -0
  109. package/bin/getAccountSubscription.js.map +1 -0
  110. package/bin/getAccounts.d.ts +10 -3
  111. package/bin/getAccounts.js +4 -2
  112. package/bin/getAccounts.js.map +1 -1
  113. package/bin/getAddressMap.d.ts +43 -0
  114. package/bin/getAddressMap.js +32 -0
  115. package/bin/getAddressMap.js.map +1 -0
  116. package/bin/getAddressMaps.d.ts +30 -0
  117. package/bin/getAddressMaps.js +24 -0
  118. package/bin/getAddressMaps.js.map +1 -0
  119. package/bin/getApiShield.d.ts +33 -0
  120. package/bin/getApiShield.js +26 -0
  121. package/bin/getApiShield.js.map +1 -0
  122. package/bin/getApiShieldOperation.d.ts +47 -0
  123. package/bin/getApiShieldOperation.js +40 -0
  124. package/bin/getApiShieldOperation.js.map +1 -0
  125. package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +31 -0
  126. package/bin/getApiShieldOperationSchemaValidationSettings.js +26 -0
  127. package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -0
  128. package/bin/getApiShieldOperations.d.ts +54 -0
  129. package/bin/getApiShieldOperations.js +40 -0
  130. package/bin/getApiShieldOperations.js.map +1 -0
  131. package/bin/getApiShieldSchema.d.ts +41 -0
  132. package/bin/getApiShieldSchema.js +30 -0
  133. package/bin/getApiShieldSchema.js.map +1 -0
  134. package/bin/getApiShieldSchemaValidationSettings.d.ts +31 -0
  135. package/bin/getApiShieldSchemaValidationSettings.js +26 -0
  136. package/bin/getApiShieldSchemaValidationSettings.js.map +1 -0
  137. package/bin/getApiShieldSchemas.d.ts +36 -0
  138. package/bin/getApiShieldSchemas.js +28 -0
  139. package/bin/getApiShieldSchemas.js.map +1 -0
  140. package/bin/getApiToken.d.ts +36 -0
  141. package/bin/getApiToken.js +26 -0
  142. package/bin/getApiToken.js.map +1 -0
  143. package/bin/getApiTokens.d.ts +30 -0
  144. package/bin/getApiTokens.js +26 -0
  145. package/bin/getApiTokens.js.map +1 -0
  146. package/bin/getArgoSmartRouting.d.ts +25 -0
  147. package/bin/getArgoSmartRouting.js +22 -0
  148. package/bin/getArgoSmartRouting.js.map +1 -0
  149. package/bin/getArgoTieredCaching.d.ts +33 -0
  150. package/bin/getArgoTieredCaching.js +30 -0
  151. package/bin/getArgoTieredCaching.js.map +1 -0
  152. package/bin/getAuthenticatedOriginPulls.d.ts +65 -0
  153. package/bin/getAuthenticatedOriginPulls.js +48 -0
  154. package/bin/getAuthenticatedOriginPulls.js.map +1 -0
  155. package/bin/getAuthenticatedOriginPullsCertificate.d.ts +36 -0
  156. package/bin/getAuthenticatedOriginPullsCertificate.js +28 -0
  157. package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -0
  158. package/bin/getAuthenticatedOriginPullsCertificates.d.ts +30 -0
  159. package/bin/getAuthenticatedOriginPullsCertificates.js +24 -0
  160. package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -0
  161. package/bin/getBotManagement.d.ts +25 -0
  162. package/bin/getBotManagement.js +22 -0
  163. package/bin/getBotManagement.js.map +1 -0
  164. package/bin/getByoIpPrefix.d.ts +41 -0
  165. package/bin/getByoIpPrefix.js +28 -0
  166. package/bin/getByoIpPrefix.js.map +1 -0
  167. package/bin/getByoIpPrefixes.d.ts +30 -0
  168. package/bin/getByoIpPrefixes.js +24 -0
  169. package/bin/getByoIpPrefixes.js.map +1 -0
  170. package/bin/getCertificatePack.d.ts +33 -0
  171. package/bin/getCertificatePack.js +28 -0
  172. package/bin/getCertificatePack.js.map +1 -0
  173. package/bin/getCertificatePacks.d.ts +33 -0
  174. package/bin/getCertificatePacks.js +26 -0
  175. package/bin/getCertificatePacks.js.map +1 -0
  176. package/bin/getCustomHostname.d.ts +42 -0
  177. package/bin/getCustomHostname.js +28 -0
  178. package/bin/getCustomHostname.js.map +1 -0
  179. package/bin/getCustomHostnameFallbackOrigin.d.ts +40 -0
  180. package/bin/getCustomHostnameFallbackOrigin.js +32 -0
  181. package/bin/getCustomHostnameFallbackOrigin.js.map +1 -0
  182. package/bin/getCustomHostnames.d.ts +41 -0
  183. package/bin/getCustomHostnames.js +34 -0
  184. package/bin/getCustomHostnames.js.map +1 -0
  185. package/bin/getCustomSsl.d.ts +42 -0
  186. package/bin/getCustomSsl.js +28 -0
  187. package/bin/getCustomSsl.js.map +1 -0
  188. package/bin/getCustomSsls.d.ts +36 -0
  189. package/bin/getCustomSsls.js +28 -0
  190. package/bin/getCustomSsls.js.map +1 -0
  191. package/bin/getD1Database.d.ts +43 -0
  192. package/bin/getD1Database.js +32 -0
  193. package/bin/getD1Database.js.map +1 -0
  194. package/bin/getD1Databases.d.ts +33 -0
  195. package/bin/getD1Databases.js +26 -0
  196. package/bin/getD1Databases.js.map +1 -0
  197. package/bin/getDcvDelegation.d.ts +6 -1
  198. package/bin/getDcvDelegation.js +2 -0
  199. package/bin/getDcvDelegation.js.map +1 -1
  200. package/bin/getDnsRecord.d.ts +42 -0
  201. package/bin/getDnsRecord.js +28 -0
  202. package/bin/getDnsRecord.js.map +1 -0
  203. package/bin/getDnsRecords.d.ts +64 -0
  204. package/bin/getDnsRecords.js +46 -0
  205. package/bin/getDnsRecords.js.map +1 -0
  206. package/bin/getDnsZoneDnssec.d.ts +64 -0
  207. package/bin/getDnsZoneDnssec.js +48 -0
  208. package/bin/getDnsZoneDnssec.js.map +1 -0
  209. package/bin/getEmailRoutingAddress.d.ts +35 -0
  210. package/bin/getEmailRoutingAddress.js +28 -0
  211. package/bin/getEmailRoutingAddress.js.map +1 -0
  212. package/bin/getEmailRoutingAddresses.d.ts +36 -0
  213. package/bin/getEmailRoutingAddresses.js +28 -0
  214. package/bin/getEmailRoutingAddresses.js.map +1 -0
  215. package/bin/getEmailRoutingCatchAll.d.ts +41 -0
  216. package/bin/getEmailRoutingCatchAll.js +34 -0
  217. package/bin/getEmailRoutingCatchAll.js.map +1 -0
  218. package/bin/getEmailRoutingRule.d.ts +36 -0
  219. package/bin/getEmailRoutingRule.js +28 -0
  220. package/bin/getEmailRoutingRule.js.map +1 -0
  221. package/bin/getEmailRoutingRules.d.ts +33 -0
  222. package/bin/getEmailRoutingRules.js +26 -0
  223. package/bin/getEmailRoutingRules.js.map +1 -0
  224. package/bin/getEmailRoutingSettings.d.ts +45 -0
  225. package/bin/getEmailRoutingSettings.js +38 -0
  226. package/bin/getEmailRoutingSettings.js.map +1 -0
  227. package/bin/getFilter.d.ts +33 -0
  228. package/bin/getFilter.js +28 -0
  229. package/bin/getFilter.js.map +1 -0
  230. package/bin/getFilters.d.ts +41 -0
  231. package/bin/getFilters.js +34 -0
  232. package/bin/getFilters.js.map +1 -0
  233. package/bin/getFirewallRule.d.ts +34 -0
  234. package/bin/getFirewallRule.js +28 -0
  235. package/bin/getFirewallRule.js.map +1 -0
  236. package/bin/getFirewallRules.d.ts +38 -0
  237. package/bin/getFirewallRules.js +32 -0
  238. package/bin/getFirewallRules.js.map +1 -0
  239. package/bin/getHealthcheck.d.ts +47 -0
  240. package/bin/getHealthcheck.js +28 -0
  241. package/bin/getHealthcheck.js.map +1 -0
  242. package/bin/getHealthchecks.d.ts +30 -0
  243. package/bin/getHealthchecks.js +24 -0
  244. package/bin/getHealthchecks.js.map +1 -0
  245. package/bin/getHostnameTlsSetting.d.ts +28 -0
  246. package/bin/getHostnameTlsSetting.js +24 -0
  247. package/bin/getHostnameTlsSetting.js.map +1 -0
  248. package/bin/getHyperdriveConfig.d.ts +36 -0
  249. package/bin/getHyperdriveConfig.js +28 -0
  250. package/bin/getHyperdriveConfig.js.map +1 -0
  251. package/bin/getHyperdriveConfigs.d.ts +30 -0
  252. package/bin/getHyperdriveConfigs.js +24 -0
  253. package/bin/getHyperdriveConfigs.js.map +1 -0
  254. package/bin/getKeylessCertificate.d.ts +39 -0
  255. package/bin/getKeylessCertificate.js +28 -0
  256. package/bin/getKeylessCertificate.js.map +1 -0
  257. package/bin/getKeylessCertificates.d.ts +30 -0
  258. package/bin/getKeylessCertificates.js +24 -0
  259. package/bin/getKeylessCertificates.js.map +1 -0
  260. package/bin/getList.d.ts +35 -12
  261. package/bin/getList.js +18 -0
  262. package/bin/getList.js.map +1 -1
  263. package/bin/getListItem.d.ts +36 -0
  264. package/bin/getListItem.js +30 -0
  265. package/bin/getListItem.js.map +1 -0
  266. package/bin/getListItems.d.ts +36 -0
  267. package/bin/getListItems.js +28 -0
  268. package/bin/getListItems.js.map +1 -0
  269. package/bin/getLists.d.ts +7 -3
  270. package/bin/getLists.js +2 -2
  271. package/bin/getLists.js.map +1 -1
  272. package/bin/getLoadBalancer.d.ts +57 -0
  273. package/bin/getLoadBalancer.js +28 -0
  274. package/bin/getLoadBalancer.js.map +1 -0
  275. package/bin/getLoadBalancerMonitor.d.ts +50 -0
  276. package/bin/getLoadBalancerMonitor.js +28 -0
  277. package/bin/getLoadBalancerMonitor.js.map +1 -0
  278. package/bin/getLoadBalancerMonitors.d.ts +30 -0
  279. package/bin/getLoadBalancerMonitors.js +24 -0
  280. package/bin/getLoadBalancerMonitors.js.map +1 -0
  281. package/bin/getLoadBalancerPool.d.ts +47 -0
  282. package/bin/getLoadBalancerPool.js +28 -0
  283. package/bin/getLoadBalancerPool.js.map +1 -0
  284. package/bin/getLoadBalancerPools.d.ts +10 -9
  285. package/bin/getLoadBalancerPools.js +4 -6
  286. package/bin/getLoadBalancerPools.js.map +1 -1
  287. package/bin/getLoadBalancers.d.ts +30 -0
  288. package/bin/getLoadBalancers.js +24 -0
  289. package/bin/getLoadBalancers.js.map +1 -0
  290. package/bin/getLogpullRetention.d.ts +28 -0
  291. package/bin/getLogpullRetention.js +24 -0
  292. package/bin/getLogpullRetention.js.map +1 -0
  293. package/bin/getLogpushJob.d.ts +47 -0
  294. package/bin/getLogpushJob.js +30 -0
  295. package/bin/getLogpushJob.js.map +1 -0
  296. package/bin/getLogpushJobs.d.ts +33 -0
  297. package/bin/getLogpushJobs.js +28 -0
  298. package/bin/getLogpushJobs.js.map +1 -0
  299. package/bin/getMagicWanGreTunnel.d.ts +33 -0
  300. package/bin/getMagicWanGreTunnel.js +26 -0
  301. package/bin/getMagicWanGreTunnel.js.map +1 -0
  302. package/bin/getMagicWanIpsecTunnel.d.ts +33 -0
  303. package/bin/getMagicWanIpsecTunnel.js +26 -0
  304. package/bin/getMagicWanIpsecTunnel.js.map +1 -0
  305. package/bin/getMagicWanStaticRoute.d.ts +33 -0
  306. package/bin/getMagicWanStaticRoute.js +26 -0
  307. package/bin/getMagicWanStaticRoute.js.map +1 -0
  308. package/bin/getManagedHeaders.d.ts +33 -0
  309. package/bin/getManagedHeaders.js +26 -0
  310. package/bin/getManagedHeaders.js.map +1 -0
  311. package/bin/getMtlsCertificate.d.ts +38 -0
  312. package/bin/getMtlsCertificate.js +28 -0
  313. package/bin/getMtlsCertificate.js.map +1 -0
  314. package/bin/getMtlsCertificates.d.ts +30 -0
  315. package/bin/getMtlsCertificates.js +24 -0
  316. package/bin/getMtlsCertificates.js.map +1 -0
  317. package/bin/getNotificationPolicies.d.ts +30 -0
  318. package/bin/getNotificationPolicies.js +24 -0
  319. package/bin/getNotificationPolicies.js.map +1 -0
  320. package/bin/getNotificationPolicy.d.ts +41 -0
  321. package/bin/getNotificationPolicy.js +28 -0
  322. package/bin/getNotificationPolicy.js.map +1 -0
  323. package/bin/getNotificationPolicyWebhooks.d.ts +37 -0
  324. package/bin/getNotificationPolicyWebhooks.js +28 -0
  325. package/bin/getNotificationPolicyWebhooks.js.map +1 -0
  326. package/bin/getNotificationPolicyWebhooksList.d.ts +30 -0
  327. package/bin/getNotificationPolicyWebhooksList.js +24 -0
  328. package/bin/getNotificationPolicyWebhooksList.js.map +1 -0
  329. package/bin/getObservatoryScheduledTest.d.ts +30 -0
  330. package/bin/getObservatoryScheduledTest.js +24 -0
  331. package/bin/getObservatoryScheduledTest.js.map +1 -0
  332. package/bin/getOriginCaCertificate.d.ts +12 -5
  333. package/bin/getOriginCaCertificate.js +6 -2
  334. package/bin/getOriginCaCertificate.js.map +1 -1
  335. package/bin/getOriginCaCertificates.d.ts +30 -0
  336. package/bin/getOriginCaCertificates.js +26 -0
  337. package/bin/getOriginCaCertificates.js.map +1 -0
  338. package/bin/getPageRule.d.ts +28 -0
  339. package/bin/getPageRule.js +24 -0
  340. package/bin/getPageRule.js.map +1 -0
  341. package/bin/getPagesDomain.d.ts +41 -0
  342. package/bin/getPagesDomain.js +30 -0
  343. package/bin/getPagesDomain.js.map +1 -0
  344. package/bin/getPagesDomains.d.ts +33 -0
  345. package/bin/getPagesDomains.js +26 -0
  346. package/bin/getPagesDomains.js.map +1 -0
  347. package/bin/getPagesProject.d.ts +93 -0
  348. package/bin/getPagesProject.js +64 -0
  349. package/bin/getPagesProject.js.map +1 -0
  350. package/bin/getPagesProjects.d.ts +30 -0
  351. package/bin/getPagesProjects.js +24 -0
  352. package/bin/getPagesProjects.js.map +1 -0
  353. package/bin/getQueue.d.ts +40 -0
  354. package/bin/getQueue.js +28 -0
  355. package/bin/getQueue.js.map +1 -0
  356. package/bin/getQueues.d.ts +30 -0
  357. package/bin/getQueues.js +24 -0
  358. package/bin/getQueues.js.map +1 -0
  359. package/bin/getR2Bucket.d.ts +40 -0
  360. package/bin/getR2Bucket.js +32 -0
  361. package/bin/getR2Bucket.js.map +1 -0
  362. package/bin/getRateLimit.d.ts +50 -0
  363. package/bin/getRateLimit.js +42 -0
  364. package/bin/getRateLimit.js.map +1 -0
  365. package/bin/getRateLimits.d.ts +30 -0
  366. package/bin/getRateLimits.js +24 -0
  367. package/bin/getRateLimits.js.map +1 -0
  368. package/bin/getRegionalHostname.d.ts +35 -0
  369. package/bin/getRegionalHostname.js +28 -0
  370. package/bin/getRegionalHostname.js.map +1 -0
  371. package/bin/getRegionalHostnames.d.ts +30 -0
  372. package/bin/getRegionalHostnames.js +24 -0
  373. package/bin/getRegionalHostnames.js.map +1 -0
  374. package/bin/getRegionalTieredCache.d.ts +32 -0
  375. package/bin/getRegionalTieredCache.js +28 -0
  376. package/bin/getRegionalTieredCache.js.map +1 -0
  377. package/bin/getRuleset.d.ts +42 -0
  378. package/bin/getRuleset.js +32 -0
  379. package/bin/getRuleset.js.map +1 -0
  380. package/bin/getRulesets.d.ts +7 -10
  381. package/bin/getRulesets.js +2 -6
  382. package/bin/getRulesets.js.map +1 -1
  383. package/bin/getSpectrumApplication.d.ts +28 -0
  384. package/bin/getSpectrumApplication.js +24 -0
  385. package/bin/getSpectrumApplication.js.map +1 -0
  386. package/bin/getTieredCache.d.ts +33 -0
  387. package/bin/getTieredCache.js +30 -0
  388. package/bin/getTieredCache.js.map +1 -0
  389. package/bin/getTotalTls.d.ts +34 -0
  390. package/bin/getTotalTls.js +28 -0
  391. package/bin/getTotalTls.js.map +1 -0
  392. package/bin/getTurnstileWidget.d.ts +45 -0
  393. package/bin/getTurnstileWidget.js +30 -0
  394. package/bin/getTurnstileWidget.js.map +1 -0
  395. package/bin/getTurnstileWidgets.d.ts +36 -0
  396. package/bin/getTurnstileWidgets.js +28 -0
  397. package/bin/getTurnstileWidgets.js.map +1 -0
  398. package/bin/getUrlNormalizationSettings.d.ts +31 -0
  399. package/bin/getUrlNormalizationSettings.js +26 -0
  400. package/bin/getUrlNormalizationSettings.js.map +1 -0
  401. package/bin/getUserAgentBlockingRule.d.ts +41 -0
  402. package/bin/getUserAgentBlockingRule.js +36 -0
  403. package/bin/getUserAgentBlockingRule.js.map +1 -0
  404. package/bin/getUserAgentBlockingRules.d.ts +39 -0
  405. package/bin/getUserAgentBlockingRules.js +30 -0
  406. package/bin/getUserAgentBlockingRules.js.map +1 -0
  407. package/bin/getWaitingRoom.d.ts +53 -0
  408. package/bin/getWaitingRoom.js +28 -0
  409. package/bin/getWaitingRoom.js.map +1 -0
  410. package/bin/getWaitingRoomEvent.d.ts +48 -0
  411. package/bin/getWaitingRoomEvent.js +30 -0
  412. package/bin/getWaitingRoomEvent.js.map +1 -0
  413. package/bin/getWaitingRoomEvents.d.ts +33 -0
  414. package/bin/getWaitingRoomEvents.js +26 -0
  415. package/bin/getWaitingRoomEvents.js.map +1 -0
  416. package/bin/getWaitingRoomRules.d.ts +28 -0
  417. package/bin/getWaitingRoomRules.js +24 -0
  418. package/bin/getWaitingRoomRules.js.map +1 -0
  419. package/bin/getWaitingRoomSetting.d.ts +28 -0
  420. package/bin/getWaitingRoomSetting.js +24 -0
  421. package/bin/getWaitingRoomSetting.js.map +1 -0
  422. package/bin/getWaitingRooms.d.ts +30 -0
  423. package/bin/getWaitingRooms.js +24 -0
  424. package/bin/getWaitingRooms.js.map +1 -0
  425. package/bin/getWeb3Hostname.d.ts +37 -0
  426. package/bin/getWeb3Hostname.js +28 -0
  427. package/bin/getWeb3Hostname.js.map +1 -0
  428. package/bin/getWeb3Hostnames.d.ts +30 -0
  429. package/bin/getWeb3Hostnames.js +24 -0
  430. package/bin/getWeb3Hostnames.js.map +1 -0
  431. package/bin/getWebAnalyticsSite.d.ts +40 -0
  432. package/bin/getWebAnalyticsSite.js +28 -0
  433. package/bin/getWebAnalyticsSite.js.map +1 -0
  434. package/bin/getWebAnalyticsSites.d.ts +33 -0
  435. package/bin/getWebAnalyticsSites.js +26 -0
  436. package/bin/getWebAnalyticsSites.js.map +1 -0
  437. package/bin/getWorkersCronTrigger.d.ts +33 -0
  438. package/bin/getWorkersCronTrigger.js +26 -0
  439. package/bin/getWorkersCronTrigger.js.map +1 -0
  440. package/bin/getWorkersCustomDomain.d.ts +35 -0
  441. package/bin/getWorkersCustomDomain.js +28 -0
  442. package/bin/getWorkersCustomDomain.js.map +1 -0
  443. package/bin/getWorkersCustomDomains.d.ts +45 -0
  444. package/bin/getWorkersCustomDomains.js +34 -0
  445. package/bin/getWorkersCustomDomains.js.map +1 -0
  446. package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +40 -0
  447. package/bin/getWorkersForPlatformsDispatchNamespace.js +28 -0
  448. package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -0
  449. package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +30 -0
  450. package/bin/getWorkersForPlatformsDispatchNamespaces.js +24 -0
  451. package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -0
  452. package/bin/getWorkersKv.d.ts +31 -0
  453. package/bin/getWorkersKv.js +26 -0
  454. package/bin/getWorkersKv.js.map +1 -0
  455. package/bin/getWorkersKvNamespace.d.ts +32 -0
  456. package/bin/getWorkersKvNamespace.js +28 -0
  457. package/bin/getWorkersKvNamespace.js.map +1 -0
  458. package/bin/getWorkersKvNamespaces.d.ts +36 -0
  459. package/bin/getWorkersKvNamespaces.js +28 -0
  460. package/bin/getWorkersKvNamespaces.js.map +1 -0
  461. package/bin/getWorkersScript.d.ts +53 -0
  462. package/bin/getWorkersScript.js +44 -0
  463. package/bin/getWorkersScript.js.map +1 -0
  464. package/bin/getWorkersScripts.d.ts +30 -0
  465. package/bin/getWorkersScripts.js +24 -0
  466. package/bin/getWorkersScripts.js.map +1 -0
  467. package/bin/getWorkersSecret.d.ts +41 -0
  468. package/bin/getWorkersSecret.js +32 -0
  469. package/bin/getWorkersSecret.js.map +1 -0
  470. package/bin/getWorkersSecrets.d.ts +36 -0
  471. package/bin/getWorkersSecrets.js +28 -0
  472. package/bin/getWorkersSecrets.js.map +1 -0
  473. package/bin/getZeroTrustAccessApplication.d.ts +11 -9
  474. package/bin/getZeroTrustAccessApplication.js +4 -6
  475. package/bin/getZeroTrustAccessApplication.js.map +1 -1
  476. package/bin/getZeroTrustAccessApplications.d.ts +33 -0
  477. package/bin/getZeroTrustAccessApplications.js +28 -0
  478. package/bin/getZeroTrustAccessApplications.js.map +1 -0
  479. package/bin/getZeroTrustAccessCustomPage.d.ts +42 -0
  480. package/bin/getZeroTrustAccessCustomPage.js +30 -0
  481. package/bin/getZeroTrustAccessCustomPage.js.map +1 -0
  482. package/bin/getZeroTrustAccessCustomPages.d.ts +30 -0
  483. package/bin/getZeroTrustAccessCustomPages.js +24 -0
  484. package/bin/getZeroTrustAccessCustomPages.js.map +1 -0
  485. package/bin/getZeroTrustAccessGroup.d.ts +40 -0
  486. package/bin/getZeroTrustAccessGroup.js +30 -0
  487. package/bin/getZeroTrustAccessGroup.js.map +1 -0
  488. package/bin/getZeroTrustAccessGroups.d.ts +33 -0
  489. package/bin/getZeroTrustAccessGroups.js +28 -0
  490. package/bin/getZeroTrustAccessGroups.js.map +1 -0
  491. package/bin/getZeroTrustAccessIdentityProvider.d.ts +13 -8
  492. package/bin/getZeroTrustAccessIdentityProvider.js +6 -4
  493. package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
  494. package/bin/getZeroTrustAccessIdentityProviders.d.ts +33 -0
  495. package/bin/getZeroTrustAccessIdentityProviders.js +28 -0
  496. package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -0
  497. package/bin/getZeroTrustAccessKeyConfiguration.d.ts +34 -0
  498. package/bin/getZeroTrustAccessKeyConfiguration.js +28 -0
  499. package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -0
  500. package/bin/getZeroTrustAccessMtlsCertificate.d.ts +39 -0
  501. package/bin/getZeroTrustAccessMtlsCertificate.js +30 -0
  502. package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -0
  503. package/bin/getZeroTrustAccessMtlsCertificates.d.ts +33 -0
  504. package/bin/getZeroTrustAccessMtlsCertificates.js +28 -0
  505. package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -0
  506. package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +28 -0
  507. package/bin/getZeroTrustAccessMtlsHostnameSettings.js +26 -0
  508. package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -0
  509. package/bin/getZeroTrustAccessPolicies.d.ts +36 -0
  510. package/bin/getZeroTrustAccessPolicies.js +28 -0
  511. package/bin/getZeroTrustAccessPolicies.js.map +1 -0
  512. package/bin/getZeroTrustAccessPolicy.d.ts +49 -0
  513. package/bin/getZeroTrustAccessPolicy.js +32 -0
  514. package/bin/getZeroTrustAccessPolicy.js.map +1 -0
  515. package/bin/getZeroTrustAccessServiceToken.d.ts +39 -0
  516. package/bin/getZeroTrustAccessServiceToken.js +30 -0
  517. package/bin/getZeroTrustAccessServiceToken.js.map +1 -0
  518. package/bin/getZeroTrustAccessServiceTokens.d.ts +33 -0
  519. package/bin/getZeroTrustAccessServiceTokens.js +28 -0
  520. package/bin/getZeroTrustAccessServiceTokens.js.map +1 -0
  521. package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +41 -0
  522. package/bin/getZeroTrustAccessShortLivedCertificate.js +36 -0
  523. package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -0
  524. package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +33 -0
  525. package/bin/getZeroTrustAccessShortLivedCertificates.js +28 -0
  526. package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -0
  527. package/bin/getZeroTrustAccessTag.d.ts +37 -0
  528. package/bin/getZeroTrustAccessTag.js +28 -0
  529. package/bin/getZeroTrustAccessTag.js.map +1 -0
  530. package/bin/getZeroTrustAccessTags.d.ts +30 -0
  531. package/bin/getZeroTrustAccessTags.js +24 -0
  532. package/bin/getZeroTrustAccessTags.js.map +1 -0
  533. package/bin/getZeroTrustDeviceCertificates.d.ts +25 -0
  534. package/bin/getZeroTrustDeviceCertificates.js +22 -0
  535. package/bin/getZeroTrustDeviceCertificates.js.map +1 -0
  536. package/bin/getZeroTrustDeviceManagedNetworks.d.ts +36 -0
  537. package/bin/getZeroTrustDeviceManagedNetworks.js +28 -0
  538. package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -0
  539. package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +30 -0
  540. package/bin/getZeroTrustDeviceManagedNetworksList.js +24 -0
  541. package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -0
  542. package/bin/getZeroTrustDevicePostureIntegration.d.ts +34 -0
  543. package/bin/getZeroTrustDevicePostureIntegration.js +28 -0
  544. package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -0
  545. package/bin/getZeroTrustDevicePostureIntegrations.d.ts +30 -0
  546. package/bin/getZeroTrustDevicePostureIntegrations.js +24 -0
  547. package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -0
  548. package/bin/getZeroTrustDevicePostureRule.d.ts +37 -0
  549. package/bin/getZeroTrustDevicePostureRule.js +28 -0
  550. package/bin/getZeroTrustDevicePostureRule.js.map +1 -0
  551. package/bin/getZeroTrustDevicePostureRules.d.ts +30 -0
  552. package/bin/getZeroTrustDevicePostureRules.js +24 -0
  553. package/bin/getZeroTrustDevicePostureRules.js.map +1 -0
  554. package/bin/getZeroTrustDeviceProfiles.d.ts +57 -0
  555. package/bin/getZeroTrustDeviceProfiles.js +28 -0
  556. package/bin/getZeroTrustDeviceProfiles.js.map +1 -0
  557. package/bin/getZeroTrustDeviceProfilesList.d.ts +30 -0
  558. package/bin/getZeroTrustDeviceProfilesList.js +24 -0
  559. package/bin/getZeroTrustDeviceProfilesList.js.map +1 -0
  560. package/bin/getZeroTrustDexTest.d.ts +40 -0
  561. package/bin/getZeroTrustDexTest.js +28 -0
  562. package/bin/getZeroTrustDexTest.js.map +1 -0
  563. package/bin/getZeroTrustDexTests.d.ts +30 -0
  564. package/bin/getZeroTrustDexTests.js +24 -0
  565. package/bin/getZeroTrustDexTests.js.map +1 -0
  566. package/bin/getZeroTrustDlpCustomProfile.d.ts +28 -0
  567. package/bin/getZeroTrustDlpCustomProfile.js +24 -0
  568. package/bin/getZeroTrustDlpCustomProfile.js.map +1 -0
  569. package/bin/getZeroTrustDlpPredefinedProfile.d.ts +28 -0
  570. package/bin/getZeroTrustDlpPredefinedProfile.js +24 -0
  571. package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -0
  572. package/bin/getZeroTrustDnsLocation.d.ts +42 -0
  573. package/bin/getZeroTrustDnsLocation.js +28 -0
  574. package/bin/getZeroTrustDnsLocation.js.map +1 -0
  575. package/bin/getZeroTrustDnsLocations.d.ts +30 -0
  576. package/bin/getZeroTrustDnsLocations.js +24 -0
  577. package/bin/getZeroTrustDnsLocations.js.map +1 -0
  578. package/bin/getZeroTrustGatewayPolicies.d.ts +30 -0
  579. package/bin/getZeroTrustGatewayPolicies.js +24 -0
  580. package/bin/getZeroTrustGatewayPolicies.js.map +1 -0
  581. package/bin/getZeroTrustGatewayPolicy.d.ts +44 -0
  582. package/bin/getZeroTrustGatewayPolicy.js +28 -0
  583. package/bin/getZeroTrustGatewayPolicy.js.map +1 -0
  584. package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +28 -0
  585. package/bin/getZeroTrustGatewayProxyEndpoint.js +24 -0
  586. package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -0
  587. package/bin/getZeroTrustGatewaySettings.d.ts +36 -0
  588. package/bin/getZeroTrustGatewaySettings.js +28 -0
  589. package/bin/getZeroTrustGatewaySettings.js.map +1 -0
  590. package/bin/getZeroTrustList.d.ts +36 -0
  591. package/bin/getZeroTrustList.js +28 -0
  592. package/bin/getZeroTrustList.js.map +1 -0
  593. package/bin/getZeroTrustLists.d.ts +33 -0
  594. package/bin/getZeroTrustLists.js +26 -0
  595. package/bin/getZeroTrustLists.js.map +1 -0
  596. package/bin/getZeroTrustLocalDomainFallback.d.ts +42 -0
  597. package/bin/getZeroTrustLocalDomainFallback.js +34 -0
  598. package/bin/getZeroTrustLocalDomainFallback.js.map +1 -0
  599. package/bin/getZeroTrustLocalDomainFallbacks.d.ts +30 -0
  600. package/bin/getZeroTrustLocalDomainFallbacks.js +24 -0
  601. package/bin/getZeroTrustLocalDomainFallbacks.js.map +1 -0
  602. package/bin/getZeroTrustOrganization.d.ts +69 -0
  603. package/bin/getZeroTrustOrganization.js +52 -0
  604. package/bin/getZeroTrustOrganization.js.map +1 -0
  605. package/bin/getZeroTrustTunnelCloudflared.d.ts +16 -14
  606. package/bin/getZeroTrustTunnelCloudflared.js +6 -4
  607. package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
  608. package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +38 -0
  609. package/bin/getZeroTrustTunnelCloudflaredConfig.js +30 -0
  610. package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -0
  611. package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +45 -0
  612. package/bin/getZeroTrustTunnelCloudflaredRoute.js +34 -0
  613. package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -0
  614. package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +57 -0
  615. package/bin/getZeroTrustTunnelCloudflaredRoutes.js +42 -0
  616. package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -0
  617. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +35 -0
  618. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +28 -0
  619. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
  620. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +38 -0
  621. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +32 -0
  622. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -0
  623. package/bin/getZeroTrustTunnelCloudflareds.d.ts +57 -0
  624. package/bin/getZeroTrustTunnelCloudflareds.js +42 -0
  625. package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -0
  626. package/bin/getZone.d.ts +17 -9
  627. package/bin/getZone.js +2 -6
  628. package/bin/getZone.js.map +1 -1
  629. package/bin/getZoneCacheReserve.d.ts +12 -3
  630. package/bin/getZoneCacheReserve.js +6 -2
  631. package/bin/getZoneCacheReserve.js.map +1 -1
  632. package/bin/getZoneCacheVariants.d.ts +32 -0
  633. package/bin/getZoneCacheVariants.js +28 -0
  634. package/bin/getZoneCacheVariants.js.map +1 -0
  635. package/bin/getZoneHold.d.ts +34 -0
  636. package/bin/getZoneHold.js +28 -0
  637. package/bin/getZoneHold.js.map +1 -0
  638. package/bin/getZoneLockdown.d.ts +35 -0
  639. package/bin/getZoneLockdown.js +28 -0
  640. package/bin/getZoneLockdown.js.map +1 -0
  641. package/bin/getZoneLockdowns.d.ts +57 -0
  642. package/bin/getZoneLockdowns.js +42 -0
  643. package/bin/getZoneLockdowns.js.map +1 -0
  644. package/bin/getZoneSetting.d.ts +28 -0
  645. package/bin/getZoneSetting.js +24 -0
  646. package/bin/getZoneSetting.js.map +1 -0
  647. package/bin/getZoneSubscription.d.ts +25 -0
  648. package/bin/getZoneSubscription.js +22 -0
  649. package/bin/getZoneSubscription.js.map +1 -0
  650. package/bin/getZones.d.ts +27 -8
  651. package/bin/getZones.js +16 -4
  652. package/bin/getZones.js.map +1 -1
  653. package/bin/healthcheck.d.ts +64 -150
  654. package/bin/healthcheck.js +8 -23
  655. package/bin/healthcheck.js.map +1 -1
  656. package/bin/hostnameTlsSetting.d.ts +39 -22
  657. package/bin/hostnameTlsSetting.js +6 -9
  658. package/bin/hostnameTlsSetting.js.map +1 -1
  659. package/bin/hyperdriveConfig.d.ts +3 -42
  660. package/bin/hyperdriveConfig.js +0 -2
  661. package/bin/hyperdriveConfig.js.map +1 -1
  662. package/bin/index.d.ts +570 -240
  663. package/bin/index.js +612 -369
  664. package/bin/index.js.map +1 -1
  665. package/bin/keylessCertificate.d.ts +64 -35
  666. package/bin/keylessCertificate.js +8 -2
  667. package/bin/keylessCertificate.js.map +1 -1
  668. package/bin/list.d.ts +22 -21
  669. package/bin/list.js +0 -2
  670. package/bin/list.js.map +1 -1
  671. package/bin/listItem.d.ts +67 -32
  672. package/bin/listItem.js +10 -7
  673. package/bin/listItem.js.map +1 -1
  674. package/bin/loadBalancer.d.ts +228 -198
  675. package/bin/loadBalancer.js +16 -16
  676. package/bin/loadBalancer.js.map +1 -1
  677. package/bin/loadBalancerMonitor.d.ts +91 -90
  678. package/bin/loadBalancerMonitor.js +2 -4
  679. package/bin/loadBalancerMonitor.js.map +1 -1
  680. package/bin/loadBalancerPool.d.ts +94 -78
  681. package/bin/loadBalancerPool.js +10 -6
  682. package/bin/loadBalancerPool.js.map +1 -1
  683. package/bin/logpullRetention.d.ts +9 -12
  684. package/bin/logpullRetention.js +2 -7
  685. package/bin/logpullRetention.js.map +1 -1
  686. package/bin/logpushJob.d.ts +120 -98
  687. package/bin/logpushJob.js +6 -7
  688. package/bin/logpushJob.js.map +1 -1
  689. package/bin/logpushOwnershipChallenge.d.ts +15 -26
  690. package/bin/logpushOwnershipChallenge.js +6 -4
  691. package/bin/logpushOwnershipChallenge.js.map +1 -1
  692. package/bin/magicWanGreTunnel.d.ts +52 -56
  693. package/bin/magicWanGreTunnel.js +18 -16
  694. package/bin/magicWanGreTunnel.js.map +1 -1
  695. package/bin/magicWanIpsecTunnel.d.ts +62 -156
  696. package/bin/magicWanIpsecTunnel.js +20 -28
  697. package/bin/magicWanIpsecTunnel.js.map +1 -1
  698. package/bin/magicWanStaticRoute.d.ts +58 -47
  699. package/bin/magicWanStaticRoute.js +18 -14
  700. package/bin/magicWanStaticRoute.js.map +1 -1
  701. package/bin/managedHeaders.d.ts +7 -28
  702. package/bin/managedHeaders.js +6 -2
  703. package/bin/managedHeaders.js.map +1 -1
  704. package/bin/mtlsCertificate.d.ts +33 -31
  705. package/bin/mtlsCertificate.js +2 -2
  706. package/bin/mtlsCertificate.js.map +1 -1
  707. package/bin/notificationPolicy.d.ts +60 -124
  708. package/bin/notificationPolicy.js +14 -10
  709. package/bin/notificationPolicy.js.map +1 -1
  710. package/bin/notificationPolicyWebhooks.d.ts +46 -30
  711. package/bin/notificationPolicyWebhooks.js +11 -2
  712. package/bin/notificationPolicyWebhooks.js.map +1 -1
  713. package/bin/observatoryScheduledTest.d.ts +28 -36
  714. package/bin/observatoryScheduledTest.js +8 -12
  715. package/bin/observatoryScheduledTest.js.map +1 -1
  716. package/bin/originCaCertificate.d.ts +31 -38
  717. package/bin/originCaCertificate.js +2 -13
  718. package/bin/originCaCertificate.js.map +1 -1
  719. package/bin/package.json +1 -1
  720. package/bin/pageRule.d.ts +56 -20
  721. package/bin/pageRule.js +6 -6
  722. package/bin/pageRule.js.map +1 -1
  723. package/bin/pagesDomain.d.ts +23 -27
  724. package/bin/pagesDomain.js +14 -7
  725. package/bin/pagesDomain.js.map +1 -1
  726. package/bin/pagesProject.d.ts +32 -35
  727. package/bin/pagesProject.js +5 -6
  728. package/bin/pagesProject.js.map +1 -1
  729. package/bin/provider.d.ts +10 -45
  730. package/bin/provider.js +1 -7
  731. package/bin/provider.js.map +1 -1
  732. package/bin/queue.d.ts +20 -16
  733. package/bin/queue.js +18 -3
  734. package/bin/queue.js.map +1 -1
  735. package/bin/r2bucket.d.ts +29 -9
  736. package/bin/r2bucket.js +4 -0
  737. package/bin/r2bucket.js.map +1 -1
  738. package/bin/rateLimit.d.ts +33 -60
  739. package/bin/rateLimit.js +7 -12
  740. package/bin/rateLimit.js.map +1 -1
  741. package/bin/regionalHostname.d.ts +26 -20
  742. package/bin/regionalHostname.js +6 -4
  743. package/bin/regionalHostname.js.map +1 -1
  744. package/bin/regionalTieredCache.d.ts +12 -7
  745. package/bin/regionalTieredCache.js +2 -5
  746. package/bin/regionalTieredCache.js.map +1 -1
  747. package/bin/ruleset.d.ts +39 -38
  748. package/bin/ruleset.js +7 -0
  749. package/bin/ruleset.js.map +1 -1
  750. package/bin/spectrumApplication.d.ts +65 -56
  751. package/bin/spectrumApplication.js +0 -4
  752. package/bin/spectrumApplication.js.map +1 -1
  753. package/bin/tieredCache.d.ts +25 -12
  754. package/bin/tieredCache.js +8 -6
  755. package/bin/tieredCache.js.map +1 -1
  756. package/bin/totalTls.d.ts +21 -16
  757. package/bin/totalTls.js +2 -2
  758. package/bin/totalTls.js.map +1 -1
  759. package/bin/turnstileWidget.d.ts +50 -29
  760. package/bin/turnstileWidget.js +8 -4
  761. package/bin/turnstileWidget.js.map +1 -1
  762. package/bin/types/input.d.ts +9711 -4260
  763. package/bin/types/output.d.ts +14991 -4510
  764. package/bin/urlNormalizationSettings.d.ts +5 -8
  765. package/bin/urlNormalizationSettings.js +0 -8
  766. package/bin/urlNormalizationSettings.js.map +1 -1
  767. package/bin/userAgentBlockingRule.d.ts +15 -30
  768. package/bin/userAgentBlockingRule.js +4 -14
  769. package/bin/userAgentBlockingRule.js.map +1 -1
  770. package/bin/utilities.js +2 -2
  771. package/bin/utilities.js.map +1 -1
  772. package/bin/waitingRoom.d.ts +405 -85
  773. package/bin/waitingRoom.js +10 -4
  774. package/bin/waitingRoom.js.map +1 -1
  775. package/bin/waitingRoomEvent.d.ts +91 -88
  776. package/bin/waitingRoomEvent.js +0 -2
  777. package/bin/waitingRoomEvent.js.map +1 -1
  778. package/bin/waitingRoomRules.d.ts +51 -17
  779. package/bin/waitingRoomRules.js +16 -4
  780. package/bin/waitingRoomRules.js.map +1 -1
  781. package/bin/waitingRoomSetting.d.ts +63 -0
  782. package/bin/waitingRoomSetting.js +54 -0
  783. package/bin/waitingRoomSetting.js.map +1 -0
  784. package/bin/web3Hostname.d.ts +5 -24
  785. package/bin/web3Hostname.js +1 -3
  786. package/bin/web3Hostname.js.map +1 -1
  787. package/bin/webAnalyticsRule.d.ts +17 -39
  788. package/bin/webAnalyticsRule.js +4 -16
  789. package/bin/webAnalyticsRule.js.map +1 -1
  790. package/bin/webAnalyticsSite.d.ts +27 -38
  791. package/bin/webAnalyticsSite.js +6 -11
  792. package/bin/webAnalyticsSite.js.map +1 -1
  793. package/bin/workersCronTrigger.d.ts +13 -21
  794. package/bin/workersCronTrigger.js +3 -6
  795. package/bin/workersCronTrigger.js.map +1 -1
  796. package/bin/workersCustomDomain.d.ts +104 -0
  797. package/bin/workersCustomDomain.js +74 -0
  798. package/bin/workersCustomDomain.js.map +1 -0
  799. package/bin/workersForPlatformsDispatchNamespace.d.ts +62 -6
  800. package/bin/workersForPlatformsDispatchNamespace.js +14 -0
  801. package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
  802. package/bin/workersKv.d.ts +30 -21
  803. package/bin/workersKv.js +9 -6
  804. package/bin/workersKv.js.map +1 -1
  805. package/bin/workersKvNamespace.d.ts +16 -9
  806. package/bin/workersKvNamespace.js +2 -2
  807. package/bin/workersKvNamespace.js.map +1 -1
  808. package/bin/workersScript.d.ts +79 -90
  809. package/bin/workersScript.js +25 -41
  810. package/bin/workersScript.js.map +1 -1
  811. package/bin/workersSecret.d.ts +39 -21
  812. package/bin/workersSecret.js +9 -9
  813. package/bin/workersSecret.js.map +1 -1
  814. package/bin/zeroTrustAccessApplication.d.ts +120 -152
  815. package/bin/zeroTrustAccessApplication.js +2 -6
  816. package/bin/zeroTrustAccessApplication.js.map +1 -1
  817. package/bin/zeroTrustAccessCustomPage.d.ts +28 -37
  818. package/bin/zeroTrustAccessCustomPage.js +12 -4
  819. package/bin/zeroTrustAccessCustomPage.js.map +1 -1
  820. package/bin/zeroTrustAccessGroup.d.ts +61 -15
  821. package/bin/zeroTrustAccessGroup.js +6 -2
  822. package/bin/zeroTrustAccessGroup.js.map +1 -1
  823. package/bin/zeroTrustAccessIdentityProvider.d.ts +30 -39
  824. package/bin/zeroTrustAccessIdentityProvider.js +7 -6
  825. package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
  826. package/bin/zeroTrustAccessKeyConfiguration.d.ts +76 -0
  827. package/bin/zeroTrustAccessKeyConfiguration.js +61 -0
  828. package/bin/zeroTrustAccessKeyConfiguration.js.map +1 -0
  829. package/bin/zeroTrustAccessMtlsCertificate.d.ts +30 -21
  830. package/bin/zeroTrustAccessMtlsCertificate.js +9 -2
  831. package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
  832. package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +9 -9
  833. package/bin/zeroTrustAccessMtlsHostnameSettings.js +3 -0
  834. package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
  835. package/bin/zeroTrustAccessPolicy.d.ts +92 -61
  836. package/bin/zeroTrustAccessPolicy.js +9 -6
  837. package/bin/zeroTrustAccessPolicy.js.map +1 -1
  838. package/bin/zeroTrustAccessServiceToken.d.ts +25 -28
  839. package/bin/zeroTrustAccessServiceToken.js +4 -6
  840. package/bin/zeroTrustAccessServiceToken.js.map +1 -1
  841. package/bin/zeroTrustAccessShortLivedCertificate.d.ts +14 -33
  842. package/bin/zeroTrustAccessShortLivedCertificate.js +4 -10
  843. package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
  844. package/bin/zeroTrustAccessTag.d.ts +15 -36
  845. package/bin/zeroTrustAccessTag.js +8 -5
  846. package/bin/zeroTrustAccessTag.js.map +1 -1
  847. package/bin/zeroTrustDeviceCertificates.d.ts +6 -18
  848. package/bin/zeroTrustDeviceCertificates.js +4 -6
  849. package/bin/zeroTrustDeviceCertificates.js.map +1 -1
  850. package/bin/zeroTrustDeviceManagedNetworks.d.ts +17 -21
  851. package/bin/zeroTrustDeviceManagedNetworks.js +2 -2
  852. package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
  853. package/bin/zeroTrustDevicePostureIntegration.d.ts +20 -35
  854. package/bin/zeroTrustDevicePostureIntegration.js +8 -6
  855. package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
  856. package/bin/zeroTrustDevicePostureRule.d.ts +31 -43
  857. package/bin/zeroTrustDevicePostureRule.js +2 -4
  858. package/bin/zeroTrustDevicePostureRule.js.map +1 -1
  859. package/bin/zeroTrustDeviceProfiles.d.ts +120 -97
  860. package/bin/zeroTrustDeviceProfiles.js +24 -9
  861. package/bin/zeroTrustDeviceProfiles.js.map +1 -1
  862. package/bin/zeroTrustDexTest.d.ts +15 -28
  863. package/bin/zeroTrustDexTest.js +4 -9
  864. package/bin/zeroTrustDexTest.js.map +1 -1
  865. package/bin/zeroTrustDlpCustomProfile.d.ts +104 -0
  866. package/bin/zeroTrustDlpCustomProfile.js +73 -0
  867. package/bin/zeroTrustDlpCustomProfile.js.map +1 -0
  868. package/bin/zeroTrustDlpPredefinedProfile.d.ts +65 -0
  869. package/bin/zeroTrustDlpPredefinedProfile.js +68 -0
  870. package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -0
  871. package/bin/zeroTrustDnsLocation.d.ts +68 -40
  872. package/bin/zeroTrustDnsLocation.js +10 -6
  873. package/bin/zeroTrustDnsLocation.js.map +1 -1
  874. package/bin/zeroTrustGatewayPolicy.d.ts +68 -55
  875. package/bin/zeroTrustGatewayPolicy.js +8 -10
  876. package/bin/zeroTrustGatewayPolicy.js.map +1 -1
  877. package/bin/zeroTrustGatewayProxyEndpoint.d.ts +12 -20
  878. package/bin/zeroTrustGatewayProxyEndpoint.js +4 -2
  879. package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
  880. package/bin/zeroTrustGatewaySettings.d.ts +10 -195
  881. package/bin/zeroTrustGatewaySettings.js +6 -34
  882. package/bin/zeroTrustGatewaySettings.js.map +1 -1
  883. package/bin/zeroTrustList.d.ts +24 -36
  884. package/bin/zeroTrustList.js +6 -4
  885. package/bin/zeroTrustList.js.map +1 -1
  886. package/bin/zeroTrustLocalDomainFallback.d.ts +87 -0
  887. package/bin/zeroTrustLocalDomainFallback.js +66 -0
  888. package/bin/zeroTrustLocalDomainFallback.js.map +1 -0
  889. package/bin/zeroTrustOrganization.d.ts +189 -0
  890. package/bin/zeroTrustOrganization.js +80 -0
  891. package/bin/zeroTrustOrganization.js.map +1 -0
  892. package/bin/zeroTrustTunnelCloudflared.d.ts +16 -47
  893. package/bin/zeroTrustTunnelCloudflared.js +2 -13
  894. package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
  895. package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +30 -13
  896. package/bin/zeroTrustTunnelCloudflaredConfig.js +6 -5
  897. package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
  898. package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +112 -0
  899. package/bin/zeroTrustTunnelCloudflaredRoute.js +70 -0
  900. package/bin/zeroTrustTunnelCloudflaredRoute.js.map +1 -0
  901. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +112 -0
  902. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js +64 -0
  903. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
  904. package/bin/zone.d.ts +92 -71
  905. package/bin/zone.js +23 -18
  906. package/bin/zone.js.map +1 -1
  907. package/bin/zoneCacheReserve.d.ts +25 -12
  908. package/bin/zoneCacheReserve.js +6 -7
  909. package/bin/zoneCacheReserve.js.map +1 -1
  910. package/bin/zoneCacheVariants.d.ts +15 -128
  911. package/bin/zoneCacheVariants.js +7 -24
  912. package/bin/zoneCacheVariants.js.map +1 -1
  913. package/bin/zoneHold.d.ts +5 -38
  914. package/bin/zoneHold.js +3 -8
  915. package/bin/zoneHold.js.map +1 -1
  916. package/bin/zoneLockdown.d.ts +43 -35
  917. package/bin/zoneLockdown.js +10 -10
  918. package/bin/zoneLockdown.js.map +1 -1
  919. package/bin/zoneSetting.d.ts +96 -0
  920. package/bin/zoneSetting.js +66 -0
  921. package/bin/zoneSetting.js.map +1 -0
  922. package/bin/zoneSubscription.d.ts +74 -0
  923. package/bin/zoneSubscription.js +56 -0
  924. package/bin/zoneSubscription.js.map +1 -0
  925. package/package.json +1 -1
@@ -0,0 +1,76 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class ArgoTieredCaching extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing ArgoTieredCaching 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?: ArgoTieredCachingState, opts?: pulumi.CustomResourceOptions): ArgoTieredCaching;
13
+ /**
14
+ * Returns true if the given object is an instance of ArgoTieredCaching. 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 ArgoTieredCaching;
18
+ /**
19
+ * Whether the setting is editable
20
+ */
21
+ readonly editable: pulumi.Output<boolean>;
22
+ /**
23
+ * The time when the setting was last modified
24
+ */
25
+ readonly modifiedOn: pulumi.Output<string>;
26
+ /**
27
+ * Enables Tiered Caching.
28
+ */
29
+ readonly value: pulumi.Output<string>;
30
+ /**
31
+ * Identifier
32
+ */
33
+ readonly zoneId: pulumi.Output<string>;
34
+ /**
35
+ * Create a ArgoTieredCaching resource with the given unique name, arguments, and options.
36
+ *
37
+ * @param name The _unique_ name of the resource.
38
+ * @param args The arguments to use to populate this resource's properties.
39
+ * @param opts A bag of options that control this resource's behavior.
40
+ */
41
+ constructor(name: string, args: ArgoTieredCachingArgs, opts?: pulumi.CustomResourceOptions);
42
+ }
43
+ /**
44
+ * Input properties used for looking up and filtering ArgoTieredCaching resources.
45
+ */
46
+ export interface ArgoTieredCachingState {
47
+ /**
48
+ * Whether the setting is editable
49
+ */
50
+ editable?: pulumi.Input<boolean>;
51
+ /**
52
+ * The time when the setting was last modified
53
+ */
54
+ modifiedOn?: pulumi.Input<string>;
55
+ /**
56
+ * Enables Tiered Caching.
57
+ */
58
+ value?: pulumi.Input<string>;
59
+ /**
60
+ * Identifier
61
+ */
62
+ zoneId?: pulumi.Input<string>;
63
+ }
64
+ /**
65
+ * The set of arguments for constructing a ArgoTieredCaching resource.
66
+ */
67
+ export interface ArgoTieredCachingArgs {
68
+ /**
69
+ * Enables Tiered Caching.
70
+ */
71
+ value: pulumi.Input<string>;
72
+ /**
73
+ * Identifier
74
+ */
75
+ zoneId: pulumi.Input<string>;
76
+ }
@@ -0,0 +1,61 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ArgoTieredCaching = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class ArgoTieredCaching extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing ArgoTieredCaching resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new ArgoTieredCaching(name, state, Object.assign(Object.assign({}, opts), { id: id }));
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of ArgoTieredCaching. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === ArgoTieredCaching.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["editable"] = state ? state.editable : undefined;
37
+ resourceInputs["modifiedOn"] = state ? state.modifiedOn : undefined;
38
+ resourceInputs["value"] = state ? state.value : undefined;
39
+ resourceInputs["zoneId"] = state ? state.zoneId : undefined;
40
+ }
41
+ else {
42
+ const args = argsOrState;
43
+ if ((!args || args.value === undefined) && !opts.urn) {
44
+ throw new Error("Missing required property 'value'");
45
+ }
46
+ if ((!args || args.zoneId === undefined) && !opts.urn) {
47
+ throw new Error("Missing required property 'zoneId'");
48
+ }
49
+ resourceInputs["value"] = args ? args.value : undefined;
50
+ resourceInputs["zoneId"] = args ? args.zoneId : undefined;
51
+ resourceInputs["editable"] = undefined /*out*/;
52
+ resourceInputs["modifiedOn"] = undefined /*out*/;
53
+ }
54
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
55
+ super(ArgoTieredCaching.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
56
+ }
57
+ }
58
+ exports.ArgoTieredCaching = ArgoTieredCaching;
59
+ /** @internal */
60
+ ArgoTieredCaching.__pulumiType = 'cloudflare:index/argoTieredCaching:ArgoTieredCaching';
61
+ //# sourceMappingURL=argoTieredCaching.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"argoTieredCaching.js","sourceRoot":"","sources":["../argoTieredCaching.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;IACxD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA8B,EAAE,IAAmC;QAC5H,OAAO,IAAI,iBAAiB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACxE,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,iBAAiB,CAAC,YAAY,CAAC;IAClE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA4D,EAAE,IAAmC;QACvH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAiD,CAAC;YAChE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAgD,CAAC;YAC9D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,KAAK,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAClD,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,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,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC/C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,iBAAiB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACpH,CAAC;;AA7EL,8CA8EC;AAhEG,gBAAgB;AACO,8BAAY,GAAG,sDAAsD,CAAC"}
@@ -1,4 +1,6 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
2
4
  export declare class AuthenticatedOriginPulls extends pulumi.CustomResource {
3
5
  /**
4
6
  * Get an existing AuthenticatedOriginPulls resource's state with the given name, ID, and optional extra
@@ -16,21 +18,64 @@ export declare class AuthenticatedOriginPulls extends pulumi.CustomResource {
16
18
  */
17
19
  static isInstance(obj: any): obj is AuthenticatedOriginPulls;
18
20
  /**
19
- * The ID of an uploaded Authenticated Origin Pulls certificate. If no hostname is provided, this certificate will be used
20
- * zone wide as Per-Zone Authenticated Origin Pulls.
21
+ * Identifier
21
22
  */
22
- readonly authenticatedOriginPullsCertificate: pulumi.Output<string | undefined>;
23
- readonly authenticatedOriginPullsId: pulumi.Output<string>;
23
+ readonly certId: pulumi.Output<string>;
24
24
  /**
25
- * Whether to enable Authenticated Origin Pulls on the given zone or hostname.
25
+ * Status of the certificate or the association.
26
+ */
27
+ readonly certStatus: pulumi.Output<string>;
28
+ /**
29
+ * The time when the certificate was updated.
30
+ */
31
+ readonly certUpdatedAt: pulumi.Output<string>;
32
+ /**
33
+ * The time when the certificate was uploaded.
34
+ */
35
+ readonly certUploadedOn: pulumi.Output<string>;
36
+ /**
37
+ * The hostname certificate.
38
+ */
39
+ readonly certificate: pulumi.Output<string>;
40
+ readonly configs: pulumi.Output<outputs.AuthenticatedOriginPullsConfig[]>;
41
+ /**
42
+ * The time when the certificate was created.
43
+ */
44
+ readonly createdAt: pulumi.Output<string>;
45
+ /**
46
+ * Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
26
47
  */
27
48
  readonly enabled: pulumi.Output<boolean>;
28
49
  /**
29
- * Specify a hostname to enable Per-Hostname Authenticated Origin Pulls on, using the provided certificate.
50
+ * The date when the certificate expires.
51
+ */
52
+ readonly expiresOn: pulumi.Output<string>;
53
+ /**
54
+ * The hostname on the origin for which the client certificate uploaded will be used.
30
55
  */
31
- readonly hostname: pulumi.Output<string | undefined>;
56
+ readonly hostname: pulumi.Output<string>;
32
57
  /**
33
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
58
+ * The certificate authority that issued the certificate.
59
+ */
60
+ readonly issuer: pulumi.Output<string>;
61
+ /**
62
+ * The serial number on the uploaded certificate.
63
+ */
64
+ readonly serialNumber: pulumi.Output<string>;
65
+ /**
66
+ * The type of hash used for the certificate.
67
+ */
68
+ readonly signature: pulumi.Output<string>;
69
+ /**
70
+ * Status of the certificate or the association.
71
+ */
72
+ readonly status: pulumi.Output<string>;
73
+ /**
74
+ * The time when the certificate was updated.
75
+ */
76
+ readonly updatedAt: pulumi.Output<string>;
77
+ /**
78
+ * Identifier
34
79
  */
35
80
  readonly zoneId: pulumi.Output<string>;
36
81
  /**
@@ -47,21 +92,64 @@ export declare class AuthenticatedOriginPulls extends pulumi.CustomResource {
47
92
  */
48
93
  export interface AuthenticatedOriginPullsState {
49
94
  /**
50
- * The ID of an uploaded Authenticated Origin Pulls certificate. If no hostname is provided, this certificate will be used
51
- * zone wide as Per-Zone Authenticated Origin Pulls.
95
+ * Identifier
96
+ */
97
+ certId?: pulumi.Input<string>;
98
+ /**
99
+ * Status of the certificate or the association.
52
100
  */
53
- authenticatedOriginPullsCertificate?: pulumi.Input<string>;
54
- authenticatedOriginPullsId?: pulumi.Input<string>;
101
+ certStatus?: pulumi.Input<string>;
55
102
  /**
56
- * Whether to enable Authenticated Origin Pulls on the given zone or hostname.
103
+ * The time when the certificate was updated.
104
+ */
105
+ certUpdatedAt?: pulumi.Input<string>;
106
+ /**
107
+ * The time when the certificate was uploaded.
108
+ */
109
+ certUploadedOn?: pulumi.Input<string>;
110
+ /**
111
+ * The hostname certificate.
112
+ */
113
+ certificate?: pulumi.Input<string>;
114
+ configs?: pulumi.Input<pulumi.Input<inputs.AuthenticatedOriginPullsConfig>[]>;
115
+ /**
116
+ * The time when the certificate was created.
117
+ */
118
+ createdAt?: pulumi.Input<string>;
119
+ /**
120
+ * Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.
57
121
  */
58
122
  enabled?: pulumi.Input<boolean>;
59
123
  /**
60
- * Specify a hostname to enable Per-Hostname Authenticated Origin Pulls on, using the provided certificate.
124
+ * The date when the certificate expires.
125
+ */
126
+ expiresOn?: pulumi.Input<string>;
127
+ /**
128
+ * The hostname on the origin for which the client certificate uploaded will be used.
61
129
  */
62
130
  hostname?: pulumi.Input<string>;
63
131
  /**
64
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
132
+ * The certificate authority that issued the certificate.
133
+ */
134
+ issuer?: pulumi.Input<string>;
135
+ /**
136
+ * The serial number on the uploaded certificate.
137
+ */
138
+ serialNumber?: pulumi.Input<string>;
139
+ /**
140
+ * The type of hash used for the certificate.
141
+ */
142
+ signature?: pulumi.Input<string>;
143
+ /**
144
+ * Status of the certificate or the association.
145
+ */
146
+ status?: pulumi.Input<string>;
147
+ /**
148
+ * The time when the certificate was updated.
149
+ */
150
+ updatedAt?: pulumi.Input<string>;
151
+ /**
152
+ * Identifier
65
153
  */
66
154
  zoneId?: pulumi.Input<string>;
67
155
  }
@@ -69,22 +157,13 @@ export interface AuthenticatedOriginPullsState {
69
157
  * The set of arguments for constructing a AuthenticatedOriginPulls resource.
70
158
  */
71
159
  export interface AuthenticatedOriginPullsArgs {
160
+ configs: pulumi.Input<pulumi.Input<inputs.AuthenticatedOriginPullsConfig>[]>;
72
161
  /**
73
- * The ID of an uploaded Authenticated Origin Pulls certificate. If no hostname is provided, this certificate will be used
74
- * zone wide as Per-Zone Authenticated Origin Pulls.
75
- */
76
- authenticatedOriginPullsCertificate?: pulumi.Input<string>;
77
- authenticatedOriginPullsId?: pulumi.Input<string>;
78
- /**
79
- * Whether to enable Authenticated Origin Pulls on the given zone or hostname.
80
- */
81
- enabled: pulumi.Input<boolean>;
82
- /**
83
- * Specify a hostname to enable Per-Hostname Authenticated Origin Pulls on, using the provided certificate.
162
+ * The hostname on the origin for which the client certificate uploaded will be used.
84
163
  */
85
164
  hostname?: pulumi.Input<string>;
86
165
  /**
87
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
166
+ * Identifier
88
167
  */
89
168
  zoneId: pulumi.Input<string>;
90
169
  }
@@ -33,25 +33,47 @@ class AuthenticatedOriginPulls extends pulumi.CustomResource {
33
33
  opts = opts || {};
34
34
  if (opts.id) {
35
35
  const state = argsOrState;
36
- resourceInputs["authenticatedOriginPullsCertificate"] = state ? state.authenticatedOriginPullsCertificate : undefined;
37
- resourceInputs["authenticatedOriginPullsId"] = state ? state.authenticatedOriginPullsId : undefined;
36
+ resourceInputs["certId"] = state ? state.certId : undefined;
37
+ resourceInputs["certStatus"] = state ? state.certStatus : undefined;
38
+ resourceInputs["certUpdatedAt"] = state ? state.certUpdatedAt : undefined;
39
+ resourceInputs["certUploadedOn"] = state ? state.certUploadedOn : undefined;
40
+ resourceInputs["certificate"] = state ? state.certificate : undefined;
41
+ resourceInputs["configs"] = state ? state.configs : undefined;
42
+ resourceInputs["createdAt"] = state ? state.createdAt : undefined;
38
43
  resourceInputs["enabled"] = state ? state.enabled : undefined;
44
+ resourceInputs["expiresOn"] = state ? state.expiresOn : undefined;
39
45
  resourceInputs["hostname"] = state ? state.hostname : undefined;
46
+ resourceInputs["issuer"] = state ? state.issuer : undefined;
47
+ resourceInputs["serialNumber"] = state ? state.serialNumber : undefined;
48
+ resourceInputs["signature"] = state ? state.signature : undefined;
49
+ resourceInputs["status"] = state ? state.status : undefined;
50
+ resourceInputs["updatedAt"] = state ? state.updatedAt : undefined;
40
51
  resourceInputs["zoneId"] = state ? state.zoneId : undefined;
41
52
  }
42
53
  else {
43
54
  const args = argsOrState;
44
- if ((!args || args.enabled === undefined) && !opts.urn) {
45
- throw new Error("Missing required property 'enabled'");
55
+ if ((!args || args.configs === undefined) && !opts.urn) {
56
+ throw new Error("Missing required property 'configs'");
46
57
  }
47
58
  if ((!args || args.zoneId === undefined) && !opts.urn) {
48
59
  throw new Error("Missing required property 'zoneId'");
49
60
  }
50
- resourceInputs["authenticatedOriginPullsCertificate"] = args ? args.authenticatedOriginPullsCertificate : undefined;
51
- resourceInputs["authenticatedOriginPullsId"] = args ? args.authenticatedOriginPullsId : undefined;
52
- resourceInputs["enabled"] = args ? args.enabled : undefined;
61
+ resourceInputs["configs"] = args ? args.configs : undefined;
53
62
  resourceInputs["hostname"] = args ? args.hostname : undefined;
54
63
  resourceInputs["zoneId"] = args ? args.zoneId : undefined;
64
+ resourceInputs["certId"] = undefined /*out*/;
65
+ resourceInputs["certStatus"] = undefined /*out*/;
66
+ resourceInputs["certUpdatedAt"] = undefined /*out*/;
67
+ resourceInputs["certUploadedOn"] = undefined /*out*/;
68
+ resourceInputs["certificate"] = undefined /*out*/;
69
+ resourceInputs["createdAt"] = undefined /*out*/;
70
+ resourceInputs["enabled"] = undefined /*out*/;
71
+ resourceInputs["expiresOn"] = undefined /*out*/;
72
+ resourceInputs["issuer"] = undefined /*out*/;
73
+ resourceInputs["serialNumber"] = undefined /*out*/;
74
+ resourceInputs["signature"] = undefined /*out*/;
75
+ resourceInputs["status"] = undefined /*out*/;
76
+ resourceInputs["updatedAt"] = undefined /*out*/;
55
77
  }
56
78
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
57
79
  super(AuthenticatedOriginPulls.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
@@ -1 +1 @@
1
- {"version":3,"file":"authenticatedOriginPulls.js","sourceRoot":"","sources":["../authenticatedOriginPulls.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"authenticatedOriginPulls.js","sourceRoot":"","sources":["../authenticatedOriginPulls.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,4 @@
1
1
  import * as pulumi from "@pulumi/pulumi";
2
- import * as inputs from "./types/input";
3
- import * as outputs from "./types/output";
4
2
  export declare class AuthenticatedOriginPullsCertificate extends pulumi.CustomResource {
5
3
  /**
6
4
  * Get an existing AuthenticatedOriginPullsCertificate resource's state with the given name, ID, and optional extra
@@ -17,47 +15,36 @@ export declare class AuthenticatedOriginPullsCertificate extends pulumi.CustomRe
17
15
  * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
16
  */
19
17
  static isInstance(obj: any): obj is AuthenticatedOriginPullsCertificate;
20
- readonly authenticatedOriginPullsCertificateId: pulumi.Output<string>;
21
18
  /**
22
- * The public client certificate. **Modifying this attribute will force creation of a new resource.**
19
+ * The zone's leaf certificate.
23
20
  */
24
21
  readonly certificate: pulumi.Output<string>;
25
22
  /**
26
- * **Modifying this attribute will force creation of a new resource.**
23
+ * When the certificate from the authority expires.
27
24
  */
28
25
  readonly expiresOn: pulumi.Output<string>;
29
26
  /**
30
- * **Modifying this attribute will force creation of a new resource.**
27
+ * The certificate authority that issued the certificate.
31
28
  */
32
29
  readonly issuer: pulumi.Output<string>;
33
30
  /**
34
- * The private key of the client certificate. **Modifying this attribute will force creation of a new resource.**
31
+ * The zone's private key.
35
32
  */
36
33
  readonly privateKey: pulumi.Output<string>;
37
34
  /**
38
- * **Modifying this attribute will force creation of a new resource.**
39
- */
40
- readonly serialNumber: pulumi.Output<string>;
41
- /**
42
- * **Modifying this attribute will force creation of a new resource.**
35
+ * The type of hash used for the certificate.
43
36
  */
44
37
  readonly signature: pulumi.Output<string>;
45
38
  /**
46
- * **Modifying this attribute will force creation of a new resource.**
39
+ * Status of the certificate activation.
47
40
  */
48
41
  readonly status: pulumi.Output<string>;
49
- readonly timeouts: pulumi.Output<outputs.AuthenticatedOriginPullsCertificateTimeouts | undefined>;
50
42
  /**
51
- * The form of Authenticated Origin Pulls to upload the certificate to. Available values: `per-zone`, `per-hostname`.
52
- * **Modifying this attribute will force creation of a new resource.**
53
- */
54
- readonly type: pulumi.Output<string>;
55
- /**
56
- * **Modifying this attribute will force creation of a new resource.**
43
+ * This is the time the certificate was uploaded.
57
44
  */
58
45
  readonly uploadedOn: pulumi.Output<string>;
59
46
  /**
60
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
47
+ * Identifier
61
48
  */
62
49
  readonly zoneId: pulumi.Output<string>;
63
50
  /**
@@ -73,47 +60,36 @@ export declare class AuthenticatedOriginPullsCertificate extends pulumi.CustomRe
73
60
  * Input properties used for looking up and filtering AuthenticatedOriginPullsCertificate resources.
74
61
  */
75
62
  export interface AuthenticatedOriginPullsCertificateState {
76
- authenticatedOriginPullsCertificateId?: pulumi.Input<string>;
77
63
  /**
78
- * The public client certificate. **Modifying this attribute will force creation of a new resource.**
64
+ * The zone's leaf certificate.
79
65
  */
80
66
  certificate?: pulumi.Input<string>;
81
67
  /**
82
- * **Modifying this attribute will force creation of a new resource.**
68
+ * When the certificate from the authority expires.
83
69
  */
84
70
  expiresOn?: pulumi.Input<string>;
85
71
  /**
86
- * **Modifying this attribute will force creation of a new resource.**
72
+ * The certificate authority that issued the certificate.
87
73
  */
88
74
  issuer?: pulumi.Input<string>;
89
75
  /**
90
- * The private key of the client certificate. **Modifying this attribute will force creation of a new resource.**
76
+ * The zone's private key.
91
77
  */
92
78
  privateKey?: pulumi.Input<string>;
93
79
  /**
94
- * **Modifying this attribute will force creation of a new resource.**
95
- */
96
- serialNumber?: pulumi.Input<string>;
97
- /**
98
- * **Modifying this attribute will force creation of a new resource.**
80
+ * The type of hash used for the certificate.
99
81
  */
100
82
  signature?: pulumi.Input<string>;
101
83
  /**
102
- * **Modifying this attribute will force creation of a new resource.**
84
+ * Status of the certificate activation.
103
85
  */
104
86
  status?: pulumi.Input<string>;
105
- timeouts?: pulumi.Input<inputs.AuthenticatedOriginPullsCertificateTimeouts>;
106
- /**
107
- * The form of Authenticated Origin Pulls to upload the certificate to. Available values: `per-zone`, `per-hostname`.
108
- * **Modifying this attribute will force creation of a new resource.**
109
- */
110
- type?: pulumi.Input<string>;
111
87
  /**
112
- * **Modifying this attribute will force creation of a new resource.**
88
+ * This is the time the certificate was uploaded.
113
89
  */
114
90
  uploadedOn?: pulumi.Input<string>;
115
91
  /**
116
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
92
+ * Identifier
117
93
  */
118
94
  zoneId?: pulumi.Input<string>;
119
95
  }
@@ -121,23 +97,16 @@ export interface AuthenticatedOriginPullsCertificateState {
121
97
  * The set of arguments for constructing a AuthenticatedOriginPullsCertificate resource.
122
98
  */
123
99
  export interface AuthenticatedOriginPullsCertificateArgs {
124
- authenticatedOriginPullsCertificateId?: pulumi.Input<string>;
125
100
  /**
126
- * The public client certificate. **Modifying this attribute will force creation of a new resource.**
101
+ * The zone's leaf certificate.
127
102
  */
128
103
  certificate: pulumi.Input<string>;
129
104
  /**
130
- * The private key of the client certificate. **Modifying this attribute will force creation of a new resource.**
105
+ * The zone's private key.
131
106
  */
132
107
  privateKey: pulumi.Input<string>;
133
- timeouts?: pulumi.Input<inputs.AuthenticatedOriginPullsCertificateTimeouts>;
134
- /**
135
- * The form of Authenticated Origin Pulls to upload the certificate to. Available values: `per-zone`, `per-hostname`.
136
- * **Modifying this attribute will force creation of a new resource.**
137
- */
138
- type: pulumi.Input<string>;
139
108
  /**
140
- * The zone identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
109
+ * Identifier
141
110
  */
142
111
  zoneId: pulumi.Input<string>;
143
112
  }
@@ -33,16 +33,12 @@ class AuthenticatedOriginPullsCertificate extends pulumi.CustomResource {
33
33
  opts = opts || {};
34
34
  if (opts.id) {
35
35
  const state = argsOrState;
36
- resourceInputs["authenticatedOriginPullsCertificateId"] = state ? state.authenticatedOriginPullsCertificateId : undefined;
37
36
  resourceInputs["certificate"] = state ? state.certificate : undefined;
38
37
  resourceInputs["expiresOn"] = state ? state.expiresOn : undefined;
39
38
  resourceInputs["issuer"] = state ? state.issuer : undefined;
40
39
  resourceInputs["privateKey"] = state ? state.privateKey : undefined;
41
- resourceInputs["serialNumber"] = state ? state.serialNumber : undefined;
42
40
  resourceInputs["signature"] = state ? state.signature : undefined;
43
41
  resourceInputs["status"] = state ? state.status : undefined;
44
- resourceInputs["timeouts"] = state ? state.timeouts : undefined;
45
- resourceInputs["type"] = state ? state.type : undefined;
46
42
  resourceInputs["uploadedOn"] = state ? state.uploadedOn : undefined;
47
43
  resourceInputs["zoneId"] = state ? state.zoneId : undefined;
48
44
  }
@@ -54,28 +50,19 @@ class AuthenticatedOriginPullsCertificate extends pulumi.CustomResource {
54
50
  if ((!args || args.privateKey === undefined) && !opts.urn) {
55
51
  throw new Error("Missing required property 'privateKey'");
56
52
  }
57
- if ((!args || args.type === undefined) && !opts.urn) {
58
- throw new Error("Missing required property 'type'");
59
- }
60
53
  if ((!args || args.zoneId === undefined) && !opts.urn) {
61
54
  throw new Error("Missing required property 'zoneId'");
62
55
  }
63
- resourceInputs["authenticatedOriginPullsCertificateId"] = args ? args.authenticatedOriginPullsCertificateId : undefined;
64
56
  resourceInputs["certificate"] = args ? args.certificate : undefined;
65
- resourceInputs["privateKey"] = (args === null || args === void 0 ? void 0 : args.privateKey) ? pulumi.secret(args.privateKey) : undefined;
66
- resourceInputs["timeouts"] = args ? args.timeouts : undefined;
67
- resourceInputs["type"] = args ? args.type : undefined;
57
+ resourceInputs["privateKey"] = args ? args.privateKey : undefined;
68
58
  resourceInputs["zoneId"] = args ? args.zoneId : undefined;
69
59
  resourceInputs["expiresOn"] = undefined /*out*/;
70
60
  resourceInputs["issuer"] = undefined /*out*/;
71
- resourceInputs["serialNumber"] = undefined /*out*/;
72
61
  resourceInputs["signature"] = undefined /*out*/;
73
62
  resourceInputs["status"] = undefined /*out*/;
74
63
  resourceInputs["uploadedOn"] = undefined /*out*/;
75
64
  }
76
65
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
77
- const secretOpts = { additionalSecretOutputs: ["privateKey"] };
78
- opts = pulumi.mergeOptions(opts, secretOpts);
79
66
  super(AuthenticatedOriginPullsCertificate.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
80
67
  }
81
68
  }
@@ -1 +1 @@
1
- {"version":3,"file":"authenticatedOriginPullsCertificate.js","sourceRoot":"","sources":["../authenticatedOriginPullsCertificate.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,mCAAoC,SAAQ,MAAM,CAAC,cAAc;IAC1E;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgD,EAAE,IAAmC;QAC9I,OAAO,IAAI,mCAAmC,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1F,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,mCAAmC,CAAC,YAAY,CAAC;IACpF,CAAC;IAsDD,YAAY,IAAY,EAAE,WAAgG,EAAE,IAAmC;QAC3J,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmE,CAAC;YAClF,cAAc,CAAC,uCAAuC,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1H,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAkE,CAAC;YAChF,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,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,uCAAuC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qCAAqC,CAAC,CAAC,CAAC,SAAS,CAAC;YACxH,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,YAAY,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,UAAU,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAC7F,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC;QAC/D,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,mCAAmC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACtI,CAAC;;AAhIL,kFAiIC;AAnHG,gBAAgB;AACO,gDAAY,GAAG,0FAA0F,CAAC"}
1
+ {"version":3,"file":"authenticatedOriginPullsCertificate.js","sourceRoot":"","sources":["../authenticatedOriginPullsCertificate.ts"],"names":[],"mappings":"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"}