@sst-provider/cloudflare5 5.2.0 → 5.18.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.
- package/bin/accessRule.d.ts +8 -7
- package/bin/accessRule.d.ts.map +1 -0
- package/bin/accessRule.js +44 -21
- package/bin/accessRule.js.map +1 -1
- package/bin/account.d.ts +24 -11
- package/bin/account.d.ts.map +1 -0
- package/bin/account.js +39 -17
- package/bin/account.js.map +1 -1
- package/bin/accountDnsSettings.d.ts +5 -4
- package/bin/accountDnsSettings.d.ts.map +1 -0
- package/bin/accountDnsSettings.js +33 -10
- package/bin/accountDnsSettings.js.map +1 -1
- package/bin/accountDnsSettingsInternalView.d.ts +4 -3
- package/bin/accountDnsSettingsInternalView.d.ts.map +1 -0
- package/bin/accountDnsSettingsInternalView.js +38 -15
- package/bin/accountDnsSettingsInternalView.js.map +1 -1
- package/bin/accountMember.d.ts +11 -4
- package/bin/accountMember.d.ts.map +1 -0
- package/bin/accountMember.js +41 -18
- package/bin/accountMember.js.map +1 -1
- package/bin/accountSubscription.d.ts +14 -22
- package/bin/accountSubscription.d.ts.map +1 -0
- package/bin/accountSubscription.js +40 -19
- package/bin/accountSubscription.js.map +1 -1
- package/bin/accountToken.d.ts +12 -8
- package/bin/accountToken.d.ts.map +1 -0
- package/bin/accountToken.js +48 -25
- package/bin/accountToken.js.map +1 -1
- package/bin/addressMap.d.ts +13 -26
- package/bin/addressMap.d.ts.map +1 -0
- package/bin/addressMap.js +45 -22
- package/bin/addressMap.js.map +1 -1
- package/bin/aiSearchInstance.d.ts +234 -0
- package/bin/aiSearchInstance.d.ts.map +1 -0
- package/bin/aiSearchInstance.js +164 -0
- package/bin/aiSearchInstance.js.map +1 -0
- package/bin/aiSearchToken.d.ts +61 -0
- package/bin/aiSearchToken.d.ts.map +1 -0
- package/bin/aiSearchToken.js +101 -0
- package/bin/aiSearchToken.js.map +1 -0
- package/bin/apiShield.d.ts +4 -15
- package/bin/apiShield.d.ts.map +1 -0
- package/bin/apiShield.js +34 -17
- package/bin/apiShield.js.map +1 -1
- package/bin/apiShieldDiscoveryOperation.d.ts +19 -12
- package/bin/apiShieldDiscoveryOperation.d.ts.map +1 -0
- package/bin/apiShieldDiscoveryOperation.js +36 -13
- package/bin/apiShieldDiscoveryOperation.js.map +1 -1
- package/bin/apiShieldOperation.d.ts +15 -20
- package/bin/apiShieldOperation.d.ts.map +1 -0
- package/bin/apiShieldOperation.js +43 -20
- package/bin/apiShieldOperation.js.map +1 -1
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts +28 -18
- package/bin/apiShieldOperationSchemaValidationSettings.d.ts.map +1 -0
- package/bin/apiShieldOperationSchemaValidationSettings.js +36 -13
- package/bin/apiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/apiShieldSchema.d.ts +16 -9
- package/bin/apiShieldSchema.d.ts.map +1 -0
- package/bin/apiShieldSchema.js +47 -24
- package/bin/apiShieldSchema.js.map +1 -1
- package/bin/apiShieldSchemaValidationSettings.d.ts +52 -24
- package/bin/apiShieldSchemaValidationSettings.d.ts.map +1 -0
- package/bin/apiShieldSchemaValidationSettings.js +36 -13
- package/bin/apiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/apiToken.d.ts +12 -8
- package/bin/apiToken.d.ts.map +1 -0
- package/bin/apiToken.js +45 -22
- package/bin/apiToken.js.map +1 -1
- package/bin/argoSmartRouting.d.ts +26 -6
- package/bin/argoSmartRouting.d.ts.map +1 -0
- package/bin/argoSmartRouting.js +38 -11
- package/bin/argoSmartRouting.js.map +1 -1
- package/bin/argoTieredCaching.d.ts +12 -8
- package/bin/argoTieredCaching.d.ts.map +1 -0
- package/bin/argoTieredCaching.js +36 -13
- package/bin/argoTieredCaching.js.map +1 -1
- package/bin/authenticatedOriginPulls.d.ts +15 -18
- package/bin/authenticatedOriginPulls.d.ts.map +1 -0
- package/bin/authenticatedOriginPulls.js +50 -27
- package/bin/authenticatedOriginPulls.js.map +1 -1
- package/bin/authenticatedOriginPullsCertificate.d.ts +18 -9
- package/bin/authenticatedOriginPullsCertificate.d.ts.map +1 -0
- package/bin/authenticatedOriginPullsCertificate.js +46 -21
- package/bin/authenticatedOriginPullsCertificate.js.map +1 -1
- package/bin/authenticatedOriginPullsHostnameCertificate.d.ts +123 -0
- package/bin/authenticatedOriginPullsHostnameCertificate.d.ts.map +1 -0
- package/bin/authenticatedOriginPullsHostnameCertificate.js +99 -0
- package/bin/authenticatedOriginPullsHostnameCertificate.js.map +1 -0
- package/bin/authenticatedOriginPullsSettings.d.ts +4 -3
- package/bin/authenticatedOriginPullsSettings.d.ts.map +1 -0
- package/bin/authenticatedOriginPullsSettings.js +34 -11
- package/bin/authenticatedOriginPullsSettings.js.map +1 -1
- package/bin/botManagement.d.ts +100 -56
- package/bin/botManagement.d.ts.map +1 -0
- package/bin/botManagement.js +61 -32
- package/bin/botManagement.js.map +1 -1
- package/bin/byoIpPrefix.d.ts +63 -2
- package/bin/byoIpPrefix.d.ts.map +1 -0
- package/bin/byoIpPrefix.js +58 -28
- package/bin/byoIpPrefix.js.map +1 -1
- package/bin/callsSfuApp.d.ts +1 -0
- package/bin/callsSfuApp.d.ts.map +1 -0
- package/bin/callsSfuApp.js +39 -16
- package/bin/callsSfuApp.js.map +1 -1
- package/bin/callsTurnApp.d.ts +1 -0
- package/bin/callsTurnApp.d.ts.map +1 -0
- package/bin/callsTurnApp.js +39 -16
- package/bin/callsTurnApp.js.map +1 -1
- package/bin/certificatePack.d.ts +81 -42
- package/bin/certificatePack.d.ts.map +1 -0
- package/bin/certificatePack.js +58 -28
- package/bin/certificatePack.js.map +1 -1
- package/bin/clientCertificate.d.ts +200 -0
- package/bin/clientCertificate.d.ts.map +1 -0
- package/bin/clientCertificate.js +117 -0
- package/bin/clientCertificate.js.map +1 -0
- package/bin/cloudConnectorRules.d.ts +5 -35
- package/bin/cloudConnectorRules.d.ts.map +1 -0
- package/bin/cloudConnectorRules.js +33 -20
- package/bin/cloudConnectorRules.js.map +1 -1
- package/bin/cloudforceOneRequest.d.ts +37 -31
- package/bin/cloudforceOneRequest.d.ts.map +1 -0
- package/bin/cloudforceOneRequest.js +50 -27
- package/bin/cloudforceOneRequest.js.map +1 -1
- package/bin/cloudforceOneRequestAsset.d.ts +32 -31
- package/bin/cloudforceOneRequestAsset.d.ts.map +1 -0
- package/bin/cloudforceOneRequestAsset.js +49 -26
- package/bin/cloudforceOneRequestAsset.js.map +1 -1
- package/bin/cloudforceOneRequestMessage.d.ts +26 -25
- package/bin/cloudforceOneRequestMessage.d.ts.map +1 -0
- package/bin/cloudforceOneRequestMessage.js +43 -20
- package/bin/cloudforceOneRequestMessage.js.map +1 -1
- package/bin/cloudforceOneRequestPriority.d.ts +38 -32
- package/bin/cloudforceOneRequestPriority.d.ts.map +1 -0
- package/bin/cloudforceOneRequestPriority.js +54 -31
- package/bin/cloudforceOneRequestPriority.js.map +1 -1
- package/bin/config/index.d.ts +1 -0
- package/bin/config/index.d.ts.map +1 -0
- package/bin/config/vars.d.ts +9 -13
- package/bin/config/vars.d.ts.map +1 -0
- package/bin/config/vars.js +24 -1
- package/bin/config/vars.js.map +1 -1
- package/bin/connectivityDirectoryService.d.ts +81 -0
- package/bin/connectivityDirectoryService.d.ts.map +1 -0
- package/bin/connectivityDirectoryService.js +97 -0
- package/bin/connectivityDirectoryService.js.map +1 -0
- package/bin/contentScanning.d.ts +72 -0
- package/bin/contentScanning.d.ts.map +1 -0
- package/bin/contentScanning.js +82 -0
- package/bin/contentScanning.js.map +1 -0
- package/bin/contentScanningExpression.d.ts +4 -11
- package/bin/contentScanningExpression.d.ts.map +1 -0
- package/bin/contentScanningExpression.js +34 -13
- package/bin/contentScanningExpression.js.map +1 -1
- package/bin/customHostname.d.ts +11 -18
- package/bin/customHostname.d.ts.map +1 -0
- package/bin/customHostname.js +48 -25
- package/bin/customHostname.js.map +1 -1
- package/bin/customHostnameFallbackOrigin.d.ts +8 -7
- package/bin/customHostnameFallbackOrigin.d.ts.map +1 -0
- package/bin/customHostnameFallbackOrigin.js +38 -15
- package/bin/customHostnameFallbackOrigin.js.map +1 -1
- package/bin/customOriginTrustStore.d.ts +111 -0
- package/bin/customOriginTrustStore.d.ts.map +1 -0
- package/bin/customOriginTrustStore.js +92 -0
- package/bin/customOriginTrustStore.js.map +1 -0
- package/bin/customPages.d.ts +24 -7
- package/bin/customPages.d.ts.map +1 -0
- package/bin/customPages.js +50 -20
- package/bin/customPages.js.map +1 -1
- package/bin/customSsl.d.ts +67 -60
- package/bin/customSsl.d.ts.map +1 -0
- package/bin/customSsl.js +58 -31
- package/bin/customSsl.js.map +1 -1
- package/bin/d1database.d.ts +36 -6
- package/bin/d1database.d.ts.map +1 -0
- package/bin/d1database.js +44 -17
- package/bin/d1database.js.map +1 -1
- package/bin/dnsFirewall.d.ts +88 -27
- package/bin/dnsFirewall.d.ts.map +1 -0
- package/bin/dnsFirewall.js +54 -31
- package/bin/dnsFirewall.js.map +1 -1
- package/bin/dnsRecord.d.ts +15 -14
- package/bin/dnsRecord.d.ts.map +1 -0
- package/bin/dnsRecord.js +59 -36
- package/bin/dnsRecord.js.map +1 -1
- package/bin/dnsZoneTransfersAcl.d.ts +4 -9
- package/bin/dnsZoneTransfersAcl.d.ts.map +1 -0
- package/bin/dnsZoneTransfersAcl.js +36 -13
- package/bin/dnsZoneTransfersAcl.js.map +1 -1
- package/bin/dnsZoneTransfersIncoming.d.ts +8 -4
- package/bin/dnsZoneTransfersIncoming.d.ts.map +1 -0
- package/bin/dnsZoneTransfersIncoming.js +42 -22
- package/bin/dnsZoneTransfersIncoming.js.map +1 -1
- package/bin/dnsZoneTransfersOutgoing.d.ts +1 -0
- package/bin/dnsZoneTransfersOutgoing.d.ts.map +1 -0
- package/bin/dnsZoneTransfersOutgoing.js +40 -17
- package/bin/dnsZoneTransfersOutgoing.js.map +1 -1
- package/bin/dnsZoneTransfersPeer.d.ts +4 -9
- package/bin/dnsZoneTransfersPeer.d.ts.map +1 -0
- package/bin/dnsZoneTransfersPeer.js +41 -18
- package/bin/dnsZoneTransfersPeer.js.map +1 -1
- package/bin/dnsZoneTransfersTsig.d.ts +1 -0
- package/bin/dnsZoneTransfersTsig.d.ts.map +1 -0
- package/bin/dnsZoneTransfersTsig.js +41 -16
- package/bin/dnsZoneTransfersTsig.js.map +1 -1
- package/bin/emailRoutingAddress.d.ts +8 -3
- package/bin/emailRoutingAddress.d.ts.map +1 -0
- package/bin/emailRoutingAddress.js +38 -15
- package/bin/emailRoutingAddress.js.map +1 -1
- package/bin/emailRoutingCatchAll.d.ts +8 -3
- package/bin/emailRoutingCatchAll.d.ts.map +1 -0
- package/bin/emailRoutingCatchAll.js +42 -19
- package/bin/emailRoutingCatchAll.js.map +1 -1
- package/bin/emailRoutingDns.d.ts +14 -9
- package/bin/emailRoutingDns.d.ts.map +1 -0
- package/bin/emailRoutingDns.js +44 -21
- package/bin/emailRoutingDns.js.map +1 -1
- package/bin/emailRoutingRule.d.ts +8 -3
- package/bin/emailRoutingRule.d.ts.map +1 -0
- package/bin/emailRoutingRule.js +44 -21
- package/bin/emailRoutingRule.js.map +1 -1
- package/bin/emailRoutingSettings.d.ts +12 -7
- package/bin/emailRoutingSettings.d.ts.map +1 -0
- package/bin/emailRoutingSettings.js +38 -15
- package/bin/emailRoutingSettings.js.map +1 -1
- package/bin/emailSecurityBlockSender.d.ts +1 -0
- package/bin/emailSecurityBlockSender.d.ts.map +1 -0
- package/bin/emailSecurityBlockSender.js +45 -22
- package/bin/emailSecurityBlockSender.js.map +1 -1
- package/bin/emailSecurityImpersonationRegistry.d.ts +7 -0
- package/bin/emailSecurityImpersonationRegistry.d.ts.map +1 -0
- package/bin/emailSecurityImpersonationRegistry.js +47 -24
- package/bin/emailSecurityImpersonationRegistry.js.map +1 -1
- package/bin/emailSecurityTrustedDomains.d.ts +17 -10
- package/bin/emailSecurityTrustedDomains.d.ts.map +1 -0
- package/bin/emailSecurityTrustedDomains.js +46 -23
- package/bin/emailSecurityTrustedDomains.js.map +1 -1
- package/bin/filter.d.ts +29 -14
- package/bin/filter.d.ts.map +1 -0
- package/bin/filter.js +43 -18
- package/bin/filter.js.map +1 -1
- package/bin/firewallRule.d.ts +6 -7
- package/bin/firewallRule.d.ts.map +1 -0
- package/bin/firewallRule.js +42 -19
- package/bin/firewallRule.js.map +1 -1
- package/bin/getAccessRule.d.ts +1 -0
- package/bin/getAccessRule.d.ts.map +1 -0
- package/bin/getAccessRule.js +25 -2
- package/bin/getAccessRule.js.map +1 -1
- package/bin/getAccessRules.d.ts +1 -0
- package/bin/getAccessRules.d.ts.map +1 -0
- package/bin/getAccessRules.js +25 -2
- package/bin/getAccessRules.js.map +1 -1
- package/bin/getAccount.d.ts +3 -0
- package/bin/getAccount.d.ts.map +1 -0
- package/bin/getAccount.js +25 -2
- package/bin/getAccount.js.map +1 -1
- package/bin/getAccountApiTokenPermissionGroups.d.ts +12 -2
- package/bin/getAccountApiTokenPermissionGroups.d.ts.map +1 -0
- package/bin/getAccountApiTokenPermissionGroups.js +29 -2
- package/bin/getAccountApiTokenPermissionGroups.js.map +1 -1
- package/bin/getAccountApiTokenPermissionGroupsList.d.ts +7 -0
- package/bin/getAccountApiTokenPermissionGroupsList.d.ts.map +1 -0
- package/bin/getAccountApiTokenPermissionGroupsList.js +29 -2
- package/bin/getAccountApiTokenPermissionGroupsList.js.map +1 -1
- package/bin/getAccountDnsSettings.d.ts +1 -0
- package/bin/getAccountDnsSettings.d.ts.map +1 -0
- package/bin/getAccountDnsSettings.js +25 -2
- package/bin/getAccountDnsSettings.js.map +1 -1
- package/bin/getAccountDnsSettingsInternalView.d.ts +1 -0
- package/bin/getAccountDnsSettingsInternalView.d.ts.map +1 -0
- package/bin/getAccountDnsSettingsInternalView.js +25 -2
- package/bin/getAccountDnsSettingsInternalView.js.map +1 -1
- package/bin/getAccountDnsSettingsInternalViews.d.ts +1 -0
- package/bin/getAccountDnsSettingsInternalViews.d.ts.map +1 -0
- package/bin/getAccountDnsSettingsInternalViews.js +25 -2
- package/bin/getAccountDnsSettingsInternalViews.js.map +1 -1
- package/bin/getAccountMember.d.ts +2 -0
- package/bin/getAccountMember.d.ts.map +1 -0
- package/bin/getAccountMember.js +25 -2
- package/bin/getAccountMember.js.map +1 -1
- package/bin/getAccountMembers.d.ts +1 -0
- package/bin/getAccountMembers.d.ts.map +1 -0
- package/bin/getAccountMembers.js +25 -2
- package/bin/getAccountMembers.js.map +1 -1
- package/bin/getAccountPermissionGroup.d.ts +1 -0
- package/bin/getAccountPermissionGroup.d.ts.map +1 -0
- package/bin/getAccountPermissionGroup.js +25 -2
- package/bin/getAccountPermissionGroup.js.map +1 -1
- package/bin/getAccountPermissionGroups.d.ts +1 -0
- package/bin/getAccountPermissionGroups.d.ts.map +1 -0
- package/bin/getAccountPermissionGroups.js +25 -2
- package/bin/getAccountPermissionGroups.js.map +1 -1
- package/bin/getAccountRole.d.ts +1 -0
- package/bin/getAccountRole.d.ts.map +1 -0
- package/bin/getAccountRole.js +25 -2
- package/bin/getAccountRole.js.map +1 -1
- package/bin/getAccountRoles.d.ts +1 -0
- package/bin/getAccountRoles.d.ts.map +1 -0
- package/bin/getAccountRoles.js +25 -2
- package/bin/getAccountRoles.js.map +1 -1
- package/bin/getAccountSubscription.d.ts +1 -0
- package/bin/getAccountSubscription.d.ts.map +1 -0
- package/bin/getAccountSubscription.js +25 -2
- package/bin/getAccountSubscription.js.map +1 -1
- package/bin/getAccountToken.d.ts +1 -0
- package/bin/getAccountToken.d.ts.map +1 -0
- package/bin/getAccountToken.js +25 -2
- package/bin/getAccountToken.js.map +1 -1
- package/bin/getAccountTokens.d.ts +1 -0
- package/bin/getAccountTokens.d.ts.map +1 -0
- package/bin/getAccountTokens.js +25 -2
- package/bin/getAccountTokens.js.map +1 -1
- package/bin/getAccounts.d.ts +1 -0
- package/bin/getAccounts.d.ts.map +1 -0
- package/bin/getAccounts.js +25 -2
- package/bin/getAccounts.js.map +1 -1
- package/bin/getAddressMap.d.ts +4 -3
- package/bin/getAddressMap.d.ts.map +1 -0
- package/bin/getAddressMap.js +25 -2
- package/bin/getAddressMap.js.map +1 -1
- package/bin/getAddressMaps.d.ts +1 -0
- package/bin/getAddressMaps.d.ts.map +1 -0
- package/bin/getAddressMaps.js +25 -2
- package/bin/getAddressMaps.js.map +1 -1
- package/bin/getAiSearchInstance.d.ts +63 -0
- package/bin/getAiSearchInstance.d.ts.map +1 -0
- package/bin/getAiSearchInstance.js +49 -0
- package/bin/getAiSearchInstance.js.map +1 -0
- package/bin/getAiSearchInstances.d.ts +34 -0
- package/bin/getAiSearchInstances.d.ts.map +1 -0
- package/bin/getAiSearchInstances.js +49 -0
- package/bin/getAiSearchInstances.js.map +1 -0
- package/bin/getAiSearchToken.d.ts +33 -0
- package/bin/getAiSearchToken.d.ts.map +1 -0
- package/bin/getAiSearchToken.js +47 -0
- package/bin/getAiSearchToken.js.map +1 -0
- package/bin/getAiSearchTokens.d.ts +31 -0
- package/bin/getAiSearchTokens.d.ts.map +1 -0
- package/bin/getAiSearchTokens.js +47 -0
- package/bin/getAiSearchTokens.js.map +1 -0
- package/bin/getApiShield.d.ts +4 -6
- package/bin/getApiShield.d.ts.map +1 -0
- package/bin/getApiShield.js +27 -4
- package/bin/getApiShield.js.map +1 -1
- package/bin/getApiShieldDiscoveryOperations.d.ts +1 -0
- package/bin/getApiShieldDiscoveryOperations.d.ts.map +1 -0
- package/bin/getApiShieldDiscoveryOperations.js +25 -2
- package/bin/getApiShieldDiscoveryOperations.js.map +1 -1
- package/bin/getApiShieldOperation.d.ts +1 -0
- package/bin/getApiShieldOperation.d.ts.map +1 -0
- package/bin/getApiShieldOperation.js +25 -2
- package/bin/getApiShieldOperation.js.map +1 -1
- package/bin/getApiShieldOperationSchemaValidationSettings.d.ts +1 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.d.ts.map +1 -0
- package/bin/getApiShieldOperationSchemaValidationSettings.js +25 -2
- package/bin/getApiShieldOperationSchemaValidationSettings.js.map +1 -1
- package/bin/getApiShieldOperations.d.ts +1 -0
- package/bin/getApiShieldOperations.d.ts.map +1 -0
- package/bin/getApiShieldOperations.js +25 -2
- package/bin/getApiShieldOperations.js.map +1 -1
- package/bin/getApiShieldSchema.d.ts +1 -0
- package/bin/getApiShieldSchema.d.ts.map +1 -0
- package/bin/getApiShieldSchema.js +25 -2
- package/bin/getApiShieldSchema.js.map +1 -1
- package/bin/getApiShieldSchemaValidationSettings.d.ts +1 -3
- package/bin/getApiShieldSchemaValidationSettings.d.ts.map +1 -0
- package/bin/getApiShieldSchemaValidationSettings.js +25 -2
- package/bin/getApiShieldSchemaValidationSettings.js.map +1 -1
- package/bin/getApiShieldSchemas.d.ts +1 -0
- package/bin/getApiShieldSchemas.d.ts.map +1 -0
- package/bin/getApiShieldSchemas.js +25 -2
- package/bin/getApiShieldSchemas.js.map +1 -1
- package/bin/getApiToken.d.ts +1 -0
- package/bin/getApiToken.d.ts.map +1 -0
- package/bin/getApiToken.js +25 -2
- package/bin/getApiToken.js.map +1 -1
- package/bin/getApiTokenPermissionGroupsList.d.ts +7 -0
- package/bin/getApiTokenPermissionGroupsList.d.ts.map +1 -0
- package/bin/getApiTokenPermissionGroupsList.js +29 -2
- package/bin/getApiTokenPermissionGroupsList.js.map +1 -1
- package/bin/getApiTokens.d.ts +1 -0
- package/bin/getApiTokens.d.ts.map +1 -0
- package/bin/getApiTokens.js +25 -2
- package/bin/getApiTokens.js.map +1 -1
- package/bin/getArgoSmartRouting.d.ts +4 -3
- package/bin/getArgoSmartRouting.d.ts.map +1 -0
- package/bin/getArgoSmartRouting.js +25 -2
- package/bin/getArgoSmartRouting.js.map +1 -1
- package/bin/getArgoTieredCaching.d.ts +1 -0
- package/bin/getArgoTieredCaching.d.ts.map +1 -0
- package/bin/getArgoTieredCaching.js +25 -2
- package/bin/getArgoTieredCaching.js.map +1 -1
- package/bin/getAuthenticatedOriginPulls.d.ts +1 -0
- package/bin/getAuthenticatedOriginPulls.d.ts.map +1 -0
- package/bin/getAuthenticatedOriginPulls.js +25 -2
- package/bin/getAuthenticatedOriginPulls.js.map +1 -1
- package/bin/getAuthenticatedOriginPullsCertificate.d.ts +2 -2
- package/bin/getAuthenticatedOriginPullsCertificate.d.ts.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificate.js +25 -2
- package/bin/getAuthenticatedOriginPullsCertificate.js.map +1 -1
- package/bin/getAuthenticatedOriginPullsCertificates.d.ts +1 -0
- package/bin/getAuthenticatedOriginPullsCertificates.d.ts.map +1 -0
- package/bin/getAuthenticatedOriginPullsCertificates.js +25 -2
- package/bin/getAuthenticatedOriginPullsCertificates.js.map +1 -1
- package/bin/getAuthenticatedOriginPullsHostnameCertificate.d.ts +33 -0
- package/bin/getAuthenticatedOriginPullsHostnameCertificate.d.ts.map +1 -0
- package/bin/getAuthenticatedOriginPullsHostnameCertificate.js +47 -0
- package/bin/getAuthenticatedOriginPullsHostnameCertificate.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsHostnameCertificates.d.ts +31 -0
- package/bin/getAuthenticatedOriginPullsHostnameCertificates.d.ts.map +1 -0
- package/bin/getAuthenticatedOriginPullsHostnameCertificates.js +47 -0
- package/bin/getAuthenticatedOriginPullsHostnameCertificates.js.map +1 -0
- package/bin/getAuthenticatedOriginPullsSettings.d.ts +1 -3
- package/bin/getAuthenticatedOriginPullsSettings.d.ts.map +1 -0
- package/bin/getAuthenticatedOriginPullsSettings.js +25 -2
- package/bin/getAuthenticatedOriginPullsSettings.js.map +1 -1
- package/bin/getBotManagement.d.ts +4 -3
- package/bin/getBotManagement.d.ts.map +1 -0
- package/bin/getBotManagement.js +25 -2
- package/bin/getBotManagement.js.map +1 -1
- package/bin/getBotnetFeedConfigAsn.d.ts +1 -0
- package/bin/getBotnetFeedConfigAsn.d.ts.map +1 -0
- package/bin/getBotnetFeedConfigAsn.js +25 -2
- package/bin/getBotnetFeedConfigAsn.js.map +1 -1
- package/bin/getByoIpPrefix.d.ts +21 -3
- package/bin/getByoIpPrefix.d.ts.map +1 -0
- package/bin/getByoIpPrefix.js +25 -2
- package/bin/getByoIpPrefix.js.map +1 -1
- package/bin/getByoIpPrefixes.d.ts +1 -0
- package/bin/getByoIpPrefixes.d.ts.map +1 -0
- package/bin/getByoIpPrefixes.js +25 -2
- package/bin/getByoIpPrefixes.js.map +1 -1
- package/bin/getCallsSfuApp.d.ts +1 -0
- package/bin/getCallsSfuApp.d.ts.map +1 -0
- package/bin/getCallsSfuApp.js +25 -2
- package/bin/getCallsSfuApp.js.map +1 -1
- package/bin/getCallsSfuApps.d.ts +1 -0
- package/bin/getCallsSfuApps.d.ts.map +1 -0
- package/bin/getCallsSfuApps.js +25 -2
- package/bin/getCallsSfuApps.js.map +1 -1
- package/bin/getCallsTurnApp.d.ts +1 -0
- package/bin/getCallsTurnApp.d.ts.map +1 -0
- package/bin/getCallsTurnApp.js +25 -2
- package/bin/getCallsTurnApp.js.map +1 -1
- package/bin/getCallsTurnApps.d.ts +1 -0
- package/bin/getCallsTurnApps.d.ts.map +1 -0
- package/bin/getCallsTurnApps.js +25 -2
- package/bin/getCallsTurnApps.js.map +1 -1
- package/bin/getCertificatePack.d.ts +21 -6
- package/bin/getCertificatePack.d.ts.map +1 -0
- package/bin/getCertificatePack.js +27 -2
- package/bin/getCertificatePack.js.map +1 -1
- package/bin/getCertificatePacks.d.ts +4 -0
- package/bin/getCertificatePacks.d.ts.map +1 -0
- package/bin/getCertificatePacks.js +27 -2
- package/bin/getCertificatePacks.js.map +1 -1
- package/bin/getClientCertificate.d.ts +48 -0
- package/bin/getClientCertificate.d.ts.map +1 -0
- package/bin/getClientCertificate.js +49 -0
- package/bin/getClientCertificate.js.map +1 -0
- package/bin/getClientCertificates.d.ts +40 -0
- package/bin/getClientCertificates.d.ts.map +1 -0
- package/bin/getClientCertificates.js +53 -0
- package/bin/getClientCertificates.js.map +1 -0
- package/bin/getCloudConnectorRules.d.ts +25 -0
- package/bin/getCloudConnectorRules.d.ts.map +1 -0
- package/bin/getCloudConnectorRules.js +45 -0
- package/bin/getCloudConnectorRules.js.map +1 -0
- package/bin/getCloudforceOneRequest.d.ts +12 -6
- package/bin/getCloudforceOneRequest.d.ts.map +1 -0
- package/bin/getCloudforceOneRequest.js +31 -6
- package/bin/getCloudforceOneRequest.js.map +1 -1
- package/bin/getCloudforceOneRequestAsset.d.ts +11 -10
- package/bin/getCloudforceOneRequestAsset.d.ts.map +1 -0
- package/bin/getCloudforceOneRequestAsset.js +31 -8
- package/bin/getCloudforceOneRequestAsset.js.map +1 -1
- package/bin/getCloudforceOneRequestMessage.d.ts +26 -7
- package/bin/getCloudforceOneRequestMessage.d.ts.map +1 -0
- package/bin/getCloudforceOneRequestMessage.js +41 -6
- package/bin/getCloudforceOneRequestMessage.js.map +1 -1
- package/bin/getCloudforceOneRequestPriority.d.ts +7 -6
- package/bin/getCloudforceOneRequestPriority.d.ts.map +1 -0
- package/bin/getCloudforceOneRequestPriority.js +29 -6
- package/bin/getCloudforceOneRequestPriority.js.map +1 -1
- package/bin/getCloudforceOneRequests.d.ts +34 -3
- package/bin/getCloudforceOneRequests.d.ts.map +1 -0
- package/bin/getCloudforceOneRequests.js +47 -4
- package/bin/getCloudforceOneRequests.js.map +1 -1
- package/bin/getConnectivityDirectoryService.d.ts +38 -0
- package/bin/getConnectivityDirectoryService.d.ts.map +1 -0
- package/bin/getConnectivityDirectoryService.js +49 -0
- package/bin/getConnectivityDirectoryService.js.map +1 -0
- package/bin/getConnectivityDirectoryServices.d.ts +34 -0
- package/bin/getConnectivityDirectoryServices.d.ts.map +1 -0
- package/bin/getConnectivityDirectoryServices.js +49 -0
- package/bin/getConnectivityDirectoryServices.js.map +1 -0
- package/bin/getContentScanning.d.ts +28 -0
- package/bin/getContentScanning.d.ts.map +1 -0
- package/bin/getContentScanning.js +45 -0
- package/bin/getContentScanning.js.map +1 -0
- package/bin/getContentScanningExpressions.d.ts +1 -0
- package/bin/getContentScanningExpressions.d.ts.map +1 -0
- package/bin/getContentScanningExpressions.js +25 -2
- package/bin/getContentScanningExpressions.js.map +1 -1
- package/bin/getCustomHostname.d.ts +1 -0
- package/bin/getCustomHostname.d.ts.map +1 -0
- package/bin/getCustomHostname.js +25 -2
- package/bin/getCustomHostname.js.map +1 -1
- package/bin/getCustomHostnameFallbackOrigin.d.ts +1 -3
- package/bin/getCustomHostnameFallbackOrigin.d.ts.map +1 -0
- package/bin/getCustomHostnameFallbackOrigin.js +25 -2
- package/bin/getCustomHostnameFallbackOrigin.js.map +1 -1
- package/bin/getCustomHostnames.d.ts +1 -0
- package/bin/getCustomHostnames.d.ts.map +1 -0
- package/bin/getCustomHostnames.js +25 -2
- package/bin/getCustomHostnames.js.map +1 -1
- package/bin/getCustomOriginTrustStore.d.ts +38 -0
- package/bin/getCustomOriginTrustStore.d.ts.map +1 -0
- package/bin/getCustomOriginTrustStore.js +49 -0
- package/bin/getCustomOriginTrustStore.js.map +1 -0
- package/bin/getCustomOriginTrustStores.d.ts +37 -0
- package/bin/getCustomOriginTrustStores.d.ts.map +1 -0
- package/bin/getCustomOriginTrustStores.js +51 -0
- package/bin/getCustomOriginTrustStores.js.map +1 -0
- package/bin/getCustomPages.d.ts +8 -3
- package/bin/getCustomPages.d.ts.map +1 -0
- package/bin/getCustomPages.js +25 -2
- package/bin/getCustomPages.js.map +1 -1
- package/bin/getCustomPagesList.d.ts +1 -0
- package/bin/getCustomPagesList.d.ts.map +1 -0
- package/bin/getCustomPagesList.js +25 -2
- package/bin/getCustomPagesList.js.map +1 -1
- package/bin/getCustomSsl.d.ts +2 -1
- package/bin/getCustomSsl.d.ts.map +1 -0
- package/bin/getCustomSsl.js +25 -2
- package/bin/getCustomSsl.js.map +1 -1
- package/bin/getCustomSsls.d.ts +1 -0
- package/bin/getCustomSsls.d.ts.map +1 -0
- package/bin/getCustomSsls.js +25 -2
- package/bin/getCustomSsls.js.map +1 -1
- package/bin/getD1Database.d.ts +2 -0
- package/bin/getD1Database.d.ts.map +1 -0
- package/bin/getD1Database.js +25 -2
- package/bin/getD1Database.js.map +1 -1
- package/bin/getD1Databases.d.ts +1 -0
- package/bin/getD1Databases.d.ts.map +1 -0
- package/bin/getD1Databases.js +25 -2
- package/bin/getD1Databases.js.map +1 -1
- package/bin/getDcvDelegation.d.ts +1 -0
- package/bin/getDcvDelegation.d.ts.map +1 -0
- package/bin/getDcvDelegation.js +25 -2
- package/bin/getDcvDelegation.js.map +1 -1
- package/bin/getDnsFirewall.d.ts +4 -3
- package/bin/getDnsFirewall.d.ts.map +1 -0
- package/bin/getDnsFirewall.js +25 -2
- package/bin/getDnsFirewall.js.map +1 -1
- package/bin/getDnsFirewalls.d.ts +1 -0
- package/bin/getDnsFirewalls.d.ts.map +1 -0
- package/bin/getDnsFirewalls.js +25 -2
- package/bin/getDnsFirewalls.js.map +1 -1
- package/bin/getDnsRecord.d.ts +1 -0
- package/bin/getDnsRecord.d.ts.map +1 -0
- package/bin/getDnsRecord.js +25 -2
- package/bin/getDnsRecord.js.map +1 -1
- package/bin/getDnsRecords.d.ts +1 -0
- package/bin/getDnsRecords.d.ts.map +1 -0
- package/bin/getDnsRecords.js +25 -2
- package/bin/getDnsRecords.js.map +1 -1
- package/bin/getDnsZoneTransfersAcl.d.ts +4 -3
- package/bin/getDnsZoneTransfersAcl.d.ts.map +1 -0
- package/bin/getDnsZoneTransfersAcl.js +25 -2
- package/bin/getDnsZoneTransfersAcl.js.map +1 -1
- package/bin/getDnsZoneTransfersAcls.d.ts +1 -0
- package/bin/getDnsZoneTransfersAcls.d.ts.map +1 -0
- package/bin/getDnsZoneTransfersAcls.js +25 -2
- package/bin/getDnsZoneTransfersAcls.js.map +1 -1
- package/bin/getDnsZoneTransfersIncoming.d.ts +1 -0
- package/bin/getDnsZoneTransfersIncoming.d.ts.map +1 -0
- package/bin/getDnsZoneTransfersIncoming.js +25 -2
- package/bin/getDnsZoneTransfersIncoming.js.map +1 -1
- package/bin/getDnsZoneTransfersOutgoing.d.ts +1 -0
- package/bin/getDnsZoneTransfersOutgoing.d.ts.map +1 -0
- package/bin/getDnsZoneTransfersOutgoing.js +25 -2
- package/bin/getDnsZoneTransfersOutgoing.js.map +1 -1
- package/bin/getDnsZoneTransfersPeer.d.ts +4 -3
- package/bin/getDnsZoneTransfersPeer.d.ts.map +1 -0
- package/bin/getDnsZoneTransfersPeer.js +25 -2
- package/bin/getDnsZoneTransfersPeer.js.map +1 -1
- package/bin/getDnsZoneTransfersPeers.d.ts +1 -0
- package/bin/getDnsZoneTransfersPeers.d.ts.map +1 -0
- package/bin/getDnsZoneTransfersPeers.js +25 -2
- package/bin/getDnsZoneTransfersPeers.js.map +1 -1
- package/bin/getDnsZoneTransfersTsig.d.ts +4 -3
- package/bin/getDnsZoneTransfersTsig.d.ts.map +1 -0
- package/bin/getDnsZoneTransfersTsig.js +25 -2
- package/bin/getDnsZoneTransfersTsig.js.map +1 -1
- package/bin/getDnsZoneTransfersTsigs.d.ts +1 -0
- package/bin/getDnsZoneTransfersTsigs.d.ts.map +1 -0
- package/bin/getDnsZoneTransfersTsigs.js +25 -2
- package/bin/getDnsZoneTransfersTsigs.js.map +1 -1
- package/bin/getEmailRoutingAddress.d.ts +4 -0
- package/bin/getEmailRoutingAddress.d.ts.map +1 -0
- package/bin/getEmailRoutingAddress.js +25 -2
- package/bin/getEmailRoutingAddress.js.map +1 -1
- package/bin/getEmailRoutingAddresses.d.ts +1 -0
- package/bin/getEmailRoutingAddresses.d.ts.map +1 -0
- package/bin/getEmailRoutingAddresses.js +25 -2
- package/bin/getEmailRoutingAddresses.js.map +1 -1
- package/bin/getEmailRoutingCatchAll.d.ts +4 -0
- package/bin/getEmailRoutingCatchAll.d.ts.map +1 -0
- package/bin/getEmailRoutingCatchAll.js +25 -2
- package/bin/getEmailRoutingCatchAll.js.map +1 -1
- package/bin/getEmailRoutingDns.d.ts +1 -3
- package/bin/getEmailRoutingDns.d.ts.map +1 -0
- package/bin/getEmailRoutingDns.js +25 -2
- package/bin/getEmailRoutingDns.js.map +1 -1
- package/bin/getEmailRoutingRule.d.ts +4 -0
- package/bin/getEmailRoutingRule.d.ts.map +1 -0
- package/bin/getEmailRoutingRule.js +25 -2
- package/bin/getEmailRoutingRule.js.map +1 -1
- package/bin/getEmailRoutingRules.d.ts +1 -0
- package/bin/getEmailRoutingRules.d.ts.map +1 -0
- package/bin/getEmailRoutingRules.js +25 -2
- package/bin/getEmailRoutingRules.js.map +1 -1
- package/bin/getEmailRoutingSettings.d.ts +4 -0
- package/bin/getEmailRoutingSettings.d.ts.map +1 -0
- package/bin/getEmailRoutingSettings.js +25 -2
- package/bin/getEmailRoutingSettings.js.map +1 -1
- package/bin/getEmailSecurityBlockSender.d.ts +1 -0
- package/bin/getEmailSecurityBlockSender.d.ts.map +1 -0
- package/bin/getEmailSecurityBlockSender.js +25 -2
- package/bin/getEmailSecurityBlockSender.js.map +1 -1
- package/bin/getEmailSecurityBlockSenders.d.ts +4 -0
- package/bin/getEmailSecurityBlockSenders.d.ts.map +1 -0
- package/bin/getEmailSecurityBlockSenders.js +27 -2
- package/bin/getEmailSecurityBlockSenders.js.map +1 -1
- package/bin/getEmailSecurityImpersonationRegistries.d.ts +1 -0
- package/bin/getEmailSecurityImpersonationRegistries.d.ts.map +1 -0
- package/bin/getEmailSecurityImpersonationRegistries.js +25 -2
- package/bin/getEmailSecurityImpersonationRegistries.js.map +1 -1
- package/bin/getEmailSecurityImpersonationRegistry.d.ts +4 -0
- package/bin/getEmailSecurityImpersonationRegistry.d.ts.map +1 -0
- package/bin/getEmailSecurityImpersonationRegistry.js +25 -2
- package/bin/getEmailSecurityImpersonationRegistry.js.map +1 -1
- package/bin/getEmailSecurityTrustedDomains.d.ts +1 -0
- package/bin/getEmailSecurityTrustedDomains.d.ts.map +1 -0
- package/bin/getEmailSecurityTrustedDomains.js +25 -2
- package/bin/getEmailSecurityTrustedDomains.js.map +1 -1
- package/bin/getEmailSecurityTrustedDomainsList.d.ts +4 -0
- package/bin/getEmailSecurityTrustedDomainsList.d.ts.map +1 -0
- package/bin/getEmailSecurityTrustedDomainsList.js +27 -2
- package/bin/getEmailSecurityTrustedDomainsList.js.map +1 -1
- package/bin/getFilter.d.ts +1 -0
- package/bin/getFilter.d.ts.map +1 -0
- package/bin/getFilter.js +25 -2
- package/bin/getFilter.js.map +1 -1
- package/bin/getFilters.d.ts +1 -0
- package/bin/getFilters.d.ts.map +1 -0
- package/bin/getFilters.js +25 -2
- package/bin/getFilters.js.map +1 -1
- package/bin/getFirewallRule.d.ts +1 -0
- package/bin/getFirewallRule.d.ts.map +1 -0
- package/bin/getFirewallRule.js +25 -2
- package/bin/getFirewallRule.js.map +1 -1
- package/bin/getFirewallRules.d.ts +1 -0
- package/bin/getFirewallRules.d.ts.map +1 -0
- package/bin/getFirewallRules.js +25 -2
- package/bin/getFirewallRules.js.map +1 -1
- package/bin/getHealthcheck.d.ts +4 -3
- package/bin/getHealthcheck.d.ts.map +1 -0
- package/bin/getHealthcheck.js +25 -2
- package/bin/getHealthcheck.js.map +1 -1
- package/bin/getHealthchecks.d.ts +1 -0
- package/bin/getHealthchecks.d.ts.map +1 -0
- package/bin/getHealthchecks.js +25 -2
- package/bin/getHealthchecks.js.map +1 -1
- package/bin/getHostnameTlsSetting.d.ts +2 -4
- package/bin/getHostnameTlsSetting.d.ts.map +1 -0
- package/bin/getHostnameTlsSetting.js +25 -2
- package/bin/getHostnameTlsSetting.js.map +1 -1
- package/bin/getHyperdriveConfig.d.ts +6 -3
- package/bin/getHyperdriveConfig.d.ts.map +1 -0
- package/bin/getHyperdriveConfig.js +25 -2
- package/bin/getHyperdriveConfig.js.map +1 -1
- package/bin/getHyperdriveConfigs.d.ts +1 -0
- package/bin/getHyperdriveConfigs.d.ts.map +1 -0
- package/bin/getHyperdriveConfigs.js +25 -2
- package/bin/getHyperdriveConfigs.js.map +1 -1
- package/bin/getImage.d.ts +2 -0
- package/bin/getImage.d.ts.map +1 -0
- package/bin/getImage.js +25 -2
- package/bin/getImage.js.map +1 -1
- package/bin/getImageVariant.d.ts +1 -3
- package/bin/getImageVariant.d.ts.map +1 -0
- package/bin/getImageVariant.js +25 -2
- package/bin/getImageVariant.js.map +1 -1
- package/bin/getImages.d.ts +4 -0
- package/bin/getImages.d.ts.map +1 -0
- package/bin/getImages.js +27 -2
- package/bin/getImages.js.map +1 -1
- package/bin/getIpRanges.d.ts +1 -0
- package/bin/getIpRanges.d.ts.map +1 -0
- package/bin/getIpRanges.js +25 -2
- package/bin/getIpRanges.js.map +1 -1
- package/bin/getKeylessCertificate.d.ts +4 -3
- package/bin/getKeylessCertificate.d.ts.map +1 -0
- package/bin/getKeylessCertificate.js +25 -2
- package/bin/getKeylessCertificate.js.map +1 -1
- package/bin/getKeylessCertificates.d.ts +1 -0
- package/bin/getKeylessCertificates.d.ts.map +1 -0
- package/bin/getKeylessCertificates.js +25 -2
- package/bin/getKeylessCertificates.js.map +1 -1
- package/bin/getLeakedCredentialCheck.d.ts +1 -0
- package/bin/getLeakedCredentialCheck.d.ts.map +1 -0
- package/bin/getLeakedCredentialCheck.js +25 -2
- package/bin/getLeakedCredentialCheck.js.map +1 -1
- package/bin/getLeakedCredentialCheckRule.d.ts +28 -0
- package/bin/getLeakedCredentialCheckRule.d.ts.map +1 -0
- package/bin/getLeakedCredentialCheckRule.js +47 -0
- package/bin/getLeakedCredentialCheckRule.js.map +1 -0
- package/bin/getLeakedCredentialCheckRules.d.ts +1 -0
- package/bin/getLeakedCredentialCheckRules.d.ts.map +1 -0
- package/bin/getLeakedCredentialCheckRules.js +25 -2
- package/bin/getLeakedCredentialCheckRules.js.map +1 -1
- package/bin/getList.d.ts +9 -3
- package/bin/getList.d.ts.map +1 -0
- package/bin/getList.js +27 -2
- package/bin/getList.js.map +1 -1
- package/bin/getListItem.d.ts +4 -3
- package/bin/getListItem.d.ts.map +1 -0
- package/bin/getListItem.js +27 -4
- package/bin/getListItem.js.map +1 -1
- package/bin/getListItems.d.ts +4 -0
- package/bin/getListItems.d.ts.map +1 -0
- package/bin/getListItems.js +27 -2
- package/bin/getListItems.js.map +1 -1
- package/bin/getLists.d.ts +1 -0
- package/bin/getLists.d.ts.map +1 -0
- package/bin/getLists.js +25 -2
- package/bin/getLists.js.map +1 -1
- package/bin/getLoadBalancer.d.ts +4 -16
- package/bin/getLoadBalancer.d.ts.map +1 -0
- package/bin/getLoadBalancer.js +25 -10
- package/bin/getLoadBalancer.js.map +1 -1
- package/bin/getLoadBalancerMonitor.d.ts +4 -3
- package/bin/getLoadBalancerMonitor.d.ts.map +1 -0
- package/bin/getLoadBalancerMonitor.js +25 -2
- package/bin/getLoadBalancerMonitor.js.map +1 -1
- package/bin/getLoadBalancerMonitors.d.ts +1 -0
- package/bin/getLoadBalancerMonitors.d.ts.map +1 -0
- package/bin/getLoadBalancerMonitors.js +25 -2
- package/bin/getLoadBalancerMonitors.js.map +1 -1
- package/bin/getLoadBalancerPool.d.ts +2 -0
- package/bin/getLoadBalancerPool.d.ts.map +1 -0
- package/bin/getLoadBalancerPool.js +25 -2
- package/bin/getLoadBalancerPool.js.map +1 -1
- package/bin/getLoadBalancerPools.d.ts +1 -0
- package/bin/getLoadBalancerPools.d.ts.map +1 -0
- package/bin/getLoadBalancerPools.js +25 -2
- package/bin/getLoadBalancerPools.js.map +1 -1
- package/bin/getLoadBalancers.d.ts +1 -0
- package/bin/getLoadBalancers.d.ts.map +1 -0
- package/bin/getLoadBalancers.js +25 -2
- package/bin/getLoadBalancers.js.map +1 -1
- package/bin/getLogpullRetention.d.ts +1 -3
- package/bin/getLogpullRetention.d.ts.map +1 -0
- package/bin/getLogpullRetention.js +25 -2
- package/bin/getLogpullRetention.js.map +1 -1
- package/bin/getLogpushDatasetField.d.ts +5 -4
- package/bin/getLogpushDatasetField.d.ts.map +1 -0
- package/bin/getLogpushDatasetField.js +27 -2
- package/bin/getLogpushDatasetField.js.map +1 -1
- package/bin/getLogpushDatasetJob.d.ts +11 -4
- package/bin/getLogpushDatasetJob.d.ts.map +1 -0
- package/bin/getLogpushDatasetJob.js +27 -2
- package/bin/getLogpushDatasetJob.js.map +1 -1
- package/bin/getLogpushJob.d.ts +12 -5
- package/bin/getLogpushJob.d.ts.map +1 -0
- package/bin/getLogpushJob.js +25 -4
- package/bin/getLogpushJob.js.map +1 -1
- package/bin/getLogpushJobs.d.ts +1 -0
- package/bin/getLogpushJobs.d.ts.map +1 -0
- package/bin/getLogpushJobs.js +25 -2
- package/bin/getLogpushJobs.js.map +1 -1
- package/bin/getMagicNetworkMonitoringConfiguration.d.ts +1 -0
- package/bin/getMagicNetworkMonitoringConfiguration.d.ts.map +1 -0
- package/bin/getMagicNetworkMonitoringConfiguration.js +25 -2
- package/bin/getMagicNetworkMonitoringConfiguration.js.map +1 -1
- package/bin/getMagicNetworkMonitoringRule.d.ts +4 -3
- package/bin/getMagicNetworkMonitoringRule.d.ts.map +1 -0
- package/bin/getMagicNetworkMonitoringRule.js +25 -2
- package/bin/getMagicNetworkMonitoringRule.js.map +1 -1
- package/bin/getMagicNetworkMonitoringRules.d.ts +1 -0
- package/bin/getMagicNetworkMonitoringRules.d.ts.map +1 -0
- package/bin/getMagicNetworkMonitoringRules.js +25 -2
- package/bin/getMagicNetworkMonitoringRules.js.map +1 -1
- package/bin/getMagicTransitConnector.d.ts +5 -3
- package/bin/getMagicTransitConnector.d.ts.map +1 -0
- package/bin/getMagicTransitConnector.js +25 -2
- package/bin/getMagicTransitConnector.js.map +1 -1
- package/bin/getMagicTransitConnectors.d.ts +1 -0
- package/bin/getMagicTransitConnectors.d.ts.map +1 -0
- package/bin/getMagicTransitConnectors.js +25 -2
- package/bin/getMagicTransitConnectors.js.map +1 -1
- package/bin/getMagicTransitSite.d.ts +1 -0
- package/bin/getMagicTransitSite.d.ts.map +1 -0
- package/bin/getMagicTransitSite.js +25 -2
- package/bin/getMagicTransitSite.js.map +1 -1
- package/bin/getMagicTransitSiteAcl.d.ts +4 -3
- package/bin/getMagicTransitSiteAcl.d.ts.map +1 -0
- package/bin/getMagicTransitSiteAcl.js +25 -2
- package/bin/getMagicTransitSiteAcl.js.map +1 -1
- package/bin/getMagicTransitSiteAcls.d.ts +1 -0
- package/bin/getMagicTransitSiteAcls.d.ts.map +1 -0
- package/bin/getMagicTransitSiteAcls.js +25 -2
- package/bin/getMagicTransitSiteAcls.js.map +1 -1
- package/bin/getMagicTransitSiteLan.d.ts +5 -3
- package/bin/getMagicTransitSiteLan.d.ts.map +1 -0
- package/bin/getMagicTransitSiteLan.js +25 -2
- package/bin/getMagicTransitSiteLan.js.map +1 -1
- package/bin/getMagicTransitSiteLans.d.ts +1 -0
- package/bin/getMagicTransitSiteLans.d.ts.map +1 -0
- package/bin/getMagicTransitSiteLans.js +25 -2
- package/bin/getMagicTransitSiteLans.js.map +1 -1
- package/bin/getMagicTransitSiteWan.d.ts +4 -3
- package/bin/getMagicTransitSiteWan.d.ts.map +1 -0
- package/bin/getMagicTransitSiteWan.js +25 -2
- package/bin/getMagicTransitSiteWan.js.map +1 -1
- package/bin/getMagicTransitSiteWans.d.ts +1 -0
- package/bin/getMagicTransitSiteWans.d.ts.map +1 -0
- package/bin/getMagicTransitSiteWans.js +25 -2
- package/bin/getMagicTransitSiteWans.js.map +1 -1
- package/bin/getMagicTransitSites.d.ts +1 -0
- package/bin/getMagicTransitSites.d.ts.map +1 -0
- package/bin/getMagicTransitSites.js +25 -2
- package/bin/getMagicTransitSites.js.map +1 -1
- package/bin/getMagicWanGreTunnel.d.ts +1 -3
- package/bin/getMagicWanGreTunnel.d.ts.map +1 -0
- package/bin/getMagicWanGreTunnel.js +25 -2
- package/bin/getMagicWanGreTunnel.js.map +1 -1
- package/bin/getMagicWanIpsecTunnel.d.ts +1 -3
- package/bin/getMagicWanIpsecTunnel.d.ts.map +1 -0
- package/bin/getMagicWanIpsecTunnel.js +25 -2
- package/bin/getMagicWanIpsecTunnel.js.map +1 -1
- package/bin/getMagicWanStaticRoute.d.ts +1 -3
- package/bin/getMagicWanStaticRoute.d.ts.map +1 -0
- package/bin/getMagicWanStaticRoute.js +25 -2
- package/bin/getMagicWanStaticRoute.js.map +1 -1
- package/bin/getManagedTransforms.d.ts +1 -3
- package/bin/getManagedTransforms.d.ts.map +1 -0
- package/bin/getManagedTransforms.js +25 -2
- package/bin/getManagedTransforms.js.map +1 -1
- package/bin/getMtlsCertificate.d.ts +4 -3
- package/bin/getMtlsCertificate.d.ts.map +1 -0
- package/bin/getMtlsCertificate.js +25 -2
- package/bin/getMtlsCertificate.js.map +1 -1
- package/bin/getMtlsCertificates.d.ts +1 -0
- package/bin/getMtlsCertificates.d.ts.map +1 -0
- package/bin/getMtlsCertificates.js +25 -2
- package/bin/getMtlsCertificates.js.map +1 -1
- package/bin/getNotificationPolicies.d.ts +1 -0
- package/bin/getNotificationPolicies.d.ts.map +1 -0
- package/bin/getNotificationPolicies.js +25 -2
- package/bin/getNotificationPolicies.js.map +1 -1
- package/bin/getNotificationPolicy.d.ts +4 -3
- package/bin/getNotificationPolicy.d.ts.map +1 -0
- package/bin/getNotificationPolicy.js +25 -2
- package/bin/getNotificationPolicy.js.map +1 -1
- package/bin/getNotificationPolicyWebhooks.d.ts +4 -3
- package/bin/getNotificationPolicyWebhooks.d.ts.map +1 -0
- package/bin/getNotificationPolicyWebhooks.js +25 -2
- package/bin/getNotificationPolicyWebhooks.js.map +1 -1
- package/bin/getNotificationPolicyWebhooksList.d.ts +1 -0
- package/bin/getNotificationPolicyWebhooksList.d.ts.map +1 -0
- package/bin/getNotificationPolicyWebhooksList.js +25 -2
- package/bin/getNotificationPolicyWebhooksList.js.map +1 -1
- package/bin/getObservatoryScheduledTest.d.ts +1 -0
- package/bin/getObservatoryScheduledTest.d.ts.map +1 -0
- package/bin/getObservatoryScheduledTest.js +25 -2
- package/bin/getObservatoryScheduledTest.js.map +1 -1
- package/bin/getOrganization.d.ts +33 -0
- package/bin/getOrganization.d.ts.map +1 -0
- package/bin/getOrganization.js +49 -0
- package/bin/getOrganization.js.map +1 -0
- package/bin/getOrganizationProfile.d.ts +31 -0
- package/bin/getOrganizationProfile.d.ts.map +1 -0
- package/bin/getOrganizationProfile.js +45 -0
- package/bin/getOrganizationProfile.js.map +1 -0
- package/bin/getOrganizations.d.ts +43 -0
- package/bin/getOrganizations.d.ts.map +1 -0
- package/bin/getOrganizations.js +59 -0
- package/bin/getOrganizations.js.map +1 -0
- package/bin/getOriginCaCertificate.d.ts +1 -0
- package/bin/getOriginCaCertificate.d.ts.map +1 -0
- package/bin/getOriginCaCertificate.js +25 -2
- package/bin/getOriginCaCertificate.js.map +1 -1
- package/bin/getOriginCaCertificates.d.ts +7 -0
- package/bin/getOriginCaCertificates.d.ts.map +1 -0
- package/bin/getOriginCaCertificates.js +29 -2
- package/bin/getOriginCaCertificates.js.map +1 -1
- package/bin/getPageRule.d.ts +1 -0
- package/bin/getPageRule.d.ts.map +1 -0
- package/bin/getPageRule.js +25 -2
- package/bin/getPageRule.js.map +1 -1
- package/bin/getPageShieldConnections.d.ts +1 -0
- package/bin/getPageShieldConnections.d.ts.map +1 -0
- package/bin/getPageShieldConnections.js +25 -2
- package/bin/getPageShieldConnections.js.map +1 -1
- package/bin/getPageShieldConnectionsList.d.ts +1 -0
- package/bin/getPageShieldConnectionsList.d.ts.map +1 -0
- package/bin/getPageShieldConnectionsList.js +25 -2
- package/bin/getPageShieldConnectionsList.js.map +1 -1
- package/bin/getPageShieldCookies.d.ts +1 -0
- package/bin/getPageShieldCookies.d.ts.map +1 -0
- package/bin/getPageShieldCookies.js +25 -2
- package/bin/getPageShieldCookies.js.map +1 -1
- package/bin/getPageShieldCookiesList.d.ts +1 -0
- package/bin/getPageShieldCookiesList.d.ts.map +1 -0
- package/bin/getPageShieldCookiesList.js +25 -2
- package/bin/getPageShieldCookiesList.js.map +1 -1
- package/bin/getPageShieldPolicies.d.ts +1 -0
- package/bin/getPageShieldPolicies.d.ts.map +1 -0
- package/bin/getPageShieldPolicies.js +25 -2
- package/bin/getPageShieldPolicies.js.map +1 -1
- package/bin/getPageShieldPolicy.d.ts +4 -3
- package/bin/getPageShieldPolicy.d.ts.map +1 -0
- package/bin/getPageShieldPolicy.js +25 -2
- package/bin/getPageShieldPolicy.js.map +1 -1
- package/bin/getPageShieldScripts.d.ts +1 -0
- package/bin/getPageShieldScripts.d.ts.map +1 -0
- package/bin/getPageShieldScripts.js +25 -2
- package/bin/getPageShieldScripts.js.map +1 -1
- package/bin/getPageShieldScriptsList.d.ts +1 -0
- package/bin/getPageShieldScriptsList.d.ts.map +1 -0
- package/bin/getPageShieldScriptsList.js +25 -2
- package/bin/getPageShieldScriptsList.js.map +1 -1
- package/bin/getPagesDomain.d.ts +4 -3
- package/bin/getPagesDomain.d.ts.map +1 -0
- package/bin/getPagesDomain.js +25 -2
- package/bin/getPagesDomain.js.map +1 -1
- package/bin/getPagesDomains.d.ts +1 -0
- package/bin/getPagesDomains.d.ts.map +1 -0
- package/bin/getPagesDomains.js +25 -2
- package/bin/getPagesDomains.js.map +1 -1
- package/bin/getPagesProject.d.ts +6 -0
- package/bin/getPagesProject.d.ts.map +1 -0
- package/bin/getPagesProject.js +25 -2
- package/bin/getPagesProject.js.map +1 -1
- package/bin/getPagesProjects.d.ts +1 -0
- package/bin/getPagesProjects.d.ts.map +1 -0
- package/bin/getPagesProjects.js +25 -2
- package/bin/getPagesProjects.js.map +1 -1
- package/bin/getQueue.d.ts +3 -2
- package/bin/getQueue.d.ts.map +1 -0
- package/bin/getQueue.js +25 -2
- package/bin/getQueue.js.map +1 -1
- package/bin/getQueueConsumer.d.ts +3 -1
- package/bin/getQueueConsumer.d.ts.map +1 -0
- package/bin/getQueueConsumer.js +25 -2
- package/bin/getQueueConsumer.js.map +1 -1
- package/bin/getQueueConsumers.d.ts +34 -0
- package/bin/getQueueConsumers.d.ts.map +1 -0
- package/bin/getQueueConsumers.js +49 -0
- package/bin/getQueueConsumers.js.map +1 -0
- package/bin/getQueues.d.ts +1 -0
- package/bin/getQueues.d.ts.map +1 -0
- package/bin/getQueues.js +25 -2
- package/bin/getQueues.js.map +1 -1
- package/bin/getR2Bucket.d.ts +2 -3
- package/bin/getR2Bucket.d.ts.map +1 -0
- package/bin/getR2Bucket.js +25 -2
- package/bin/getR2Bucket.js.map +1 -1
- package/bin/getR2BucketCors.d.ts +1 -0
- package/bin/getR2BucketCors.d.ts.map +1 -0
- package/bin/getR2BucketCors.js +25 -2
- package/bin/getR2BucketCors.js.map +1 -1
- package/bin/getR2BucketEventNotification.d.ts +6 -1
- package/bin/getR2BucketEventNotification.d.ts.map +1 -0
- package/bin/getR2BucketEventNotification.js +27 -2
- package/bin/getR2BucketEventNotification.js.map +1 -1
- package/bin/getR2BucketLifecycle.d.ts +1 -0
- package/bin/getR2BucketLifecycle.d.ts.map +1 -0
- package/bin/getR2BucketLifecycle.js +25 -2
- package/bin/getR2BucketLifecycle.js.map +1 -1
- package/bin/getR2BucketLock.d.ts +1 -0
- package/bin/getR2BucketLock.d.ts.map +1 -0
- package/bin/getR2BucketLock.js +25 -2
- package/bin/getR2BucketLock.js.map +1 -1
- package/bin/getR2BucketSippy.d.ts +1 -0
- package/bin/getR2BucketSippy.d.ts.map +1 -0
- package/bin/getR2BucketSippy.js +25 -2
- package/bin/getR2BucketSippy.js.map +1 -1
- package/bin/getR2CustomDomain.d.ts +2 -0
- package/bin/getR2CustomDomain.d.ts.map +1 -0
- package/bin/getR2CustomDomain.js +25 -2
- package/bin/getR2CustomDomain.js.map +1 -1
- package/bin/getRateLimit.d.ts +4 -3
- package/bin/getRateLimit.d.ts.map +1 -0
- package/bin/getRateLimit.js +25 -2
- package/bin/getRateLimit.js.map +1 -1
- package/bin/getRateLimits.d.ts +1 -0
- package/bin/getRateLimits.d.ts.map +1 -0
- package/bin/getRateLimits.js +25 -2
- package/bin/getRateLimits.js.map +1 -1
- package/bin/getRegionalHostname.d.ts +4 -2
- package/bin/getRegionalHostname.d.ts.map +1 -0
- package/bin/getRegionalHostname.js +25 -2
- package/bin/getRegionalHostname.js.map +1 -1
- package/bin/getRegionalHostnames.d.ts +1 -0
- package/bin/getRegionalHostnames.d.ts.map +1 -0
- package/bin/getRegionalHostnames.js +25 -2
- package/bin/getRegionalHostnames.js.map +1 -1
- package/bin/getRegionalTieredCache.d.ts +1 -0
- package/bin/getRegionalTieredCache.d.ts.map +1 -0
- package/bin/getRegionalTieredCache.js +25 -2
- package/bin/getRegionalTieredCache.js.map +1 -1
- package/bin/getRegistrarDomain.d.ts +1 -0
- package/bin/getRegistrarDomain.d.ts.map +1 -0
- package/bin/getRegistrarDomain.js +25 -2
- package/bin/getRegistrarDomain.js.map +1 -1
- package/bin/getRegistrarDomains.d.ts +1 -0
- package/bin/getRegistrarDomains.d.ts.map +1 -0
- package/bin/getRegistrarDomains.js +25 -2
- package/bin/getRegistrarDomains.js.map +1 -1
- package/bin/getResourceGroup.d.ts +1 -0
- package/bin/getResourceGroup.d.ts.map +1 -0
- package/bin/getResourceGroup.js +25 -2
- package/bin/getResourceGroup.js.map +1 -1
- package/bin/getResourceGroups.d.ts +1 -0
- package/bin/getResourceGroups.d.ts.map +1 -0
- package/bin/getResourceGroups.js +25 -2
- package/bin/getResourceGroups.js.map +1 -1
- package/bin/getRuleset.d.ts +14 -1
- package/bin/getRuleset.d.ts.map +1 -0
- package/bin/getRuleset.js +27 -2
- package/bin/getRuleset.js.map +1 -1
- package/bin/getRulesets.d.ts +5 -0
- package/bin/getRulesets.d.ts.map +1 -0
- package/bin/getRulesets.js +25 -2
- package/bin/getRulesets.js.map +1 -1
- package/bin/getSchemaValidationOperationSettings.d.ts +30 -0
- package/bin/getSchemaValidationOperationSettings.d.ts.map +1 -0
- package/bin/getSchemaValidationOperationSettings.js +47 -0
- package/bin/getSchemaValidationOperationSettings.js.map +1 -0
- package/bin/getSchemaValidationOperationSettingsList.d.ts +31 -0
- package/bin/getSchemaValidationOperationSettingsList.d.ts.map +1 -0
- package/bin/getSchemaValidationOperationSettingsList.js +47 -0
- package/bin/getSchemaValidationOperationSettingsList.js.map +1 -0
- package/bin/getSchemaValidationSchemas.d.ts +39 -0
- package/bin/getSchemaValidationSchemas.d.ts.map +1 -0
- package/bin/getSchemaValidationSchemas.js +51 -0
- package/bin/getSchemaValidationSchemas.js.map +1 -0
- package/bin/getSchemaValidationSchemasList.d.ts +37 -0
- package/bin/getSchemaValidationSchemasList.d.ts.map +1 -0
- package/bin/getSchemaValidationSchemasList.js +51 -0
- package/bin/getSchemaValidationSchemasList.js.map +1 -0
- package/bin/getSchemaValidationSettings.d.ts +28 -0
- package/bin/getSchemaValidationSettings.d.ts.map +1 -0
- package/bin/getSchemaValidationSettings.js +45 -0
- package/bin/getSchemaValidationSettings.js.map +1 -0
- package/bin/getSnippet.d.ts +31 -0
- package/bin/getSnippet.d.ts.map +1 -0
- package/bin/getSnippet.js +47 -0
- package/bin/getSnippet.js.map +1 -0
- package/bin/getSnippetList.d.ts +31 -0
- package/bin/getSnippetList.d.ts.map +1 -0
- package/bin/getSnippetList.js +47 -0
- package/bin/getSnippetList.js.map +1 -0
- package/bin/getSnippetRulesList.d.ts +1 -0
- package/bin/getSnippetRulesList.d.ts.map +1 -0
- package/bin/getSnippetRulesList.js +25 -2
- package/bin/getSnippetRulesList.js.map +1 -1
- package/bin/getSnippets.d.ts +1 -0
- package/bin/getSnippets.d.ts.map +1 -0
- package/bin/getSnippets.js +25 -2
- package/bin/getSnippets.js.map +1 -1
- package/bin/getSnippetsList.d.ts +1 -0
- package/bin/getSnippetsList.d.ts.map +1 -0
- package/bin/getSnippetsList.js +25 -2
- package/bin/getSnippetsList.js.map +1 -1
- package/bin/getSpectrumApplication.d.ts +8 -3
- package/bin/getSpectrumApplication.d.ts.map +1 -0
- package/bin/getSpectrumApplication.js +27 -2
- package/bin/getSpectrumApplication.js.map +1 -1
- package/bin/getSpectrumApplications.d.ts +1 -0
- package/bin/getSpectrumApplications.d.ts.map +1 -0
- package/bin/getSpectrumApplications.js +25 -2
- package/bin/getSpectrumApplications.js.map +1 -1
- package/bin/getSsoConnector.d.ts +33 -0
- package/bin/getSsoConnector.d.ts.map +1 -0
- package/bin/getSsoConnector.js +47 -0
- package/bin/getSsoConnector.js.map +1 -0
- package/bin/getSsoConnectors.d.ts +31 -0
- package/bin/getSsoConnectors.d.ts.map +1 -0
- package/bin/getSsoConnectors.js +47 -0
- package/bin/getSsoConnectors.js.map +1 -0
- package/bin/getStream.d.ts +1 -0
- package/bin/getStream.d.ts.map +1 -0
- package/bin/getStream.js +25 -2
- package/bin/getStream.js.map +1 -1
- package/bin/getStreamAudioTrack.d.ts +1 -0
- package/bin/getStreamAudioTrack.d.ts.map +1 -0
- package/bin/getStreamAudioTrack.js +25 -2
- package/bin/getStreamAudioTrack.js.map +1 -1
- package/bin/getStreamCaptionLanguage.d.ts +1 -0
- package/bin/getStreamCaptionLanguage.d.ts.map +1 -0
- package/bin/getStreamCaptionLanguage.js +25 -2
- package/bin/getStreamCaptionLanguage.js.map +1 -1
- package/bin/getStreamDownload.d.ts +1 -0
- package/bin/getStreamDownload.d.ts.map +1 -0
- package/bin/getStreamDownload.js +25 -2
- package/bin/getStreamDownload.js.map +1 -1
- package/bin/getStreamKey.d.ts +1 -0
- package/bin/getStreamKey.d.ts.map +1 -0
- package/bin/getStreamKey.js +25 -2
- package/bin/getStreamKey.js.map +1 -1
- package/bin/getStreamLiveInput.d.ts +2 -0
- package/bin/getStreamLiveInput.d.ts.map +1 -0
- package/bin/getStreamLiveInput.js +25 -2
- package/bin/getStreamLiveInput.js.map +1 -1
- package/bin/getStreamWatermark.d.ts +1 -0
- package/bin/getStreamWatermark.d.ts.map +1 -0
- package/bin/getStreamWatermark.js +25 -2
- package/bin/getStreamWatermark.js.map +1 -1
- package/bin/getStreamWatermarks.d.ts +1 -0
- package/bin/getStreamWatermarks.d.ts.map +1 -0
- package/bin/getStreamWatermarks.js +25 -2
- package/bin/getStreamWatermarks.js.map +1 -1
- package/bin/getStreamWebhook.d.ts +1 -0
- package/bin/getStreamWebhook.d.ts.map +1 -0
- package/bin/getStreamWebhook.js +25 -2
- package/bin/getStreamWebhook.js.map +1 -1
- package/bin/getStreams.d.ts +4 -0
- package/bin/getStreams.d.ts.map +1 -0
- package/bin/getStreams.js +27 -2
- package/bin/getStreams.js.map +1 -1
- package/bin/getTieredCache.d.ts +1 -0
- package/bin/getTieredCache.d.ts.map +1 -0
- package/bin/getTieredCache.js +25 -2
- package/bin/getTieredCache.js.map +1 -1
- package/bin/getTokenValidationConfig.d.ts +34 -0
- package/bin/getTokenValidationConfig.d.ts.map +1 -0
- package/bin/getTokenValidationConfig.js +47 -0
- package/bin/getTokenValidationConfig.js.map +1 -0
- package/bin/getTokenValidationConfigs.d.ts +31 -0
- package/bin/getTokenValidationConfigs.d.ts.map +1 -0
- package/bin/getTokenValidationConfigs.js +47 -0
- package/bin/getTokenValidationConfigs.js.map +1 -0
- package/bin/getTokenValidationRules.d.ts +39 -0
- package/bin/getTokenValidationRules.d.ts.map +1 -0
- package/bin/getTokenValidationRules.js +49 -0
- package/bin/getTokenValidationRules.js.map +1 -0
- package/bin/getTokenValidationRulesList.d.ts +48 -0
- package/bin/getTokenValidationRulesList.d.ts.map +1 -0
- package/bin/getTokenValidationRulesList.js +61 -0
- package/bin/getTokenValidationRulesList.js.map +1 -0
- package/bin/getTotalTls.d.ts +1 -3
- package/bin/getTotalTls.d.ts.map +1 -0
- package/bin/getTotalTls.js +25 -2
- package/bin/getTotalTls.js.map +1 -1
- package/bin/getTurnstileWidget.d.ts +1 -0
- package/bin/getTurnstileWidget.d.ts.map +1 -0
- package/bin/getTurnstileWidget.js +25 -2
- package/bin/getTurnstileWidget.js.map +1 -1
- package/bin/getTurnstileWidgets.d.ts +4 -0
- package/bin/getTurnstileWidgets.d.ts.map +1 -0
- package/bin/getTurnstileWidgets.js +27 -2
- package/bin/getTurnstileWidgets.js.map +1 -1
- package/bin/getUniversalSslSetting.d.ts +24 -0
- package/bin/getUniversalSslSetting.d.ts.map +1 -0
- package/bin/getUniversalSslSetting.js +45 -0
- package/bin/getUniversalSslSetting.js.map +1 -0
- package/bin/getUrlNormalizationSettings.d.ts +1 -3
- package/bin/getUrlNormalizationSettings.d.ts.map +1 -0
- package/bin/getUrlNormalizationSettings.js +25 -2
- package/bin/getUrlNormalizationSettings.js.map +1 -1
- package/bin/getUser.d.ts +15 -3
- package/bin/getUser.d.ts.map +1 -0
- package/bin/getUser.js +25 -2
- package/bin/getUser.js.map +1 -1
- package/bin/getUserAgentBlockingRule.d.ts +13 -6
- package/bin/getUserAgentBlockingRule.d.ts.map +1 -0
- package/bin/getUserAgentBlockingRule.js +27 -2
- package/bin/getUserAgentBlockingRule.js.map +1 -1
- package/bin/getUserAgentBlockingRules.d.ts +7 -6
- package/bin/getUserAgentBlockingRules.d.ts.map +1 -0
- package/bin/getUserAgentBlockingRules.js +29 -6
- package/bin/getUserAgentBlockingRules.js.map +1 -1
- package/bin/getWaitingRoom.d.ts +4 -3
- package/bin/getWaitingRoom.d.ts.map +1 -0
- package/bin/getWaitingRoom.js +25 -2
- package/bin/getWaitingRoom.js.map +1 -1
- package/bin/getWaitingRoomEvent.d.ts +6 -3
- package/bin/getWaitingRoomEvent.d.ts.map +1 -0
- package/bin/getWaitingRoomEvent.js +25 -2
- package/bin/getWaitingRoomEvent.js.map +1 -1
- package/bin/getWaitingRoomEvents.d.ts +1 -0
- package/bin/getWaitingRoomEvents.d.ts.map +1 -0
- package/bin/getWaitingRoomEvents.js +25 -2
- package/bin/getWaitingRoomEvents.js.map +1 -1
- package/bin/getWaitingRoomRules.d.ts +1 -0
- package/bin/getWaitingRoomRules.d.ts.map +1 -0
- package/bin/getWaitingRoomRules.js +25 -2
- package/bin/getWaitingRoomRules.js.map +1 -1
- package/bin/getWaitingRoomSettings.d.ts +1 -3
- package/bin/getWaitingRoomSettings.d.ts.map +1 -0
- package/bin/getWaitingRoomSettings.js +25 -2
- package/bin/getWaitingRoomSettings.js.map +1 -1
- package/bin/getWaitingRooms.d.ts +1 -0
- package/bin/getWaitingRooms.d.ts.map +1 -0
- package/bin/getWaitingRooms.js +25 -2
- package/bin/getWaitingRooms.js.map +1 -1
- package/bin/getWeb3Hostname.d.ts +4 -3
- package/bin/getWeb3Hostname.d.ts.map +1 -0
- package/bin/getWeb3Hostname.js +25 -2
- package/bin/getWeb3Hostname.js.map +1 -1
- package/bin/getWeb3Hostnames.d.ts +1 -0
- package/bin/getWeb3Hostnames.d.ts.map +1 -0
- package/bin/getWeb3Hostnames.js +25 -2
- package/bin/getWeb3Hostnames.js.map +1 -1
- package/bin/getWebAnalyticsSite.d.ts +1 -0
- package/bin/getWebAnalyticsSite.d.ts.map +1 -0
- package/bin/getWebAnalyticsSite.js +25 -2
- package/bin/getWebAnalyticsSite.js.map +1 -1
- package/bin/getWebAnalyticsSites.d.ts +1 -0
- package/bin/getWebAnalyticsSites.d.ts.map +1 -0
- package/bin/getWebAnalyticsSites.js +25 -2
- package/bin/getWebAnalyticsSites.js.map +1 -1
- package/bin/getWorker.d.ts +36 -0
- package/bin/getWorker.d.ts.map +1 -0
- package/bin/getWorker.js +47 -0
- package/bin/getWorker.js.map +1 -0
- package/bin/getWorkerVersion.d.ts +52 -0
- package/bin/getWorkerVersion.d.ts.map +1 -0
- package/bin/getWorkerVersion.js +51 -0
- package/bin/getWorkerVersion.js.map +1 -0
- package/bin/getWorkerVersions.d.ts +34 -0
- package/bin/getWorkerVersions.d.ts.map +1 -0
- package/bin/getWorkerVersions.js +49 -0
- package/bin/getWorkerVersions.js.map +1 -0
- package/bin/getWorkers.d.ts +31 -0
- package/bin/getWorkers.d.ts.map +1 -0
- package/bin/getWorkers.js +47 -0
- package/bin/getWorkers.js.map +1 -0
- package/bin/getWorkersCronTrigger.d.ts +1 -3
- package/bin/getWorkersCronTrigger.d.ts.map +1 -0
- package/bin/getWorkersCronTrigger.js +25 -2
- package/bin/getWorkersCronTrigger.js.map +1 -1
- package/bin/getWorkersCustomDomain.d.ts +4 -0
- package/bin/getWorkersCustomDomain.d.ts.map +1 -0
- package/bin/getWorkersCustomDomain.js +25 -2
- package/bin/getWorkersCustomDomain.js.map +1 -1
- package/bin/getWorkersCustomDomains.d.ts +1 -0
- package/bin/getWorkersCustomDomains.d.ts.map +1 -0
- package/bin/getWorkersCustomDomains.js +25 -2
- package/bin/getWorkersCustomDomains.js.map +1 -1
- package/bin/getWorkersDeployment.d.ts +10 -4
- package/bin/getWorkersDeployment.d.ts.map +1 -0
- package/bin/getWorkersDeployment.js +27 -2
- package/bin/getWorkersDeployment.js.map +1 -1
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts +5 -3
- package/bin/getWorkersForPlatformsDispatchNamespace.d.ts.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespace.js +25 -2
- package/bin/getWorkersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.d.ts.map +1 -0
- package/bin/getWorkersForPlatformsDispatchNamespaces.js +25 -2
- package/bin/getWorkersForPlatformsDispatchNamespaces.js.map +1 -1
- package/bin/getWorkersKv.d.ts +2 -3
- package/bin/getWorkersKv.d.ts.map +1 -0
- package/bin/getWorkersKv.js +25 -2
- package/bin/getWorkersKv.js.map +1 -1
- package/bin/getWorkersKvNamespace.d.ts +1 -0
- package/bin/getWorkersKvNamespace.d.ts.map +1 -0
- package/bin/getWorkersKvNamespace.js +25 -2
- package/bin/getWorkersKvNamespace.js.map +1 -1
- package/bin/getWorkersKvNamespaces.d.ts +1 -0
- package/bin/getWorkersKvNamespaces.d.ts.map +1 -0
- package/bin/getWorkersKvNamespaces.js +25 -2
- package/bin/getWorkersKvNamespaces.js.map +1 -1
- package/bin/getWorkersRoute.d.ts +1 -0
- package/bin/getWorkersRoute.d.ts.map +1 -0
- package/bin/getWorkersRoute.js +25 -2
- package/bin/getWorkersRoute.js.map +1 -1
- package/bin/getWorkersRoutes.d.ts +1 -0
- package/bin/getWorkersRoutes.d.ts.map +1 -0
- package/bin/getWorkersRoutes.js +25 -2
- package/bin/getWorkersRoutes.js.map +1 -1
- package/bin/getWorkersScript.d.ts +10 -6
- package/bin/getWorkersScript.d.ts.map +1 -0
- package/bin/getWorkersScript.js +27 -2
- package/bin/getWorkersScript.js.map +1 -1
- package/bin/getWorkersScriptSubdomain.d.ts +1 -0
- package/bin/getWorkersScriptSubdomain.d.ts.map +1 -0
- package/bin/getWorkersScriptSubdomain.js +25 -2
- package/bin/getWorkersScriptSubdomain.js.map +1 -1
- package/bin/getWorkersScripts.d.ts +4 -0
- package/bin/getWorkersScripts.d.ts.map +1 -0
- package/bin/getWorkersScripts.js +27 -2
- package/bin/getWorkersScripts.js.map +1 -1
- package/bin/getWorkflow.d.ts +38 -0
- package/bin/getWorkflow.d.ts.map +1 -0
- package/bin/getWorkflow.js +49 -0
- package/bin/getWorkflow.js.map +1 -0
- package/bin/getWorkflows.d.ts +34 -0
- package/bin/getWorkflows.d.ts.map +1 -0
- package/bin/getWorkflows.js +49 -0
- package/bin/getWorkflows.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.d.ts +39 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.d.ts.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.js +49 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortal.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.d.ts +34 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.d.ts.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.js +49 -0
- package/bin/getZeroTrustAccessAiControlsMcpPortals.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.d.ts +48 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.d.ts.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.js +49 -0
- package/bin/getZeroTrustAccessAiControlsMcpServer.js.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.d.ts +34 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.d.ts.map +1 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.js +49 -0
- package/bin/getZeroTrustAccessAiControlsMcpServers.js.map +1 -0
- package/bin/getZeroTrustAccessApplication.d.ts +6 -2
- package/bin/getZeroTrustAccessApplication.d.ts.map +1 -0
- package/bin/getZeroTrustAccessApplication.js +25 -2
- package/bin/getZeroTrustAccessApplication.js.map +1 -1
- package/bin/getZeroTrustAccessApplications.d.ts +4 -0
- package/bin/getZeroTrustAccessApplications.d.ts.map +1 -0
- package/bin/getZeroTrustAccessApplications.js +27 -2
- package/bin/getZeroTrustAccessApplications.js.map +1 -1
- package/bin/getZeroTrustAccessCustomPage.d.ts +4 -6
- package/bin/getZeroTrustAccessCustomPage.d.ts.map +1 -0
- package/bin/getZeroTrustAccessCustomPage.js +25 -2
- package/bin/getZeroTrustAccessCustomPage.js.map +1 -1
- package/bin/getZeroTrustAccessCustomPages.d.ts +1 -0
- package/bin/getZeroTrustAccessCustomPages.d.ts.map +1 -0
- package/bin/getZeroTrustAccessCustomPages.js +25 -2
- package/bin/getZeroTrustAccessCustomPages.js.map +1 -1
- package/bin/getZeroTrustAccessGroup.d.ts +1 -2
- package/bin/getZeroTrustAccessGroup.d.ts.map +1 -0
- package/bin/getZeroTrustAccessGroup.js +25 -2
- package/bin/getZeroTrustAccessGroup.js.map +1 -1
- package/bin/getZeroTrustAccessGroups.d.ts +1 -0
- package/bin/getZeroTrustAccessGroups.d.ts.map +1 -0
- package/bin/getZeroTrustAccessGroups.js +25 -2
- package/bin/getZeroTrustAccessGroups.js.map +1 -1
- package/bin/getZeroTrustAccessIdentityProvider.d.ts +1 -0
- package/bin/getZeroTrustAccessIdentityProvider.d.ts.map +1 -0
- package/bin/getZeroTrustAccessIdentityProvider.js +25 -2
- package/bin/getZeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/getZeroTrustAccessIdentityProviders.d.ts +1 -0
- package/bin/getZeroTrustAccessIdentityProviders.d.ts.map +1 -0
- package/bin/getZeroTrustAccessIdentityProviders.js +25 -2
- package/bin/getZeroTrustAccessIdentityProviders.js.map +1 -1
- package/bin/getZeroTrustAccessInfrastructureTarget.d.ts +1 -0
- package/bin/getZeroTrustAccessInfrastructureTarget.d.ts.map +1 -0
- package/bin/getZeroTrustAccessInfrastructureTarget.js +25 -2
- package/bin/getZeroTrustAccessInfrastructureTarget.js.map +1 -1
- package/bin/getZeroTrustAccessInfrastructureTargets.d.ts +1 -0
- package/bin/getZeroTrustAccessInfrastructureTargets.d.ts.map +1 -0
- package/bin/getZeroTrustAccessInfrastructureTargets.js +25 -2
- package/bin/getZeroTrustAccessInfrastructureTargets.js.map +1 -1
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts +1 -3
- package/bin/getZeroTrustAccessKeyConfiguration.d.ts.map +1 -0
- package/bin/getZeroTrustAccessKeyConfiguration.js +25 -2
- package/bin/getZeroTrustAccessKeyConfiguration.js.map +1 -1
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts +6 -7
- package/bin/getZeroTrustAccessMtlsCertificate.d.ts.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificate.js +25 -4
- package/bin/getZeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/getZeroTrustAccessMtlsCertificates.d.ts +1 -0
- package/bin/getZeroTrustAccessMtlsCertificates.d.ts.map +1 -0
- package/bin/getZeroTrustAccessMtlsCertificates.js +25 -2
- package/bin/getZeroTrustAccessMtlsCertificates.js.map +1 -1
- package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts +1 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.d.ts.map +1 -0
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js +25 -2
- package/bin/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/getZeroTrustAccessPolicies.d.ts +1 -0
- package/bin/getZeroTrustAccessPolicies.d.ts.map +1 -0
- package/bin/getZeroTrustAccessPolicies.js +25 -2
- package/bin/getZeroTrustAccessPolicies.js.map +1 -1
- package/bin/getZeroTrustAccessPolicy.d.ts +6 -3
- package/bin/getZeroTrustAccessPolicy.d.ts.map +1 -0
- package/bin/getZeroTrustAccessPolicy.js +25 -2
- package/bin/getZeroTrustAccessPolicy.js.map +1 -1
- package/bin/getZeroTrustAccessServiceToken.d.ts +1 -3
- package/bin/getZeroTrustAccessServiceToken.d.ts.map +1 -0
- package/bin/getZeroTrustAccessServiceToken.js +25 -2
- package/bin/getZeroTrustAccessServiceToken.js.map +1 -1
- package/bin/getZeroTrustAccessServiceTokens.d.ts +1 -0
- package/bin/getZeroTrustAccessServiceTokens.d.ts.map +1 -0
- package/bin/getZeroTrustAccessServiceTokens.js +25 -2
- package/bin/getZeroTrustAccessServiceTokens.js.map +1 -1
- package/bin/getZeroTrustAccessShortLivedCertificate.d.ts +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.d.ts.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificate.js +25 -2
- package/bin/getZeroTrustAccessShortLivedCertificate.js.map +1 -1
- package/bin/getZeroTrustAccessShortLivedCertificates.d.ts +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.d.ts.map +1 -0
- package/bin/getZeroTrustAccessShortLivedCertificates.js +25 -2
- package/bin/getZeroTrustAccessShortLivedCertificates.js.map +1 -1
- package/bin/getZeroTrustAccessTag.d.ts +4 -6
- package/bin/getZeroTrustAccessTag.d.ts.map +1 -0
- package/bin/getZeroTrustAccessTag.js +25 -2
- package/bin/getZeroTrustAccessTag.js.map +1 -1
- package/bin/getZeroTrustAccessTags.d.ts +1 -0
- package/bin/getZeroTrustAccessTags.d.ts.map +1 -0
- package/bin/getZeroTrustAccessTags.js +25 -2
- package/bin/getZeroTrustAccessTags.js.map +1 -1
- package/bin/getZeroTrustDeviceCustomProfile.d.ts +4 -2
- package/bin/getZeroTrustDeviceCustomProfile.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceCustomProfile.js +25 -2
- package/bin/getZeroTrustDeviceCustomProfile.js.map +1 -1
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +1 -3
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js +25 -2
- package/bin/getZeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -1
- package/bin/getZeroTrustDeviceCustomProfiles.d.ts +1 -0
- package/bin/getZeroTrustDeviceCustomProfiles.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceCustomProfiles.js +25 -2
- package/bin/getZeroTrustDeviceCustomProfiles.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfile.d.ts +2 -3
- package/bin/getZeroTrustDeviceDefaultProfile.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceDefaultProfile.js +25 -2
- package/bin/getZeroTrustDeviceDefaultProfile.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.d.ts +2 -0
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.js +25 -2
- package/bin/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -1
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +1 -3
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js +25 -2
- package/bin/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -1
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts +3 -2
- package/bin/getZeroTrustDeviceManagedNetworks.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworks.js +25 -2
- package/bin/getZeroTrustDeviceManagedNetworks.js.map +1 -1
- package/bin/getZeroTrustDeviceManagedNetworksList.d.ts +1 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceManagedNetworksList.js +25 -2
- package/bin/getZeroTrustDeviceManagedNetworksList.js.map +1 -1
- package/bin/getZeroTrustDevicePostureIntegration.d.ts +4 -3
- package/bin/getZeroTrustDevicePostureIntegration.d.ts.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegration.js +25 -2
- package/bin/getZeroTrustDevicePostureIntegration.js.map +1 -1
- package/bin/getZeroTrustDevicePostureIntegrations.d.ts +1 -0
- package/bin/getZeroTrustDevicePostureIntegrations.d.ts.map +1 -0
- package/bin/getZeroTrustDevicePostureIntegrations.js +25 -2
- package/bin/getZeroTrustDevicePostureIntegrations.js.map +1 -1
- package/bin/getZeroTrustDevicePostureRule.d.ts +4 -3
- package/bin/getZeroTrustDevicePostureRule.d.ts.map +1 -0
- package/bin/getZeroTrustDevicePostureRule.js +25 -2
- package/bin/getZeroTrustDevicePostureRule.js.map +1 -1
- package/bin/getZeroTrustDevicePostureRules.d.ts +1 -0
- package/bin/getZeroTrustDevicePostureRules.d.ts.map +1 -0
- package/bin/getZeroTrustDevicePostureRules.js +25 -2
- package/bin/getZeroTrustDevicePostureRules.js.map +1 -1
- package/bin/getZeroTrustDeviceSettings.d.ts +35 -0
- package/bin/getZeroTrustDeviceSettings.d.ts.map +1 -0
- package/bin/getZeroTrustDeviceSettings.js +45 -0
- package/bin/getZeroTrustDeviceSettings.js.map +1 -0
- package/bin/getZeroTrustDexRule.d.ts +33 -0
- package/bin/getZeroTrustDexRule.d.ts.map +1 -0
- package/bin/getZeroTrustDexRule.js +47 -0
- package/bin/getZeroTrustDexRule.js.map +1 -0
- package/bin/getZeroTrustDexRules.d.ts +40 -0
- package/bin/getZeroTrustDexRules.d.ts.map +1 -0
- package/bin/getZeroTrustDexRules.js +53 -0
- package/bin/getZeroTrustDexRules.js.map +1 -0
- package/bin/getZeroTrustDexTest.d.ts +7 -0
- package/bin/getZeroTrustDexTest.d.ts.map +1 -0
- package/bin/getZeroTrustDexTest.js +29 -2
- package/bin/getZeroTrustDexTest.js.map +1 -1
- package/bin/getZeroTrustDexTests.d.ts +7 -0
- package/bin/getZeroTrustDexTests.d.ts.map +1 -0
- package/bin/getZeroTrustDexTests.js +29 -2
- package/bin/getZeroTrustDexTests.js.map +1 -1
- package/bin/getZeroTrustDlpCustomEntries.d.ts +31 -0
- package/bin/getZeroTrustDlpCustomEntries.d.ts.map +1 -0
- package/bin/getZeroTrustDlpCustomEntries.js +47 -0
- package/bin/getZeroTrustDlpCustomEntries.js.map +1 -0
- package/bin/getZeroTrustDlpCustomEntry.d.ts +42 -0
- package/bin/getZeroTrustDlpCustomEntry.d.ts.map +1 -0
- package/bin/getZeroTrustDlpCustomEntry.js +47 -0
- package/bin/getZeroTrustDlpCustomEntry.js.map +1 -0
- package/bin/getZeroTrustDlpCustomProfile.d.ts +8 -0
- package/bin/getZeroTrustDlpCustomProfile.d.ts.map +1 -0
- package/bin/getZeroTrustDlpCustomProfile.js +25 -2
- package/bin/getZeroTrustDlpCustomProfile.js.map +1 -1
- package/bin/getZeroTrustDlpDataset.d.ts +2 -0
- package/bin/getZeroTrustDlpDataset.d.ts.map +1 -0
- package/bin/getZeroTrustDlpDataset.js +25 -2
- package/bin/getZeroTrustDlpDataset.js.map +1 -1
- package/bin/getZeroTrustDlpDatasets.d.ts +1 -0
- package/bin/getZeroTrustDlpDatasets.d.ts.map +1 -0
- package/bin/getZeroTrustDlpDatasets.js +25 -2
- package/bin/getZeroTrustDlpDatasets.js.map +1 -1
- package/bin/getZeroTrustDlpEntries.d.ts +1 -0
- package/bin/getZeroTrustDlpEntries.d.ts.map +1 -0
- package/bin/getZeroTrustDlpEntries.js +25 -2
- package/bin/getZeroTrustDlpEntries.js.map +1 -1
- package/bin/getZeroTrustDlpEntry.d.ts +9 -3
- package/bin/getZeroTrustDlpEntry.d.ts.map +1 -0
- package/bin/getZeroTrustDlpEntry.js +25 -2
- package/bin/getZeroTrustDlpEntry.js.map +1 -1
- package/bin/getZeroTrustDlpIntegrationEntries.d.ts +31 -0
- package/bin/getZeroTrustDlpIntegrationEntries.d.ts.map +1 -0
- package/bin/getZeroTrustDlpIntegrationEntries.js +47 -0
- package/bin/getZeroTrustDlpIntegrationEntries.js.map +1 -0
- package/bin/getZeroTrustDlpIntegrationEntry.d.ts +42 -0
- package/bin/getZeroTrustDlpIntegrationEntry.d.ts.map +1 -0
- package/bin/getZeroTrustDlpIntegrationEntry.js +47 -0
- package/bin/getZeroTrustDlpIntegrationEntry.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedEntries.d.ts +31 -0
- package/bin/getZeroTrustDlpPredefinedEntries.d.ts.map +1 -0
- package/bin/getZeroTrustDlpPredefinedEntries.js +47 -0
- package/bin/getZeroTrustDlpPredefinedEntries.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedEntry.d.ts +42 -0
- package/bin/getZeroTrustDlpPredefinedEntry.d.ts.map +1 -0
- package/bin/getZeroTrustDlpPredefinedEntry.js +47 -0
- package/bin/getZeroTrustDlpPredefinedEntry.js.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts +5 -5
- package/bin/getZeroTrustDlpPredefinedProfile.d.ts.map +1 -0
- package/bin/getZeroTrustDlpPredefinedProfile.js +25 -2
- package/bin/getZeroTrustDlpPredefinedProfile.js.map +1 -1
- package/bin/getZeroTrustDnsLocation.d.ts +4 -3
- package/bin/getZeroTrustDnsLocation.d.ts.map +1 -0
- package/bin/getZeroTrustDnsLocation.js +25 -2
- package/bin/getZeroTrustDnsLocation.js.map +1 -1
- package/bin/getZeroTrustDnsLocations.d.ts +1 -0
- package/bin/getZeroTrustDnsLocations.d.ts.map +1 -0
- package/bin/getZeroTrustDnsLocations.js +25 -2
- package/bin/getZeroTrustDnsLocations.js.map +1 -1
- package/bin/getZeroTrustGatewayAppTypesList.d.ts +1 -0
- package/bin/getZeroTrustGatewayAppTypesList.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayAppTypesList.js +25 -2
- package/bin/getZeroTrustGatewayAppTypesList.js.map +1 -1
- package/bin/getZeroTrustGatewayCategoriesList.d.ts +1 -0
- package/bin/getZeroTrustGatewayCategoriesList.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayCategoriesList.js +25 -2
- package/bin/getZeroTrustGatewayCategoriesList.js.map +1 -1
- package/bin/getZeroTrustGatewayCertificate.d.ts +4 -3
- package/bin/getZeroTrustGatewayCertificate.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayCertificate.js +25 -2
- package/bin/getZeroTrustGatewayCertificate.js.map +1 -1
- package/bin/getZeroTrustGatewayCertificates.d.ts +1 -0
- package/bin/getZeroTrustGatewayCertificates.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayCertificates.js +25 -2
- package/bin/getZeroTrustGatewayCertificates.js.map +1 -1
- package/bin/getZeroTrustGatewayLogging.d.ts +1 -0
- package/bin/getZeroTrustGatewayLogging.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayLogging.js +25 -2
- package/bin/getZeroTrustGatewayLogging.js.map +1 -1
- package/bin/getZeroTrustGatewayPacfile.d.ts +33 -0
- package/bin/getZeroTrustGatewayPacfile.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayPacfile.js +47 -0
- package/bin/getZeroTrustGatewayPacfile.js.map +1 -0
- package/bin/getZeroTrustGatewayPacfiles.d.ts +31 -0
- package/bin/getZeroTrustGatewayPacfiles.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayPacfiles.js +47 -0
- package/bin/getZeroTrustGatewayPacfiles.js.map +1 -0
- package/bin/getZeroTrustGatewayPolicies.d.ts +1 -0
- package/bin/getZeroTrustGatewayPolicies.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayPolicies.js +25 -2
- package/bin/getZeroTrustGatewayPolicies.js.map +1 -1
- package/bin/getZeroTrustGatewayPolicy.d.ts +8 -3
- package/bin/getZeroTrustGatewayPolicy.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayPolicy.js +25 -2
- package/bin/getZeroTrustGatewayPolicy.js.map +1 -1
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts +2 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoint.js +25 -2
- package/bin/getZeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/getZeroTrustGatewayProxyEndpoints.d.ts +31 -0
- package/bin/getZeroTrustGatewayProxyEndpoints.d.ts.map +1 -0
- package/bin/getZeroTrustGatewayProxyEndpoints.js +47 -0
- package/bin/getZeroTrustGatewayProxyEndpoints.js.map +1 -0
- package/bin/getZeroTrustGatewaySettings.d.ts +1 -3
- package/bin/getZeroTrustGatewaySettings.d.ts.map +1 -0
- package/bin/getZeroTrustGatewaySettings.js +25 -2
- package/bin/getZeroTrustGatewaySettings.js.map +1 -1
- package/bin/getZeroTrustList.d.ts +2 -0
- package/bin/getZeroTrustList.d.ts.map +1 -0
- package/bin/getZeroTrustList.js +25 -2
- package/bin/getZeroTrustList.js.map +1 -1
- package/bin/getZeroTrustLists.d.ts +1 -0
- package/bin/getZeroTrustLists.d.ts.map +1 -0
- package/bin/getZeroTrustLists.js +25 -2
- package/bin/getZeroTrustLists.js.map +1 -1
- package/bin/getZeroTrustNetworkHostnameRoute.d.ts +37 -0
- package/bin/getZeroTrustNetworkHostnameRoute.d.ts.map +1 -0
- package/bin/getZeroTrustNetworkHostnameRoute.js +49 -0
- package/bin/getZeroTrustNetworkHostnameRoute.js.map +1 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.d.ts +45 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.d.ts.map +1 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.js +59 -0
- package/bin/getZeroTrustNetworkHostnameRoutes.js.map +1 -0
- package/bin/getZeroTrustOrganization.d.ts +6 -2
- package/bin/getZeroTrustOrganization.d.ts.map +1 -0
- package/bin/getZeroTrustOrganization.js +25 -2
- package/bin/getZeroTrustOrganization.js.map +1 -1
- package/bin/getZeroTrustRiskBehavior.d.ts +1 -0
- package/bin/getZeroTrustRiskBehavior.d.ts.map +1 -0
- package/bin/getZeroTrustRiskBehavior.js +25 -2
- package/bin/getZeroTrustRiskBehavior.js.map +1 -1
- package/bin/getZeroTrustRiskScoringIntegration.d.ts +4 -3
- package/bin/getZeroTrustRiskScoringIntegration.d.ts.map +1 -0
- package/bin/getZeroTrustRiskScoringIntegration.js +25 -2
- package/bin/getZeroTrustRiskScoringIntegration.js.map +1 -1
- package/bin/getZeroTrustRiskScoringIntegrations.d.ts +1 -0
- package/bin/getZeroTrustRiskScoringIntegrations.d.ts.map +1 -0
- package/bin/getZeroTrustRiskScoringIntegrations.js +25 -2
- package/bin/getZeroTrustRiskScoringIntegrations.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflared.d.ts +8 -0
- package/bin/getZeroTrustTunnelCloudflared.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelCloudflared.js +25 -2
- package/bin/getZeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts +1 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredConfig.js +25 -2
- package/bin/getZeroTrustTunnelCloudflaredConfig.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoute.js +25 -2
- package/bin/getZeroTrustTunnelCloudflaredRoute.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts +2 -1
- package/bin/getZeroTrustTunnelCloudflaredRoutes.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js +25 -2
- package/bin/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredToken.d.ts +1 -0
- package/bin/getZeroTrustTunnelCloudflaredToken.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredToken.js +25 -2
- package/bin/getZeroTrustTunnelCloudflaredToken.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js +25 -2
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +4 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js +27 -2
- package/bin/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -1
- package/bin/getZeroTrustTunnelCloudflareds.d.ts +1 -0
- package/bin/getZeroTrustTunnelCloudflareds.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelCloudflareds.js +25 -2
- package/bin/getZeroTrustTunnelCloudflareds.js.map +1 -1
- package/bin/getZeroTrustTunnelWarpConnector.d.ts +44 -0
- package/bin/getZeroTrustTunnelWarpConnector.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnector.js +49 -0
- package/bin/getZeroTrustTunnelWarpConnector.js.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.d.ts +30 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.js +47 -0
- package/bin/getZeroTrustTunnelWarpConnectorToken.js.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnectors.d.ts +58 -0
- package/bin/getZeroTrustTunnelWarpConnectors.d.ts.map +1 -0
- package/bin/getZeroTrustTunnelWarpConnectors.js +65 -0
- package/bin/getZeroTrustTunnelWarpConnectors.js.map +1 -0
- package/bin/getZone.d.ts +13 -1
- package/bin/getZone.d.ts.map +1 -0
- package/bin/getZone.js +25 -2
- package/bin/getZone.js.map +1 -1
- package/bin/getZoneCacheReserve.d.ts +1 -0
- package/bin/getZoneCacheReserve.d.ts.map +1 -0
- package/bin/getZoneCacheReserve.js +25 -2
- package/bin/getZoneCacheReserve.js.map +1 -1
- package/bin/getZoneCacheVariants.d.ts +3 -1
- package/bin/getZoneCacheVariants.d.ts.map +1 -0
- package/bin/getZoneCacheVariants.js +25 -2
- package/bin/getZoneCacheVariants.js.map +1 -1
- package/bin/getZoneDnsSettings.d.ts +1 -0
- package/bin/getZoneDnsSettings.d.ts.map +1 -0
- package/bin/getZoneDnsSettings.js +25 -2
- package/bin/getZoneDnsSettings.js.map +1 -1
- package/bin/getZoneDnssec.d.ts +2 -3
- package/bin/getZoneDnssec.d.ts.map +1 -0
- package/bin/getZoneDnssec.js +25 -2
- package/bin/getZoneDnssec.js.map +1 -1
- package/bin/getZoneHold.d.ts +1 -3
- package/bin/getZoneHold.d.ts.map +1 -0
- package/bin/getZoneHold.js +25 -2
- package/bin/getZoneHold.js.map +1 -1
- package/bin/getZoneLockdown.d.ts +1 -0
- package/bin/getZoneLockdown.d.ts.map +1 -0
- package/bin/getZoneLockdown.js +25 -2
- package/bin/getZoneLockdown.js.map +1 -1
- package/bin/getZoneLockdowns.d.ts +1 -0
- package/bin/getZoneLockdowns.d.ts.map +1 -0
- package/bin/getZoneLockdowns.js +25 -2
- package/bin/getZoneLockdowns.js.map +1 -1
- package/bin/getZoneSetting.d.ts +1 -0
- package/bin/getZoneSetting.d.ts.map +1 -0
- package/bin/getZoneSetting.js +25 -2
- package/bin/getZoneSetting.js.map +1 -1
- package/bin/getZoneSubscription.d.ts +12 -6
- package/bin/getZoneSubscription.d.ts.map +1 -0
- package/bin/getZoneSubscription.js +27 -4
- package/bin/getZoneSubscription.js.map +1 -1
- package/bin/getZones.d.ts +1 -0
- package/bin/getZones.d.ts.map +1 -0
- package/bin/getZones.js +25 -2
- package/bin/getZones.js.map +1 -1
- package/bin/healthcheck.d.ts +11 -16
- package/bin/healthcheck.d.ts.map +1 -0
- package/bin/healthcheck.js +62 -39
- package/bin/healthcheck.js.map +1 -1
- package/bin/hostnameTlsSetting.d.ts +34 -9
- package/bin/hostnameTlsSetting.d.ts.map +1 -0
- package/bin/hostnameTlsSetting.js +43 -20
- package/bin/hostnameTlsSetting.js.map +1 -1
- package/bin/hyperdriveConfig.d.ts +33 -8
- package/bin/hyperdriveConfig.d.ts.map +1 -0
- package/bin/hyperdriveConfig.js +44 -17
- package/bin/hyperdriveConfig.js.map +1 -1
- package/bin/image.d.ts +27 -4
- package/bin/image.d.ts.map +1 -0
- package/bin/image.js +50 -20
- package/bin/image.js.map +1 -1
- package/bin/imageVariant.d.ts +1 -0
- package/bin/imageVariant.d.ts.map +1 -0
- package/bin/imageVariant.js +40 -17
- package/bin/imageVariant.js.map +1 -1
- package/bin/index.d.ts +272 -15
- package/bin/index.d.ts.map +1 -0
- package/bin/index.js +382 -38
- package/bin/index.js.map +1 -1
- package/bin/keylessCertificate.d.ts +21 -15
- package/bin/keylessCertificate.d.ts.map +1 -0
- package/bin/keylessCertificate.js +51 -28
- package/bin/keylessCertificate.js.map +1 -1
- package/bin/leakedCredentialCheck.d.ts +7 -6
- package/bin/leakedCredentialCheck.d.ts.map +1 -0
- package/bin/leakedCredentialCheck.js +33 -10
- package/bin/leakedCredentialCheck.js.map +1 -1
- package/bin/leakedCredentialCheckRule.d.ts +10 -9
- package/bin/leakedCredentialCheckRule.d.ts.map +1 -0
- package/bin/leakedCredentialCheckRule.js +35 -12
- package/bin/leakedCredentialCheckRule.js.map +1 -1
- package/bin/list.d.ts +26 -11
- package/bin/list.d.ts.map +1 -0
- package/bin/list.js +44 -19
- package/bin/list.js.map +1 -1
- package/bin/listItem.d.ts +12 -14
- package/bin/listItem.d.ts.map +1 -0
- package/bin/listItem.js +49 -23
- package/bin/listItem.js.map +1 -1
- package/bin/loadBalancer.d.ts +78 -158
- package/bin/loadBalancer.d.ts.map +1 -0
- package/bin/loadBalancer.js +74 -51
- package/bin/loadBalancer.js.map +1 -1
- package/bin/loadBalancerMonitor.d.ts +44 -70
- package/bin/loadBalancerMonitor.d.ts.map +1 -0
- package/bin/loadBalancerMonitor.js +65 -42
- package/bin/loadBalancerMonitor.js.map +1 -1
- package/bin/loadBalancerPool.d.ts +42 -53
- package/bin/loadBalancerPool.d.ts.map +1 -0
- package/bin/loadBalancerPool.js +64 -39
- package/bin/loadBalancerPool.js.map +1 -1
- package/bin/logpullRetention.d.ts +4 -3
- package/bin/logpullRetention.d.ts.map +1 -0
- package/bin/logpullRetention.js +33 -10
- package/bin/logpullRetention.js.map +1 -1
- package/bin/logpushJob.d.ts +76 -94
- package/bin/logpushJob.d.ts.map +1 -0
- package/bin/logpushJob.js +63 -38
- package/bin/logpushJob.js.map +1 -1
- package/bin/logpushOwnershipChallenge.d.ts +4 -6
- package/bin/logpushOwnershipChallenge.d.ts.map +1 -0
- package/bin/logpushOwnershipChallenge.js +38 -15
- package/bin/logpushOwnershipChallenge.js.map +1 -1
- package/bin/magicNetworkMonitoringConfiguration.d.ts +5 -7
- package/bin/magicNetworkMonitoringConfiguration.d.ts.map +1 -0
- package/bin/magicNetworkMonitoringConfiguration.js +39 -16
- package/bin/magicNetworkMonitoringConfiguration.js.map +1 -1
- package/bin/magicNetworkMonitoringRule.d.ts +37 -59
- package/bin/magicNetworkMonitoringRule.d.ts.map +1 -0
- package/bin/magicNetworkMonitoringRule.js +48 -30
- package/bin/magicNetworkMonitoringRule.js.map +1 -1
- package/bin/magicTransitConnector.d.ts +24 -14
- package/bin/magicTransitConnector.d.ts.map +1 -0
- package/bin/magicTransitConnector.js +49 -30
- package/bin/magicTransitConnector.js.map +1 -1
- package/bin/magicTransitSite.d.ts +2 -1
- package/bin/magicTransitSite.d.ts.map +1 -0
- package/bin/magicTransitSite.js +43 -20
- package/bin/magicTransitSite.js.map +1 -1
- package/bin/magicTransitSiteAcl.d.ts +7 -15
- package/bin/magicTransitSiteAcl.d.ts.map +1 -0
- package/bin/magicTransitSiteAcl.js +50 -27
- package/bin/magicTransitSiteAcl.js.map +1 -1
- package/bin/magicTransitSiteLan.d.ts +17 -16
- package/bin/magicTransitSiteLan.d.ts.map +1 -0
- package/bin/magicTransitSiteLan.js +50 -31
- package/bin/magicTransitSiteLan.js.map +1 -1
- package/bin/magicTransitSiteWan.d.ts +14 -13
- package/bin/magicTransitSiteWan.d.ts.map +1 -0
- package/bin/magicTransitSiteWan.js +46 -26
- package/bin/magicTransitSiteWan.js.map +1 -1
- package/bin/magicWanGreTunnel.d.ts +56 -36
- package/bin/magicWanGreTunnel.d.ts.map +1 -0
- package/bin/magicWanGreTunnel.js +68 -34
- package/bin/magicWanGreTunnel.js.map +1 -1
- package/bin/magicWanIpsecTunnel.d.ts +68 -29
- package/bin/magicWanIpsecTunnel.d.ts.map +1 -0
- package/bin/magicWanIpsecTunnel.js +69 -36
- package/bin/magicWanIpsecTunnel.js.map +1 -1
- package/bin/magicWanStaticRoute.d.ts +24 -29
- package/bin/magicWanStaticRoute.d.ts.map +1 -0
- package/bin/magicWanStaticRoute.js +56 -30
- package/bin/magicWanStaticRoute.js.map +1 -1
- package/bin/managedTransforms.d.ts +1 -0
- package/bin/managedTransforms.d.ts.map +1 -0
- package/bin/managedTransforms.js +37 -14
- package/bin/managedTransforms.js.map +1 -1
- package/bin/mtlsCertificate.d.ts +10 -9
- package/bin/mtlsCertificate.d.ts.map +1 -0
- package/bin/mtlsCertificate.js +47 -24
- package/bin/mtlsCertificate.js.map +1 -1
- package/bin/notificationPolicy.d.ts +11 -73
- package/bin/notificationPolicy.d.ts.map +1 -0
- package/bin/notificationPolicy.js +49 -26
- package/bin/notificationPolicy.js.map +1 -1
- package/bin/notificationPolicyWebhooks.d.ts +8 -8
- package/bin/notificationPolicyWebhooks.d.ts.map +1 -0
- package/bin/notificationPolicyWebhooks.js +42 -19
- package/bin/notificationPolicyWebhooks.js.map +1 -1
- package/bin/observatoryScheduledTest.d.ts +12 -13
- package/bin/observatoryScheduledTest.d.ts.map +1 -0
- package/bin/observatoryScheduledTest.js +38 -15
- package/bin/observatoryScheduledTest.js.map +1 -1
- package/bin/organization.d.ts +52 -0
- package/bin/organization.d.ts.map +1 -0
- package/bin/organization.js +80 -0
- package/bin/organization.js.map +1 -0
- package/bin/organizationProfile.d.ts +55 -0
- package/bin/organizationProfile.d.ts.map +1 -0
- package/bin/organizationProfile.js +100 -0
- package/bin/organizationProfile.js.map +1 -0
- package/bin/originCaCertificate.d.ts +26 -19
- package/bin/originCaCertificate.d.ts.map +1 -0
- package/bin/originCaCertificate.js +47 -15
- package/bin/originCaCertificate.js.map +1 -1
- package/bin/package.json +11 -10
- package/bin/pageRule.d.ts +25 -15
- package/bin/pageRule.d.ts.map +1 -0
- package/bin/pageRule.js +43 -20
- package/bin/pageRule.js.map +1 -1
- package/bin/pageShieldPolicy.d.ts +7 -3
- package/bin/pageShieldPolicy.d.ts.map +1 -0
- package/bin/pageShieldPolicy.js +46 -23
- package/bin/pageShieldPolicy.js.map +1 -1
- package/bin/pagesDomain.d.ts +15 -5
- package/bin/pagesDomain.d.ts.map +1 -0
- package/bin/pagesDomain.js +43 -20
- package/bin/pagesDomain.js.map +1 -1
- package/bin/pagesProject.d.ts +61 -10
- package/bin/pagesProject.d.ts.map +1 -0
- package/bin/pagesProject.js +59 -23
- package/bin/pagesProject.js.map +1 -1
- package/bin/provider.d.ts +33 -26
- package/bin/provider.d.ts.map +1 -0
- package/bin/provider.js +42 -10
- package/bin/provider.js.map +1 -1
- package/bin/queue.d.ts +1 -0
- package/bin/queue.d.ts.map +1 -0
- package/bin/queue.js +43 -20
- package/bin/queue.js.map +1 -1
- package/bin/queueConsumer.d.ts +10 -19
- package/bin/queueConsumer.d.ts.map +1 -0
- package/bin/queueConsumer.js +50 -24
- package/bin/queueConsumer.js.map +1 -1
- package/bin/r2bucket.d.ts +28 -18
- package/bin/r2bucket.d.ts.map +1 -0
- package/bin/r2bucket.js +40 -17
- package/bin/r2bucket.js.map +1 -1
- package/bin/r2bucketCors.d.ts +8 -7
- package/bin/r2bucketCors.d.ts.map +1 -0
- package/bin/r2bucketCors.js +38 -15
- package/bin/r2bucketCors.js.map +1 -1
- package/bin/r2bucketEventNotification.d.ts +20 -19
- package/bin/r2bucketEventNotification.d.ts.map +1 -0
- package/bin/r2bucketEventNotification.js +48 -19
- package/bin/r2bucketEventNotification.js.map +1 -1
- package/bin/r2bucketLifecycle.d.ts +8 -7
- package/bin/r2bucketLifecycle.d.ts.map +1 -0
- package/bin/r2bucketLifecycle.js +38 -15
- package/bin/r2bucketLifecycle.js.map +1 -1
- package/bin/r2bucketLock.d.ts +8 -7
- package/bin/r2bucketLock.d.ts.map +1 -0
- package/bin/r2bucketLock.js +38 -15
- package/bin/r2bucketLock.js.map +1 -1
- package/bin/r2bucketSippy.d.ts +17 -16
- package/bin/r2bucketSippy.d.ts.map +1 -0
- package/bin/r2bucketSippy.js +41 -18
- package/bin/r2bucketSippy.js.map +1 -1
- package/bin/r2customDomain.d.ts +45 -20
- package/bin/r2customDomain.d.ts.map +1 -0
- package/bin/r2customDomain.js +51 -24
- package/bin/r2customDomain.js.map +1 -1
- package/bin/r2managedDomain.d.ts +14 -13
- package/bin/r2managedDomain.d.ts.map +1 -0
- package/bin/r2managedDomain.js +41 -18
- package/bin/r2managedDomain.js.map +1 -1
- package/bin/rateLimit.d.ts +14 -21
- package/bin/rateLimit.d.ts.map +1 -0
- package/bin/rateLimit.js +46 -23
- package/bin/rateLimit.js.map +1 -1
- package/bin/regionalHostname.d.ts +19 -9
- package/bin/regionalHostname.d.ts.map +1 -0
- package/bin/regionalHostname.js +40 -15
- package/bin/regionalHostname.js.map +1 -1
- package/bin/regionalTieredCache.d.ts +12 -8
- package/bin/regionalTieredCache.d.ts.map +1 -0
- package/bin/regionalTieredCache.js +35 -12
- package/bin/regionalTieredCache.js.map +1 -1
- package/bin/registrarDomain.d.ts +1 -0
- package/bin/registrarDomain.d.ts.map +1 -0
- package/bin/registrarDomain.js +40 -17
- package/bin/registrarDomain.js.map +1 -1
- package/bin/ruleset.d.ts +35 -27
- package/bin/ruleset.d.ts.map +1 -0
- package/bin/ruleset.js +48 -21
- package/bin/ruleset.js.map +1 -1
- package/bin/schemaValidationOperationSettings.d.ts +91 -0
- package/bin/schemaValidationOperationSettings.d.ts.map +1 -0
- package/bin/schemaValidationOperationSettings.js +85 -0
- package/bin/schemaValidationOperationSettings.js.map +1 -0
- package/bin/schemaValidationSchemas.d.ts +110 -0
- package/bin/schemaValidationSchemas.d.ts.map +1 -0
- package/bin/schemaValidationSchemas.js +96 -0
- package/bin/schemaValidationSchemas.js.map +1 -0
- package/bin/schemaValidationSettings.d.ts +103 -0
- package/bin/schemaValidationSettings.d.ts.map +1 -0
- package/bin/schemaValidationSettings.js +82 -0
- package/bin/schemaValidationSettings.js.map +1 -0
- package/bin/snippet.d.ts +103 -0
- package/bin/snippet.d.ts.map +1 -0
- package/bin/snippet.js +94 -0
- package/bin/snippet.js.map +1 -0
- package/bin/snippetRules.d.ts +8 -21
- package/bin/snippetRules.d.ts.map +1 -0
- package/bin/snippetRules.js +36 -18
- package/bin/snippetRules.js.map +1 -1
- package/bin/snippets.d.ts +27 -17
- package/bin/snippets.d.ts.map +1 -0
- package/bin/snippets.js +46 -17
- package/bin/snippets.js.map +1 -1
- package/bin/spectrumApplication.d.ts +43 -54
- package/bin/spectrumApplication.d.ts.map +1 -0
- package/bin/spectrumApplication.js +57 -34
- package/bin/spectrumApplication.js.map +1 -1
- package/bin/ssoConnector.d.ts +117 -0
- package/bin/ssoConnector.d.ts.map +1 -0
- package/bin/ssoConnector.js +92 -0
- package/bin/ssoConnector.js.map +1 -0
- package/bin/stream.d.ts +24 -56
- package/bin/stream.d.ts.map +1 -0
- package/bin/stream.js +64 -41
- package/bin/stream.js.map +1 -1
- package/bin/streamAudioTrack.d.ts +5 -2
- package/bin/streamAudioTrack.d.ts.map +1 -0
- package/bin/streamAudioTrack.js +42 -19
- package/bin/streamAudioTrack.js.map +1 -1
- package/bin/streamCaptionLanguage.d.ts +8 -5
- package/bin/streamCaptionLanguage.d.ts.map +1 -0
- package/bin/streamCaptionLanguage.js +42 -19
- package/bin/streamCaptionLanguage.js.map +1 -1
- package/bin/streamDownload.d.ts +4 -3
- package/bin/streamDownload.d.ts.map +1 -0
- package/bin/streamDownload.js +34 -11
- package/bin/streamDownload.js.map +1 -1
- package/bin/streamKey.d.ts +4 -3
- package/bin/streamKey.d.ts.map +1 -0
- package/bin/streamKey.js +34 -11
- package/bin/streamKey.js.map +1 -1
- package/bin/streamLiveInput.d.ts +26 -22
- package/bin/streamLiveInput.d.ts.map +1 -0
- package/bin/streamLiveInput.js +53 -28
- package/bin/streamLiveInput.js.map +1 -1
- package/bin/streamWatermark.d.ts +13 -27
- package/bin/streamWatermark.d.ts.map +1 -0
- package/bin/streamWatermark.js +52 -29
- package/bin/streamWatermark.js.map +1 -1
- package/bin/streamWebhook.d.ts +1 -0
- package/bin/streamWebhook.d.ts.map +1 -0
- package/bin/streamWebhook.js +34 -11
- package/bin/streamWebhook.js.map +1 -1
- package/bin/tieredCache.d.ts +12 -8
- package/bin/tieredCache.d.ts.map +1 -0
- package/bin/tieredCache.js +36 -13
- package/bin/tieredCache.js.map +1 -1
- package/bin/tokenValidationConfig.d.ts +79 -0
- package/bin/tokenValidationConfig.d.ts.map +1 -0
- package/bin/tokenValidationConfig.js +104 -0
- package/bin/tokenValidationConfig.js.map +1 -0
- package/bin/tokenValidationRules.d.ts +154 -0
- package/bin/tokenValidationRules.d.ts.map +1 -0
- package/bin/tokenValidationRules.js +111 -0
- package/bin/tokenValidationRules.js.map +1 -0
- package/bin/totalTls.d.ts +17 -17
- package/bin/totalTls.d.ts.map +1 -0
- package/bin/totalTls.js +37 -14
- package/bin/totalTls.js.map +1 -1
- package/bin/turnstileWidget.d.ts +39 -26
- package/bin/turnstileWidget.d.ts.map +1 -0
- package/bin/turnstileWidget.js +55 -30
- package/bin/turnstileWidget.js.map +1 -1
- package/bin/types/index.d.ts +1 -0
- package/bin/types/index.d.ts.map +1 -0
- package/bin/types/index.js +25 -2
- package/bin/types/index.js.map +1 -1
- package/bin/types/input.d.ts +5423 -2845
- package/bin/types/input.d.ts.map +1 -0
- package/bin/types/output.d.ts +21566 -13276
- package/bin/types/output.d.ts.map +1 -0
- package/bin/universalSslSetting.d.ts +97 -0
- package/bin/universalSslSetting.d.ts.map +1 -0
- package/bin/universalSslSetting.js +77 -0
- package/bin/universalSslSetting.js.map +1 -0
- package/bin/urlNormalizationSettings.d.ts +13 -6
- package/bin/urlNormalizationSettings.d.ts.map +1 -0
- package/bin/urlNormalizationSettings.js +37 -14
- package/bin/urlNormalizationSettings.js.map +1 -1
- package/bin/user.d.ts +61 -0
- package/bin/user.d.ts.map +1 -0
- package/bin/user.js +54 -15
- package/bin/user.js.map +1 -1
- package/bin/userAgentBlockingRule.d.ts +25 -21
- package/bin/userAgentBlockingRule.d.ts.map +1 -0
- package/bin/userAgentBlockingRule.js +41 -16
- package/bin/userAgentBlockingRule.js.map +1 -1
- package/bin/utilities.d.ts +1 -4
- package/bin/utilities.d.ts.map +1 -0
- package/bin/utilities.js +73 -62
- package/bin/utilities.js.map +1 -1
- package/bin/waitingRoom.d.ts +403 -390
- package/bin/waitingRoom.d.ts.map +1 -0
- package/bin/waitingRoom.js +80 -57
- package/bin/waitingRoom.js.map +1 -1
- package/bin/waitingRoomEvent.d.ts +64 -72
- package/bin/waitingRoomEvent.d.ts.map +1 -0
- package/bin/waitingRoomEvent.js +68 -41
- package/bin/waitingRoomEvent.js.map +1 -1
- package/bin/waitingRoomRules.d.ts +4 -45
- package/bin/waitingRoomRules.d.ts.map +1 -0
- package/bin/waitingRoomRules.js +37 -26
- package/bin/waitingRoomRules.js.map +1 -1
- package/bin/waitingRoomSettings.d.ts +13 -9
- package/bin/waitingRoomSettings.d.ts.map +1 -0
- package/bin/waitingRoomSettings.js +33 -10
- package/bin/waitingRoomSettings.js.map +1 -1
- package/bin/web3Hostname.d.ts +23 -17
- package/bin/web3Hostname.d.ts.map +1 -0
- package/bin/web3Hostname.js +43 -20
- package/bin/web3Hostname.js.map +1 -1
- package/bin/webAnalyticsRule.d.ts +4 -3
- package/bin/webAnalyticsRule.d.ts.map +1 -0
- package/bin/webAnalyticsRule.js +44 -21
- package/bin/webAnalyticsRule.js.map +1 -1
- package/bin/webAnalyticsSite.d.ts +7 -6
- package/bin/webAnalyticsSite.d.ts.map +1 -0
- package/bin/webAnalyticsSite.js +47 -24
- package/bin/webAnalyticsSite.js.map +1 -1
- package/bin/worker.d.ts +147 -0
- package/bin/worker.d.ts.map +1 -0
- package/bin/worker.js +93 -0
- package/bin/worker.js.map +1 -0
- package/bin/workerVersion.d.ts +271 -0
- package/bin/workerVersion.d.ts.map +1 -0
- package/bin/workerVersion.js +112 -0
- package/bin/workerVersion.js.map +1 -0
- package/bin/workersCronTrigger.d.ts +4 -3
- package/bin/workersCronTrigger.d.ts.map +1 -0
- package/bin/workersCronTrigger.js +37 -14
- package/bin/workersCronTrigger.js.map +1 -1
- package/bin/workersCustomDomain.d.ts +9 -2
- package/bin/workersCustomDomain.d.ts.map +1 -0
- package/bin/workersCustomDomain.js +43 -23
- package/bin/workersCustomDomain.js.map +1 -1
- package/bin/workersDeployment.d.ts +7 -8
- package/bin/workersDeployment.d.ts.map +1 -0
- package/bin/workersDeployment.js +45 -24
- package/bin/workersDeployment.js.map +1 -1
- package/bin/workersForPlatformsDispatchNamespace.d.ts +21 -12
- package/bin/workersForPlatformsDispatchNamespace.d.ts.map +1 -0
- package/bin/workersForPlatformsDispatchNamespace.js +42 -17
- package/bin/workersForPlatformsDispatchNamespace.js.map +1 -1
- package/bin/workersKv.d.ts +10 -12
- package/bin/workersKv.d.ts.map +1 -0
- package/bin/workersKv.js +42 -19
- package/bin/workersKv.js.map +1 -1
- package/bin/workersKvNamespace.d.ts +6 -7
- package/bin/workersKvNamespace.d.ts.map +1 -0
- package/bin/workersKvNamespace.js +35 -12
- package/bin/workersKvNamespace.js.map +1 -1
- package/bin/workersRoute.d.ts +13 -29
- package/bin/workersRoute.d.ts.map +1 -0
- package/bin/workersRoute.js +36 -21
- package/bin/workersRoute.js.map +1 -1
- package/bin/workersScript.d.ts +144 -51
- package/bin/workersScript.d.ts.map +1 -0
- package/bin/workersScript.js +90 -50
- package/bin/workersScript.js.map +1 -1
- package/bin/workersScriptSubdomain.d.ts +5 -4
- package/bin/workersScriptSubdomain.d.ts.map +1 -0
- package/bin/workersScriptSubdomain.js +39 -16
- package/bin/workersScriptSubdomain.js.map +1 -1
- package/bin/workflow.d.ts +67 -0
- package/bin/workflow.d.ts.map +1 -0
- package/bin/workflow.js +106 -0
- package/bin/workflow.js.map +1 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.d.ts +86 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.d.ts.map +1 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.js +101 -0
- package/bin/zeroTrustAccessAiControlsMcpPortal.js.map +1 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.d.ts +104 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.d.ts.map +1 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.js +116 -0
- package/bin/zeroTrustAccessAiControlsMcpServer.js.map +1 -0
- package/bin/zeroTrustAccessApplication.d.ts +95 -80
- package/bin/zeroTrustAccessApplication.d.ts.map +1 -0
- package/bin/zeroTrustAccessApplication.js +105 -82
- package/bin/zeroTrustAccessApplication.js.map +1 -1
- package/bin/zeroTrustAccessCustomPage.d.ts +12 -24
- package/bin/zeroTrustAccessCustomPage.d.ts.map +1 -0
- package/bin/zeroTrustAccessCustomPage.js +40 -23
- package/bin/zeroTrustAccessCustomPage.js.map +1 -1
- package/bin/zeroTrustAccessGroup.d.ts +3 -6
- package/bin/zeroTrustAccessGroup.d.ts.map +1 -0
- package/bin/zeroTrustAccessGroup.js +43 -24
- package/bin/zeroTrustAccessGroup.js.map +1 -1
- package/bin/zeroTrustAccessIdentityProvider.d.ts +10 -18
- package/bin/zeroTrustAccessIdentityProvider.d.ts.map +1 -0
- package/bin/zeroTrustAccessIdentityProvider.js +42 -19
- package/bin/zeroTrustAccessIdentityProvider.js.map +1 -1
- package/bin/zeroTrustAccessInfrastructureTarget.d.ts +13 -6
- package/bin/zeroTrustAccessInfrastructureTarget.d.ts.map +1 -0
- package/bin/zeroTrustAccessInfrastructureTarget.js +39 -16
- package/bin/zeroTrustAccessInfrastructureTarget.js.map +1 -1
- package/bin/zeroTrustAccessKeyConfiguration.d.ts +4 -3
- package/bin/zeroTrustAccessKeyConfiguration.d.ts.map +1 -0
- package/bin/zeroTrustAccessKeyConfiguration.js +36 -13
- package/bin/zeroTrustAccessKeyConfiguration.js.map +1 -1
- package/bin/zeroTrustAccessMtlsCertificate.d.ts +2 -5
- package/bin/zeroTrustAccessMtlsCertificate.d.ts.map +1 -0
- package/bin/zeroTrustAccessMtlsCertificate.js +41 -22
- package/bin/zeroTrustAccessMtlsCertificate.js.map +1 -1
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts +3 -4
- package/bin/zeroTrustAccessMtlsHostnameSettings.d.ts.map +1 -0
- package/bin/zeroTrustAccessMtlsHostnameSettings.js +38 -15
- package/bin/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
- package/bin/zeroTrustAccessPolicy.d.ts +47 -42
- package/bin/zeroTrustAccessPolicy.d.ts.map +1 -0
- package/bin/zeroTrustAccessPolicy.js +58 -42
- package/bin/zeroTrustAccessPolicy.js.map +1 -1
- package/bin/zeroTrustAccessServiceToken.d.ts +30 -16
- package/bin/zeroTrustAccessServiceToken.d.ts.map +1 -0
- package/bin/zeroTrustAccessServiceToken.js +43 -22
- package/bin/zeroTrustAccessServiceToken.js.map +1 -1
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts +4 -3
- package/bin/zeroTrustAccessShortLivedCertificate.d.ts.map +1 -0
- package/bin/zeroTrustAccessShortLivedCertificate.js +37 -14
- package/bin/zeroTrustAccessShortLivedCertificate.js.map +1 -1
- package/bin/zeroTrustAccessTag.d.ts +4 -15
- package/bin/zeroTrustAccessTag.d.ts.map +1 -0
- package/bin/zeroTrustAccessTag.js +33 -16
- package/bin/zeroTrustAccessTag.js.map +1 -1
- package/bin/zeroTrustDeviceCustomProfile.d.ts +39 -44
- package/bin/zeroTrustDeviceCustomProfile.d.ts.map +1 -0
- package/bin/zeroTrustDeviceCustomProfile.js +81 -59
- package/bin/zeroTrustDeviceCustomProfile.js.map +1 -1
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +1 -33
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts.map +1 -0
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js +37 -20
- package/bin/zeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -1
- package/bin/zeroTrustDeviceDefaultProfile.d.ts +51 -17
- package/bin/zeroTrustDeviceDefaultProfile.d.ts.map +1 -0
- package/bin/zeroTrustDeviceDefaultProfile.js +69 -40
- package/bin/zeroTrustDeviceDefaultProfile.js.map +1 -1
- package/bin/zeroTrustDeviceDefaultProfileCertificates.d.ts +1 -0
- package/bin/zeroTrustDeviceDefaultProfileCertificates.d.ts.map +1 -0
- package/bin/zeroTrustDeviceDefaultProfileCertificates.js +34 -11
- package/bin/zeroTrustDeviceDefaultProfileCertificates.js.map +1 -1
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +1 -24
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts.map +1 -0
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js +34 -17
- package/bin/zeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -1
- package/bin/zeroTrustDeviceManagedNetworks.d.ts +7 -3
- package/bin/zeroTrustDeviceManagedNetworks.d.ts.map +1 -0
- package/bin/zeroTrustDeviceManagedNetworks.js +40 -17
- package/bin/zeroTrustDeviceManagedNetworks.js.map +1 -1
- package/bin/zeroTrustDevicePostureIntegration.d.ts +10 -12
- package/bin/zeroTrustDevicePostureIntegration.d.ts.map +1 -0
- package/bin/zeroTrustDevicePostureIntegration.js +42 -19
- package/bin/zeroTrustDevicePostureIntegration.js.map +1 -1
- package/bin/zeroTrustDevicePostureRule.d.ts +16 -24
- package/bin/zeroTrustDevicePostureRule.d.ts.map +1 -0
- package/bin/zeroTrustDevicePostureRule.js +46 -23
- package/bin/zeroTrustDevicePostureRule.js.map +1 -1
- package/bin/zeroTrustDeviceSettings.d.ts +148 -0
- package/bin/zeroTrustDeviceSettings.d.ts.map +1 -0
- package/bin/zeroTrustDeviceSettings.js +93 -0
- package/bin/zeroTrustDeviceSettings.js.map +1 -0
- package/bin/zeroTrustDexRule.d.ts +75 -0
- package/bin/zeroTrustDexRule.d.ts.map +1 -0
- package/bin/zeroTrustDexRule.js +90 -0
- package/bin/zeroTrustDexRule.js.map +1 -0
- package/bin/zeroTrustDexTest.d.ts +5 -5
- package/bin/zeroTrustDexTest.d.ts.map +1 -0
- package/bin/zeroTrustDexTest.js +49 -26
- package/bin/zeroTrustDexTest.js.map +1 -1
- package/bin/zeroTrustDlpCustomEntry.d.ts +99 -0
- package/bin/zeroTrustDlpCustomEntry.d.ts.map +1 -0
- package/bin/zeroTrustDlpCustomEntry.js +111 -0
- package/bin/zeroTrustDlpCustomEntry.js.map +1 -0
- package/bin/zeroTrustDlpCustomProfile.d.ts +41 -19
- package/bin/zeroTrustDlpCustomProfile.d.ts.map +1 -0
- package/bin/zeroTrustDlpCustomProfile.js +53 -32
- package/bin/zeroTrustDlpCustomProfile.js.map +1 -1
- package/bin/zeroTrustDlpDataset.d.ts +63 -22
- package/bin/zeroTrustDlpDataset.d.ts.map +1 -0
- package/bin/zeroTrustDlpDataset.js +52 -27
- package/bin/zeroTrustDlpDataset.js.map +1 -1
- package/bin/zeroTrustDlpEntry.d.ts +33 -5
- package/bin/zeroTrustDlpEntry.d.ts.map +1 -0
- package/bin/zeroTrustDlpEntry.js +58 -28
- package/bin/zeroTrustDlpEntry.js.map +1 -1
- package/bin/zeroTrustDlpIntegrationEntry.d.ts +111 -0
- package/bin/zeroTrustDlpIntegrationEntry.d.ts.map +1 -0
- package/bin/zeroTrustDlpIntegrationEntry.js +113 -0
- package/bin/zeroTrustDlpIntegrationEntry.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedEntry.d.ts +111 -0
- package/bin/zeroTrustDlpPredefinedEntry.d.ts.map +1 -0
- package/bin/zeroTrustDlpPredefinedEntry.js +113 -0
- package/bin/zeroTrustDlpPredefinedEntry.js.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.d.ts +16 -47
- package/bin/zeroTrustDlpPredefinedProfile.d.ts.map +1 -0
- package/bin/zeroTrustDlpPredefinedProfile.js +48 -36
- package/bin/zeroTrustDlpPredefinedProfile.js.map +1 -1
- package/bin/zeroTrustDnsLocation.d.ts +33 -48
- package/bin/zeroTrustDnsLocation.d.ts.map +1 -0
- package/bin/zeroTrustDnsLocation.js +50 -27
- package/bin/zeroTrustDnsLocation.js.map +1 -1
- package/bin/zeroTrustGatewayCertificate.d.ts +34 -21
- package/bin/zeroTrustGatewayCertificate.d.ts.map +1 -0
- package/bin/zeroTrustGatewayCertificate.js +46 -21
- package/bin/zeroTrustGatewayCertificate.js.map +1 -1
- package/bin/zeroTrustGatewayLogging.d.ts +8 -10
- package/bin/zeroTrustGatewayLogging.d.ts.map +1 -0
- package/bin/zeroTrustGatewayLogging.js +35 -12
- package/bin/zeroTrustGatewayLogging.js.map +1 -1
- package/bin/zeroTrustGatewayPacfile.d.ts +100 -0
- package/bin/zeroTrustGatewayPacfile.d.ts.map +1 -0
- package/bin/zeroTrustGatewayPacfile.js +92 -0
- package/bin/zeroTrustGatewayPacfile.js.map +1 -0
- package/bin/zeroTrustGatewayPolicy.d.ts +81 -57
- package/bin/zeroTrustGatewayPolicy.d.ts.map +1 -0
- package/bin/zeroTrustGatewayPolicy.js +68 -37
- package/bin/zeroTrustGatewayPolicy.js.map +1 -1
- package/bin/zeroTrustGatewayProxyEndpoint.d.ts +26 -10
- package/bin/zeroTrustGatewayProxyEndpoint.d.ts.map +1 -0
- package/bin/zeroTrustGatewayProxyEndpoint.js +40 -18
- package/bin/zeroTrustGatewayProxyEndpoint.js.map +1 -1
- package/bin/zeroTrustGatewaySettings.d.ts +5 -4
- package/bin/zeroTrustGatewaySettings.d.ts.map +1 -0
- package/bin/zeroTrustGatewaySettings.js +35 -12
- package/bin/zeroTrustGatewaySettings.js.map +1 -1
- package/bin/zeroTrustList.d.ts +20 -16
- package/bin/zeroTrustList.d.ts.map +1 -0
- package/bin/zeroTrustList.js +43 -20
- package/bin/zeroTrustList.js.map +1 -1
- package/bin/zeroTrustNetworkHostnameRoute.d.ts +109 -0
- package/bin/zeroTrustNetworkHostnameRoute.d.ts.map +1 -0
- package/bin/zeroTrustNetworkHostnameRoute.js +87 -0
- package/bin/zeroTrustNetworkHostnameRoute.js.map +1 -0
- package/bin/zeroTrustOrganization.d.ts +90 -42
- package/bin/zeroTrustOrganization.d.ts.map +1 -0
- package/bin/zeroTrustOrganization.js +64 -35
- package/bin/zeroTrustOrganization.js.map +1 -1
- package/bin/zeroTrustRiskBehavior.d.ts +1 -0
- package/bin/zeroTrustRiskBehavior.d.ts.map +1 -0
- package/bin/zeroTrustRiskBehavior.js +34 -11
- package/bin/zeroTrustRiskBehavior.js.map +1 -1
- package/bin/zeroTrustRiskScoringIntegration.d.ts +6 -7
- package/bin/zeroTrustRiskScoringIntegration.d.ts.map +1 -0
- package/bin/zeroTrustRiskScoringIntegration.js +44 -21
- package/bin/zeroTrustRiskScoringIntegration.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflared.d.ts +31 -28
- package/bin/zeroTrustTunnelCloudflared.d.ts.map +1 -0
- package/bin/zeroTrustTunnelCloudflared.js +47 -24
- package/bin/zeroTrustTunnelCloudflared.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts +10 -12
- package/bin/zeroTrustTunnelCloudflaredConfig.d.ts.map +1 -0
- package/bin/zeroTrustTunnelCloudflaredConfig.js +40 -17
- package/bin/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredRoute.d.ts +5 -4
- package/bin/zeroTrustTunnelCloudflaredRoute.d.ts.map +1 -0
- package/bin/zeroTrustTunnelCloudflaredRoute.js +43 -20
- package/bin/zeroTrustTunnelCloudflaredRoute.js.map +1 -1
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +17 -10
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts.map +1 -0
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js +41 -18
- package/bin/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -1
- package/bin/zeroTrustTunnelWarpConnector.d.ts +155 -0
- package/bin/zeroTrustTunnelWarpConnector.d.ts.map +1 -0
- package/bin/zeroTrustTunnelWarpConnector.js +99 -0
- package/bin/zeroTrustTunnelWarpConnector.js.map +1 -0
- package/bin/zone.d.ts +112 -41
- package/bin/zone.d.ts.map +1 -0
- package/bin/zone.js +61 -28
- package/bin/zone.js.map +1 -1
- package/bin/zoneCacheReserve.d.ts +12 -8
- package/bin/zoneCacheReserve.d.ts.map +1 -0
- package/bin/zoneCacheReserve.js +35 -12
- package/bin/zoneCacheReserve.js.map +1 -1
- package/bin/zoneCacheVariants.d.ts +6 -5
- package/bin/zoneCacheVariants.d.ts.map +1 -0
- package/bin/zoneCacheVariants.js +36 -13
- package/bin/zoneCacheVariants.js.map +1 -1
- package/bin/zoneDnsSettings.d.ts +19 -21
- package/bin/zoneDnsSettings.d.ts.map +1 -0
- package/bin/zoneDnsSettings.js +49 -26
- package/bin/zoneDnsSettings.js.map +1 -1
- package/bin/zoneDnssec.d.ts +76 -27
- package/bin/zoneDnssec.d.ts.map +1 -0
- package/bin/zoneDnssec.js +49 -24
- package/bin/zoneDnssec.js.map +1 -1
- package/bin/zoneHold.d.ts +28 -18
- package/bin/zoneHold.d.ts.map +1 -0
- package/bin/zoneHold.js +36 -13
- package/bin/zoneHold.js.map +1 -1
- package/bin/zoneLockdown.d.ts +33 -18
- package/bin/zoneLockdown.d.ts.map +1 -0
- package/bin/zoneLockdown.js +45 -20
- package/bin/zoneLockdown.js.map +1 -1
- package/bin/zoneSetting.d.ts +17 -16
- package/bin/zoneSetting.d.ts.map +1 -0
- package/bin/zoneSetting.js +42 -19
- package/bin/zoneSetting.js.map +1 -1
- package/bin/zoneSubscription.d.ts +61 -12
- package/bin/zoneSubscription.d.ts.map +1 -0
- package/bin/zoneSubscription.js +46 -13
- package/bin/zoneSubscription.js.map +1 -1
- package/package.json +11 -10
- package/bin/getCloudConnectorRulesList.d.ts +0 -30
- package/bin/getCloudConnectorRulesList.js +0 -24
- package/bin/getCloudConnectorRulesList.js.map +0 -1
- package/bin/getWorkersSecret.d.ts +0 -33
- package/bin/getWorkersSecret.js +0 -28
- package/bin/getWorkersSecret.js.map +0 -1
- package/bin/getWorkersSecrets.d.ts +0 -36
- package/bin/getWorkersSecrets.js +0 -28
- package/bin/getWorkersSecrets.js.map +0 -1
- package/bin/workersSecret.d.ts +0 -108
- package/bin/workersSecret.js +0 -70
- package/bin/workersSecret.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZoneDnsSettings.js","sourceRoot":"","sources":["../getZoneDnsSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZoneDnsSettings.js","sourceRoot":"","sources":["../getZoneDnsSettings.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,SAAgB,kBAAkB,CAAC,IAA4B,EAAE,IAA2B;IACxF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,gDAKC;AA4BD,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAAiC;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,4DAKC"}
|
package/bin/getZoneDnssec.d.ts
CHANGED
|
@@ -16,11 +16,9 @@ export interface GetZoneDnssecResult {
|
|
|
16
16
|
readonly digestType: string;
|
|
17
17
|
readonly dnssecMultiSigner: boolean;
|
|
18
18
|
readonly dnssecPresigned: boolean;
|
|
19
|
+
readonly dnssecUseNsec3: boolean;
|
|
19
20
|
readonly ds: string;
|
|
20
21
|
readonly flags: number;
|
|
21
|
-
/**
|
|
22
|
-
* The provider-assigned unique ID for this managed resource.
|
|
23
|
-
*/
|
|
24
22
|
readonly id: string;
|
|
25
23
|
readonly keyTag: number;
|
|
26
24
|
readonly keyType: string;
|
|
@@ -36,3 +34,4 @@ export declare function getZoneDnssecOutput(args: GetZoneDnssecOutputArgs, opts?
|
|
|
36
34
|
export interface GetZoneDnssecOutputArgs {
|
|
37
35
|
zoneId: pulumi.Input<string>;
|
|
38
36
|
}
|
|
37
|
+
//# sourceMappingURL=getZoneDnssec.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZoneDnssec.d.ts","sourceRoot":"","sources":["../getZoneDnssec.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,wBAAgB,aAAa,CAAC,IAAI,EAAE,iBAAiB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAKhH;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,eAAe,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,iBAAiB,EAAE,OAAO,CAAC;IACpC,QAAQ,CAAC,eAAe,EAAE,OAAO,CAAC;IAClC,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC;IACjC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAKxI;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
package/bin/getZoneDnssec.js
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
4
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
28
|
exports.getZoneDnssecOutput = exports.getZoneDnssec = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
8
31
|
function getZoneDnssec(args, opts) {
|
|
9
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
33
|
return pulumi.runtime.invoke("cloudflare:index/getZoneDnssec:getZoneDnssec", {
|
package/bin/getZoneDnssec.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZoneDnssec.js","sourceRoot":"","sources":["../getZoneDnssec.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZoneDnssec.js","sourceRoot":"","sources":["../getZoneDnssec.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,sCAKC;AA8BD,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAAiC;IAChG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,kDAKC"}
|
package/bin/getZoneHold.d.ts
CHANGED
|
@@ -12,9 +12,6 @@ export interface GetZoneHoldArgs {
|
|
|
12
12
|
export interface GetZoneHoldResult {
|
|
13
13
|
readonly hold: boolean;
|
|
14
14
|
readonly holdAfter: string;
|
|
15
|
-
/**
|
|
16
|
-
* The provider-assigned unique ID for this managed resource.
|
|
17
|
-
*/
|
|
18
15
|
readonly id: string;
|
|
19
16
|
readonly includeSubdomains: string;
|
|
20
17
|
readonly zoneId: string;
|
|
@@ -26,3 +23,4 @@ export declare function getZoneHoldOutput(args: GetZoneHoldOutputArgs, opts?: pu
|
|
|
26
23
|
export interface GetZoneHoldOutputArgs {
|
|
27
24
|
zoneId: pulumi.Input<string>;
|
|
28
25
|
}
|
|
26
|
+
//# sourceMappingURL=getZoneHold.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZoneHold.d.ts","sourceRoot":"","sources":["../getZoneHold.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,wBAAgB,WAAW,CAAC,IAAI,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAK1G;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,qBAAqB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAKlI;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
package/bin/getZoneHold.js
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
4
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
28
|
exports.getZoneHoldOutput = exports.getZoneHold = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
8
31
|
function getZoneHold(args, opts) {
|
|
9
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
33
|
return pulumi.runtime.invoke("cloudflare:index/getZoneHold:getZoneHold", {
|
package/bin/getZoneHold.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZoneHold.js","sourceRoot":"","sources":["../getZoneHold.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZoneHold.js","sourceRoot":"","sources":["../getZoneHold.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,SAAgB,WAAW,CAAC,IAAqB,EAAE,IAA2B;IAC1E,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0CAA0C,EAAE;QACrE,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,kCAKC;AAmBD,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAAiC;IAC5F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0CAA0C,EAAE;QAC3E,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,8CAKC"}
|
package/bin/getZoneLockdown.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZoneLockdown.d.ts","sourceRoot":"","sources":["../getZoneLockdown.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,qBAAqB,CAAC,CAOtH;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC,qBAAqB,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IAClC,QAAQ,CAAC,cAAc,EAAE,OAAO,CAAC,4BAA4B,EAAE,CAAC;IAChE,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,qBAAqB,CAAC;IAChD,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,IAAI,EAAE,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,yBAAyB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAO9I;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
package/bin/getZoneLockdown.js
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
4
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
28
|
exports.getZoneLockdownOutput = exports.getZoneLockdown = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
8
31
|
function getZoneLockdown(args, opts) {
|
|
9
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
33
|
return pulumi.runtime.invoke("cloudflare:index/getZoneLockdown:getZoneLockdown", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZoneLockdown.js","sourceRoot":"","sources":["../getZoneLockdown.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZoneLockdown.js","sourceRoot":"","sources":["../getZoneLockdown.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAPD,0CAOC;AA0BD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,kDAAkD,EAAE;QACnF,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAPD,sDAOC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZoneLockdowns.d.ts","sourceRoot":"","sources":["../getZoneLockdowns.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,oBAAoB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAezH;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACnC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,sBAAsB,EAAE,CAAC;IACnD,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,0BAA0B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,sBAAsB,CAAC,CAejJ;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACvC,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,iBAAiB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACzC,EAAE,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACrC,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
package/bin/getZoneLockdowns.js
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
4
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
28
|
exports.getZoneLockdownsOutput = exports.getZoneLockdowns = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
8
31
|
function getZoneLockdowns(args, opts) {
|
|
9
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
33
|
return pulumi.runtime.invoke("cloudflare:index/getZoneLockdowns:getZoneLockdowns", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZoneLockdowns.js","sourceRoot":"","sources":["../getZoneLockdowns.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZoneLockdowns.js","sourceRoot":"","sources":["../getZoneLockdowns.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAfD,4CAeC;AAwCD,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;QAC3C,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAfD,wDAeC"}
|
package/bin/getZoneSetting.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZoneSetting.d.ts","sourceRoot":"","sources":["../getZoneSetting.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,wBAAgB,cAAc,CAAC,IAAI,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAMnH;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACjC,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,wBAAwB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAM3I;AAED;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACrC,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
package/bin/getZoneSetting.js
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
4
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
28
|
exports.getZoneSettingOutput = exports.getZoneSetting = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
8
31
|
function getZoneSetting(args, opts) {
|
|
9
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
33
|
return pulumi.runtime.invoke("cloudflare:index/getZoneSetting:getZoneSetting", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZoneSetting.js","sourceRoot":"","sources":["../getZoneSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZoneSetting.js","sourceRoot":"","sources":["../getZoneSetting.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,wCAMC;AAuBD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,oDAMC"}
|
|
@@ -1,25 +1,31 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "./types/output";
|
|
2
3
|
export declare function getZoneSubscription(args: GetZoneSubscriptionArgs, opts?: pulumi.InvokeOptions): Promise<GetZoneSubscriptionResult>;
|
|
3
4
|
/**
|
|
4
5
|
* A collection of arguments for invoking getZoneSubscription.
|
|
5
6
|
*/
|
|
6
7
|
export interface GetZoneSubscriptionArgs {
|
|
7
|
-
|
|
8
|
+
zoneId: string;
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
11
|
* A collection of values returned by getZoneSubscription.
|
|
11
12
|
*/
|
|
12
13
|
export interface GetZoneSubscriptionResult {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
readonly currency: string;
|
|
15
|
+
readonly currentPeriodEnd: string;
|
|
16
|
+
readonly currentPeriodStart: string;
|
|
17
|
+
readonly frequency: string;
|
|
16
18
|
readonly id: string;
|
|
17
|
-
readonly
|
|
19
|
+
readonly price: number;
|
|
20
|
+
readonly ratePlan: outputs.GetZoneSubscriptionRatePlan;
|
|
21
|
+
readonly state: string;
|
|
22
|
+
readonly zoneId: string;
|
|
18
23
|
}
|
|
19
24
|
export declare function getZoneSubscriptionOutput(args: GetZoneSubscriptionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetZoneSubscriptionResult>;
|
|
20
25
|
/**
|
|
21
26
|
* A collection of arguments for invoking getZoneSubscription.
|
|
22
27
|
*/
|
|
23
28
|
export interface GetZoneSubscriptionOutputArgs {
|
|
24
|
-
|
|
29
|
+
zoneId: pulumi.Input<string>;
|
|
25
30
|
}
|
|
31
|
+
//# sourceMappingURL=getZoneSubscription.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZoneSubscription.d.ts","sourceRoot":"","sources":["../getZoneSubscription.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAEzC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,uBAAuB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,yBAAyB,CAAC,CAKlI;AAED;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACpC,MAAM,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,yBAAyB;IACtC,QAAQ,CAAC,QAAQ,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,gBAAgB,EAAE,MAAM,CAAC;IAClC,QAAQ,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACpC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,EAAE,OAAO,CAAC,2BAA2B,CAAC;IACvD,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;CAC3B;AACD,wBAAgB,yBAAyB,CAAC,IAAI,EAAE,6BAA6B,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAK1J;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC1C,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|
|
@@ -1,21 +1,44 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
4
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
28
|
exports.getZoneSubscriptionOutput = exports.getZoneSubscription = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
8
31
|
function getZoneSubscription(args, opts) {
|
|
9
32
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
10
33
|
return pulumi.runtime.invoke("cloudflare:index/getZoneSubscription:getZoneSubscription", {
|
|
11
|
-
"
|
|
34
|
+
"zoneId": args.zoneId,
|
|
12
35
|
}, opts, utilities.getPackage());
|
|
13
36
|
}
|
|
14
37
|
exports.getZoneSubscription = getZoneSubscription;
|
|
15
38
|
function getZoneSubscriptionOutput(args, opts) {
|
|
16
39
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
17
40
|
return pulumi.runtime.invokeOutput("cloudflare:index/getZoneSubscription:getZoneSubscription", {
|
|
18
|
-
"
|
|
41
|
+
"zoneId": args.zoneId,
|
|
19
42
|
}, opts, utilities.getPackage());
|
|
20
43
|
}
|
|
21
44
|
exports.getZoneSubscriptionOutput = getZoneSubscriptionOutput;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZoneSubscription.js","sourceRoot":"","sources":["../getZoneSubscription.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZoneSubscription.js","sourceRoot":"","sources":["../getZoneSubscription.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,SAAgB,mBAAmB,CAAC,IAA6B,EAAE,IAA2B;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0DAA0D,EAAE;QACrF,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,kDAKC;AAuBD,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAAiC;IAC5G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,0DAA0D,EAAE;QAC3F,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,8DAKC"}
|
package/bin/getZones.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getZones.d.ts","sourceRoot":"","sources":["../getZones.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C,wBAAgB,QAAQ,CAAC,IAAI,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,aAAa,GAAG,OAAO,CAAC,cAAc,CAAC,CAYlG;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC,eAAe,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC3B,QAAQ,CAAC,OAAO,CAAC,EAAE,OAAO,CAAC,eAAe,CAAC;IAC3C,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,cAAc,EAAE,CAAC;IAC3C,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;CAC5B;AACD,wBAAgB,cAAc,CAAC,IAAI,CAAC,EAAE,kBAAkB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,mBAAmB,GAAG,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAY1H;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,mBAAmB,CAAC,CAAC;IACnD,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACjC"}
|
package/bin/getZones.js
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
4
27
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
28
|
exports.getZonesOutput = exports.getZones = void 0;
|
|
6
|
-
const pulumi = require("@pulumi/pulumi");
|
|
7
|
-
const utilities = require("./utilities");
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
8
31
|
function getZones(args, opts) {
|
|
9
32
|
args = args || {};
|
|
10
33
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/bin/getZones.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getZones.js","sourceRoot":"","sources":["../getZones.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF
|
|
1
|
+
{"version":3,"file":"getZones.js","sourceRoot":"","sources":["../getZones.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AAGzC,uDAAyC;AAEzC,SAAgB,QAAQ,CAAC,IAAmB,EAAE,IAA2B;IACrE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oCAAoC,EAAE;QAC/D,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAZD,4BAYC;AAgCD,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAAiC;IACvF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oCAAoC,EAAE;QACrE,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,UAAU,EAAE,IAAI,CAAC,QAAQ;QACzB,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,OAAO,EAAE,IAAI,CAAC,KAAK;QACnB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAZD,wCAYC"}
|
package/bin/healthcheck.d.ts
CHANGED
|
@@ -47,8 +47,7 @@ export declare class Healthcheck extends pulumi.CustomResource {
|
|
|
47
47
|
*/
|
|
48
48
|
readonly httpConfig: pulumi.Output<outputs.HealthcheckHttpConfig>;
|
|
49
49
|
/**
|
|
50
|
-
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes,
|
|
51
|
-
* but will increase load on the origin as we check from multiple locations.
|
|
50
|
+
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes, but will increase load on the origin as we check from multiple locations.
|
|
52
51
|
*/
|
|
53
52
|
readonly interval: pulumi.Output<number>;
|
|
54
53
|
readonly modifiedOn: pulumi.Output<string>;
|
|
@@ -57,13 +56,12 @@ export declare class Healthcheck extends pulumi.CustomResource {
|
|
|
57
56
|
*/
|
|
58
57
|
readonly name: pulumi.Output<string>;
|
|
59
58
|
/**
|
|
60
|
-
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted
|
|
61
|
-
* immediately.
|
|
59
|
+
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted immediately.
|
|
62
60
|
*/
|
|
63
61
|
readonly retries: pulumi.Output<number>;
|
|
64
62
|
/**
|
|
65
|
-
* The current status of the origin server according to the health check.
|
|
66
|
-
* "unhealthy", "suspended".
|
|
63
|
+
* The current status of the origin server according to the health check.
|
|
64
|
+
* Available values: "unknown", "healthy", "unhealthy", "suspended".
|
|
67
65
|
*/
|
|
68
66
|
readonly status: pulumi.Output<string>;
|
|
69
67
|
/**
|
|
@@ -129,8 +127,7 @@ export interface HealthcheckState {
|
|
|
129
127
|
*/
|
|
130
128
|
httpConfig?: pulumi.Input<inputs.HealthcheckHttpConfig>;
|
|
131
129
|
/**
|
|
132
|
-
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes,
|
|
133
|
-
* but will increase load on the origin as we check from multiple locations.
|
|
130
|
+
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes, but will increase load on the origin as we check from multiple locations.
|
|
134
131
|
*/
|
|
135
132
|
interval?: pulumi.Input<number>;
|
|
136
133
|
modifiedOn?: pulumi.Input<string>;
|
|
@@ -139,13 +136,12 @@ export interface HealthcheckState {
|
|
|
139
136
|
*/
|
|
140
137
|
name?: pulumi.Input<string>;
|
|
141
138
|
/**
|
|
142
|
-
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted
|
|
143
|
-
* immediately.
|
|
139
|
+
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted immediately.
|
|
144
140
|
*/
|
|
145
141
|
retries?: pulumi.Input<number>;
|
|
146
142
|
/**
|
|
147
|
-
* The current status of the origin server according to the health check.
|
|
148
|
-
* "unhealthy", "suspended".
|
|
143
|
+
* The current status of the origin server according to the health check.
|
|
144
|
+
* Available values: "unknown", "healthy", "unhealthy", "suspended".
|
|
149
145
|
*/
|
|
150
146
|
status?: pulumi.Input<string>;
|
|
151
147
|
/**
|
|
@@ -198,8 +194,7 @@ export interface HealthcheckArgs {
|
|
|
198
194
|
*/
|
|
199
195
|
httpConfig?: pulumi.Input<inputs.HealthcheckHttpConfig>;
|
|
200
196
|
/**
|
|
201
|
-
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes,
|
|
202
|
-
* but will increase load on the origin as we check from multiple locations.
|
|
197
|
+
* The interval between each health check. Shorter intervals may give quicker notifications if the origin status changes, but will increase load on the origin as we check from multiple locations.
|
|
203
198
|
*/
|
|
204
199
|
interval?: pulumi.Input<number>;
|
|
205
200
|
/**
|
|
@@ -207,8 +202,7 @@ export interface HealthcheckArgs {
|
|
|
207
202
|
*/
|
|
208
203
|
name?: pulumi.Input<string>;
|
|
209
204
|
/**
|
|
210
|
-
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted
|
|
211
|
-
* immediately.
|
|
205
|
+
* The number of retries to attempt in case of a timeout before marking the origin as unhealthy. Retries are attempted immediately.
|
|
212
206
|
*/
|
|
213
207
|
retries?: pulumi.Input<number>;
|
|
214
208
|
/**
|
|
@@ -232,3 +226,4 @@ export interface HealthcheckArgs {
|
|
|
232
226
|
*/
|
|
233
227
|
zoneId: pulumi.Input<string>;
|
|
234
228
|
}
|
|
229
|
+
//# sourceMappingURL=healthcheck.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"healthcheck.d.ts","sourceRoot":"","sources":["../healthcheck.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAG1C,qBAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,WAAW;IAOxI;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,WAAW;IAOtD;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,YAAY,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;IAC1E;;OAEG;IACH,SAAwB,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAChE;;OAEG;IACH,SAAwB,oBAAoB,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpE,SAAgC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACjE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACvE;;OAEG;IACH,SAAgC,aAAa,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACrE;;OAEG;IACH,SAAwB,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IACjF;;OAEG;IACH,SAAwB,QAAQ,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACxD,SAAgC,UAAU,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAClE;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;;OAGG;IACH,SAAgC,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC9D;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAC1D;;OAEG;IACH,SAAwB,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IAC/E;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAwB,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAEtD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAsDvF;AAED;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACpD;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACxC;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACrC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;IACxD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAClC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAClC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;IACtD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CACjC;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACpD;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACxC;;OAEG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;IACxD;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAClC;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC;IACtD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAChC"}
|