@sst-provider/cloudflare5 5.0.0-alpha1-1 → 5.16.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 (1878) hide show
  1. package/README.md +2 -3
  2. package/bin/accessRule.d.ts +32 -9
  3. package/bin/accessRule.js +21 -15
  4. package/bin/accessRule.js.map +1 -1
  5. package/bin/account.d.ts +21 -12
  6. package/bin/account.js +12 -13
  7. package/bin/account.js.map +1 -1
  8. package/bin/accountDnsSettings.d.ts +53 -0
  9. package/bin/accountDnsSettings.js +54 -0
  10. package/bin/accountDnsSettings.js.map +1 -0
  11. package/bin/accountDnsSettingsInternalView.d.ts +88 -0
  12. package/bin/accountDnsSettingsInternalView.js +63 -0
  13. package/bin/accountDnsSettingsInternalView.js.map +1 -0
  14. package/bin/accountMember.d.ts +14 -5
  15. package/bin/accountMember.js +14 -14
  16. package/bin/accountMember.js.map +1 -1
  17. package/bin/accountSubscription.d.ts +42 -17
  18. package/bin/accountSubscription.js +18 -12
  19. package/bin/accountSubscription.js.map +1 -1
  20. package/bin/accountToken.d.ts +148 -0
  21. package/bin/accountToken.js +77 -0
  22. package/bin/accountToken.js.map +1 -0
  23. package/bin/addressMap.d.ts +17 -45
  24. package/bin/addressMap.js +18 -26
  25. package/bin/addressMap.js.map +1 -1
  26. package/bin/apiShield.d.ts +3 -15
  27. package/bin/apiShield.js +7 -13
  28. package/bin/apiShield.js.map +1 -1
  29. package/bin/apiShieldDiscoveryOperation.d.ts +81 -0
  30. package/bin/apiShieldDiscoveryOperation.js +59 -0
  31. package/bin/apiShieldDiscoveryOperation.js.map +1 -0
  32. package/bin/apiShieldOperation.d.ts +44 -18
  33. package/bin/apiShieldOperation.js +24 -10
  34. package/bin/apiShieldOperation.js.map +1 -1
  35. package/bin/apiShieldOperationSchemaValidationSettings.d.ts +28 -19
  36. package/bin/apiShieldOperationSchemaValidationSettings.js +9 -9
  37. package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
  38. package/bin/apiShieldSchema.d.ts +10 -16
  39. package/bin/apiShieldSchema.js +20 -26
  40. package/bin/apiShieldSchema.js.map +1 -1
  41. package/bin/apiShieldSchemaValidationSettings.d.ts +52 -25
  42. package/bin/apiShieldSchemaValidationSettings.js +9 -9
  43. package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
  44. package/bin/apiToken.d.ts +9 -6
  45. package/bin/apiToken.js +20 -18
  46. package/bin/apiToken.js.map +1 -1
  47. package/bin/argoSmartRouting.d.ts +25 -6
  48. package/bin/argoSmartRouting.js +11 -7
  49. package/bin/argoSmartRouting.js.map +1 -1
  50. package/bin/argoTieredCaching.d.ts +10 -7
  51. package/bin/argoTieredCaching.js +9 -9
  52. package/bin/argoTieredCaching.js.map +1 -1
  53. package/bin/authenticatedOriginPulls.d.ts +18 -6
  54. package/bin/authenticatedOriginPulls.js +26 -22
  55. package/bin/authenticatedOriginPulls.js.map +1 -1
  56. package/bin/authenticatedOriginPullsCertificate.d.ts +21 -3
  57. package/bin/authenticatedOriginPullsCertificate.js +21 -15
  58. package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
  59. package/bin/authenticatedOriginPullsSettings.d.ts +60 -0
  60. package/bin/authenticatedOriginPullsSettings.js +57 -0
  61. package/bin/authenticatedOriginPullsSettings.js.map +1 -0
  62. package/bin/botManagement.d.ts +114 -33
  63. package/bin/botManagement.js +36 -24
  64. package/bin/botManagement.js.map +1 -1
  65. package/bin/byoIpPrefix.d.ts +62 -18
  66. package/bin/byoIpPrefix.js +31 -32
  67. package/bin/byoIpPrefix.js.map +1 -1
  68. package/bin/callsSfuApp.d.ts +104 -0
  69. package/bin/callsSfuApp.js +66 -0
  70. package/bin/callsSfuApp.js.map +1 -0
  71. package/bin/callsTurnApp.d.ts +104 -0
  72. package/bin/callsTurnApp.js +66 -0
  73. package/bin/callsTurnApp.js.map +1 -0
  74. package/bin/certificatePack.d.ts +76 -22
  75. package/bin/certificatePack.js +36 -21
  76. package/bin/certificatePack.js.map +1 -1
  77. package/bin/cloudConnectorRules.d.ts +3 -12
  78. package/bin/cloudConnectorRules.js +6 -6
  79. package/bin/cloudConnectorRules.js.map +1 -1
  80. package/bin/cloudforceOneRequest.d.ts +159 -0
  81. package/bin/cloudforceOneRequest.js +78 -0
  82. package/bin/cloudforceOneRequest.js.map +1 -0
  83. package/bin/cloudforceOneRequestAsset.d.ts +136 -0
  84. package/bin/cloudforceOneRequestAsset.js +79 -0
  85. package/bin/cloudforceOneRequestAsset.js.map +1 -0
  86. package/bin/cloudforceOneRequestMessage.d.ts +112 -0
  87. package/bin/cloudforceOneRequestMessage.js +69 -0
  88. package/bin/cloudforceOneRequestMessage.js.map +1 -0
  89. package/bin/cloudforceOneRequestPriority.d.ts +163 -0
  90. package/bin/cloudforceOneRequestPriority.js +92 -0
  91. package/bin/cloudforceOneRequestPriority.js.map +1 -0
  92. package/bin/config/vars.d.ts +8 -13
  93. package/bin/config/vars.js.map +1 -1
  94. package/bin/connectivityDirectoryService.d.ts +80 -0
  95. package/bin/connectivityDirectoryService.js +74 -0
  96. package/bin/connectivityDirectoryService.js.map +1 -0
  97. package/bin/contentScanning.d.ts +71 -0
  98. package/bin/contentScanning.js +59 -0
  99. package/bin/contentScanning.js.map +1 -0
  100. package/bin/contentScanningExpression.d.ts +53 -0
  101. package/bin/contentScanningExpression.js +57 -0
  102. package/bin/contentScanningExpression.js.map +1 -0
  103. package/bin/customHostname.d.ts +11 -15
  104. package/bin/customHostname.js +21 -21
  105. package/bin/customHostname.js.map +1 -1
  106. package/bin/customHostnameFallbackOrigin.d.ts +5 -3
  107. package/bin/customHostnameFallbackOrigin.js +11 -11
  108. package/bin/customHostnameFallbackOrigin.js.map +1 -1
  109. package/bin/customPages.d.ts +38 -28
  110. package/bin/customPages.js +25 -17
  111. package/bin/customPages.js.map +1 -1
  112. package/bin/customSsl.d.ts +24 -53
  113. package/bin/customSsl.js +29 -27
  114. package/bin/customSsl.js.map +1 -1
  115. package/bin/d1database.d.ts +50 -6
  116. package/bin/d1database.js +17 -13
  117. package/bin/d1database.js.map +1 -1
  118. package/bin/dnsFirewall.d.ts +243 -0
  119. package/bin/dnsFirewall.js +79 -0
  120. package/bin/dnsFirewall.js.map +1 -0
  121. package/bin/dnsRecord.d.ts +15 -11
  122. package/bin/dnsRecord.js +32 -32
  123. package/bin/dnsRecord.js.map +1 -1
  124. package/bin/dnsZoneTransfersAcl.d.ts +63 -0
  125. package/bin/dnsZoneTransfersAcl.js +59 -0
  126. package/bin/dnsZoneTransfersAcl.js.map +1 -0
  127. package/bin/dnsZoneTransfersIncoming.d.ts +110 -0
  128. package/bin/dnsZoneTransfersIncoming.js +69 -0
  129. package/bin/dnsZoneTransfersIncoming.js.map +1 -0
  130. package/bin/dnsZoneTransfersOutgoing.d.ts +95 -0
  131. package/bin/dnsZoneTransfersOutgoing.js +67 -0
  132. package/bin/dnsZoneTransfersOutgoing.js.map +1 -0
  133. package/bin/dnsZoneTransfersPeer.d.ts +99 -0
  134. package/bin/dnsZoneTransfersPeer.js +62 -0
  135. package/bin/dnsZoneTransfersPeer.js.map +1 -0
  136. package/bin/dnsZoneTransfersTsig.d.ts +75 -0
  137. package/bin/dnsZoneTransfersTsig.js +66 -0
  138. package/bin/dnsZoneTransfersTsig.js.map +1 -0
  139. package/bin/emailRoutingAddress.d.ts +7 -3
  140. package/bin/emailRoutingAddress.js +11 -11
  141. package/bin/emailRoutingAddress.js.map +1 -1
  142. package/bin/emailRoutingCatchAll.d.ts +7 -3
  143. package/bin/emailRoutingCatchAll.js +15 -15
  144. package/bin/emailRoutingCatchAll.js.map +1 -1
  145. package/bin/emailRoutingDns.d.ts +132 -0
  146. package/bin/emailRoutingDns.js +76 -0
  147. package/bin/emailRoutingDns.js.map +1 -0
  148. package/bin/emailRoutingRule.d.ts +7 -3
  149. package/bin/emailRoutingRule.js +17 -17
  150. package/bin/emailRoutingRule.js.map +1 -1
  151. package/bin/emailRoutingSettings.d.ts +9 -3
  152. package/bin/emailRoutingSettings.js +11 -11
  153. package/bin/emailRoutingSettings.js.map +1 -1
  154. package/bin/emailSecurityBlockSender.d.ts +81 -0
  155. package/bin/emailSecurityBlockSender.js +75 -0
  156. package/bin/emailSecurityBlockSender.js.map +1 -0
  157. package/bin/emailSecurityImpersonationRegistry.d.ts +79 -0
  158. package/bin/emailSecurityImpersonationRegistry.js +80 -0
  159. package/bin/emailSecurityImpersonationRegistry.js.map +1 -0
  160. package/bin/emailSecurityTrustedDomains.d.ts +107 -0
  161. package/bin/emailSecurityTrustedDomains.js +70 -0
  162. package/bin/emailSecurityTrustedDomains.js.map +1 -0
  163. package/bin/filter.d.ts +29 -27
  164. package/bin/filter.js +17 -17
  165. package/bin/filter.js.map +1 -1
  166. package/bin/firewallRule.d.ts +8 -34
  167. package/bin/firewallRule.js +16 -20
  168. package/bin/firewallRule.js.map +1 -1
  169. package/bin/getAccessRule.d.ts +11 -7
  170. package/bin/getAccessRule.js +2 -2
  171. package/bin/getAccessRule.js.map +1 -1
  172. package/bin/getAccessRules.d.ts +1 -1
  173. package/bin/getAccessRules.js.map +1 -1
  174. package/bin/getAccount.d.ts +3 -1
  175. package/bin/getAccount.js.map +1 -1
  176. package/bin/getAccountApiTokenPermissionGroups.d.ts +31 -0
  177. package/bin/getAccountApiTokenPermissionGroups.js +26 -0
  178. package/bin/getAccountApiTokenPermissionGroups.js.map +1 -0
  179. package/bin/getAccountApiTokenPermissionGroupsList.d.ts +36 -0
  180. package/bin/getAccountApiTokenPermissionGroupsList.js +28 -0
  181. package/bin/getAccountApiTokenPermissionGroupsList.js.map +1 -0
  182. package/bin/getAccountDnsSettings.d.ts +27 -0
  183. package/bin/getAccountDnsSettings.js +22 -0
  184. package/bin/getAccountDnsSettings.js.map +1 -0
  185. package/bin/getAccountDnsSettingsInternalView.d.ts +34 -0
  186. package/bin/getAccountDnsSettingsInternalView.js +26 -0
  187. package/bin/getAccountDnsSettingsInternalView.js.map +1 -0
  188. package/bin/getAccountDnsSettingsInternalViews.d.ts +49 -0
  189. package/bin/getAccountDnsSettingsInternalViews.js +36 -0
  190. package/bin/getAccountDnsSettingsInternalViews.js.map +1 -0
  191. package/bin/getAccountMember.d.ts +6 -5
  192. package/bin/getAccountMember.js +0 -2
  193. package/bin/getAccountMember.js.map +1 -1
  194. package/bin/getAccountMembers.d.ts +1 -1
  195. package/bin/getAccountMembers.js.map +1 -1
  196. package/bin/getAccountPermissionGroup.d.ts +28 -0
  197. package/bin/getAccountPermissionGroup.js +24 -0
  198. package/bin/getAccountPermissionGroup.js.map +1 -0
  199. package/bin/getAccountPermissionGroups.d.ts +35 -0
  200. package/bin/getAccountPermissionGroups.js +30 -0
  201. package/bin/getAccountPermissionGroups.js.map +1 -0
  202. package/bin/getAccountRole.d.ts +29 -0
  203. package/bin/getAccountRole.js +24 -0
  204. package/bin/getAccountRole.js.map +1 -0
  205. package/bin/getAccountRoles.d.ts +8 -4
  206. package/bin/getAccountRoles.js +2 -2
  207. package/bin/getAccountRoles.js.map +1 -1
  208. package/bin/getAccountSubscription.d.ts +9 -4
  209. package/bin/getAccountSubscription.js.map +1 -1
  210. package/bin/getAccountToken.d.ts +39 -0
  211. package/bin/getAccountToken.js +26 -0
  212. package/bin/getAccountToken.js.map +1 -0
  213. package/bin/getAccountTokens.d.ts +33 -0
  214. package/bin/getAccountTokens.js +26 -0
  215. package/bin/getAccountTokens.js.map +1 -0
  216. package/bin/getAccounts.d.ts +1 -1
  217. package/bin/getAccounts.js.map +1 -1
  218. package/bin/getAddressMap.d.ts +10 -18
  219. package/bin/getAddressMap.js +0 -8
  220. package/bin/getAddressMap.js.map +1 -1
  221. package/bin/getAddressMaps.d.ts +1 -1
  222. package/bin/getAddressMaps.js.map +1 -1
  223. package/bin/getApiShield.d.ts +5 -11
  224. package/bin/getApiShield.js +2 -4
  225. package/bin/getApiShield.js.map +1 -1
  226. package/bin/getApiShieldDiscoveryOperations.d.ts +54 -0
  227. package/bin/getApiShieldDiscoveryOperations.js +40 -0
  228. package/bin/getApiShieldDiscoveryOperations.js.map +1 -0
  229. package/bin/getApiShieldOperation.d.ts +17 -26
  230. package/bin/getApiShieldOperation.js +6 -18
  231. package/bin/getApiShieldOperation.js.map +1 -1
  232. package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +2 -4
  233. package/bin/getApiShieldOperationSchemaValidationSettings.js +0 -2
  234. package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -1
  235. package/bin/getApiShieldOperations.d.ts +4 -10
  236. package/bin/getApiShieldOperations.js +2 -6
  237. package/bin/getApiShieldOperations.js.map +1 -1
  238. package/bin/getApiShieldSchema.d.ts +8 -13
  239. package/bin/getApiShieldSchema.js +0 -4
  240. package/bin/getApiShieldSchema.js.map +1 -1
  241. package/bin/getApiShieldSchemaValidationSettings.d.ts +3 -10
  242. package/bin/getApiShieldSchemaValidationSettings.js +0 -4
  243. package/bin/getApiShieldSchemaValidationSettings.js.map +1 -1
  244. package/bin/getApiShieldSchemas.d.ts +1 -1
  245. package/bin/getApiShieldSchemas.js.map +1 -1
  246. package/bin/getApiToken.d.ts +1 -1
  247. package/bin/getApiToken.js.map +1 -1
  248. package/bin/getApiTokenPermissionGroupsList.d.ts +33 -0
  249. package/bin/getApiTokenPermissionGroupsList.js +28 -0
  250. package/bin/getApiTokenPermissionGroupsList.js.map +1 -0
  251. package/bin/getApiTokens.d.ts +1 -1
  252. package/bin/getApiTokens.js.map +1 -1
  253. package/bin/getArgoSmartRouting.d.ts +4 -4
  254. package/bin/getArgoSmartRouting.js.map +1 -1
  255. package/bin/getArgoTieredCaching.d.ts +5 -13
  256. package/bin/getArgoTieredCaching.js +0 -8
  257. package/bin/getArgoTieredCaching.js.map +1 -1
  258. package/bin/getAuthenticatedOriginPulls.d.ts +16 -40
  259. package/bin/getAuthenticatedOriginPulls.js +2 -26
  260. package/bin/getAuthenticatedOriginPulls.js.map +1 -1
  261. package/bin/getAuthenticatedOriginPullsCertificate.d.ts +10 -13
  262. package/bin/getAuthenticatedOriginPullsCertificate.js +0 -4
  263. package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -1
  264. package/bin/getAuthenticatedOriginPullsCertificates.d.ts +1 -1
  265. package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -1
  266. package/bin/getAuthenticatedOriginPullsSettings.d.ts +26 -0
  267. package/bin/getAuthenticatedOriginPullsSettings.js +22 -0
  268. package/bin/getAuthenticatedOriginPullsSettings.js.map +1 -0
  269. package/bin/getBotManagement.d.ts +18 -4
  270. package/bin/getBotManagement.js.map +1 -1
  271. package/bin/getBotnetFeedConfigAsn.d.ts +26 -0
  272. package/bin/getBotnetFeedConfigAsn.js +22 -0
  273. package/bin/getBotnetFeedConfigAsn.js.map +1 -0
  274. package/bin/getByoIpPrefix.d.ts +24 -12
  275. package/bin/getByoIpPrefix.js +0 -4
  276. package/bin/getByoIpPrefix.js.map +1 -1
  277. package/bin/getByoIpPrefixes.d.ts +1 -1
  278. package/bin/getByoIpPrefixes.js.map +1 -1
  279. package/bin/getCallsSfuApp.d.ts +32 -0
  280. package/bin/getCallsSfuApp.js +24 -0
  281. package/bin/getCallsSfuApp.js.map +1 -0
  282. package/bin/getCallsSfuApps.d.ts +30 -0
  283. package/bin/getCallsSfuApps.js +24 -0
  284. package/bin/getCallsSfuApps.js.map +1 -0
  285. package/bin/getCallsTurnApp.d.ts +32 -0
  286. package/bin/getCallsTurnApp.js +24 -0
  287. package/bin/getCallsTurnApp.js.map +1 -0
  288. package/bin/getCallsTurnApps.d.ts +30 -0
  289. package/bin/getCallsTurnApps.js +24 -0
  290. package/bin/getCallsTurnApps.js.map +1 -0
  291. package/bin/getCertificatePack.d.ts +16 -8
  292. package/bin/getCertificatePack.js +0 -2
  293. package/bin/getCertificatePack.js.map +1 -1
  294. package/bin/getCertificatePacks.d.ts +1 -1
  295. package/bin/getCertificatePacks.js.map +1 -1
  296. package/bin/getCloudConnectorRules.d.ts +24 -0
  297. package/bin/getCloudConnectorRules.js +22 -0
  298. package/bin/getCloudConnectorRules.js.map +1 -0
  299. package/bin/getCloudforceOneRequest.d.ts +42 -0
  300. package/bin/getCloudforceOneRequest.js +26 -0
  301. package/bin/getCloudforceOneRequest.js.map +1 -0
  302. package/bin/getCloudforceOneRequestAsset.d.ts +32 -0
  303. package/bin/getCloudforceOneRequestAsset.js +26 -0
  304. package/bin/getCloudforceOneRequestAsset.js.map +1 -0
  305. package/bin/getCloudforceOneRequestMessage.d.ts +48 -0
  306. package/bin/getCloudforceOneRequestMessage.js +36 -0
  307. package/bin/getCloudforceOneRequestMessage.js.map +1 -0
  308. package/bin/getCloudforceOneRequestPriority.d.ts +37 -0
  309. package/bin/getCloudforceOneRequestPriority.js +24 -0
  310. package/bin/getCloudforceOneRequestPriority.js.map +1 -0
  311. package/bin/getCloudforceOneRequests.d.ts +60 -0
  312. package/bin/getCloudforceOneRequests.js +44 -0
  313. package/bin/getCloudforceOneRequests.js.map +1 -0
  314. package/bin/getConnectivityDirectoryService.d.ts +37 -0
  315. package/bin/getConnectivityDirectoryService.js +26 -0
  316. package/bin/getConnectivityDirectoryService.js.map +1 -0
  317. package/bin/getConnectivityDirectoryServices.d.ts +33 -0
  318. package/bin/getConnectivityDirectoryServices.js +26 -0
  319. package/bin/getConnectivityDirectoryServices.js.map +1 -0
  320. package/bin/getContentScanning.d.ts +27 -0
  321. package/bin/getContentScanning.js +22 -0
  322. package/bin/getContentScanning.js.map +1 -0
  323. package/bin/getContentScanningExpressions.d.ts +30 -0
  324. package/bin/getContentScanningExpressions.js +24 -0
  325. package/bin/getContentScanningExpressions.js.map +1 -0
  326. package/bin/getCustomHostname.d.ts +5 -5
  327. package/bin/getCustomHostname.js +0 -2
  328. package/bin/getCustomHostname.js.map +1 -1
  329. package/bin/getCustomHostnameFallbackOrigin.d.ts +6 -19
  330. package/bin/getCustomHostnameFallbackOrigin.js +0 -10
  331. package/bin/getCustomHostnameFallbackOrigin.js.map +1 -1
  332. package/bin/getCustomHostnames.d.ts +1 -1
  333. package/bin/getCustomHostnames.js.map +1 -1
  334. package/bin/getCustomPages.d.ts +35 -0
  335. package/bin/getCustomPages.js +26 -0
  336. package/bin/getCustomPages.js.map +1 -0
  337. package/bin/getCustomPagesList.d.ts +33 -0
  338. package/bin/getCustomPagesList.js +28 -0
  339. package/bin/getCustomPagesList.js.map +1 -0
  340. package/bin/getCustomSsl.d.ts +4 -4
  341. package/bin/getCustomSsl.js +0 -2
  342. package/bin/getCustomSsl.js.map +1 -1
  343. package/bin/getCustomSsls.d.ts +1 -1
  344. package/bin/getCustomSsls.js.map +1 -1
  345. package/bin/getD1Database.d.ts +8 -14
  346. package/bin/getD1Database.js +0 -6
  347. package/bin/getD1Database.js.map +1 -1
  348. package/bin/getD1Databases.d.ts +1 -1
  349. package/bin/getD1Databases.js.map +1 -1
  350. package/bin/getDcvDelegation.d.ts +2 -4
  351. package/bin/getDcvDelegation.js +0 -2
  352. package/bin/getDcvDelegation.js.map +1 -1
  353. package/bin/getDnsFirewall.d.ts +38 -0
  354. package/bin/getDnsFirewall.js +24 -0
  355. package/bin/getDnsFirewall.js.map +1 -0
  356. package/bin/getDnsFirewalls.d.ts +30 -0
  357. package/bin/getDnsFirewalls.js +24 -0
  358. package/bin/getDnsFirewalls.js.map +1 -0
  359. package/bin/getDnsRecord.d.ts +10 -6
  360. package/bin/getDnsRecord.js +0 -2
  361. package/bin/getDnsRecord.js.map +1 -1
  362. package/bin/getDnsRecords.d.ts +7 -7
  363. package/bin/getDnsRecords.js.map +1 -1
  364. package/bin/getDnsZoneTransfersAcl.d.ts +27 -0
  365. package/bin/getDnsZoneTransfersAcl.js +24 -0
  366. package/bin/getDnsZoneTransfersAcl.js.map +1 -0
  367. package/bin/getDnsZoneTransfersAcls.d.ts +30 -0
  368. package/bin/getDnsZoneTransfersAcls.js +24 -0
  369. package/bin/getDnsZoneTransfersAcls.js.map +1 -0
  370. package/bin/getDnsZoneTransfersIncoming.d.ts +29 -0
  371. package/bin/getDnsZoneTransfersIncoming.js +22 -0
  372. package/bin/getDnsZoneTransfersIncoming.js.map +1 -0
  373. package/bin/getDnsZoneTransfersOutgoing.d.ts +28 -0
  374. package/bin/getDnsZoneTransfersOutgoing.js +22 -0
  375. package/bin/getDnsZoneTransfersOutgoing.js.map +1 -0
  376. package/bin/getDnsZoneTransfersPeer.d.ts +30 -0
  377. package/bin/getDnsZoneTransfersPeer.js +24 -0
  378. package/bin/getDnsZoneTransfersPeer.js.map +1 -0
  379. package/bin/getDnsZoneTransfersPeers.d.ts +30 -0
  380. package/bin/getDnsZoneTransfersPeers.js +24 -0
  381. package/bin/getDnsZoneTransfersPeers.js.map +1 -0
  382. package/bin/getDnsZoneTransfersTsig.d.ts +28 -0
  383. package/bin/getDnsZoneTransfersTsig.js +24 -0
  384. package/bin/getDnsZoneTransfersTsig.js.map +1 -0
  385. package/bin/getDnsZoneTransfersTsigs.d.ts +30 -0
  386. package/bin/getDnsZoneTransfersTsigs.js +24 -0
  387. package/bin/getDnsZoneTransfersTsigs.js.map +1 -0
  388. package/bin/getEmailRoutingAddress.d.ts +8 -5
  389. package/bin/getEmailRoutingAddress.js +0 -2
  390. package/bin/getEmailRoutingAddress.js.map +1 -1
  391. package/bin/getEmailRoutingAddresses.d.ts +1 -1
  392. package/bin/getEmailRoutingAddresses.js.map +1 -1
  393. package/bin/getEmailRoutingCatchAll.d.ts +9 -19
  394. package/bin/getEmailRoutingCatchAll.js +0 -12
  395. package/bin/getEmailRoutingCatchAll.js.map +1 -1
  396. package/bin/getEmailRoutingDns.d.ts +31 -0
  397. package/bin/getEmailRoutingDns.js +24 -0
  398. package/bin/getEmailRoutingDns.js.map +1 -0
  399. package/bin/getEmailRoutingRule.d.ts +8 -5
  400. package/bin/getEmailRoutingRule.js +0 -2
  401. package/bin/getEmailRoutingRule.js.map +1 -1
  402. package/bin/getEmailRoutingRules.d.ts +1 -1
  403. package/bin/getEmailRoutingRules.js.map +1 -1
  404. package/bin/getEmailRoutingSettings.d.ts +10 -23
  405. package/bin/getEmailRoutingSettings.js +0 -16
  406. package/bin/getEmailRoutingSettings.js.map +1 -1
  407. package/bin/getEmailSecurityBlockSender.d.ts +36 -0
  408. package/bin/getEmailSecurityBlockSender.js +26 -0
  409. package/bin/getEmailSecurityBlockSender.js.map +1 -0
  410. package/bin/getEmailSecurityBlockSenders.d.ts +45 -0
  411. package/bin/getEmailSecurityBlockSenders.js +34 -0
  412. package/bin/getEmailSecurityBlockSenders.js.map +1 -0
  413. package/bin/getEmailSecurityImpersonationRegistries.d.ts +42 -0
  414. package/bin/getEmailSecurityImpersonationRegistries.js +32 -0
  415. package/bin/getEmailSecurityImpersonationRegistries.js.map +1 -0
  416. package/bin/getEmailSecurityImpersonationRegistry.d.ts +43 -0
  417. package/bin/getEmailSecurityImpersonationRegistry.js +26 -0
  418. package/bin/getEmailSecurityImpersonationRegistry.js.map +1 -0
  419. package/bin/getEmailSecurityTrustedDomains.d.ts +37 -0
  420. package/bin/getEmailSecurityTrustedDomains.js +26 -0
  421. package/bin/getEmailSecurityTrustedDomains.js.map +1 -0
  422. package/bin/getEmailSecurityTrustedDomainsList.d.ts +48 -0
  423. package/bin/getEmailSecurityTrustedDomainsList.js +36 -0
  424. package/bin/getEmailSecurityTrustedDomainsList.js.map +1 -0
  425. package/bin/getFilter.d.ts +8 -7
  426. package/bin/getFilter.js +4 -6
  427. package/bin/getFilter.js.map +1 -1
  428. package/bin/getFilters.d.ts +4 -4
  429. package/bin/getFilters.js +2 -2
  430. package/bin/getFilters.js.map +1 -1
  431. package/bin/getFirewallRule.d.ts +8 -11
  432. package/bin/getFirewallRule.js +4 -8
  433. package/bin/getFirewallRule.js.map +1 -1
  434. package/bin/getFirewallRules.d.ts +4 -4
  435. package/bin/getFirewallRules.js +2 -2
  436. package/bin/getFirewallRules.js.map +1 -1
  437. package/bin/getHealthcheck.d.ts +8 -12
  438. package/bin/getHealthcheck.js +0 -4
  439. package/bin/getHealthcheck.js.map +1 -1
  440. package/bin/getHealthchecks.d.ts +1 -1
  441. package/bin/getHealthchecks.js.map +1 -1
  442. package/bin/getHostnameTlsSetting.d.ts +6 -4
  443. package/bin/getHostnameTlsSetting.js.map +1 -1
  444. package/bin/getHyperdriveConfig.d.ts +12 -15
  445. package/bin/getHyperdriveConfig.js +0 -4
  446. package/bin/getHyperdriveConfig.js.map +1 -1
  447. package/bin/getHyperdriveConfigs.d.ts +1 -1
  448. package/bin/getHyperdriveConfigs.js.map +1 -1
  449. package/bin/getImage.d.ts +31 -0
  450. package/bin/getImage.js +24 -0
  451. package/bin/getImage.js.map +1 -0
  452. package/bin/getImageVariant.d.ts +27 -0
  453. package/bin/getImageVariant.js +24 -0
  454. package/bin/getImageVariant.js.map +1 -0
  455. package/bin/getImages.d.ts +33 -0
  456. package/bin/getImages.js +26 -0
  457. package/bin/getImages.js.map +1 -0
  458. package/bin/getIpRanges.d.ts +11 -8
  459. package/bin/getIpRanges.js +2 -2
  460. package/bin/getIpRanges.js.map +1 -1
  461. package/bin/getKeylessCertificate.d.ts +8 -12
  462. package/bin/getKeylessCertificate.js +0 -4
  463. package/bin/getKeylessCertificate.js.map +1 -1
  464. package/bin/getKeylessCertificates.d.ts +1 -1
  465. package/bin/getKeylessCertificates.js.map +1 -1
  466. package/bin/getLeakedCredentialCheck.d.ts +26 -0
  467. package/bin/getLeakedCredentialCheck.js +22 -0
  468. package/bin/getLeakedCredentialCheck.js.map +1 -0
  469. package/bin/getLeakedCredentialCheckRule.d.ts +27 -0
  470. package/bin/getLeakedCredentialCheckRule.js +24 -0
  471. package/bin/getLeakedCredentialCheckRule.js.map +1 -0
  472. package/bin/getLeakedCredentialCheckRules.d.ts +30 -0
  473. package/bin/getLeakedCredentialCheckRules.js +24 -0
  474. package/bin/getLeakedCredentialCheckRules.js.map +1 -0
  475. package/bin/getList.d.ts +20 -36
  476. package/bin/getList.js +2 -20
  477. package/bin/getList.js.map +1 -1
  478. package/bin/getListItem.d.ts +18 -18
  479. package/bin/getListItem.js +2 -6
  480. package/bin/getListItem.js.map +1 -1
  481. package/bin/getListItems.d.ts +4 -1
  482. package/bin/getListItems.js +2 -0
  483. package/bin/getListItems.js.map +1 -1
  484. package/bin/getLists.d.ts +1 -1
  485. package/bin/getLists.js.map +1 -1
  486. package/bin/getLoadBalancer.d.ts +20 -12
  487. package/bin/getLoadBalancer.js +4 -4
  488. package/bin/getLoadBalancer.js.map +1 -1
  489. package/bin/getLoadBalancerMonitor.d.ts +8 -13
  490. package/bin/getLoadBalancerMonitor.js +0 -4
  491. package/bin/getLoadBalancerMonitor.js.map +1 -1
  492. package/bin/getLoadBalancerMonitors.d.ts +1 -1
  493. package/bin/getLoadBalancerMonitors.js.map +1 -1
  494. package/bin/getLoadBalancerPool.d.ts +6 -5
  495. package/bin/getLoadBalancerPool.js +0 -2
  496. package/bin/getLoadBalancerPool.js.map +1 -1
  497. package/bin/getLoadBalancerPools.d.ts +1 -1
  498. package/bin/getLoadBalancerPools.js.map +1 -1
  499. package/bin/getLoadBalancers.d.ts +1 -1
  500. package/bin/getLoadBalancers.js.map +1 -1
  501. package/bin/getLogpullRetention.d.ts +2 -7
  502. package/bin/getLogpullRetention.js +0 -2
  503. package/bin/getLogpullRetention.js.map +1 -1
  504. package/bin/getLogpushDatasetField.d.ts +31 -0
  505. package/bin/getLogpushDatasetField.js +28 -0
  506. package/bin/getLogpushDatasetField.js.map +1 -0
  507. package/bin/getLogpushDatasetJob.d.ts +49 -0
  508. package/bin/getLogpushDatasetJob.js +28 -0
  509. package/bin/getLogpushDatasetJob.js.map +1 -0
  510. package/bin/getLogpushJob.d.ts +11 -9
  511. package/bin/getLogpushJob.js +0 -4
  512. package/bin/getLogpushJob.js.map +1 -1
  513. package/bin/getLogpushJobs.d.ts +1 -1
  514. package/bin/getLogpushJobs.js.map +1 -1
  515. package/bin/getMagicNetworkMonitoringConfiguration.d.ts +30 -0
  516. package/bin/getMagicNetworkMonitoringConfiguration.js +22 -0
  517. package/bin/getMagicNetworkMonitoringConfiguration.js.map +1 -0
  518. package/bin/getMagicNetworkMonitoringRule.d.ts +35 -0
  519. package/bin/getMagicNetworkMonitoringRule.js +24 -0
  520. package/bin/getMagicNetworkMonitoringRule.js.map +1 -0
  521. package/bin/getMagicNetworkMonitoringRules.d.ts +30 -0
  522. package/bin/getMagicNetworkMonitoringRules.js +24 -0
  523. package/bin/getMagicNetworkMonitoringRules.js.map +1 -0
  524. package/bin/getMagicTransitConnector.d.ts +36 -0
  525. package/bin/getMagicTransitConnector.js +24 -0
  526. package/bin/getMagicTransitConnector.js.map +1 -0
  527. package/bin/getMagicTransitConnectors.d.ts +30 -0
  528. package/bin/getMagicTransitConnectors.js +24 -0
  529. package/bin/getMagicTransitConnectors.js.map +1 -0
  530. package/bin/getMagicTransitSite.d.ts +36 -0
  531. package/bin/getMagicTransitSite.js +26 -0
  532. package/bin/getMagicTransitSite.js.map +1 -0
  533. package/bin/getMagicTransitSiteAcl.d.ts +36 -0
  534. package/bin/getMagicTransitSiteAcl.js +26 -0
  535. package/bin/getMagicTransitSiteAcl.js.map +1 -0
  536. package/bin/getMagicTransitSiteAcls.d.ts +33 -0
  537. package/bin/getMagicTransitSiteAcls.js +26 -0
  538. package/bin/getMagicTransitSiteAcls.js.map +1 -0
  539. package/bin/getMagicTransitSiteLan.d.ts +36 -0
  540. package/bin/getMagicTransitSiteLan.js +26 -0
  541. package/bin/getMagicTransitSiteLan.js.map +1 -0
  542. package/bin/getMagicTransitSiteLans.d.ts +33 -0
  543. package/bin/getMagicTransitSiteLans.js +26 -0
  544. package/bin/getMagicTransitSiteLans.js.map +1 -0
  545. package/bin/getMagicTransitSiteWan.d.ts +35 -0
  546. package/bin/getMagicTransitSiteWan.js +26 -0
  547. package/bin/getMagicTransitSiteWan.js.map +1 -0
  548. package/bin/getMagicTransitSiteWans.d.ts +33 -0
  549. package/bin/getMagicTransitSiteWans.js +26 -0
  550. package/bin/getMagicTransitSiteWans.js.map +1 -0
  551. package/bin/getMagicTransitSites.d.ts +33 -0
  552. package/bin/getMagicTransitSites.js +26 -0
  553. package/bin/getMagicTransitSites.js.map +1 -0
  554. package/bin/getMagicWanGreTunnel.d.ts +2 -8
  555. package/bin/getMagicWanGreTunnel.js +0 -2
  556. package/bin/getMagicWanGreTunnel.js.map +1 -1
  557. package/bin/getMagicWanIpsecTunnel.d.ts +2 -8
  558. package/bin/getMagicWanIpsecTunnel.js +0 -2
  559. package/bin/getMagicWanIpsecTunnel.js.map +1 -1
  560. package/bin/getMagicWanStaticRoute.d.ts +2 -8
  561. package/bin/getMagicWanStaticRoute.js +0 -2
  562. package/bin/getMagicWanStaticRoute.js.map +1 -1
  563. package/bin/getManagedTransforms.d.ts +25 -0
  564. package/bin/getManagedTransforms.js +22 -0
  565. package/bin/getManagedTransforms.js.map +1 -0
  566. package/bin/getMtlsCertificate.d.ts +8 -13
  567. package/bin/getMtlsCertificate.js +0 -4
  568. package/bin/getMtlsCertificate.js.map +1 -1
  569. package/bin/getMtlsCertificates.d.ts +1 -1
  570. package/bin/getMtlsCertificates.js.map +1 -1
  571. package/bin/getNotificationPolicies.d.ts +1 -1
  572. package/bin/getNotificationPolicies.js.map +1 -1
  573. package/bin/getNotificationPolicy.d.ts +9 -15
  574. package/bin/getNotificationPolicy.js +0 -4
  575. package/bin/getNotificationPolicy.js.map +1 -1
  576. package/bin/getNotificationPolicyWebhooks.d.ts +8 -13
  577. package/bin/getNotificationPolicyWebhooks.js +0 -4
  578. package/bin/getNotificationPolicyWebhooks.js.map +1 -1
  579. package/bin/getNotificationPolicyWebhooksList.d.ts +1 -1
  580. package/bin/getNotificationPolicyWebhooksList.js.map +1 -1
  581. package/bin/getObservatoryScheduledTest.d.ts +6 -4
  582. package/bin/getObservatoryScheduledTest.js +4 -2
  583. package/bin/getObservatoryScheduledTest.js.map +1 -1
  584. package/bin/getOrganization.d.ts +32 -0
  585. package/bin/getOrganization.js +26 -0
  586. package/bin/getOrganization.js.map +1 -0
  587. package/bin/getOrganizationProfile.d.ts +30 -0
  588. package/bin/getOrganizationProfile.js +22 -0
  589. package/bin/getOrganizationProfile.js.map +1 -0
  590. package/bin/getOrganizations.d.ts +42 -0
  591. package/bin/getOrganizations.js +36 -0
  592. package/bin/getOrganizations.js.map +1 -0
  593. package/bin/getOriginCaCertificate.d.ts +1 -1
  594. package/bin/getOriginCaCertificate.js.map +1 -1
  595. package/bin/getOriginCaCertificates.d.ts +11 -5
  596. package/bin/getOriginCaCertificates.js +4 -2
  597. package/bin/getOriginCaCertificates.js.map +1 -1
  598. package/bin/getPageRule.d.ts +5 -4
  599. package/bin/getPageRule.js.map +1 -1
  600. package/bin/getPageShieldConnections.d.ts +37 -0
  601. package/bin/getPageShieldConnections.js +24 -0
  602. package/bin/getPageShieldConnections.js.map +1 -0
  603. package/bin/getPageShieldConnectionsList.d.ts +66 -0
  604. package/bin/getPageShieldConnectionsList.js +48 -0
  605. package/bin/getPageShieldConnectionsList.js.map +1 -0
  606. package/bin/getPageShieldCookies.d.ts +38 -0
  607. package/bin/getPageShieldCookies.js +24 -0
  608. package/bin/getPageShieldCookies.js.map +1 -0
  609. package/bin/getPageShieldCookiesList.d.ts +72 -0
  610. package/bin/getPageShieldCookiesList.js +52 -0
  611. package/bin/getPageShieldCookiesList.js.map +1 -0
  612. package/bin/getPageShieldPolicies.d.ts +30 -0
  613. package/bin/getPageShieldPolicies.js +24 -0
  614. package/bin/getPageShieldPolicies.js.map +1 -0
  615. package/bin/getPageShieldPolicy.d.ts +30 -0
  616. package/bin/getPageShieldPolicy.js +24 -0
  617. package/bin/getPageShieldPolicy.js.map +1 -0
  618. package/bin/getPageShieldScripts.d.ts +47 -0
  619. package/bin/getPageShieldScripts.js +24 -0
  620. package/bin/getPageShieldScripts.js.map +1 -0
  621. package/bin/getPageShieldScriptsList.d.ts +69 -0
  622. package/bin/getPageShieldScriptsList.js +50 -0
  623. package/bin/getPageShieldScriptsList.js.map +1 -0
  624. package/bin/getPagesDomain.d.ts +11 -15
  625. package/bin/getPagesDomain.js +0 -4
  626. package/bin/getPagesDomain.js.map +1 -1
  627. package/bin/getPagesDomains.d.ts +1 -1
  628. package/bin/getPagesDomains.js.map +1 -1
  629. package/bin/getPagesProject.d.ts +19 -71
  630. package/bin/getPagesProject.js +0 -40
  631. package/bin/getPagesProject.js.map +1 -1
  632. package/bin/getPagesProjects.d.ts +1 -1
  633. package/bin/getPagesProjects.js.map +1 -1
  634. package/bin/getQueue.d.ts +8 -14
  635. package/bin/getQueue.js +0 -4
  636. package/bin/getQueue.js.map +1 -1
  637. package/bin/getQueueConsumer.d.ts +35 -0
  638. package/bin/getQueueConsumer.js +24 -0
  639. package/bin/getQueueConsumer.js.map +1 -0
  640. package/bin/getQueueConsumers.d.ts +33 -0
  641. package/bin/getQueueConsumers.js +26 -0
  642. package/bin/getQueueConsumers.js.map +1 -0
  643. package/bin/getQueues.d.ts +1 -1
  644. package/bin/getQueues.js.map +1 -1
  645. package/bin/getR2Bucket.d.ts +5 -15
  646. package/bin/getR2Bucket.js +0 -8
  647. package/bin/getR2Bucket.js.map +1 -1
  648. package/bin/getR2BucketCors.d.ts +30 -0
  649. package/bin/getR2BucketCors.js +24 -0
  650. package/bin/getR2BucketCors.js.map +1 -0
  651. package/bin/getR2BucketEventNotification.d.ts +34 -0
  652. package/bin/getR2BucketEventNotification.js +26 -0
  653. package/bin/getR2BucketEventNotification.js.map +1 -0
  654. package/bin/getR2BucketLifecycle.d.ts +30 -0
  655. package/bin/getR2BucketLifecycle.js +24 -0
  656. package/bin/getR2BucketLifecycle.js.map +1 -0
  657. package/bin/getR2BucketLock.d.ts +30 -0
  658. package/bin/getR2BucketLock.js +24 -0
  659. package/bin/getR2BucketLock.js.map +1 -0
  660. package/bin/getR2BucketSippy.d.ts +32 -0
  661. package/bin/getR2BucketSippy.js +24 -0
  662. package/bin/getR2BucketSippy.js.map +1 -0
  663. package/bin/getR2CustomDomain.d.ts +38 -0
  664. package/bin/getR2CustomDomain.js +26 -0
  665. package/bin/getR2CustomDomain.js.map +1 -0
  666. package/bin/getRateLimit.d.ts +15 -32
  667. package/bin/getRateLimit.js +4 -22
  668. package/bin/getRateLimit.js.map +1 -1
  669. package/bin/getRateLimits.d.ts +4 -4
  670. package/bin/getRateLimits.js +2 -2
  671. package/bin/getRateLimits.js.map +1 -1
  672. package/bin/getRegionalHostname.d.ts +8 -15
  673. package/bin/getRegionalHostname.js +0 -4
  674. package/bin/getRegionalHostname.js.map +1 -1
  675. package/bin/getRegionalHostnames.d.ts +1 -1
  676. package/bin/getRegionalHostnames.js.map +1 -1
  677. package/bin/getRegionalTieredCache.d.ts +5 -12
  678. package/bin/getRegionalTieredCache.js +0 -6
  679. package/bin/getRegionalTieredCache.js.map +1 -1
  680. package/bin/getRegistrarDomain.d.ts +28 -0
  681. package/bin/getRegistrarDomain.js +24 -0
  682. package/bin/getRegistrarDomain.js.map +1 -0
  683. package/bin/getRegistrarDomains.d.ts +30 -0
  684. package/bin/getRegistrarDomains.js +24 -0
  685. package/bin/getRegistrarDomains.js.map +1 -0
  686. package/bin/getResourceGroup.d.ts +29 -0
  687. package/bin/getResourceGroup.js +24 -0
  688. package/bin/getResourceGroup.js.map +1 -0
  689. package/bin/getResourceGroups.d.ts +32 -0
  690. package/bin/getResourceGroups.js +28 -0
  691. package/bin/getResourceGroups.js.map +1 -0
  692. package/bin/getRuleset.d.ts +14 -9
  693. package/bin/getRuleset.js +2 -4
  694. package/bin/getRuleset.js.map +1 -1
  695. package/bin/getRulesets.d.ts +5 -1
  696. package/bin/getRulesets.js.map +1 -1
  697. package/bin/getSchemaValidationOperationSettings.d.ts +29 -0
  698. package/bin/getSchemaValidationOperationSettings.js +24 -0
  699. package/bin/getSchemaValidationOperationSettings.js.map +1 -0
  700. package/bin/getSchemaValidationOperationSettingsList.d.ts +30 -0
  701. package/bin/getSchemaValidationOperationSettingsList.js +24 -0
  702. package/bin/getSchemaValidationOperationSettingsList.js.map +1 -0
  703. package/bin/getSchemaValidationSchemas.d.ts +38 -0
  704. package/bin/getSchemaValidationSchemas.js +28 -0
  705. package/bin/getSchemaValidationSchemas.js.map +1 -0
  706. package/bin/getSchemaValidationSchemasList.d.ts +36 -0
  707. package/bin/getSchemaValidationSchemasList.js +28 -0
  708. package/bin/getSchemaValidationSchemasList.js.map +1 -0
  709. package/bin/getSchemaValidationSettings.d.ts +27 -0
  710. package/bin/getSchemaValidationSettings.js +22 -0
  711. package/bin/getSchemaValidationSettings.js.map +1 -0
  712. package/bin/getSnippet.d.ts +30 -0
  713. package/bin/getSnippet.js +24 -0
  714. package/bin/getSnippet.js.map +1 -0
  715. package/bin/getSnippetList.d.ts +30 -0
  716. package/bin/getSnippetList.js +24 -0
  717. package/bin/getSnippetList.js.map +1 -0
  718. package/bin/getSnippetRulesList.d.ts +30 -0
  719. package/bin/getSnippetRulesList.js +24 -0
  720. package/bin/getSnippetRulesList.js.map +1 -0
  721. package/bin/getSnippets.d.ts +30 -0
  722. package/bin/getSnippets.js +24 -0
  723. package/bin/getSnippets.js.map +1 -0
  724. package/bin/getSnippetsList.d.ts +30 -0
  725. package/bin/getSnippetsList.js +24 -0
  726. package/bin/getSnippetsList.js.map +1 -0
  727. package/bin/getSpectrumApplication.d.ts +22 -7
  728. package/bin/getSpectrumApplication.js +2 -0
  729. package/bin/getSpectrumApplication.js.map +1 -1
  730. package/bin/getSpectrumApplications.d.ts +36 -0
  731. package/bin/getSpectrumApplications.js +28 -0
  732. package/bin/getSpectrumApplications.js.map +1 -0
  733. package/bin/getSsoConnector.d.ts +32 -0
  734. package/bin/getSsoConnector.js +24 -0
  735. package/bin/getSsoConnector.js.map +1 -0
  736. package/bin/getSsoConnectors.d.ts +30 -0
  737. package/bin/getSsoConnectors.js +24 -0
  738. package/bin/getSsoConnectors.js.map +1 -0
  739. package/bin/getStream.d.ts +52 -0
  740. package/bin/getStream.js +24 -0
  741. package/bin/getStream.js.map +1 -0
  742. package/bin/getStreamAudioTrack.d.ts +32 -0
  743. package/bin/getStreamAudioTrack.js +24 -0
  744. package/bin/getStreamAudioTrack.js.map +1 -0
  745. package/bin/getStreamCaptionLanguage.d.ts +34 -0
  746. package/bin/getStreamCaptionLanguage.js +26 -0
  747. package/bin/getStreamCaptionLanguage.js.map +1 -0
  748. package/bin/getStreamDownload.d.ts +28 -0
  749. package/bin/getStreamDownload.js +24 -0
  750. package/bin/getStreamDownload.js.map +1 -0
  751. package/bin/getStreamKey.d.ts +23 -0
  752. package/bin/getStreamKey.js +22 -0
  753. package/bin/getStreamKey.js.map +1 -0
  754. package/bin/getStreamLiveInput.d.ts +42 -0
  755. package/bin/getStreamLiveInput.js +24 -0
  756. package/bin/getStreamLiveInput.js.map +1 -0
  757. package/bin/getStreamWatermark.d.ts +39 -0
  758. package/bin/getStreamWatermark.js +24 -0
  759. package/bin/getStreamWatermark.js.map +1 -0
  760. package/bin/getStreamWatermarks.d.ts +30 -0
  761. package/bin/getStreamWatermarks.js +24 -0
  762. package/bin/getStreamWatermarks.js.map +1 -0
  763. package/bin/getStreamWebhook.d.ts +25 -0
  764. package/bin/getStreamWebhook.js +22 -0
  765. package/bin/getStreamWebhook.js.map +1 -0
  766. package/bin/getStreams.d.ts +57 -0
  767. package/bin/getStreams.js +42 -0
  768. package/bin/getStreams.js.map +1 -0
  769. package/bin/getTieredCache.d.ts +5 -13
  770. package/bin/getTieredCache.js +0 -8
  771. package/bin/getTieredCache.js.map +1 -1
  772. package/bin/getTokenValidationConfig.d.ts +33 -0
  773. package/bin/getTokenValidationConfig.js +24 -0
  774. package/bin/getTokenValidationConfig.js.map +1 -0
  775. package/bin/getTokenValidationConfigs.d.ts +30 -0
  776. package/bin/getTokenValidationConfigs.js +24 -0
  777. package/bin/getTokenValidationConfigs.js.map +1 -0
  778. package/bin/getTokenValidationRules.d.ts +38 -0
  779. package/bin/getTokenValidationRules.js +26 -0
  780. package/bin/getTokenValidationRules.js.map +1 -0
  781. package/bin/getTokenValidationRulesList.d.ts +47 -0
  782. package/bin/getTokenValidationRulesList.js +38 -0
  783. package/bin/getTokenValidationRulesList.js.map +1 -0
  784. package/bin/getTotalTls.d.ts +4 -13
  785. package/bin/getTotalTls.js +0 -6
  786. package/bin/getTotalTls.js.map +1 -1
  787. package/bin/getTurnstileWidget.d.ts +7 -11
  788. package/bin/getTurnstileWidget.js +0 -4
  789. package/bin/getTurnstileWidget.js.map +1 -1
  790. package/bin/getTurnstileWidgets.d.ts +1 -1
  791. package/bin/getTurnstileWidgets.js.map +1 -1
  792. package/bin/getUniversalSslSetting.d.ts +23 -0
  793. package/bin/getUniversalSslSetting.js +22 -0
  794. package/bin/getUniversalSslSetting.js.map +1 -0
  795. package/bin/getUrlNormalizationSettings.d.ts +3 -10
  796. package/bin/getUrlNormalizationSettings.js +0 -4
  797. package/bin/getUrlNormalizationSettings.js.map +1 -1
  798. package/bin/getUser.d.ts +15 -3
  799. package/bin/getUser.js.map +1 -1
  800. package/bin/getUserAgentBlockingRule.d.ts +12 -19
  801. package/bin/getUserAgentBlockingRule.js +4 -14
  802. package/bin/getUserAgentBlockingRule.js.map +1 -1
  803. package/bin/getUserAgentBlockingRules.d.ts +10 -10
  804. package/bin/getUserAgentBlockingRules.js +6 -6
  805. package/bin/getUserAgentBlockingRules.js.map +1 -1
  806. package/bin/getWaitingRoom.d.ts +10 -12
  807. package/bin/getWaitingRoom.js +0 -4
  808. package/bin/getWaitingRoom.js.map +1 -1
  809. package/bin/getWaitingRoomEvent.d.ts +13 -16
  810. package/bin/getWaitingRoomEvent.js +0 -4
  811. package/bin/getWaitingRoomEvent.js.map +1 -1
  812. package/bin/getWaitingRoomEvents.d.ts +1 -1
  813. package/bin/getWaitingRoomEvents.js.map +1 -1
  814. package/bin/getWaitingRoomRules.d.ts +7 -4
  815. package/bin/getWaitingRoomRules.js.map +1 -1
  816. package/bin/getWaitingRoomSettings.d.ts +23 -0
  817. package/bin/getWaitingRoomSettings.js +22 -0
  818. package/bin/getWaitingRoomSettings.js.map +1 -0
  819. package/bin/getWaitingRooms.d.ts +8 -5
  820. package/bin/getWaitingRooms.js +4 -0
  821. package/bin/getWaitingRooms.js.map +1 -1
  822. package/bin/getWeb3Hostname.d.ts +8 -13
  823. package/bin/getWeb3Hostname.js +0 -4
  824. package/bin/getWeb3Hostname.js.map +1 -1
  825. package/bin/getWeb3Hostnames.d.ts +1 -1
  826. package/bin/getWeb3Hostnames.js.map +1 -1
  827. package/bin/getWebAnalyticsSite.d.ts +5 -8
  828. package/bin/getWebAnalyticsSite.js +0 -2
  829. package/bin/getWebAnalyticsSite.js.map +1 -1
  830. package/bin/getWebAnalyticsSites.d.ts +1 -1
  831. package/bin/getWebAnalyticsSites.js.map +1 -1
  832. package/bin/getWorker.d.ts +35 -0
  833. package/bin/getWorker.js +24 -0
  834. package/bin/getWorker.js.map +1 -0
  835. package/bin/getWorkerVersion.d.ts +51 -0
  836. package/bin/getWorkerVersion.js +28 -0
  837. package/bin/getWorkerVersion.js.map +1 -0
  838. package/bin/getWorkerVersions.d.ts +33 -0
  839. package/bin/getWorkerVersions.js +26 -0
  840. package/bin/getWorkerVersions.js.map +1 -0
  841. package/bin/getWorkers.d.ts +30 -0
  842. package/bin/getWorkers.js +24 -0
  843. package/bin/getWorkers.js.map +1 -0
  844. package/bin/getWorkersCronTrigger.d.ts +2 -8
  845. package/bin/getWorkersCronTrigger.js +0 -2
  846. package/bin/getWorkersCronTrigger.js.map +1 -1
  847. package/bin/getWorkersCustomDomain.d.ts +8 -5
  848. package/bin/getWorkersCustomDomain.js +0 -2
  849. package/bin/getWorkersCustomDomain.js.map +1 -1
  850. package/bin/getWorkersCustomDomains.d.ts +1 -1
  851. package/bin/getWorkersCustomDomains.js.map +1 -1
  852. package/bin/getWorkersDeployment.d.ts +35 -0
  853. package/bin/getWorkersDeployment.js +26 -0
  854. package/bin/getWorkersDeployment.js.map +1 -0
  855. package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +9 -16
  856. package/bin/getWorkersForPlatformsDispatchNamespace.js +0 -4
  857. package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -1
  858. package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +1 -1
  859. package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -1
  860. package/bin/getWorkersKv.d.ts +1 -4
  861. package/bin/getWorkersKv.js.map +1 -1
  862. package/bin/getWorkersKvNamespace.d.ts +5 -5
  863. package/bin/getWorkersKvNamespace.js +0 -2
  864. package/bin/getWorkersKvNamespace.js.map +1 -1
  865. package/bin/getWorkersKvNamespaces.d.ts +1 -1
  866. package/bin/getWorkersKvNamespaces.js.map +1 -1
  867. package/bin/getWorkersRoute.d.ts +27 -0
  868. package/bin/getWorkersRoute.js +24 -0
  869. package/bin/getWorkersRoute.js.map +1 -0
  870. package/bin/getWorkersRoutes.d.ts +30 -0
  871. package/bin/getWorkersRoutes.js +24 -0
  872. package/bin/getWorkersRoutes.js.map +1 -0
  873. package/bin/getWorkersScript.d.ts +6 -29
  874. package/bin/getWorkersScript.js +0 -18
  875. package/bin/getWorkersScript.js.map +1 -1
  876. package/bin/getWorkersScriptSubdomain.d.ts +30 -0
  877. package/bin/getWorkersScriptSubdomain.js +24 -0
  878. package/bin/getWorkersScriptSubdomain.js.map +1 -0
  879. package/bin/getWorkersScripts.d.ts +4 -1
  880. package/bin/getWorkersScripts.js +2 -0
  881. package/bin/getWorkersScripts.js.map +1 -1
  882. package/bin/getWorkflow.d.ts +37 -0
  883. package/bin/getWorkflow.js +26 -0
  884. package/bin/getWorkflow.js.map +1 -0
  885. package/bin/getWorkflows.d.ts +33 -0
  886. package/bin/getWorkflows.js +26 -0
  887. package/bin/getWorkflows.js.map +1 -0
  888. package/bin/getZeroTrustAccessAiControlsMcpPortal.d.ts +37 -0
  889. package/bin/getZeroTrustAccessAiControlsMcpPortal.js +26 -0
  890. package/bin/getZeroTrustAccessAiControlsMcpPortal.js.map +1 -0
  891. package/bin/getZeroTrustAccessAiControlsMcpPortals.d.ts +33 -0
  892. package/bin/getZeroTrustAccessAiControlsMcpPortals.js +26 -0
  893. package/bin/getZeroTrustAccessAiControlsMcpPortals.js.map +1 -0
  894. package/bin/getZeroTrustAccessAiControlsMcpServer.d.ts +46 -0
  895. package/bin/getZeroTrustAccessAiControlsMcpServer.js +26 -0
  896. package/bin/getZeroTrustAccessAiControlsMcpServer.js.map +1 -0
  897. package/bin/getZeroTrustAccessAiControlsMcpServers.d.ts +33 -0
  898. package/bin/getZeroTrustAccessAiControlsMcpServers.js +26 -0
  899. package/bin/getZeroTrustAccessAiControlsMcpServers.js.map +1 -0
  900. package/bin/getZeroTrustAccessApplication.d.ts +40 -3
  901. package/bin/getZeroTrustAccessApplication.js.map +1 -1
  902. package/bin/getZeroTrustAccessApplications.d.ts +16 -1
  903. package/bin/getZeroTrustAccessApplications.js +10 -0
  904. package/bin/getZeroTrustAccessApplications.js.map +1 -1
  905. package/bin/getZeroTrustAccessCustomPage.d.ts +9 -22
  906. package/bin/getZeroTrustAccessCustomPage.js +0 -6
  907. package/bin/getZeroTrustAccessCustomPage.js.map +1 -1
  908. package/bin/getZeroTrustAccessCustomPages.d.ts +1 -1
  909. package/bin/getZeroTrustAccessCustomPages.js.map +1 -1
  910. package/bin/getZeroTrustAccessGroup.d.ts +1 -3
  911. package/bin/getZeroTrustAccessGroup.js.map +1 -1
  912. package/bin/getZeroTrustAccessGroups.d.ts +7 -1
  913. package/bin/getZeroTrustAccessGroups.js +4 -0
  914. package/bin/getZeroTrustAccessGroups.js.map +1 -1
  915. package/bin/getZeroTrustAccessIdentityProvider.d.ts +5 -4
  916. package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
  917. package/bin/getZeroTrustAccessIdentityProviders.d.ts +4 -1
  918. package/bin/getZeroTrustAccessIdentityProviders.js +2 -0
  919. package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -1
  920. package/bin/getZeroTrustAccessInfrastructureTarget.d.ts +34 -0
  921. package/bin/getZeroTrustAccessInfrastructureTarget.js +26 -0
  922. package/bin/getZeroTrustAccessInfrastructureTarget.js.map +1 -0
  923. package/bin/getZeroTrustAccessInfrastructureTargets.d.ts +84 -0
  924. package/bin/getZeroTrustAccessInfrastructureTargets.js +60 -0
  925. package/bin/getZeroTrustAccessInfrastructureTargets.js.map +1 -0
  926. package/bin/getZeroTrustAccessKeyConfiguration.d.ts +4 -13
  927. package/bin/getZeroTrustAccessKeyConfiguration.js +0 -6
  928. package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -1
  929. package/bin/getZeroTrustAccessMtlsCertificate.d.ts +5 -12
  930. package/bin/getZeroTrustAccessMtlsCertificate.js +0 -4
  931. package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -1
  932. package/bin/getZeroTrustAccessMtlsCertificates.d.ts +1 -1
  933. package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -1
  934. package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +4 -1
  935. package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -1
  936. package/bin/getZeroTrustAccessPolicies.d.ts +4 -10
  937. package/bin/getZeroTrustAccessPolicies.js +0 -4
  938. package/bin/getZeroTrustAccessPolicies.js.map +1 -1
  939. package/bin/getZeroTrustAccessPolicy.d.ts +10 -18
  940. package/bin/getZeroTrustAccessPolicy.js +0 -8
  941. package/bin/getZeroTrustAccessPolicy.js.map +1 -1
  942. package/bin/getZeroTrustAccessServiceToken.d.ts +1 -3
  943. package/bin/getZeroTrustAccessServiceToken.js.map +1 -1
  944. package/bin/getZeroTrustAccessServiceTokens.d.ts +7 -1
  945. package/bin/getZeroTrustAccessServiceTokens.js +4 -0
  946. package/bin/getZeroTrustAccessServiceTokens.js.map +1 -1
  947. package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +8 -19
  948. package/bin/getZeroTrustAccessShortLivedCertificate.js +0 -10
  949. package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -1
  950. package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +1 -1
  951. package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -1
  952. package/bin/getZeroTrustAccessTag.d.ts +8 -19
  953. package/bin/getZeroTrustAccessTag.js +0 -4
  954. package/bin/getZeroTrustAccessTag.js.map +1 -1
  955. package/bin/getZeroTrustAccessTags.d.ts +1 -1
  956. package/bin/getZeroTrustAccessTags.js.map +1 -1
  957. package/bin/getZeroTrustDeviceCustomProfile.d.ts +52 -0
  958. package/bin/getZeroTrustDeviceCustomProfile.js +24 -0
  959. package/bin/getZeroTrustDeviceCustomProfile.js.map +1 -0
  960. package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +28 -0
  961. package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js +24 -0
  962. package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -0
  963. package/bin/getZeroTrustDeviceCustomProfiles.d.ts +30 -0
  964. package/bin/getZeroTrustDeviceCustomProfiles.js +24 -0
  965. package/bin/getZeroTrustDeviceCustomProfiles.js.map +1 -0
  966. package/bin/getZeroTrustDeviceDefaultProfile.d.ts +42 -0
  967. package/bin/getZeroTrustDeviceDefaultProfile.js +22 -0
  968. package/bin/getZeroTrustDeviceDefaultProfile.js.map +1 -0
  969. package/bin/getZeroTrustDeviceDefaultProfileCertificates.d.ts +26 -0
  970. package/bin/getZeroTrustDeviceDefaultProfileCertificates.js +22 -0
  971. package/bin/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -0
  972. package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +25 -0
  973. package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js +22 -0
  974. package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -0
  975. package/bin/getZeroTrustDeviceManagedNetworks.d.ts +7 -14
  976. package/bin/getZeroTrustDeviceManagedNetworks.js +0 -4
  977. package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -1
  978. package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +1 -1
  979. package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -1
  980. package/bin/getZeroTrustDevicePostureIntegration.d.ts +8 -12
  981. package/bin/getZeroTrustDevicePostureIntegration.js +0 -4
  982. package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -1
  983. package/bin/getZeroTrustDevicePostureIntegrations.d.ts +1 -1
  984. package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -1
  985. package/bin/getZeroTrustDevicePostureRule.d.ts +8 -12
  986. package/bin/getZeroTrustDevicePostureRule.js +0 -4
  987. package/bin/getZeroTrustDevicePostureRule.js.map +1 -1
  988. package/bin/getZeroTrustDevicePostureRules.d.ts +1 -1
  989. package/bin/getZeroTrustDevicePostureRules.js.map +1 -1
  990. package/bin/getZeroTrustDeviceSettings.d.ts +34 -0
  991. package/bin/getZeroTrustDeviceSettings.js +22 -0
  992. package/bin/getZeroTrustDeviceSettings.js.map +1 -0
  993. package/bin/getZeroTrustDexTest.d.ts +11 -14
  994. package/bin/getZeroTrustDexTest.js +2 -4
  995. package/bin/getZeroTrustDexTest.js.map +1 -1
  996. package/bin/getZeroTrustDexTests.d.ts +1 -1
  997. package/bin/getZeroTrustDexTests.js.map +1 -1
  998. package/bin/getZeroTrustDlpCustomEntries.d.ts +30 -0
  999. package/bin/getZeroTrustDlpCustomEntries.js +24 -0
  1000. package/bin/getZeroTrustDlpCustomEntries.js.map +1 -0
  1001. package/bin/getZeroTrustDlpCustomEntry.d.ts +40 -0
  1002. package/bin/getZeroTrustDlpCustomEntry.js +24 -0
  1003. package/bin/getZeroTrustDlpCustomEntry.js.map +1 -0
  1004. package/bin/getZeroTrustDlpCustomProfile.d.ts +15 -2
  1005. package/bin/getZeroTrustDlpCustomProfile.js.map +1 -1
  1006. package/bin/getZeroTrustDlpDataset.d.ts +37 -0
  1007. package/bin/getZeroTrustDlpDataset.js +24 -0
  1008. package/bin/getZeroTrustDlpDataset.js.map +1 -0
  1009. package/bin/getZeroTrustDlpDatasets.d.ts +30 -0
  1010. package/bin/getZeroTrustDlpDatasets.js +24 -0
  1011. package/bin/getZeroTrustDlpDatasets.js.map +1 -0
  1012. package/bin/getZeroTrustDlpEntries.d.ts +30 -0
  1013. package/bin/getZeroTrustDlpEntries.js +24 -0
  1014. package/bin/getZeroTrustDlpEntries.js.map +1 -0
  1015. package/bin/getZeroTrustDlpEntry.d.ts +40 -0
  1016. package/bin/getZeroTrustDlpEntry.js +24 -0
  1017. package/bin/getZeroTrustDlpEntry.js.map +1 -0
  1018. package/bin/getZeroTrustDlpIntegrationEntries.d.ts +30 -0
  1019. package/bin/getZeroTrustDlpIntegrationEntries.js +24 -0
  1020. package/bin/getZeroTrustDlpIntegrationEntries.js.map +1 -0
  1021. package/bin/getZeroTrustDlpIntegrationEntry.d.ts +40 -0
  1022. package/bin/getZeroTrustDlpIntegrationEntry.js +24 -0
  1023. package/bin/getZeroTrustDlpIntegrationEntry.js.map +1 -0
  1024. package/bin/getZeroTrustDlpPredefinedEntries.d.ts +30 -0
  1025. package/bin/getZeroTrustDlpPredefinedEntries.js +24 -0
  1026. package/bin/getZeroTrustDlpPredefinedEntries.js.map +1 -0
  1027. package/bin/getZeroTrustDlpPredefinedEntry.d.ts +40 -0
  1028. package/bin/getZeroTrustDlpPredefinedEntry.js +24 -0
  1029. package/bin/getZeroTrustDlpPredefinedEntry.js.map +1 -0
  1030. package/bin/getZeroTrustDlpPredefinedProfile.d.ts +11 -2
  1031. package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -1
  1032. package/bin/getZeroTrustDnsLocation.d.ts +9 -12
  1033. package/bin/getZeroTrustDnsLocation.js +0 -4
  1034. package/bin/getZeroTrustDnsLocation.js.map +1 -1
  1035. package/bin/getZeroTrustDnsLocations.d.ts +1 -1
  1036. package/bin/getZeroTrustDnsLocations.js.map +1 -1
  1037. package/bin/getZeroTrustGatewayAppTypesList.d.ts +30 -0
  1038. package/bin/getZeroTrustGatewayAppTypesList.js +24 -0
  1039. package/bin/getZeroTrustGatewayAppTypesList.js.map +1 -0
  1040. package/bin/getZeroTrustGatewayCategoriesList.d.ts +30 -0
  1041. package/bin/getZeroTrustGatewayCategoriesList.js +24 -0
  1042. package/bin/getZeroTrustGatewayCategoriesList.js.map +1 -0
  1043. package/bin/getZeroTrustGatewayCertificate.d.ts +36 -0
  1044. package/bin/getZeroTrustGatewayCertificate.js +24 -0
  1045. package/bin/getZeroTrustGatewayCertificate.js.map +1 -0
  1046. package/bin/getZeroTrustGatewayCertificates.d.ts +30 -0
  1047. package/bin/getZeroTrustGatewayCertificates.js +24 -0
  1048. package/bin/getZeroTrustGatewayCertificates.js.map +1 -0
  1049. package/bin/getZeroTrustGatewayLogging.d.ts +28 -0
  1050. package/bin/getZeroTrustGatewayLogging.js +22 -0
  1051. package/bin/getZeroTrustGatewayLogging.js.map +1 -0
  1052. package/bin/getZeroTrustGatewayPolicies.d.ts +1 -1
  1053. package/bin/getZeroTrustGatewayPolicies.js.map +1 -1
  1054. package/bin/getZeroTrustGatewayPolicy.d.ts +14 -12
  1055. package/bin/getZeroTrustGatewayPolicy.js +0 -4
  1056. package/bin/getZeroTrustGatewayPolicy.js.map +1 -1
  1057. package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +7 -4
  1058. package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -1
  1059. package/bin/getZeroTrustGatewayProxyEndpoints.d.ts +30 -0
  1060. package/bin/getZeroTrustGatewayProxyEndpoints.js +24 -0
  1061. package/bin/getZeroTrustGatewayProxyEndpoints.js.map +1 -0
  1062. package/bin/getZeroTrustGatewaySettings.d.ts +4 -14
  1063. package/bin/getZeroTrustGatewaySettings.js +0 -6
  1064. package/bin/getZeroTrustGatewaySettings.js.map +1 -1
  1065. package/bin/getZeroTrustList.d.ts +6 -5
  1066. package/bin/getZeroTrustList.js +0 -2
  1067. package/bin/getZeroTrustList.js.map +1 -1
  1068. package/bin/getZeroTrustLists.d.ts +1 -1
  1069. package/bin/getZeroTrustLists.js.map +1 -1
  1070. package/bin/getZeroTrustNetworkHostnameRoute.d.ts +36 -0
  1071. package/bin/getZeroTrustNetworkHostnameRoute.js +26 -0
  1072. package/bin/getZeroTrustNetworkHostnameRoute.js.map +1 -0
  1073. package/bin/getZeroTrustNetworkHostnameRoutes.d.ts +44 -0
  1074. package/bin/getZeroTrustNetworkHostnameRoutes.js +36 -0
  1075. package/bin/getZeroTrustNetworkHostnameRoutes.js.map +1 -0
  1076. package/bin/getZeroTrustOrganization.d.ts +11 -40
  1077. package/bin/getZeroTrustOrganization.js +0 -26
  1078. package/bin/getZeroTrustOrganization.js.map +1 -1
  1079. package/bin/getZeroTrustRiskBehavior.d.ts +29 -0
  1080. package/bin/getZeroTrustRiskBehavior.js +22 -0
  1081. package/bin/getZeroTrustRiskBehavior.js.map +1 -0
  1082. package/bin/getZeroTrustRiskScoringIntegration.d.ts +32 -0
  1083. package/bin/getZeroTrustRiskScoringIntegration.js +24 -0
  1084. package/bin/getZeroTrustRiskScoringIntegration.js.map +1 -0
  1085. package/bin/getZeroTrustRiskScoringIntegrations.d.ts +30 -0
  1086. package/bin/getZeroTrustRiskScoringIntegrations.js +24 -0
  1087. package/bin/getZeroTrustRiskScoringIntegrations.js.map +1 -0
  1088. package/bin/getZeroTrustTunnelCloudflared.d.ts +22 -7
  1089. package/bin/getZeroTrustTunnelCloudflared.js +0 -2
  1090. package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
  1091. package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +9 -14
  1092. package/bin/getZeroTrustTunnelCloudflaredConfig.js +4 -10
  1093. package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -1
  1094. package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +5 -14
  1095. package/bin/getZeroTrustTunnelCloudflaredRoute.js +0 -8
  1096. package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -1
  1097. package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +5 -5
  1098. package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -1
  1099. package/bin/getZeroTrustTunnelCloudflaredToken.d.ts +29 -0
  1100. package/bin/getZeroTrustTunnelCloudflaredToken.js +24 -0
  1101. package/bin/getZeroTrustTunnelCloudflaredToken.js.map +1 -0
  1102. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +5 -5
  1103. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +0 -2
  1104. package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -1
  1105. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +4 -1
  1106. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +2 -0
  1107. package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
  1108. package/bin/getZeroTrustTunnelCloudflareds.d.ts +1 -1
  1109. package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -1
  1110. package/bin/getZeroTrustTunnelWarpConnector.d.ts +43 -0
  1111. package/bin/getZeroTrustTunnelWarpConnector.js +26 -0
  1112. package/bin/getZeroTrustTunnelWarpConnector.js.map +1 -0
  1113. package/bin/getZeroTrustTunnelWarpConnectorToken.d.ts +29 -0
  1114. package/bin/getZeroTrustTunnelWarpConnectorToken.js +24 -0
  1115. package/bin/getZeroTrustTunnelWarpConnectorToken.js.map +1 -0
  1116. package/bin/getZeroTrustTunnelWarpConnectors.d.ts +57 -0
  1117. package/bin/getZeroTrustTunnelWarpConnectors.js +42 -0
  1118. package/bin/getZeroTrustTunnelWarpConnectors.js.map +1 -0
  1119. package/bin/getZone.d.ts +14 -2
  1120. package/bin/getZone.js.map +1 -1
  1121. package/bin/getZoneCacheReserve.d.ts +3 -12
  1122. package/bin/getZoneCacheReserve.js +0 -6
  1123. package/bin/getZoneCacheReserve.js.map +1 -1
  1124. package/bin/getZoneCacheVariants.d.ts +5 -11
  1125. package/bin/getZoneCacheVariants.js +0 -6
  1126. package/bin/getZoneCacheVariants.js.map +1 -1
  1127. package/bin/getZoneDnsSettings.d.ts +35 -0
  1128. package/bin/getZoneDnsSettings.js +22 -0
  1129. package/bin/getZoneDnsSettings.js.map +1 -0
  1130. package/bin/getZoneDnssec.d.ts +5 -3
  1131. package/bin/getZoneDnssec.js +0 -2
  1132. package/bin/getZoneDnssec.js.map +1 -1
  1133. package/bin/getZoneHold.d.ts +4 -13
  1134. package/bin/getZoneHold.js +0 -6
  1135. package/bin/getZoneHold.js.map +1 -1
  1136. package/bin/getZoneLockdown.d.ts +9 -8
  1137. package/bin/getZoneLockdown.js +4 -6
  1138. package/bin/getZoneLockdown.js.map +1 -1
  1139. package/bin/getZoneLockdowns.d.ts +4 -4
  1140. package/bin/getZoneLockdowns.js +2 -2
  1141. package/bin/getZoneLockdowns.js.map +1 -1
  1142. package/bin/getZoneSetting.d.ts +6 -4
  1143. package/bin/getZoneSetting.js.map +1 -1
  1144. package/bin/getZoneSubscription.d.ts +12 -7
  1145. package/bin/getZoneSubscription.js +2 -2
  1146. package/bin/getZoneSubscription.js.map +1 -1
  1147. package/bin/getZones.d.ts +1 -1
  1148. package/bin/getZones.js.map +1 -1
  1149. package/bin/healthcheck.d.ts +10 -14
  1150. package/bin/healthcheck.js +35 -35
  1151. package/bin/healthcheck.js.map +1 -1
  1152. package/bin/hostnameTlsSetting.d.ts +10 -7
  1153. package/bin/hostnameTlsSetting.js +18 -15
  1154. package/bin/hostnameTlsSetting.js.map +1 -1
  1155. package/bin/hyperdriveConfig.d.ts +44 -4
  1156. package/bin/hyperdriveConfig.js +19 -11
  1157. package/bin/hyperdriveConfig.js.map +1 -1
  1158. package/bin/image.d.ts +152 -0
  1159. package/bin/image.js +75 -0
  1160. package/bin/image.js.map +1 -0
  1161. package/bin/imageVariant.d.ts +79 -0
  1162. package/bin/imageVariant.js +66 -0
  1163. package/bin/imageVariant.js.map +1 -0
  1164. package/bin/index.d.ts +817 -54
  1165. package/bin/index.js +1048 -78
  1166. package/bin/index.js.map +1 -1
  1167. package/bin/keylessCertificate.d.ts +19 -14
  1168. package/bin/keylessCertificate.js +24 -24
  1169. package/bin/keylessCertificate.js.map +1 -1
  1170. package/bin/leakedCredentialCheck.d.ts +60 -0
  1171. package/bin/leakedCredentialCheck.js +54 -0
  1172. package/bin/leakedCredentialCheck.js.map +1 -0
  1173. package/bin/leakedCredentialCheckRule.d.ts +72 -0
  1174. package/bin/leakedCredentialCheckRule.js +56 -0
  1175. package/bin/leakedCredentialCheckRule.js.map +1 -0
  1176. package/bin/list.d.ts +48 -11
  1177. package/bin/list.js +21 -13
  1178. package/bin/list.js.map +1 -1
  1179. package/bin/listItem.d.ts +30 -41
  1180. package/bin/listItem.js +24 -21
  1181. package/bin/listItem.js.map +1 -1
  1182. package/bin/loadBalancer.d.ts +77 -153
  1183. package/bin/loadBalancer.js +48 -46
  1184. package/bin/loadBalancer.js.map +1 -1
  1185. package/bin/loadBalancerMonitor.d.ts +40 -67
  1186. package/bin/loadBalancerMonitor.js +38 -38
  1187. package/bin/loadBalancerMonitor.js.map +1 -1
  1188. package/bin/loadBalancerPool.d.ts +40 -52
  1189. package/bin/loadBalancerPool.js +37 -35
  1190. package/bin/loadBalancerPool.js.map +1 -1
  1191. package/bin/logpullRetention.d.ts +4 -4
  1192. package/bin/logpullRetention.js +6 -6
  1193. package/bin/logpullRetention.js.map +1 -1
  1194. package/bin/logpushJob.d.ts +78 -89
  1195. package/bin/logpushJob.js +39 -33
  1196. package/bin/logpushJob.js.map +1 -1
  1197. package/bin/logpushOwnershipChallenge.d.ts +3 -6
  1198. package/bin/logpushOwnershipChallenge.js +11 -11
  1199. package/bin/logpushOwnershipChallenge.js.map +1 -1
  1200. package/bin/magicNetworkMonitoringConfiguration.d.ts +71 -0
  1201. package/bin/magicNetworkMonitoringConfiguration.js +60 -0
  1202. package/bin/magicNetworkMonitoringConfiguration.js.map +1 -0
  1203. package/bin/magicNetworkMonitoringRule.d.ts +153 -0
  1204. package/bin/magicNetworkMonitoringRule.js +74 -0
  1205. package/bin/magicNetworkMonitoringRule.js.map +1 -0
  1206. package/bin/magicTransitConnector.d.ts +76 -0
  1207. package/bin/magicTransitConnector.js +71 -0
  1208. package/bin/magicTransitConnector.js.map +1 -0
  1209. package/bin/magicTransitSite.d.ts +113 -0
  1210. package/bin/magicTransitSite.js +64 -0
  1211. package/bin/magicTransitSite.js.map +1 -0
  1212. package/bin/magicTransitSiteAcl.d.ts +119 -0
  1213. package/bin/magicTransitSiteAcl.js +77 -0
  1214. package/bin/magicTransitSiteAcl.js.map +1 -0
  1215. package/bin/magicTransitSiteLan.d.ts +110 -0
  1216. package/bin/magicTransitSiteLan.js +74 -0
  1217. package/bin/magicTransitSiteLan.js.map +1 -0
  1218. package/bin/magicTransitSiteWan.d.ts +105 -0
  1219. package/bin/magicTransitSiteWan.js +72 -0
  1220. package/bin/magicTransitSiteWan.js.map +1 -0
  1221. package/bin/magicWanGreTunnel.d.ts +55 -40
  1222. package/bin/magicWanGreTunnel.js +41 -34
  1223. package/bin/magicWanGreTunnel.js.map +1 -1
  1224. package/bin/magicWanIpsecTunnel.d.ts +68 -34
  1225. package/bin/magicWanIpsecTunnel.js +42 -36
  1226. package/bin/magicWanIpsecTunnel.js.map +1 -1
  1227. package/bin/magicWanStaticRoute.d.ts +22 -30
  1228. package/bin/magicWanStaticRoute.js +29 -30
  1229. package/bin/magicWanStaticRoute.js.map +1 -1
  1230. package/bin/managedTransforms.d.ts +74 -0
  1231. package/bin/managedTransforms.js +62 -0
  1232. package/bin/managedTransforms.js.map +1 -0
  1233. package/bin/mtlsCertificate.d.ts +6 -6
  1234. package/bin/mtlsCertificate.js +22 -20
  1235. package/bin/mtlsCertificate.js.map +1 -1
  1236. package/bin/notificationPolicy.d.ts +15 -38
  1237. package/bin/notificationPolicy.js +22 -30
  1238. package/bin/notificationPolicy.js.map +1 -1
  1239. package/bin/notificationPolicyWebhooks.d.ts +6 -23
  1240. package/bin/notificationPolicyWebhooks.js +17 -23
  1241. package/bin/notificationPolicyWebhooks.js.map +1 -1
  1242. package/bin/observatoryScheduledTest.d.ts +7 -11
  1243. package/bin/observatoryScheduledTest.js +11 -13
  1244. package/bin/observatoryScheduledTest.js.map +1 -1
  1245. package/bin/organization.d.ts +51 -0
  1246. package/bin/organization.js +57 -0
  1247. package/bin/organization.js.map +1 -0
  1248. package/bin/organizationProfile.d.ts +54 -0
  1249. package/bin/organizationProfile.js +77 -0
  1250. package/bin/organizationProfile.js.map +1 -0
  1251. package/bin/originCaCertificate.d.ts +13 -18
  1252. package/bin/originCaCertificate.js +20 -13
  1253. package/bin/originCaCertificate.js.map +1 -1
  1254. package/bin/package.json +14 -7
  1255. package/bin/pageRule.d.ts +35 -43
  1256. package/bin/pageRule.js +19 -17
  1257. package/bin/pageRule.js.map +1 -1
  1258. package/bin/pageShieldPolicy.d.ts +111 -0
  1259. package/bin/pageShieldPolicy.js +77 -0
  1260. package/bin/pageShieldPolicy.js.map +1 -0
  1261. package/bin/pagesDomain.d.ts +24 -3
  1262. package/bin/pagesDomain.js +16 -16
  1263. package/bin/pagesDomain.js.map +1 -1
  1264. package/bin/pagesProject.d.ts +60 -10
  1265. package/bin/pagesProject.js +32 -19
  1266. package/bin/pagesProject.js.map +1 -1
  1267. package/bin/provider.d.ts +32 -26
  1268. package/bin/provider.js +15 -6
  1269. package/bin/provider.js.map +1 -1
  1270. package/bin/queue.d.ts +6 -3
  1271. package/bin/queue.js +16 -14
  1272. package/bin/queue.js.map +1 -1
  1273. package/bin/queueConsumer.d.ts +110 -0
  1274. package/bin/queueConsumer.js +71 -0
  1275. package/bin/queueConsumer.js.map +1 -0
  1276. package/bin/r2bucket.d.ts +32 -11
  1277. package/bin/r2bucket.js +13 -11
  1278. package/bin/r2bucket.js.map +1 -1
  1279. package/bin/r2bucketCors.d.ts +77 -0
  1280. package/bin/r2bucketCors.js +61 -0
  1281. package/bin/r2bucketCors.js.map +1 -0
  1282. package/bin/r2bucketEventNotification.d.ts +106 -0
  1283. package/bin/r2bucketEventNotification.js +71 -0
  1284. package/bin/r2bucketEventNotification.js.map +1 -0
  1285. package/bin/r2bucketLifecycle.d.ts +77 -0
  1286. package/bin/r2bucketLifecycle.js +61 -0
  1287. package/bin/r2bucketLifecycle.js.map +1 -0
  1288. package/bin/r2bucketLock.d.ts +77 -0
  1289. package/bin/r2bucketLock.js +61 -0
  1290. package/bin/r2bucketLock.js.map +1 -0
  1291. package/bin/r2bucketSippy.d.ts +106 -0
  1292. package/bin/r2bucketSippy.js +65 -0
  1293. package/bin/r2bucketSippy.js.map +1 -0
  1294. package/bin/r2customDomain.d.ts +147 -0
  1295. package/bin/r2customDomain.js +82 -0
  1296. package/bin/r2customDomain.js.map +1 -0
  1297. package/bin/r2managedDomain.d.ts +100 -0
  1298. package/bin/r2managedDomain.js +68 -0
  1299. package/bin/r2managedDomain.js.map +1 -0
  1300. package/bin/rateLimit.d.ts +36 -30
  1301. package/bin/rateLimit.js +23 -19
  1302. package/bin/rateLimit.js.map +1 -1
  1303. package/bin/regionalHostname.d.ts +14 -19
  1304. package/bin/regionalHostname.js +13 -17
  1305. package/bin/regionalHostname.js.map +1 -1
  1306. package/bin/regionalTieredCache.d.ts +16 -5
  1307. package/bin/regionalTieredCache.js +9 -7
  1308. package/bin/regionalTieredCache.js.map +1 -1
  1309. package/bin/registrarDomain.d.ts +96 -0
  1310. package/bin/registrarDomain.js +63 -0
  1311. package/bin/registrarDomain.js.map +1 -0
  1312. package/bin/ruleset.d.ts +13 -7
  1313. package/bin/ruleset.js +19 -22
  1314. package/bin/ruleset.js.map +1 -1
  1315. package/bin/schemaValidationOperationSettings.d.ts +90 -0
  1316. package/bin/schemaValidationOperationSettings.js +62 -0
  1317. package/bin/schemaValidationOperationSettings.js.map +1 -0
  1318. package/bin/schemaValidationSchemas.d.ts +109 -0
  1319. package/bin/schemaValidationSchemas.js +73 -0
  1320. package/bin/schemaValidationSchemas.js.map +1 -0
  1321. package/bin/schemaValidationSettings.d.ts +102 -0
  1322. package/bin/schemaValidationSettings.js +59 -0
  1323. package/bin/schemaValidationSettings.js.map +1 -0
  1324. package/bin/snippet.d.ts +102 -0
  1325. package/bin/snippet.js +71 -0
  1326. package/bin/snippet.js.map +1 -0
  1327. package/bin/snippetRules.d.ts +62 -0
  1328. package/bin/snippetRules.js +57 -0
  1329. package/bin/snippetRules.js.map +1 -0
  1330. package/bin/snippets.d.ts +102 -0
  1331. package/bin/snippets.js +71 -0
  1332. package/bin/snippets.js.map +1 -0
  1333. package/bin/spectrumApplication.d.ts +55 -51
  1334. package/bin/spectrumApplication.js +32 -28
  1335. package/bin/spectrumApplication.js.map +1 -1
  1336. package/bin/ssoConnector.d.ts +116 -0
  1337. package/bin/ssoConnector.js +69 -0
  1338. package/bin/ssoConnector.js.map +1 -0
  1339. package/bin/stream.d.ts +260 -0
  1340. package/bin/stream.js +100 -0
  1341. package/bin/stream.js.map +1 -0
  1342. package/bin/streamAudioTrack.d.ts +114 -0
  1343. package/bin/streamAudioTrack.js +67 -0
  1344. package/bin/streamAudioTrack.js.map +1 -0
  1345. package/bin/streamCaptionLanguage.d.ts +110 -0
  1346. package/bin/streamCaptionLanguage.js +70 -0
  1347. package/bin/streamCaptionLanguage.js.map +1 -0
  1348. package/bin/streamDownload.d.ts +60 -0
  1349. package/bin/streamDownload.js +57 -0
  1350. package/bin/streamDownload.js.map +1 -0
  1351. package/bin/streamKey.d.ts +72 -0
  1352. package/bin/streamKey.js +60 -0
  1353. package/bin/streamKey.js.map +1 -0
  1354. package/bin/streamLiveInput.d.ts +192 -0
  1355. package/bin/streamLiveInput.js +82 -0
  1356. package/bin/streamLiveInput.js.map +1 -0
  1357. package/bin/streamWatermark.d.ts +180 -0
  1358. package/bin/streamWatermark.js +81 -0
  1359. package/bin/streamWatermark.js.map +1 -0
  1360. package/bin/streamWebhook.d.ts +60 -0
  1361. package/bin/streamWebhook.js +57 -0
  1362. package/bin/streamWebhook.js.map +1 -0
  1363. package/bin/tieredCache.d.ts +13 -10
  1364. package/bin/tieredCache.js +9 -9
  1365. package/bin/tieredCache.js.map +1 -1
  1366. package/bin/tokenValidationConfig.d.ts +78 -0
  1367. package/bin/tokenValidationConfig.js +81 -0
  1368. package/bin/tokenValidationConfig.js.map +1 -0
  1369. package/bin/tokenValidationRules.d.ts +153 -0
  1370. package/bin/tokenValidationRules.js +88 -0
  1371. package/bin/tokenValidationRules.js.map +1 -0
  1372. package/bin/totalTls.d.ts +12 -10
  1373. package/bin/totalTls.js +10 -10
  1374. package/bin/totalTls.js.map +1 -1
  1375. package/bin/turnstileWidget.d.ts +45 -21
  1376. package/bin/turnstileWidget.js +28 -24
  1377. package/bin/turnstileWidget.js.map +1 -1
  1378. package/bin/types/input.d.ts +6941 -6938
  1379. package/bin/types/output.d.ts +26577 -9616
  1380. package/bin/universalSslSetting.d.ts +96 -0
  1381. package/bin/universalSslSetting.js +54 -0
  1382. package/bin/universalSslSetting.js.map +1 -0
  1383. package/bin/urlNormalizationSettings.d.ts +11 -5
  1384. package/bin/urlNormalizationSettings.js +14 -8
  1385. package/bin/urlNormalizationSettings.js.map +1 -1
  1386. package/bin/user.d.ts +156 -0
  1387. package/bin/user.js +73 -0
  1388. package/bin/user.js.map +1 -0
  1389. package/bin/userAgentBlockingRule.d.ts +24 -18
  1390. package/bin/userAgentBlockingRule.js +15 -13
  1391. package/bin/userAgentBlockingRule.js.map +1 -1
  1392. package/bin/utilities.d.ts +0 -4
  1393. package/bin/utilities.js +48 -60
  1394. package/bin/utilities.js.map +1 -1
  1395. package/bin/waitingRoom.d.ts +418 -349
  1396. package/bin/waitingRoom.js +53 -49
  1397. package/bin/waitingRoom.js.map +1 -1
  1398. package/bin/waitingRoomEvent.d.ts +70 -79
  1399. package/bin/waitingRoomEvent.js +41 -37
  1400. package/bin/waitingRoomEvent.js.map +1 -1
  1401. package/bin/waitingRoomRules.d.ts +8 -63
  1402. package/bin/waitingRoomRules.js +11 -22
  1403. package/bin/waitingRoomRules.js.map +1 -1
  1404. package/bin/waitingRoomSettings.d.ts +13 -10
  1405. package/bin/waitingRoomSettings.js +6 -8
  1406. package/bin/waitingRoomSettings.js.map +1 -1
  1407. package/bin/web3Hostname.d.ts +27 -18
  1408. package/bin/web3Hostname.js +16 -16
  1409. package/bin/web3Hostname.js.map +1 -1
  1410. package/bin/webAnalyticsRule.d.ts +7 -7
  1411. package/bin/webAnalyticsRule.js +17 -17
  1412. package/bin/webAnalyticsRule.js.map +1 -1
  1413. package/bin/webAnalyticsSite.d.ts +28 -4
  1414. package/bin/webAnalyticsSite.js +20 -16
  1415. package/bin/webAnalyticsSite.js.map +1 -1
  1416. package/bin/worker.d.ts +146 -0
  1417. package/bin/worker.js +70 -0
  1418. package/bin/worker.js.map +1 -0
  1419. package/bin/workerVersion.d.ts +270 -0
  1420. package/bin/workerVersion.js +89 -0
  1421. package/bin/workerVersion.js.map +1 -0
  1422. package/bin/workersCronTrigger.d.ts +4 -6
  1423. package/bin/workersCronTrigger.js +12 -11
  1424. package/bin/workersCronTrigger.js.map +1 -1
  1425. package/bin/workersCustomDomain.d.ts +8 -2
  1426. package/bin/workersCustomDomain.js +16 -19
  1427. package/bin/workersCustomDomain.js.map +1 -1
  1428. package/bin/workersDeployment.d.ts +86 -0
  1429. package/bin/workersDeployment.js +75 -0
  1430. package/bin/workersDeployment.js.map +1 -0
  1431. package/bin/workersForPlatformsDispatchNamespace.d.ts +20 -12
  1432. package/bin/workersForPlatformsDispatchNamespace.js +15 -13
  1433. package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
  1434. package/bin/workersKv.d.ts +11 -14
  1435. package/bin/workersKv.js +15 -18
  1436. package/bin/workersKv.js.map +1 -1
  1437. package/bin/workersKvNamespace.d.ts +5 -7
  1438. package/bin/workersKvNamespace.js +8 -8
  1439. package/bin/workersKvNamespace.js.map +1 -1
  1440. package/bin/workersRoute.d.ts +12 -15
  1441. package/bin/workersRoute.js +9 -11
  1442. package/bin/workersRoute.js.map +1 -1
  1443. package/bin/workersScript.d.ts +238 -33
  1444. package/bin/workersScript.js +61 -25
  1445. package/bin/workersScript.js.map +1 -1
  1446. package/bin/workersScriptSubdomain.d.ts +84 -0
  1447. package/bin/workersScriptSubdomain.js +64 -0
  1448. package/bin/workersScriptSubdomain.js.map +1 -0
  1449. package/bin/workflow.d.ts +66 -0
  1450. package/bin/workflow.js +83 -0
  1451. package/bin/workflow.js.map +1 -0
  1452. package/bin/zeroTrustAccessAiControlsMcpPortal.d.ts +73 -0
  1453. package/bin/zeroTrustAccessAiControlsMcpPortal.js +76 -0
  1454. package/bin/zeroTrustAccessAiControlsMcpPortal.js.map +1 -0
  1455. package/bin/zeroTrustAccessAiControlsMcpServer.d.ts +101 -0
  1456. package/bin/zeroTrustAccessAiControlsMcpServer.js +91 -0
  1457. package/bin/zeroTrustAccessAiControlsMcpServer.js.map +1 -0
  1458. package/bin/zeroTrustAccessApplication.d.ts +106 -59
  1459. package/bin/zeroTrustAccessApplication.js +79 -69
  1460. package/bin/zeroTrustAccessApplication.js.map +1 -1
  1461. package/bin/zeroTrustAccessCustomPage.d.ts +8 -21
  1462. package/bin/zeroTrustAccessCustomPage.js +13 -19
  1463. package/bin/zeroTrustAccessCustomPage.js.map +1 -1
  1464. package/bin/zeroTrustAccessGroup.d.ts +2 -6
  1465. package/bin/zeroTrustAccessGroup.js +16 -20
  1466. package/bin/zeroTrustAccessGroup.js.map +1 -1
  1467. package/bin/zeroTrustAccessIdentityProvider.d.ts +10 -13
  1468. package/bin/zeroTrustAccessIdentityProvider.js +15 -15
  1469. package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
  1470. package/bin/zeroTrustAccessInfrastructureTarget.d.ts +99 -0
  1471. package/bin/zeroTrustAccessInfrastructureTarget.js +66 -0
  1472. package/bin/zeroTrustAccessInfrastructureTarget.js.map +1 -0
  1473. package/bin/zeroTrustAccessKeyConfiguration.d.ts +3 -3
  1474. package/bin/zeroTrustAccessKeyConfiguration.js +9 -9
  1475. package/bin/zeroTrustAccessKeyConfiguration.js.map +1 -1
  1476. package/bin/zeroTrustAccessMtlsCertificate.d.ts +0 -4
  1477. package/bin/zeroTrustAccessMtlsCertificate.js +14 -18
  1478. package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
  1479. package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +24 -0
  1480. package/bin/zeroTrustAccessMtlsHostnameSettings.js +14 -8
  1481. package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
  1482. package/bin/zeroTrustAccessPolicy.d.ts +25 -68
  1483. package/bin/zeroTrustAccessPolicy.js +28 -41
  1484. package/bin/zeroTrustAccessPolicy.js.map +1 -1
  1485. package/bin/zeroTrustAccessServiceToken.d.ts +29 -14
  1486. package/bin/zeroTrustAccessServiceToken.js +18 -16
  1487. package/bin/zeroTrustAccessServiceToken.js.map +1 -1
  1488. package/bin/zeroTrustAccessShortLivedCertificate.d.ts +19 -3
  1489. package/bin/zeroTrustAccessShortLivedCertificate.js +12 -8
  1490. package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
  1491. package/bin/zeroTrustAccessTag.d.ts +3 -15
  1492. package/bin/zeroTrustAccessTag.js +6 -12
  1493. package/bin/zeroTrustAccessTag.js.map +1 -1
  1494. package/bin/zeroTrustDeviceCustomProfile.d.ts +312 -0
  1495. package/bin/zeroTrustDeviceCustomProfile.js +109 -0
  1496. package/bin/zeroTrustDeviceCustomProfile.js.map +1 -0
  1497. package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +47 -0
  1498. package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js +62 -0
  1499. package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -0
  1500. package/bin/zeroTrustDeviceDefaultProfile.d.ts +256 -0
  1501. package/bin/zeroTrustDeviceDefaultProfile.js +94 -0
  1502. package/bin/zeroTrustDeviceDefaultProfile.js.map +1 -0
  1503. package/bin/zeroTrustDeviceDefaultProfileCertificates.d.ts +51 -0
  1504. package/bin/zeroTrustDeviceDefaultProfileCertificates.js +57 -0
  1505. package/bin/zeroTrustDeviceDefaultProfileCertificates.js.map +1 -0
  1506. package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +44 -0
  1507. package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js +57 -0
  1508. package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -0
  1509. package/bin/zeroTrustDeviceManagedNetworks.d.ts +3 -0
  1510. package/bin/zeroTrustDeviceManagedNetworks.js +13 -13
  1511. package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
  1512. package/bin/zeroTrustDevicePostureIntegration.d.ts +6 -6
  1513. package/bin/zeroTrustDevicePostureIntegration.js +15 -15
  1514. package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
  1515. package/bin/zeroTrustDevicePostureRule.d.ts +14 -14
  1516. package/bin/zeroTrustDevicePostureRule.js +19 -19
  1517. package/bin/zeroTrustDevicePostureRule.js.map +1 -1
  1518. package/bin/zeroTrustDeviceSettings.d.ts +147 -0
  1519. package/bin/zeroTrustDeviceSettings.js +70 -0
  1520. package/bin/zeroTrustDeviceSettings.js.map +1 -0
  1521. package/bin/zeroTrustDexTest.d.ts +12 -5
  1522. package/bin/zeroTrustDexTest.js +23 -21
  1523. package/bin/zeroTrustDexTest.js.map +1 -1
  1524. package/bin/zeroTrustDlpCustomEntry.d.ts +95 -0
  1525. package/bin/zeroTrustDlpCustomEntry.js +86 -0
  1526. package/bin/zeroTrustDlpCustomEntry.js.map +1 -0
  1527. package/bin/zeroTrustDlpCustomProfile.d.ts +73 -17
  1528. package/bin/zeroTrustDlpCustomProfile.js +30 -25
  1529. package/bin/zeroTrustDlpCustomProfile.js.map +1 -1
  1530. package/bin/zeroTrustDlpDataset.d.ts +168 -0
  1531. package/bin/zeroTrustDlpDataset.js +82 -0
  1532. package/bin/zeroTrustDlpDataset.js.map +1 -0
  1533. package/bin/zeroTrustDlpEntry.d.ts +99 -0
  1534. package/bin/zeroTrustDlpEntry.js +86 -0
  1535. package/bin/zeroTrustDlpEntry.js.map +1 -0
  1536. package/bin/zeroTrustDlpIntegrationEntry.d.ts +108 -0
  1537. package/bin/zeroTrustDlpIntegrationEntry.js +88 -0
  1538. package/bin/zeroTrustDlpIntegrationEntry.js.map +1 -0
  1539. package/bin/zeroTrustDlpPredefinedEntry.d.ts +108 -0
  1540. package/bin/zeroTrustDlpPredefinedEntry.js +88 -0
  1541. package/bin/zeroTrustDlpPredefinedEntry.js.map +1 -0
  1542. package/bin/zeroTrustDlpPredefinedProfile.d.ts +31 -9
  1543. package/bin/zeroTrustDlpPredefinedProfile.js +23 -18
  1544. package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -1
  1545. package/bin/zeroTrustDnsLocation.d.ts +35 -41
  1546. package/bin/zeroTrustDnsLocation.js +24 -22
  1547. package/bin/zeroTrustDnsLocation.js.map +1 -1
  1548. package/bin/zeroTrustGatewayCertificate.d.ts +50 -63
  1549. package/bin/zeroTrustGatewayCertificate.js +25 -21
  1550. package/bin/zeroTrustGatewayCertificate.js.map +1 -1
  1551. package/bin/zeroTrustGatewayLogging.d.ts +65 -0
  1552. package/bin/zeroTrustGatewayLogging.js +56 -0
  1553. package/bin/zeroTrustGatewayLogging.js.map +1 -0
  1554. package/bin/zeroTrustGatewayPolicy.d.ts +92 -43
  1555. package/bin/zeroTrustGatewayPolicy.js +42 -30
  1556. package/bin/zeroTrustGatewayPolicy.js.map +1 -1
  1557. package/bin/zeroTrustGatewayProxyEndpoint.d.ts +25 -10
  1558. package/bin/zeroTrustGatewayProxyEndpoint.js +13 -14
  1559. package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
  1560. package/bin/zeroTrustGatewaySettings.d.ts +4 -4
  1561. package/bin/zeroTrustGatewaySettings.js +8 -8
  1562. package/bin/zeroTrustGatewaySettings.js.map +1 -1
  1563. package/bin/zeroTrustList.d.ts +18 -15
  1564. package/bin/zeroTrustList.js +16 -16
  1565. package/bin/zeroTrustList.js.map +1 -1
  1566. package/bin/zeroTrustNetworkHostnameRoute.d.ts +108 -0
  1567. package/bin/zeroTrustNetworkHostnameRoute.js +64 -0
  1568. package/bin/zeroTrustNetworkHostnameRoute.js.map +1 -0
  1569. package/bin/zeroTrustOrganization.d.ts +33 -46
  1570. package/bin/zeroTrustOrganization.js +27 -34
  1571. package/bin/zeroTrustOrganization.js.map +1 -1
  1572. package/bin/zeroTrustRiskBehavior.d.ts +9 -21
  1573. package/bin/zeroTrustRiskBehavior.js +9 -6
  1574. package/bin/zeroTrustRiskBehavior.js.map +1 -1
  1575. package/bin/zeroTrustRiskScoringIntegration.d.ts +114 -0
  1576. package/bin/zeroTrustRiskScoringIntegration.js +72 -0
  1577. package/bin/zeroTrustRiskScoringIntegration.js.map +1 -0
  1578. package/bin/zeroTrustTunnelCloudflared.d.ts +100 -6
  1579. package/bin/zeroTrustTunnelCloudflared.js +32 -10
  1580. package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
  1581. package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +12 -7
  1582. package/bin/zeroTrustTunnelCloudflaredConfig.js +13 -13
  1583. package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
  1584. package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +2 -2
  1585. package/bin/zeroTrustTunnelCloudflaredRoute.js +16 -16
  1586. package/bin/zeroTrustTunnelCloudflaredRoute.js.map +1 -1
  1587. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +14 -8
  1588. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js +14 -14
  1589. package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -1
  1590. package/bin/zeroTrustTunnelWarpConnector.d.ts +154 -0
  1591. package/bin/zeroTrustTunnelWarpConnector.js +76 -0
  1592. package/bin/zeroTrustTunnelWarpConnector.js.map +1 -0
  1593. package/bin/zone.d.ts +116 -38
  1594. package/bin/zone.js +35 -23
  1595. package/bin/zone.js.map +1 -1
  1596. package/bin/zoneCacheReserve.d.ts +16 -13
  1597. package/bin/zoneCacheReserve.js +9 -9
  1598. package/bin/zoneCacheReserve.js.map +1 -1
  1599. package/bin/zoneCacheVariants.d.ts +13 -5
  1600. package/bin/zoneCacheVariants.js +10 -8
  1601. package/bin/zoneCacheVariants.js.map +1 -1
  1602. package/bin/zoneDnsSettings.d.ts +161 -0
  1603. package/bin/zoneDnsSettings.js +70 -0
  1604. package/bin/zoneDnsSettings.js.map +1 -0
  1605. package/bin/zoneDnssec.d.ts +115 -31
  1606. package/bin/zoneDnssec.js +23 -19
  1607. package/bin/zoneDnssec.js.map +1 -1
  1608. package/bin/zoneHold.d.ts +46 -5
  1609. package/bin/zoneHold.js +9 -9
  1610. package/bin/zoneHold.js.map +1 -1
  1611. package/bin/zoneLockdown.d.ts +38 -24
  1612. package/bin/zoneLockdown.js +19 -17
  1613. package/bin/zoneLockdown.js.map +1 -1
  1614. package/bin/zoneSetting.d.ts +29 -15
  1615. package/bin/zoneSetting.js +20 -16
  1616. package/bin/zoneSetting.js.map +1 -1
  1617. package/bin/zoneSubscription.d.ts +58 -10
  1618. package/bin/zoneSubscription.js +19 -9
  1619. package/bin/zoneSubscription.js.map +1 -1
  1620. package/package.json +14 -7
  1621. package/bin/accessApplication.d.ts +0 -487
  1622. package/bin/accessApplication.js +0 -119
  1623. package/bin/accessApplication.js.map +0 -1
  1624. package/bin/accessCaCertificate.d.ts +0 -91
  1625. package/bin/accessCaCertificate.js +0 -62
  1626. package/bin/accessCaCertificate.js.map +0 -1
  1627. package/bin/accessCustomPage.d.ts +0 -117
  1628. package/bin/accessCustomPage.js +0 -64
  1629. package/bin/accessCustomPage.js.map +0 -1
  1630. package/bin/accessGroup.d.ts +0 -80
  1631. package/bin/accessGroup.js +0 -64
  1632. package/bin/accessGroup.js.map +0 -1
  1633. package/bin/accessIdentityProvider.d.ts +0 -125
  1634. package/bin/accessIdentityProvider.js +0 -64
  1635. package/bin/accessIdentityProvider.js.map +0 -1
  1636. package/bin/accessKeysConfiguration.d.ts +0 -63
  1637. package/bin/accessKeysConfiguration.js +0 -56
  1638. package/bin/accessKeysConfiguration.js.map +0 -1
  1639. package/bin/accessMutualTlsCertificate.d.ts +0 -101
  1640. package/bin/accessMutualTlsCertificate.js +0 -61
  1641. package/bin/accessMutualTlsCertificate.js.map +0 -1
  1642. package/bin/accessMutualTlsHostnameSettings.d.ts +0 -65
  1643. package/bin/accessMutualTlsHostnameSettings.js +0 -53
  1644. package/bin/accessMutualTlsHostnameSettings.js.map +0 -1
  1645. package/bin/accessOrganization.d.ts +0 -200
  1646. package/bin/accessOrganization.js +0 -78
  1647. package/bin/accessOrganization.js.map +0 -1
  1648. package/bin/accessPolicy.d.ts +0 -197
  1649. package/bin/accessPolicy.js +0 -87
  1650. package/bin/accessPolicy.js.map +0 -1
  1651. package/bin/accessServiceToken.d.ts +0 -114
  1652. package/bin/accessServiceToken.js +0 -67
  1653. package/bin/accessServiceToken.js.map +0 -1
  1654. package/bin/accessTag.d.ts +0 -93
  1655. package/bin/accessTag.js +0 -57
  1656. package/bin/accessTag.js.map +0 -1
  1657. package/bin/argo.d.ts +0 -81
  1658. package/bin/argo.js +0 -58
  1659. package/bin/argo.js.map +0 -1
  1660. package/bin/deviceDexTest.d.ts +0 -129
  1661. package/bin/deviceDexTest.js +0 -80
  1662. package/bin/deviceDexTest.js.map +0 -1
  1663. package/bin/deviceManagedNetworks.d.ts +0 -89
  1664. package/bin/deviceManagedNetworks.js +0 -66
  1665. package/bin/deviceManagedNetworks.js.map +0 -1
  1666. package/bin/devicePolicyCertificates.d.ts +0 -63
  1667. package/bin/devicePolicyCertificates.js +0 -59
  1668. package/bin/devicePolicyCertificates.js.map +0 -1
  1669. package/bin/devicePostureIntegration.d.ts +0 -107
  1670. package/bin/devicePostureIntegration.js +0 -67
  1671. package/bin/devicePostureIntegration.js.map +0 -1
  1672. package/bin/devicePostureRule.d.ts +0 -140
  1673. package/bin/devicePostureRule.js +0 -71
  1674. package/bin/devicePostureRule.js.map +0 -1
  1675. package/bin/deviceSettingsPolicy.d.ts +0 -267
  1676. package/bin/deviceSettingsPolicy.js +0 -93
  1677. package/bin/deviceSettingsPolicy.js.map +0 -1
  1678. package/bin/dlpProfile.d.ts +0 -140
  1679. package/bin/dlpProfile.js +0 -77
  1680. package/bin/dlpProfile.js.map +0 -1
  1681. package/bin/dnsZoneDnssec.d.ts +0 -179
  1682. package/bin/dnsZoneDnssec.js +0 -78
  1683. package/bin/dnsZoneDnssec.js.map +0 -1
  1684. package/bin/fallbackDomain.d.ts +0 -68
  1685. package/bin/fallbackDomain.js +0 -61
  1686. package/bin/fallbackDomain.js.map +0 -1
  1687. package/bin/getAccessApplication.d.ts +0 -34
  1688. package/bin/getAccessApplication.js +0 -32
  1689. package/bin/getAccessApplication.js.map +0 -1
  1690. package/bin/getAccessIdentityProvider.d.ts +0 -31
  1691. package/bin/getAccessIdentityProvider.js +0 -28
  1692. package/bin/getAccessIdentityProvider.js.map +0 -1
  1693. package/bin/getApiTokenPermissionGroups.d.ts +0 -27
  1694. package/bin/getApiTokenPermissionGroups.js +0 -18
  1695. package/bin/getApiTokenPermissionGroups.js.map +0 -1
  1696. package/bin/getDevicePostureRules.d.ts +0 -32
  1697. package/bin/getDevicePostureRules.js +0 -28
  1698. package/bin/getDevicePostureRules.js.map +0 -1
  1699. package/bin/getDevices.d.ts +0 -26
  1700. package/bin/getDevices.js +0 -24
  1701. package/bin/getDevices.js.map +0 -1
  1702. package/bin/getDlpDatasets.d.ts +0 -27
  1703. package/bin/getDlpDatasets.js +0 -22
  1704. package/bin/getDlpDatasets.js.map +0 -1
  1705. package/bin/getDnsZoneDnssec.d.ts +0 -64
  1706. package/bin/getDnsZoneDnssec.js +0 -48
  1707. package/bin/getDnsZoneDnssec.js.map +0 -1
  1708. package/bin/getGatewayAppTypes.d.ts +0 -27
  1709. package/bin/getGatewayAppTypes.js +0 -22
  1710. package/bin/getGatewayAppTypes.js.map +0 -1
  1711. package/bin/getGatewayCategories.d.ts +0 -27
  1712. package/bin/getGatewayCategories.js +0 -22
  1713. package/bin/getGatewayCategories.js.map +0 -1
  1714. package/bin/getInfrastructureAccessTargets.d.ts +0 -48
  1715. package/bin/getInfrastructureAccessTargets.js +0 -36
  1716. package/bin/getInfrastructureAccessTargets.js.map +0 -1
  1717. package/bin/getManagedHeaders.d.ts +0 -33
  1718. package/bin/getManagedHeaders.js +0 -26
  1719. package/bin/getManagedHeaders.js.map +0 -1
  1720. package/bin/getOriginCaRootCertificate.d.ts +0 -25
  1721. package/bin/getOriginCaRootCertificate.js +0 -24
  1722. package/bin/getOriginCaRootCertificate.js.map +0 -1
  1723. package/bin/getRecord.d.ts +0 -40
  1724. package/bin/getRecord.js +0 -32
  1725. package/bin/getRecord.js.map +0 -1
  1726. package/bin/getTunnel.d.ts +0 -31
  1727. package/bin/getTunnel.js +0 -26
  1728. package/bin/getTunnel.js.map +0 -1
  1729. package/bin/getTunnelVirtualNetwork.d.ts +0 -29
  1730. package/bin/getTunnelVirtualNetwork.js +0 -26
  1731. package/bin/getTunnelVirtualNetwork.js.map +0 -1
  1732. package/bin/getWaitingRoomSetting.d.ts +0 -28
  1733. package/bin/getWaitingRoomSetting.js +0 -24
  1734. package/bin/getWaitingRoomSetting.js.map +0 -1
  1735. package/bin/getWorkersSecret.d.ts +0 -41
  1736. package/bin/getWorkersSecret.js +0 -32
  1737. package/bin/getWorkersSecret.js.map +0 -1
  1738. package/bin/getWorkersSecrets.d.ts +0 -36
  1739. package/bin/getWorkersSecrets.js +0 -28
  1740. package/bin/getWorkersSecrets.js.map +0 -1
  1741. package/bin/getZeroTrustDeviceCertificates.d.ts +0 -25
  1742. package/bin/getZeroTrustDeviceCertificates.js +0 -22
  1743. package/bin/getZeroTrustDeviceCertificates.js.map +0 -1
  1744. package/bin/getZeroTrustDeviceProfiles.d.ts +0 -57
  1745. package/bin/getZeroTrustDeviceProfiles.js +0 -28
  1746. package/bin/getZeroTrustDeviceProfiles.js.map +0 -1
  1747. package/bin/getZeroTrustDeviceProfilesList.d.ts +0 -30
  1748. package/bin/getZeroTrustDeviceProfilesList.js +0 -24
  1749. package/bin/getZeroTrustDeviceProfilesList.js.map +0 -1
  1750. package/bin/getZeroTrustLocalDomainFallback.d.ts +0 -42
  1751. package/bin/getZeroTrustLocalDomainFallback.js +0 -34
  1752. package/bin/getZeroTrustLocalDomainFallback.js.map +0 -1
  1753. package/bin/getZeroTrustLocalDomainFallbacks.d.ts +0 -30
  1754. package/bin/getZeroTrustLocalDomainFallbacks.js +0 -24
  1755. package/bin/getZeroTrustLocalDomainFallbacks.js.map +0 -1
  1756. package/bin/getZeroTrustTunnelVirtualNetwork.d.ts +0 -29
  1757. package/bin/getZeroTrustTunnelVirtualNetwork.js +0 -26
  1758. package/bin/getZeroTrustTunnelVirtualNetwork.js.map +0 -1
  1759. package/bin/greTunnel.d.ts +0 -171
  1760. package/bin/greTunnel.js +0 -80
  1761. package/bin/greTunnel.js.map +0 -1
  1762. package/bin/hostnameTlsSettingCiphers.d.ts +0 -91
  1763. package/bin/hostnameTlsSettingCiphers.js +0 -70
  1764. package/bin/hostnameTlsSettingCiphers.js.map +0 -1
  1765. package/bin/infrastructureAccessTarget.d.ts +0 -90
  1766. package/bin/infrastructureAccessTarget.js +0 -66
  1767. package/bin/infrastructureAccessTarget.js.map +0 -1
  1768. package/bin/ipsecTunnel.d.ts +0 -261
  1769. package/bin/ipsecTunnel.js +0 -96
  1770. package/bin/ipsecTunnel.js.map +0 -1
  1771. package/bin/magicFirewallRuleset.d.ts +0 -75
  1772. package/bin/magicFirewallRuleset.js +0 -60
  1773. package/bin/magicFirewallRuleset.js.map +0 -1
  1774. package/bin/managedHeaders.d.ts +0 -56
  1775. package/bin/managedHeaders.js +0 -62
  1776. package/bin/managedHeaders.js.map +0 -1
  1777. package/bin/record.d.ts +0 -235
  1778. package/bin/record.js +0 -91
  1779. package/bin/record.js.map +0 -1
  1780. package/bin/riskBehavior.d.ts +0 -62
  1781. package/bin/riskBehavior.js +0 -54
  1782. package/bin/riskBehavior.js.map +0 -1
  1783. package/bin/splitTunnel.d.ts +0 -89
  1784. package/bin/splitTunnel.js +0 -66
  1785. package/bin/splitTunnel.js.map +0 -1
  1786. package/bin/staticRoute.d.ts +0 -135
  1787. package/bin/staticRoute.js +0 -74
  1788. package/bin/staticRoute.js.map +0 -1
  1789. package/bin/teamsAccount.d.ts +0 -242
  1790. package/bin/teamsAccount.js +0 -86
  1791. package/bin/teamsAccount.js.map +0 -1
  1792. package/bin/teamsList.d.ts +0 -113
  1793. package/bin/teamsList.js +0 -67
  1794. package/bin/teamsList.js.map +0 -1
  1795. package/bin/teamsLocation.d.ts +0 -135
  1796. package/bin/teamsLocation.js +0 -72
  1797. package/bin/teamsLocation.js.map +0 -1
  1798. package/bin/teamsProxyEndpoint.d.ts +0 -83
  1799. package/bin/teamsProxyEndpoint.js +0 -63
  1800. package/bin/teamsProxyEndpoint.js.map +0 -1
  1801. package/bin/teamsRule.d.ts +0 -178
  1802. package/bin/teamsRule.js +0 -85
  1803. package/bin/teamsRule.js.map +0 -1
  1804. package/bin/tunnel.d.ts +0 -118
  1805. package/bin/tunnel.js +0 -69
  1806. package/bin/tunnel.js.map +0 -1
  1807. package/bin/tunnelConfig.d.ts +0 -77
  1808. package/bin/tunnelConfig.js +0 -64
  1809. package/bin/tunnelConfig.js.map +0 -1
  1810. package/bin/tunnelRoute.d.ts +0 -102
  1811. package/bin/tunnelRoute.js +0 -68
  1812. package/bin/tunnelRoute.js.map +0 -1
  1813. package/bin/tunnelVirtualNetwork.d.ts +0 -90
  1814. package/bin/tunnelVirtualNetwork.js +0 -60
  1815. package/bin/tunnelVirtualNetwork.js.map +0 -1
  1816. package/bin/waitingRoomSetting.d.ts +0 -63
  1817. package/bin/waitingRoomSetting.js +0 -54
  1818. package/bin/waitingRoomSetting.js.map +0 -1
  1819. package/bin/workerCronTrigger.d.ts +0 -75
  1820. package/bin/workerCronTrigger.js +0 -64
  1821. package/bin/workerCronTrigger.js.map +0 -1
  1822. package/bin/workerDomain.d.ts +0 -99
  1823. package/bin/workerDomain.js +0 -71
  1824. package/bin/workerDomain.js.map +0 -1
  1825. package/bin/workerRoute.d.ts +0 -75
  1826. package/bin/workerRoute.js +0 -61
  1827. package/bin/workerRoute.js.map +0 -1
  1828. package/bin/workerScript.d.ts +0 -173
  1829. package/bin/workerScript.js +0 -95
  1830. package/bin/workerScript.js.map +0 -1
  1831. package/bin/workerSecret.d.ts +0 -90
  1832. package/bin/workerSecret.js +0 -68
  1833. package/bin/workerSecret.js.map +0 -1
  1834. package/bin/workersDomain.d.ts +0 -99
  1835. package/bin/workersDomain.js +0 -71
  1836. package/bin/workersDomain.js.map +0 -1
  1837. package/bin/workersForPlatformsNamespace.d.ts +0 -60
  1838. package/bin/workersForPlatformsNamespace.js +0 -54
  1839. package/bin/workersForPlatformsNamespace.js.map +0 -1
  1840. package/bin/workersSecret.d.ts +0 -108
  1841. package/bin/workersSecret.js +0 -68
  1842. package/bin/workersSecret.js.map +0 -1
  1843. package/bin/zeroTrustAccessOrganization.d.ts +0 -200
  1844. package/bin/zeroTrustAccessOrganization.js +0 -78
  1845. package/bin/zeroTrustAccessOrganization.js.map +0 -1
  1846. package/bin/zeroTrustDeviceCertificates.d.ts +0 -51
  1847. package/bin/zeroTrustDeviceCertificates.js +0 -57
  1848. package/bin/zeroTrustDeviceCertificates.js.map +0 -1
  1849. package/bin/zeroTrustDeviceProfiles.d.ts +0 -290
  1850. package/bin/zeroTrustDeviceProfiles.js +0 -108
  1851. package/bin/zeroTrustDeviceProfiles.js.map +0 -1
  1852. package/bin/zeroTrustDlpProfile.d.ts +0 -140
  1853. package/bin/zeroTrustDlpProfile.js +0 -77
  1854. package/bin/zeroTrustDlpProfile.js.map +0 -1
  1855. package/bin/zeroTrustKeyAccessKeyConfiguration.d.ts +0 -63
  1856. package/bin/zeroTrustKeyAccessKeyConfiguration.js +0 -56
  1857. package/bin/zeroTrustKeyAccessKeyConfiguration.js.map +0 -1
  1858. package/bin/zeroTrustLocalDomainFallback.d.ts +0 -87
  1859. package/bin/zeroTrustLocalDomainFallback.js +0 -66
  1860. package/bin/zeroTrustLocalDomainFallback.js.map +0 -1
  1861. package/bin/zeroTrustLocalFallbackDomain.d.ts +0 -68
  1862. package/bin/zeroTrustLocalFallbackDomain.js +0 -61
  1863. package/bin/zeroTrustLocalFallbackDomain.js.map +0 -1
  1864. package/bin/zeroTrustRiskScoreIntegration.d.ts +0 -115
  1865. package/bin/zeroTrustRiskScoreIntegration.js +0 -68
  1866. package/bin/zeroTrustRiskScoreIntegration.js.map +0 -1
  1867. package/bin/zeroTrustSplitTunnel.d.ts +0 -89
  1868. package/bin/zeroTrustSplitTunnel.js +0 -66
  1869. package/bin/zeroTrustSplitTunnel.js.map +0 -1
  1870. package/bin/zeroTrustTunnelRoute.d.ts +0 -102
  1871. package/bin/zeroTrustTunnelRoute.js +0 -68
  1872. package/bin/zeroTrustTunnelRoute.js.map +0 -1
  1873. package/bin/zeroTrustTunnelVirtualNetwork.d.ts +0 -90
  1874. package/bin/zeroTrustTunnelVirtualNetwork.js +0 -60
  1875. package/bin/zeroTrustTunnelVirtualNetwork.js.map +0 -1
  1876. package/bin/zoneSettingsOverride.d.ts +0 -66
  1877. package/bin/zoneSettingsOverride.js +0 -66
  1878. package/bin/zoneSettingsOverride.js.map +0 -1
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
- > This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-cloudflare)
1
+ > This provider is a derived work of the [Terraform Provider](https://github.com/cloudflare/terraform-provider-cloudflare)
2
2
  > distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,
3
- > first check the [`pulumi-cloudflare` repo](/issues); however, if that doesn't turn up anything,
4
- > please consult the source [`terraform-provider-cloudflare` repo](https://github.com/terraform-providers/terraform-provider-cloudflare/issues).
3
+ > please consult the source [`terraform-provider-cloudflare` repo](https://github.com/cloudflare/terraform-provider-cloudflare/issues).
@@ -21,22 +21,35 @@ export declare class AccessRule extends pulumi.CustomResource {
21
21
  * The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
22
22
  */
23
23
  readonly accountId: pulumi.Output<string | undefined>;
24
+ /**
25
+ * The available actions that a rule can apply to a matched request.
26
+ */
27
+ readonly allowedModes: pulumi.Output<string[]>;
24
28
  /**
25
29
  * The rule configuration.
26
30
  */
27
31
  readonly configuration: pulumi.Output<outputs.AccessRuleConfiguration>;
28
32
  /**
29
- * The unique identifier of the resource.
33
+ * The timestamp of when the rule was created.
30
34
  */
31
- readonly identifier: pulumi.Output<string | undefined>;
35
+ readonly createdOn: pulumi.Output<string>;
32
36
  /**
33
37
  * The action to apply to a matched request.
38
+ * Available values: "block", "challenge", "whitelist", <span pulumi-lang-nodejs=""jsChallenge"" pulumi-lang-dotnet=""JsChallenge"" pulumi-lang-go=""jsChallenge"" pulumi-lang-python=""js_challenge"" pulumi-lang-yaml=""jsChallenge"" pulumi-lang-java=""jsChallenge"">"js_challenge"</span>, <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge"</span>.
34
39
  */
35
40
  readonly mode: pulumi.Output<string>;
41
+ /**
42
+ * The timestamp of when the rule was last modified.
43
+ */
44
+ readonly modifiedOn: pulumi.Output<string>;
36
45
  /**
37
46
  * An informative summary of the rule, typically used as a reminder or explanation.
38
47
  */
39
- readonly notes: pulumi.Output<string | undefined>;
48
+ readonly notes: pulumi.Output<string>;
49
+ /**
50
+ * All zones owned by the user will have the rule applied.
51
+ */
52
+ readonly scope: pulumi.Output<outputs.AccessRuleScope>;
40
53
  /**
41
54
  * The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
42
55
  */
@@ -58,22 +71,35 @@ export interface AccessRuleState {
58
71
  * The Account ID to use for this endpoint. Mutually exclusive with the Zone ID.
59
72
  */
60
73
  accountId?: pulumi.Input<string>;
74
+ /**
75
+ * The available actions that a rule can apply to a matched request.
76
+ */
77
+ allowedModes?: pulumi.Input<pulumi.Input<string>[]>;
61
78
  /**
62
79
  * The rule configuration.
63
80
  */
64
81
  configuration?: pulumi.Input<inputs.AccessRuleConfiguration>;
65
82
  /**
66
- * The unique identifier of the resource.
83
+ * The timestamp of when the rule was created.
67
84
  */
68
- identifier?: pulumi.Input<string>;
85
+ createdOn?: pulumi.Input<string>;
69
86
  /**
70
87
  * The action to apply to a matched request.
88
+ * Available values: "block", "challenge", "whitelist", <span pulumi-lang-nodejs=""jsChallenge"" pulumi-lang-dotnet=""JsChallenge"" pulumi-lang-go=""jsChallenge"" pulumi-lang-python=""js_challenge"" pulumi-lang-yaml=""jsChallenge"" pulumi-lang-java=""jsChallenge"">"js_challenge"</span>, <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge"</span>.
71
89
  */
72
90
  mode?: pulumi.Input<string>;
91
+ /**
92
+ * The timestamp of when the rule was last modified.
93
+ */
94
+ modifiedOn?: pulumi.Input<string>;
73
95
  /**
74
96
  * An informative summary of the rule, typically used as a reminder or explanation.
75
97
  */
76
98
  notes?: pulumi.Input<string>;
99
+ /**
100
+ * All zones owned by the user will have the rule applied.
101
+ */
102
+ scope?: pulumi.Input<inputs.AccessRuleScope>;
77
103
  /**
78
104
  * The Zone ID to use for this endpoint. Mutually exclusive with the Account ID.
79
105
  */
@@ -91,12 +117,9 @@ export interface AccessRuleArgs {
91
117
  * The rule configuration.
92
118
  */
93
119
  configuration: pulumi.Input<inputs.AccessRuleConfiguration>;
94
- /**
95
- * The unique identifier of the resource.
96
- */
97
- identifier?: pulumi.Input<string>;
98
120
  /**
99
121
  * The action to apply to a matched request.
122
+ * Available values: "block", "challenge", "whitelist", <span pulumi-lang-nodejs=""jsChallenge"" pulumi-lang-dotnet=""JsChallenge"" pulumi-lang-go=""jsChallenge"" pulumi-lang-python=""js_challenge"" pulumi-lang-yaml=""jsChallenge"" pulumi-lang-java=""jsChallenge"">"js_challenge"</span>, <span pulumi-lang-nodejs=""managedChallenge"" pulumi-lang-dotnet=""ManagedChallenge"" pulumi-lang-go=""managedChallenge"" pulumi-lang-python=""managed_challenge"" pulumi-lang-yaml=""managedChallenge"" pulumi-lang-java=""managedChallenge"">"managed_challenge"</span>.
100
123
  */
101
124
  mode: pulumi.Input<string>;
102
125
  /**
package/bin/accessRule.js CHANGED
@@ -16,7 +16,7 @@ class AccessRule 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 AccessRule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
19
+ return new AccessRule(name, state, { ...opts, id: id });
20
20
  }
21
21
  /**
22
22
  * Returns true if the given object is an instance of AccessRule. This is designed to work even
@@ -33,27 +33,33 @@ class AccessRule extends pulumi.CustomResource {
33
33
  opts = opts || {};
34
34
  if (opts.id) {
35
35
  const state = argsOrState;
36
- resourceInputs["accountId"] = state ? state.accountId : undefined;
37
- resourceInputs["configuration"] = state ? state.configuration : undefined;
38
- resourceInputs["identifier"] = state ? state.identifier : undefined;
39
- resourceInputs["mode"] = state ? state.mode : undefined;
40
- resourceInputs["notes"] = state ? state.notes : undefined;
41
- resourceInputs["zoneId"] = state ? state.zoneId : undefined;
36
+ resourceInputs["accountId"] = state?.accountId;
37
+ resourceInputs["allowedModes"] = state?.allowedModes;
38
+ resourceInputs["configuration"] = state?.configuration;
39
+ resourceInputs["createdOn"] = state?.createdOn;
40
+ resourceInputs["mode"] = state?.mode;
41
+ resourceInputs["modifiedOn"] = state?.modifiedOn;
42
+ resourceInputs["notes"] = state?.notes;
43
+ resourceInputs["scope"] = state?.scope;
44
+ resourceInputs["zoneId"] = state?.zoneId;
42
45
  }
43
46
  else {
44
47
  const args = argsOrState;
45
- if ((!args || args.configuration === undefined) && !opts.urn) {
48
+ if (args?.configuration === undefined && !opts.urn) {
46
49
  throw new Error("Missing required property 'configuration'");
47
50
  }
48
- if ((!args || args.mode === undefined) && !opts.urn) {
51
+ if (args?.mode === undefined && !opts.urn) {
49
52
  throw new Error("Missing required property 'mode'");
50
53
  }
51
- resourceInputs["accountId"] = args ? args.accountId : undefined;
52
- resourceInputs["configuration"] = args ? args.configuration : undefined;
53
- resourceInputs["identifier"] = args ? args.identifier : undefined;
54
- resourceInputs["mode"] = args ? args.mode : undefined;
55
- resourceInputs["notes"] = args ? args.notes : undefined;
56
- resourceInputs["zoneId"] = args ? args.zoneId : undefined;
54
+ resourceInputs["accountId"] = args?.accountId;
55
+ resourceInputs["configuration"] = args?.configuration;
56
+ resourceInputs["mode"] = args?.mode;
57
+ resourceInputs["notes"] = args?.notes;
58
+ resourceInputs["zoneId"] = args?.zoneId;
59
+ resourceInputs["allowedModes"] = undefined /*out*/;
60
+ resourceInputs["createdOn"] = undefined /*out*/;
61
+ resourceInputs["modifiedOn"] = undefined /*out*/;
62
+ resourceInputs["scope"] = undefined /*out*/;
57
63
  }
58
64
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
59
65
  super(AccessRule.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
@@ -1 +1 @@
1
- {"version":3,"file":"accessRule.js","sourceRoot":"","sources":["../accessRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAmCD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1E,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,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,WAAyC,CAAC;YACvD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,aAAa,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC1D,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;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,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,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;SAC7D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC7G,CAAC;;AAzFL,gCA0FC;AA5EG,gBAAgB;AACO,uBAAY,GAAG,wCAAwC,CAAC"}
1
+ {"version":3,"file":"accessRule.js","sourceRoot":"","sources":["../accessRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACjE,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,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;IAgDD,YAAY,IAAY,EAAE,WAA8C,EAAE,IAAmC;QACzG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0C,CAAC;YACzD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,eAAe,CAAC,GAAG,KAAK,EAAE,aAAa,CAAC;YACvD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,EAAE,UAAU,CAAC;YACjD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,EAAE,MAAM,CAAC;SAC5C;aAAM;YACH,MAAM,IAAI,GAAG,WAAyC,CAAC;YACvD,IAAI,IAAI,EAAE,aAAa,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAChD,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;aAChE;YACD,IAAI,IAAI,EAAE,IAAI,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvC,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,EAAE,aAAa,CAAC;YACtD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC;YACxC,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAChD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,UAAU,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC7G,CAAC;;AA5GL,gCA6GC;AA/FG,gBAAgB;AACO,uBAAY,GAAG,wCAAwC,CAAC"}
package/bin/account.d.ts CHANGED
@@ -21,6 +21,10 @@ export declare class Account extends pulumi.CustomResource {
21
21
  * Timestamp for the creation of the account
22
22
  */
23
23
  readonly createdOn: pulumi.Output<string>;
24
+ /**
25
+ * Parent container details
26
+ */
27
+ readonly managedBy: pulumi.Output<outputs.AccountManagedBy>;
24
28
  /**
25
29
  * Account name
26
30
  */
@@ -30,12 +34,11 @@ export declare class Account extends pulumi.CustomResource {
30
34
  */
31
35
  readonly settings: pulumi.Output<outputs.AccountSettings>;
32
36
  /**
33
- * the type of account being created. For self-serve customers, use standard. for enterprise customers, use enterprise.
37
+ * Available values: "standard", "enterprise".
34
38
  */
35
- readonly type: pulumi.Output<string>;
39
+ readonly type: pulumi.Output<string | undefined>;
36
40
  /**
37
- * information related to the tenant unit, and optionally, an id of the unit to create the account on. see
38
- * https://developers.cloudflare.com/tenant/how-to/manage-accounts/
41
+ * information related to the tenant unit, and optionally, an id of the unit to create the account on. see https://developers.cloudflare.com/tenant/how-to/manage-accounts/
39
42
  */
40
43
  readonly unit: pulumi.Output<outputs.AccountUnit | undefined>;
41
44
  /**
@@ -45,7 +48,7 @@ export declare class Account extends pulumi.CustomResource {
45
48
  * @param args The arguments to use to populate this resource's properties.
46
49
  * @param opts A bag of options that control this resource's behavior.
47
50
  */
48
- constructor(name: string, args: AccountArgs, opts?: pulumi.CustomResourceOptions);
51
+ constructor(name: string, args?: AccountArgs, opts?: pulumi.CustomResourceOptions);
49
52
  }
50
53
  /**
51
54
  * Input properties used for looking up and filtering Account resources.
@@ -55,6 +58,10 @@ export interface AccountState {
55
58
  * Timestamp for the creation of the account
56
59
  */
57
60
  createdOn?: pulumi.Input<string>;
61
+ /**
62
+ * Parent container details
63
+ */
64
+ managedBy?: pulumi.Input<inputs.AccountManagedBy>;
58
65
  /**
59
66
  * Account name
60
67
  */
@@ -64,12 +71,11 @@ export interface AccountState {
64
71
  */
65
72
  settings?: pulumi.Input<inputs.AccountSettings>;
66
73
  /**
67
- * the type of account being created. For self-serve customers, use standard. for enterprise customers, use enterprise.
74
+ * Available values: "standard", "enterprise".
68
75
  */
69
76
  type?: pulumi.Input<string>;
70
77
  /**
71
- * information related to the tenant unit, and optionally, an id of the unit to create the account on. see
72
- * https://developers.cloudflare.com/tenant/how-to/manage-accounts/
78
+ * information related to the tenant unit, and optionally, an id of the unit to create the account on. see https://developers.cloudflare.com/tenant/how-to/manage-accounts/
73
79
  */
74
80
  unit?: pulumi.Input<inputs.AccountUnit>;
75
81
  }
@@ -77,6 +83,10 @@ export interface AccountState {
77
83
  * The set of arguments for constructing a Account resource.
78
84
  */
79
85
  export interface AccountArgs {
86
+ /**
87
+ * Parent container details
88
+ */
89
+ managedBy?: pulumi.Input<inputs.AccountManagedBy>;
80
90
  /**
81
91
  * Account name
82
92
  */
@@ -86,12 +96,11 @@ export interface AccountArgs {
86
96
  */
87
97
  settings?: pulumi.Input<inputs.AccountSettings>;
88
98
  /**
89
- * the type of account being created. For self-serve customers, use standard. for enterprise customers, use enterprise.
99
+ * Available values: "standard", "enterprise".
90
100
  */
91
- type: pulumi.Input<string>;
101
+ type?: pulumi.Input<string>;
92
102
  /**
93
- * information related to the tenant unit, and optionally, an id of the unit to create the account on. see
94
- * https://developers.cloudflare.com/tenant/how-to/manage-accounts/
103
+ * information related to the tenant unit, and optionally, an id of the unit to create the account on. see https://developers.cloudflare.com/tenant/how-to/manage-accounts/
95
104
  */
96
105
  unit?: pulumi.Input<inputs.AccountUnit>;
97
106
  }
package/bin/account.js CHANGED
@@ -16,7 +16,7 @@ class Account 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 Account(name, state, Object.assign(Object.assign({}, opts), { id: id }));
19
+ return new Account(name, state, { ...opts, id: id });
20
20
  }
21
21
  /**
22
22
  * Returns true if the given object is an instance of Account. This is designed to work even
@@ -33,21 +33,20 @@ class Account extends pulumi.CustomResource {
33
33
  opts = opts || {};
34
34
  if (opts.id) {
35
35
  const state = argsOrState;
36
- resourceInputs["createdOn"] = state ? state.createdOn : undefined;
37
- resourceInputs["name"] = state ? state.name : undefined;
38
- resourceInputs["settings"] = state ? state.settings : undefined;
39
- resourceInputs["type"] = state ? state.type : undefined;
40
- resourceInputs["unit"] = state ? state.unit : undefined;
36
+ resourceInputs["createdOn"] = state?.createdOn;
37
+ resourceInputs["managedBy"] = state?.managedBy;
38
+ resourceInputs["name"] = state?.name;
39
+ resourceInputs["settings"] = state?.settings;
40
+ resourceInputs["type"] = state?.type;
41
+ resourceInputs["unit"] = state?.unit;
41
42
  }
42
43
  else {
43
44
  const args = argsOrState;
44
- if ((!args || args.type === undefined) && !opts.urn) {
45
- throw new Error("Missing required property 'type'");
46
- }
47
- resourceInputs["name"] = args ? args.name : undefined;
48
- resourceInputs["settings"] = args ? args.settings : undefined;
49
- resourceInputs["type"] = args ? args.type : undefined;
50
- resourceInputs["unit"] = args ? args.unit : undefined;
45
+ resourceInputs["managedBy"] = args?.managedBy;
46
+ resourceInputs["name"] = args?.name;
47
+ resourceInputs["settings"] = args?.settings;
48
+ resourceInputs["type"] = args?.type;
49
+ resourceInputs["unit"] = args?.unit;
51
50
  resourceInputs["createdOn"] = undefined /*out*/;
52
51
  }
53
52
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
@@ -1 +1 @@
1
- {"version":3,"file":"account.js","sourceRoot":"","sources":["../account.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAgCD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,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,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,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,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,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,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC1G,CAAC;;AAjFL,0BAkFC;AApEG,gBAAgB;AACO,oBAAY,GAAG,kCAAkC,CAAC"}
1
+ {"version":3,"file":"account.js","sourceRoot":"","sources":["../account.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IAmCD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,EAAE,QAAQ,CAAC;YAC7C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,EAAE,QAAQ,CAAC;YAC5C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACnD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IAC1G,CAAC;;AAnFL,0BAoFC;AAtEG,gBAAgB;AACO,oBAAY,GAAG,kCAAkC,CAAC"}
@@ -0,0 +1,53 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class AccountDnsSettings extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing AccountDnsSettings resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AccountDnsSettingsState, opts?: pulumi.CustomResourceOptions): AccountDnsSettings;
15
+ /**
16
+ * Returns true if the given object is an instance of AccountDnsSettings. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is AccountDnsSettings;
20
+ /**
21
+ * Identifier.
22
+ */
23
+ readonly accountId: pulumi.Output<string>;
24
+ readonly zoneDefaults: pulumi.Output<outputs.AccountDnsSettingsZoneDefaults | undefined>;
25
+ /**
26
+ * Create a AccountDnsSettings resource with the given unique name, arguments, and options.
27
+ *
28
+ * @param name The _unique_ name of the resource.
29
+ * @param args The arguments to use to populate this resource's properties.
30
+ * @param opts A bag of options that control this resource's behavior.
31
+ */
32
+ constructor(name: string, args: AccountDnsSettingsArgs, opts?: pulumi.CustomResourceOptions);
33
+ }
34
+ /**
35
+ * Input properties used for looking up and filtering AccountDnsSettings resources.
36
+ */
37
+ export interface AccountDnsSettingsState {
38
+ /**
39
+ * Identifier.
40
+ */
41
+ accountId?: pulumi.Input<string>;
42
+ zoneDefaults?: pulumi.Input<inputs.AccountDnsSettingsZoneDefaults>;
43
+ }
44
+ /**
45
+ * The set of arguments for constructing a AccountDnsSettings resource.
46
+ */
47
+ export interface AccountDnsSettingsArgs {
48
+ /**
49
+ * Identifier.
50
+ */
51
+ accountId: pulumi.Input<string>;
52
+ zoneDefaults?: pulumi.Input<inputs.AccountDnsSettingsZoneDefaults>;
53
+ }
@@ -0,0 +1,54 @@
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.AccountDnsSettings = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class AccountDnsSettings extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing AccountDnsSettings 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 AccountDnsSettings(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of AccountDnsSettings. 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'] === AccountDnsSettings.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["accountId"] = state?.accountId;
37
+ resourceInputs["zoneDefaults"] = state?.zoneDefaults;
38
+ }
39
+ else {
40
+ const args = argsOrState;
41
+ if (args?.accountId === undefined && !opts.urn) {
42
+ throw new Error("Missing required property 'accountId'");
43
+ }
44
+ resourceInputs["accountId"] = args?.accountId;
45
+ resourceInputs["zoneDefaults"] = args?.zoneDefaults;
46
+ }
47
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
48
+ super(AccountDnsSettings.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
49
+ }
50
+ }
51
+ exports.AccountDnsSettings = AccountDnsSettings;
52
+ /** @internal */
53
+ AccountDnsSettings.__pulumiType = 'cloudflare:index/accountDnsSettings:AccountDnsSettings';
54
+ //# sourceMappingURL=accountDnsSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountDnsSettings.js","sourceRoot":"","sources":["../accountDnsSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IAgBD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;SACxD;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACrH,CAAC;;AA3DL,gDA4DC;AA9CG,gBAAgB;AACO,+BAAY,GAAG,wDAAwD,CAAC"}
@@ -0,0 +1,88 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare class AccountDnsSettingsInternalView extends pulumi.CustomResource {
3
+ /**
4
+ * Get an existing AccountDnsSettingsInternalView 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?: AccountDnsSettingsInternalViewState, opts?: pulumi.CustomResourceOptions): AccountDnsSettingsInternalView;
13
+ /**
14
+ * Returns true if the given object is an instance of AccountDnsSettingsInternalView. 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 AccountDnsSettingsInternalView;
18
+ /**
19
+ * Identifier.
20
+ */
21
+ readonly accountId: pulumi.Output<string>;
22
+ /**
23
+ * When the view was created.
24
+ */
25
+ readonly createdTime: pulumi.Output<string>;
26
+ /**
27
+ * When the view was last modified.
28
+ */
29
+ readonly modifiedTime: pulumi.Output<string>;
30
+ /**
31
+ * The name of the view.
32
+ */
33
+ readonly name: pulumi.Output<string>;
34
+ /**
35
+ * The list of zones linked to this view.
36
+ */
37
+ readonly zones: pulumi.Output<string[]>;
38
+ /**
39
+ * Create a AccountDnsSettingsInternalView resource with the given unique name, arguments, and options.
40
+ *
41
+ * @param name The _unique_ name of the resource.
42
+ * @param args The arguments to use to populate this resource's properties.
43
+ * @param opts A bag of options that control this resource's behavior.
44
+ */
45
+ constructor(name: string, args: AccountDnsSettingsInternalViewArgs, opts?: pulumi.CustomResourceOptions);
46
+ }
47
+ /**
48
+ * Input properties used for looking up and filtering AccountDnsSettingsInternalView resources.
49
+ */
50
+ export interface AccountDnsSettingsInternalViewState {
51
+ /**
52
+ * Identifier.
53
+ */
54
+ accountId?: pulumi.Input<string>;
55
+ /**
56
+ * When the view was created.
57
+ */
58
+ createdTime?: pulumi.Input<string>;
59
+ /**
60
+ * When the view was last modified.
61
+ */
62
+ modifiedTime?: pulumi.Input<string>;
63
+ /**
64
+ * The name of the view.
65
+ */
66
+ name?: pulumi.Input<string>;
67
+ /**
68
+ * The list of zones linked to this view.
69
+ */
70
+ zones?: pulumi.Input<pulumi.Input<string>[]>;
71
+ }
72
+ /**
73
+ * The set of arguments for constructing a AccountDnsSettingsInternalView resource.
74
+ */
75
+ export interface AccountDnsSettingsInternalViewArgs {
76
+ /**
77
+ * Identifier.
78
+ */
79
+ accountId: pulumi.Input<string>;
80
+ /**
81
+ * The name of the view.
82
+ */
83
+ name?: pulumi.Input<string>;
84
+ /**
85
+ * The list of zones linked to this view.
86
+ */
87
+ zones: pulumi.Input<pulumi.Input<string>[]>;
88
+ }
@@ -0,0 +1,63 @@
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.AccountDnsSettingsInternalView = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class AccountDnsSettingsInternalView extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing AccountDnsSettingsInternalView 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 AccountDnsSettingsInternalView(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of AccountDnsSettingsInternalView. 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'] === AccountDnsSettingsInternalView.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["accountId"] = state?.accountId;
37
+ resourceInputs["createdTime"] = state?.createdTime;
38
+ resourceInputs["modifiedTime"] = state?.modifiedTime;
39
+ resourceInputs["name"] = state?.name;
40
+ resourceInputs["zones"] = state?.zones;
41
+ }
42
+ else {
43
+ const args = argsOrState;
44
+ if (args?.accountId === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'accountId'");
46
+ }
47
+ if (args?.zones === undefined && !opts.urn) {
48
+ throw new Error("Missing required property 'zones'");
49
+ }
50
+ resourceInputs["accountId"] = args?.accountId;
51
+ resourceInputs["name"] = args?.name;
52
+ resourceInputs["zones"] = args?.zones;
53
+ resourceInputs["createdTime"] = undefined /*out*/;
54
+ resourceInputs["modifiedTime"] = undefined /*out*/;
55
+ }
56
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
57
+ super(AccountDnsSettingsInternalView.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
58
+ }
59
+ }
60
+ exports.AccountDnsSettingsInternalView = AccountDnsSettingsInternalView;
61
+ /** @internal */
62
+ AccountDnsSettingsInternalView.__pulumiType = 'cloudflare:index/accountDnsSettingsInternalView:AccountDnsSettingsInternalView';
63
+ //# sourceMappingURL=accountDnsSettingsInternalView.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountDnsSettingsInternalView.js","sourceRoot":"","sources":["../accountDnsSettingsInternalView.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,MAAa,8BAA+B,SAAQ,MAAM,CAAC,cAAc;IACrE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2C,EAAE,IAAmC;QACzI,OAAO,IAAI,8BAA8B,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrF,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,8BAA8B,CAAC,YAAY,CAAC;IAC/E,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAsF,EAAE,IAAmC;QACjJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8D,CAAC;YAC7E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,EAAE,SAAS,CAAC;YAC/C,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,EAAE,WAAW,CAAC;YACnD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;SAC1C;aAAM;YACH,MAAM,IAAI,GAAG,WAA6D,CAAC;YAC3E,IAAI,IAAI,EAAE,SAAS,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5C,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,EAAE,SAAS,CAAC;YAC9C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,8BAA8B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACjI,CAAC;;AAnFL,wEAoFC;AAtEG,gBAAgB;AACO,2CAAY,GAAG,gFAAgF,CAAC"}
@@ -28,11 +28,14 @@ export declare class AccountMember extends pulumi.CustomResource {
28
28
  /**
29
29
  * Array of policies associated with this member.
30
30
  */
31
- readonly policies: pulumi.Output<outputs.AccountMemberPolicy[] | undefined>;
31
+ readonly policies: pulumi.Output<outputs.AccountMemberPolicy[]>;
32
32
  /**
33
- * Array of roles associated with this member.
33
+ * Set of roles associated with this member.
34
+ */
35
+ readonly roles: pulumi.Output<string[]>;
36
+ /**
37
+ * Available values: "accepted", "pending".
34
38
  */
35
- readonly roles: pulumi.Output<string[] | undefined>;
36
39
  readonly status: pulumi.Output<string>;
37
40
  /**
38
41
  * Details of the user associated to the membership.
@@ -64,9 +67,12 @@ export interface AccountMemberState {
64
67
  */
65
68
  policies?: pulumi.Input<pulumi.Input<inputs.AccountMemberPolicy>[]>;
66
69
  /**
67
- * Array of roles associated with this member.
70
+ * Set of roles associated with this member.
68
71
  */
69
72
  roles?: pulumi.Input<pulumi.Input<string>[]>;
73
+ /**
74
+ * Available values: "accepted", "pending".
75
+ */
70
76
  status?: pulumi.Input<string>;
71
77
  /**
72
78
  * Details of the user associated to the membership.
@@ -90,8 +96,11 @@ export interface AccountMemberArgs {
90
96
  */
91
97
  policies?: pulumi.Input<pulumi.Input<inputs.AccountMemberPolicy>[]>;
92
98
  /**
93
- * Array of roles associated with this member.
99
+ * Set of roles associated with this member.
94
100
  */
95
101
  roles?: pulumi.Input<pulumi.Input<string>[]>;
102
+ /**
103
+ * Available values: "accepted", "pending".
104
+ */
96
105
  status?: pulumi.Input<string>;
97
106
  }