@taqueria/protocol 0.25.6-alpha → 0.25.11-rc
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/Alias.d.ts +41 -1
- package/Alias.d.ts.map +1 -1
- package/Alias.js +51 -2
- package/Alias.js.map +1 -1
- package/Alias.mjs +32 -1
- package/Alias.mjs.map +1 -1
- package/Base.d.ts +6 -6
- package/Base.js.map +1 -1
- package/Base.mjs.map +1 -1
- package/Command.d.ts +23 -1
- package/Command.d.ts.map +1 -1
- package/Command.js +42 -2
- package/Command.js.map +1 -1
- package/Command.mjs +23 -1
- package/Command.mjs.map +1 -1
- package/Config.d.ts +2079 -1
- package/Config.d.ts.map +1 -1
- package/Config.js +153 -2
- package/Config.js.map +1 -1
- package/Config.mjs +130 -1
- package/Config.mjs.map +1 -1
- package/Contract.d.ts +81 -1
- package/Contract.d.ts.map +1 -1
- package/Contract.js +49 -2
- package/Contract.js.map +1 -1
- package/Contract.mjs +30 -1
- package/Contract.mjs.map +1 -1
- package/Crypto.d.ts +2 -4
- package/Crypto.d.ts.map +1 -1
- package/Crypto.js +16 -0
- package/Crypto.js.map +1 -1
- package/Crypto.mjs +9 -0
- package/Crypto.mjs.map +1 -1
- package/EconomicalProtocolHash.d.ts +40 -1
- package/EconomicalProtocolHash.d.ts.map +1 -1
- package/EconomicalProtocolHash.js +45 -2
- package/EconomicalProtocolHash.js.map +1 -1
- package/EconomicalProtocolHash.mjs +25 -1
- package/EconomicalProtocolHash.mjs.map +1 -1
- package/Environment.d.ts +133 -1
- package/Environment.d.ts.map +1 -1
- package/Environment.js +63 -6
- package/Environment.js.map +1 -1
- package/Environment.mjs +38 -1
- package/Environment.mjs.map +1 -1
- package/EphemeralState.d.ts +4343 -1765
- package/EphemeralState.d.ts.map +1 -1
- package/EphemeralState.js +40 -39
- package/EphemeralState.js.map +1 -1
- package/EphemeralState.mjs +20 -30
- package/EphemeralState.mjs.map +1 -1
- package/Faucet.d.ts +203 -1
- package/Faucet.d.ts.map +1 -1
- package/Faucet.js +77 -2
- package/Faucet.js.map +1 -1
- package/Faucet.mjs +57 -1
- package/Faucet.mjs.map +1 -1
- package/HumanReadableIdentifier.d.ts +23 -1
- package/HumanReadableIdentifier.d.ts.map +1 -1
- package/HumanReadableIdentifier.js +42 -2
- package/HumanReadableIdentifier.js.map +1 -1
- package/HumanReadableIdentifier.mjs +23 -1
- package/HumanReadableIdentifier.mjs.map +1 -1
- package/InstalledPlugin.d.ts +91 -1
- package/InstalledPlugin.d.ts.map +1 -1
- package/InstalledPlugin.js +48 -2
- package/InstalledPlugin.js.map +1 -1
- package/InstalledPlugin.mjs +28 -1
- package/InstalledPlugin.mjs.map +1 -1
- package/LoadedConfig.d.ts +2343 -1
- package/LoadedConfig.d.ts.map +1 -1
- package/LoadedConfig.js +61 -2
- package/LoadedConfig.js.map +1 -1
- package/LoadedConfig.mjs +39 -1
- package/LoadedConfig.mjs.map +1 -1
- package/MetadataConfig.d.ts +154 -1
- package/MetadataConfig.d.ts.map +1 -1
- package/MetadataConfig.js +56 -2
- package/MetadataConfig.js.map +1 -1
- package/MetadataConfig.mjs +36 -1
- package/MetadataConfig.mjs.map +1 -1
- package/NetworkConfig.d.ts +443 -1
- package/NetworkConfig.d.ts.map +1 -1
- package/NetworkConfig.js +66 -2
- package/NetworkConfig.js.map +1 -1
- package/NetworkConfig.mjs +46 -1
- package/NetworkConfig.mjs.map +1 -1
- package/Operation.d.ts +1469 -1
- package/Operation.d.ts.map +1 -1
- package/Operation.js +79 -2
- package/Operation.js.map +1 -1
- package/Operation.mjs +58 -1
- package/Operation.mjs.map +1 -1
- package/Option.d.ts +308 -1
- package/Option.d.ts.map +1 -1
- package/Option.js +84 -2
- package/Option.js.map +1 -1
- package/Option.mjs +63 -1
- package/Option.mjs.map +1 -1
- package/ParsedOperation.d.ts +879 -1
- package/ParsedOperation.d.ts.map +1 -1
- package/ParsedOperation.js +44 -2
- package/ParsedOperation.js.map +1 -1
- package/ParsedOperation.mjs +24 -1
- package/ParsedOperation.mjs.map +1 -1
- package/ParsedTemplate.d.ts +1023 -1
- package/ParsedTemplate.d.ts.map +1 -1
- package/ParsedTemplate.js +52 -2
- package/ParsedTemplate.js.map +1 -1
- package/ParsedTemplate.mjs +32 -1
- package/ParsedTemplate.mjs.map +1 -1
- package/PersistentState.d.ts +243 -113
- package/PersistentState.d.ts.map +1 -1
- package/PluginActionName.d.ts +21 -1
- package/PluginActionName.d.ts.map +1 -1
- package/PluginActionName.js +29 -2
- package/PluginActionName.js.map +1 -1
- package/PluginActionName.mjs +21 -1
- package/PluginActionName.mjs.map +1 -1
- package/PluginDependenciesResponse.d.ts +151 -1
- package/PluginDependenciesResponse.d.ts.map +1 -1
- package/PluginDependenciesResponse.js +44 -2
- package/PluginDependenciesResponse.js.map +1 -1
- package/PluginDependenciesResponse.mjs +26 -1
- package/PluginDependenciesResponse.mjs.map +1 -1
- package/PluginInfo.d.ts +3011 -4404
- package/PluginInfo.d.ts.map +1 -1
- package/PluginJsonResponse.d.ts +98 -1
- package/PluginJsonResponse.d.ts.map +1 -1
- package/PluginJsonResponse.js +40 -2
- package/PluginJsonResponse.js.map +1 -1
- package/PluginJsonResponse.mjs +23 -1
- package/PluginJsonResponse.mjs.map +1 -1
- package/PluginProxyResponse.d.ts +15 -1
- package/PluginProxyResponse.d.ts.map +1 -1
- package/PluginProxyResponse.js +42 -2
- package/PluginProxyResponse.js.map +1 -1
- package/PluginProxyResponse.mjs +23 -1
- package/PluginProxyResponse.mjs.map +1 -1
- package/PluginResponseEncoding.d.ts +31 -1
- package/PluginResponseEncoding.d.ts.map +1 -1
- package/PluginResponseEncoding.js +44 -2
- package/PluginResponseEncoding.js.map +1 -1
- package/PluginResponseEncoding.mjs +25 -1
- package/PluginResponseEncoding.mjs.map +1 -1
- package/PluginSchema.d.ts +6893 -8290
- package/PluginSchema.d.ts.map +1 -1
- package/PluginSchema.js +17 -6
- package/PluginSchema.js.map +1 -1
- package/PluginSchema.mjs +17 -6
- package/PluginSchema.mjs.map +1 -1
- package/PositionalArg.d.ts +182 -1
- package/PositionalArg.d.ts.map +1 -1
- package/PositionalArg.js +59 -2
- package/PositionalArg.js.map +1 -1
- package/PositionalArg.mjs +39 -1
- package/PositionalArg.mjs.map +1 -1
- package/Provisioner.d.ts +268 -1
- package/Provisioner.d.ts.map +1 -1
- package/Provisioner.js +67 -2
- package/Provisioner.js.map +1 -1
- package/Provisioner.mjs +46 -1
- package/Provisioner.mjs.map +1 -1
- package/ProvisionerID.d.ts +40 -1
- package/ProvisionerID.d.ts.map +1 -1
- package/ProvisionerID.js +42 -2
- package/ProvisionerID.js.map +1 -1
- package/ProvisionerID.mjs +22 -1
- package/ProvisionerID.mjs.map +1 -1
- package/Provisions.d.ts +236 -1
- package/Provisions.d.ts.map +1 -1
- package/Provisions.js +74 -2
- package/Provisions.js.map +1 -1
- package/Provisions.mjs +55 -1
- package/Provisions.mjs.map +1 -1
- package/PublicKeyHash.d.ts +41 -1
- package/PublicKeyHash.d.ts.map +1 -1
- package/PublicKeyHash.js +46 -2
- package/PublicKeyHash.js.map +1 -1
- package/PublicKeyHash.mjs +26 -1
- package/PublicKeyHash.mjs.map +1 -1
- package/RequestArgs.d.ts +5547 -1
- package/RequestArgs.d.ts.map +1 -1
- package/RequestArgs.js +121 -6
- package/RequestArgs.js.map +1 -1
- package/RequestArgs.mjs +87 -1
- package/RequestArgs.mjs.map +1 -1
- package/SHA256.d.ts +7 -15
- package/SHA256.d.ts.map +1 -1
- package/SHA256.js +3 -21
- package/SHA256.js.map +1 -1
- package/SHA256.mjs +3 -20
- package/SHA256.mjs.map +1 -1
- package/SandboxAccountConfig.d.ts +144 -1
- package/SandboxAccountConfig.d.ts.map +1 -1
- package/SandboxAccountConfig.js +53 -2
- package/SandboxAccountConfig.js.map +1 -1
- package/SandboxAccountConfig.mjs +33 -1
- package/SandboxAccountConfig.mjs.map +1 -1
- package/SandboxConfig.d.ts +542 -1
- package/SandboxConfig.d.ts.map +1 -1
- package/SandboxConfig.js +84 -2
- package/SandboxConfig.js.map +1 -1
- package/SandboxConfig.mjs +64 -1
- package/SandboxConfig.mjs.map +1 -1
- package/SanitizedAbsPath.d.ts +10 -10
- package/SanitizedArgs.d.ts +726 -824
- package/SanitizedArgs.d.ts.map +1 -1
- package/SanitizedArgs.js +3 -5
- package/SanitizedArgs.js.map +1 -1
- package/SanitizedArgs.mjs +3 -5
- package/SanitizedArgs.mjs.map +1 -1
- package/SanitizedPath.d.ts +23 -1
- package/SanitizedPath.d.ts.map +1 -1
- package/SanitizedPath.js +45 -2
- package/SanitizedPath.js.map +1 -1
- package/SanitizedPath.mjs +26 -1
- package/SanitizedPath.mjs.map +1 -1
- package/ScaffoldConfig.d.ts +4 -1
- package/ScaffoldConfig.d.ts.map +1 -1
- package/ScaffoldConfig.js +0 -2
- package/ScaffoldConfig.js.map +1 -1
- package/ScaffoldConfig.mjs +0 -2
- package/ScaffoldConfig.mjs.map +1 -1
- package/Settings.d.ts +74 -1
- package/Settings.d.ts.map +1 -1
- package/Settings.js +47 -2
- package/Settings.js.map +1 -1
- package/Settings.mjs +27 -1
- package/Settings.mjs.map +1 -1
- package/SingleChar.d.ts +40 -1
- package/SingleChar.d.ts.map +1 -1
- package/SingleChar.js +43 -2
- package/SingleChar.js.map +1 -1
- package/SingleChar.mjs +23 -1
- package/SingleChar.mjs.map +1 -1
- package/Task.d.ts +817 -1
- package/Task.d.ts.map +1 -1
- package/Task.js +76 -2
- package/Task.js.map +1 -1
- package/Task.mjs +56 -1
- package/Task.mjs.map +1 -1
- package/Template.d.ts +1736 -7
- package/Template.d.ts.map +1 -1
- package/Template.js +89 -8
- package/Template.js.map +1 -1
- package/Template.mjs +75 -6
- package/Template.mjs.map +1 -1
- package/Timestamp.d.ts +43 -1
- package/Timestamp.d.ts.map +1 -1
- package/Timestamp.js +46 -2
- package/Timestamp.js.map +1 -1
- package/Timestamp.mjs +25 -1
- package/Timestamp.mjs.map +1 -1
- package/Tz.d.ts +39 -1
- package/Tz.d.ts.map +1 -1
- package/Tz.js +43 -2
- package/Tz.js.map +1 -1
- package/Tz.mjs +23 -1
- package/Tz.mjs.map +1 -1
- package/Url.d.ts +41 -1
- package/Url.d.ts.map +1 -1
- package/Url.js +49 -2
- package/Url.js.map +1 -1
- package/Url.mjs +28 -1
- package/Url.mjs.map +1 -1
- package/Verb.d.ts +40 -1
- package/Verb.d.ts.map +1 -1
- package/Verb.js +43 -2
- package/Verb.js.map +1 -1
- package/Verb.mjs +23 -1
- package/Verb.mjs.map +1 -1
- package/VersionNumber.d.ts +23 -1
- package/VersionNumber.d.ts.map +1 -1
- package/VersionNumber.js +42 -2
- package/VersionNumber.js.map +1 -1
- package/VersionNumber.mjs +23 -1
- package/VersionNumber.mjs.map +1 -1
- package/package.json +4 -17
- package/tzkt-config.d.ts +10 -10
- package/ConfigArtifactsDir.d.ts +0 -2
- package/ConfigArtifactsDir.d.ts.map +0 -1
- package/ConfigArtifactsDir.js +0 -21
- package/ConfigArtifactsDir.js.map +0 -1
- package/ConfigArtifactsDir.mjs +0 -3
- package/ConfigArtifactsDir.mjs.map +0 -1
- package/ConfigContractsDir.d.ts +0 -2
- package/ConfigContractsDir.d.ts.map +0 -1
- package/ConfigContractsDir.js +0 -21
- package/ConfigContractsDir.js.map +0 -1
- package/ConfigContractsDir.mjs +0 -3
- package/ConfigContractsDir.mjs.map +0 -1
- package/NetworkAccountConfig.d.ts +0 -2
- package/NetworkAccountConfig.d.ts.map +0 -1
- package/NetworkAccountConfig.js +0 -21
- package/NetworkAccountConfig.js.map +0 -1
- package/NetworkAccountConfig.mjs +0 -3
- package/NetworkAccountConfig.mjs.map +0 -1
- package/NonEmptyString.d.ts +0 -2
- package/NonEmptyString.d.ts.map +0 -1
- package/NonEmptyString.js +0 -21
- package/NonEmptyString.js.map +0 -1
- package/NonEmptyString.mjs +0 -3
- package/NonEmptyString.mjs.map +0 -1
- package/ParsedPluginInfo.d.ts +0 -4124
- package/ParsedPluginInfo.d.ts.map +0 -1
- package/ParsedPluginInfo.js +0 -81
- package/ParsedPluginInfo.js.map +0 -1
- package/ParsedPluginInfo.mjs +0 -44
- package/ParsedPluginInfo.mjs.map +0 -1
- package/ProxyTaskArgs.d.ts +0 -2
- package/ProxyTaskArgs.d.ts.map +0 -1
- package/ProxyTaskArgs.js +0 -21
- package/ProxyTaskArgs.js.map +0 -1
- package/ProxyTaskArgs.mjs +0 -3
- package/ProxyTaskArgs.mjs.map +0 -1
- package/ProxyTemplateArgs.d.ts +0 -2
- package/ProxyTemplateArgs.d.ts.map +0 -1
- package/ProxyTemplateArgs.js +0 -21
- package/ProxyTemplateArgs.js.map +0 -1
- package/ProxyTemplateArgs.mjs +0 -3
- package/ProxyTemplateArgs.mjs.map +0 -1
- package/helpers.d.ts +0 -5
- package/helpers.d.ts.map +0 -1
- package/helpers.js +0 -53
- package/helpers.js.map +0 -1
- package/helpers.mjs +0 -28
- package/helpers.mjs.map +0 -1
- package/index.d.ts +0 -53
- package/index.d.ts.map +0 -1
- package/index.js +0 -190
- package/index.js.map +0 -1
- package/index.mjs +0 -108
- package/index.mjs.map +0 -1
- package/out/types/Alias.d.js +0 -19
- package/out/types/Alias.d.js.map +0 -1
- package/out/types/Alias.d.mjs +0 -1
- package/out/types/Alias.d.mjs.map +0 -1
- package/out/types/Alias.d.ts +0 -29
- package/out/types/Alias.d.ts.map +0 -1
- package/out/types/Alias.js +0 -80
- package/out/types/Alias.js.map +0 -1
- package/out/types/Alias.mjs +0 -49
- package/out/types/Alias.mjs.map +0 -1
- package/out/types/BuildNumber.d.js +0 -19
- package/out/types/BuildNumber.d.js.map +0 -1
- package/out/types/BuildNumber.d.mjs +0 -1
- package/out/types/BuildNumber.d.mjs.map +0 -1
- package/out/types/BuildNumber.d.ts +0 -17
- package/out/types/BuildNumber.d.ts.map +0 -1
- package/out/types/BuildNumber.js +0 -80
- package/out/types/BuildNumber.js.map +0 -1
- package/out/types/BuildNumber.mjs +0 -49
- package/out/types/BuildNumber.mjs.map +0 -1
- package/out/types/Command.d.js +0 -19
- package/out/types/Command.d.js.map +0 -1
- package/out/types/Command.d.mjs +0 -1
- package/out/types/Command.d.mjs.map +0 -1
- package/out/types/Command.d.ts +0 -17
- package/out/types/Command.d.ts.map +0 -1
- package/out/types/Command.js +0 -80
- package/out/types/Command.js.map +0 -1
- package/out/types/Command.mjs +0 -49
- package/out/types/Command.mjs.map +0 -1
- package/out/types/Config.d.js +0 -19
- package/out/types/Config.d.js.map +0 -1
- package/out/types/Config.d.mjs +0 -1
- package/out/types/Config.d.mjs.map +0 -1
- package/out/types/Config.d.ts +0 -1362
- package/out/types/Config.d.ts.map +0 -1
- package/out/types/Config.js +0 -80
- package/out/types/Config.js.map +0 -1
- package/out/types/Config.mjs +0 -49
- package/out/types/Config.mjs.map +0 -1
- package/out/types/ConfigArtifactsDir.d.js +0 -19
- package/out/types/ConfigArtifactsDir.d.js.map +0 -1
- package/out/types/ConfigArtifactsDir.d.mjs +0 -1
- package/out/types/ConfigArtifactsDir.d.mjs.map +0 -1
- package/out/types/ConfigArtifactsDir.d.ts +0 -17
- package/out/types/ConfigArtifactsDir.d.ts.map +0 -1
- package/out/types/ConfigArtifactsDir.js +0 -80
- package/out/types/ConfigArtifactsDir.js.map +0 -1
- package/out/types/ConfigArtifactsDir.mjs +0 -49
- package/out/types/ConfigArtifactsDir.mjs.map +0 -1
- package/out/types/ConfigContractsDir.d.js +0 -19
- package/out/types/ConfigContractsDir.d.js.map +0 -1
- package/out/types/ConfigContractsDir.d.mjs +0 -1
- package/out/types/ConfigContractsDir.d.mjs.map +0 -1
- package/out/types/ConfigContractsDir.d.ts +0 -17
- package/out/types/ConfigContractsDir.d.ts.map +0 -1
- package/out/types/ConfigContractsDir.js +0 -80
- package/out/types/ConfigContractsDir.js.map +0 -1
- package/out/types/ConfigContractsDir.mjs +0 -49
- package/out/types/ConfigContractsDir.mjs.map +0 -1
- package/out/types/Contract.d.js +0 -19
- package/out/types/Contract.d.js.map +0 -1
- package/out/types/Contract.d.mjs +0 -1
- package/out/types/Contract.d.mjs.map +0 -1
- package/out/types/Contract.d.ts +0 -56
- package/out/types/Contract.d.ts.map +0 -1
- package/out/types/Contract.js +0 -80
- package/out/types/Contract.js.map +0 -1
- package/out/types/Contract.mjs +0 -49
- package/out/types/Contract.mjs.map +0 -1
- package/out/types/EconomicalProtocolHash.d.js +0 -19
- package/out/types/EconomicalProtocolHash.d.js.map +0 -1
- package/out/types/EconomicalProtocolHash.d.mjs +0 -1
- package/out/types/EconomicalProtocolHash.d.mjs.map +0 -1
- package/out/types/EconomicalProtocolHash.d.ts +0 -17
- package/out/types/EconomicalProtocolHash.d.ts.map +0 -1
- package/out/types/EconomicalProtocolHash.js +0 -80
- package/out/types/EconomicalProtocolHash.js.map +0 -1
- package/out/types/EconomicalProtocolHash.mjs +0 -49
- package/out/types/EconomicalProtocolHash.mjs.map +0 -1
- package/out/types/Environment.d.js +0 -19
- package/out/types/Environment.d.js.map +0 -1
- package/out/types/Environment.d.mjs +0 -1
- package/out/types/Environment.d.mjs.map +0 -1
- package/out/types/Environment.d.ts +0 -82
- package/out/types/Environment.d.ts.map +0 -1
- package/out/types/Environment.js +0 -80
- package/out/types/Environment.js.map +0 -1
- package/out/types/Environment.mjs +0 -49
- package/out/types/Environment.mjs.map +0 -1
- package/out/types/EphemeralState.d.js +0 -19
- package/out/types/EphemeralState.d.js.map +0 -1
- package/out/types/EphemeralState.d.mjs +0 -1
- package/out/types/EphemeralState.d.mjs.map +0 -1
- package/out/types/EphemeralState.d.ts +0 -13579
- package/out/types/EphemeralState.d.ts.map +0 -1
- package/out/types/EphemeralState.js +0 -80
- package/out/types/EphemeralState.js.map +0 -1
- package/out/types/EphemeralState.mjs +0 -49
- package/out/types/EphemeralState.mjs.map +0 -1
- package/out/types/Faucet.d.js +0 -19
- package/out/types/Faucet.d.js.map +0 -1
- package/out/types/Faucet.d.mjs +0 -1
- package/out/types/Faucet.d.mjs.map +0 -1
- package/out/types/Faucet.d.ts +0 -108
- package/out/types/Faucet.d.ts.map +0 -1
- package/out/types/Faucet.js +0 -80
- package/out/types/Faucet.js.map +0 -1
- package/out/types/Faucet.mjs +0 -49
- package/out/types/Faucet.mjs.map +0 -1
- package/out/types/HumanReadableIdentifier.d.js +0 -19
- package/out/types/HumanReadableIdentifier.d.js.map +0 -1
- package/out/types/HumanReadableIdentifier.d.mjs +0 -1
- package/out/types/HumanReadableIdentifier.d.mjs.map +0 -1
- package/out/types/HumanReadableIdentifier.d.ts +0 -17
- package/out/types/HumanReadableIdentifier.d.ts.map +0 -1
- package/out/types/HumanReadableIdentifier.js +0 -80
- package/out/types/HumanReadableIdentifier.js.map +0 -1
- package/out/types/HumanReadableIdentifier.mjs +0 -49
- package/out/types/HumanReadableIdentifier.mjs.map +0 -1
- package/out/types/InstalledPlugin.d.js +0 -19
- package/out/types/InstalledPlugin.d.js.map +0 -1
- package/out/types/InstalledPlugin.d.mjs +0 -1
- package/out/types/InstalledPlugin.d.mjs.map +0 -1
- package/out/types/InstalledPlugin.d.ts +0 -56
- package/out/types/InstalledPlugin.d.ts.map +0 -1
- package/out/types/InstalledPlugin.js +0 -80
- package/out/types/InstalledPlugin.js.map +0 -1
- package/out/types/InstalledPlugin.mjs +0 -49
- package/out/types/InstalledPlugin.mjs.map +0 -1
- package/out/types/LoadedConfig.d.js +0 -19
- package/out/types/LoadedConfig.d.js.map +0 -1
- package/out/types/LoadedConfig.d.mjs +0 -1
- package/out/types/LoadedConfig.d.mjs.map +0 -1
- package/out/types/LoadedConfig.d.ts +0 -1405
- package/out/types/LoadedConfig.d.ts.map +0 -1
- package/out/types/LoadedConfig.js +0 -80
- package/out/types/LoadedConfig.js.map +0 -1
- package/out/types/LoadedConfig.mjs +0 -49
- package/out/types/LoadedConfig.mjs.map +0 -1
- package/out/types/MetadataConfig.d.js +0 -19
- package/out/types/MetadataConfig.d.js.map +0 -1
- package/out/types/MetadataConfig.d.mjs +0 -1
- package/out/types/MetadataConfig.d.mjs.map +0 -1
- package/out/types/MetadataConfig.d.ts +0 -95
- package/out/types/MetadataConfig.d.ts.map +0 -1
- package/out/types/MetadataConfig.js +0 -80
- package/out/types/MetadataConfig.js.map +0 -1
- package/out/types/MetadataConfig.mjs +0 -49
- package/out/types/MetadataConfig.mjs.map +0 -1
- package/out/types/NetworkAccountConfig.d.js +0 -19
- package/out/types/NetworkAccountConfig.d.js.map +0 -1
- package/out/types/NetworkAccountConfig.d.mjs +0 -1
- package/out/types/NetworkAccountConfig.d.mjs.map +0 -1
- package/out/types/NetworkAccountConfig.d.ts +0 -69
- package/out/types/NetworkAccountConfig.d.ts.map +0 -1
- package/out/types/NetworkAccountConfig.js +0 -80
- package/out/types/NetworkAccountConfig.js.map +0 -1
- package/out/types/NetworkAccountConfig.mjs +0 -49
- package/out/types/NetworkAccountConfig.mjs.map +0 -1
- package/out/types/NetworkConfig.d.js +0 -19
- package/out/types/NetworkConfig.d.js.map +0 -1
- package/out/types/NetworkConfig.d.mjs +0 -1
- package/out/types/NetworkConfig.d.mjs.map +0 -1
- package/out/types/NetworkConfig.d.ts +0 -326
- package/out/types/NetworkConfig.d.ts.map +0 -1
- package/out/types/NetworkConfig.js +0 -80
- package/out/types/NetworkConfig.js.map +0 -1
- package/out/types/NetworkConfig.mjs +0 -49
- package/out/types/NetworkConfig.mjs.map +0 -1
- package/out/types/NonEmptyString.d.js +0 -19
- package/out/types/NonEmptyString.d.js.map +0 -1
- package/out/types/NonEmptyString.d.mjs +0 -1
- package/out/types/NonEmptyString.d.mjs.map +0 -1
- package/out/types/NonEmptyString.d.ts +0 -17
- package/out/types/NonEmptyString.d.ts.map +0 -1
- package/out/types/NonEmptyString.js +0 -80
- package/out/types/NonEmptyString.js.map +0 -1
- package/out/types/NonEmptyString.mjs +0 -49
- package/out/types/NonEmptyString.mjs.map +0 -1
- package/out/types/Operation.d.js +0 -19
- package/out/types/Operation.d.js.map +0 -1
- package/out/types/Operation.d.mjs +0 -1
- package/out/types/Operation.d.mjs.map +0 -1
- package/out/types/Operation.d.ts +0 -3545
- package/out/types/Operation.d.ts.map +0 -1
- package/out/types/Operation.js +0 -80
- package/out/types/Operation.js.map +0 -1
- package/out/types/Operation.mjs +0 -49
- package/out/types/Operation.mjs.map +0 -1
- package/out/types/Option.d.js +0 -19
- package/out/types/Option.d.js.map +0 -1
- package/out/types/Option.d.mjs +0 -1
- package/out/types/Option.d.mjs.map +0 -1
- package/out/types/Option.d.ts +0 -134
- package/out/types/Option.d.ts.map +0 -1
- package/out/types/Option.js +0 -80
- package/out/types/Option.js.map +0 -1
- package/out/types/Option.mjs +0 -49
- package/out/types/Option.mjs.map +0 -1
- package/out/types/ParsedConfig.d.js +0 -19
- package/out/types/ParsedConfig.d.js.map +0 -1
- package/out/types/ParsedConfig.d.mjs +0 -1
- package/out/types/ParsedConfig.d.mjs.map +0 -1
- package/out/types/ParsedConfig.d.ts +0 -1626
- package/out/types/ParsedConfig.d.ts.map +0 -1
- package/out/types/ParsedConfig.js +0 -80
- package/out/types/ParsedConfig.js.map +0 -1
- package/out/types/ParsedConfig.mjs +0 -49
- package/out/types/ParsedConfig.mjs.map +0 -1
- package/out/types/ParsedOperation.d.js +0 -19
- package/out/types/ParsedOperation.d.js.map +0 -1
- package/out/types/ParsedOperation.d.mjs +0 -1
- package/out/types/ParsedOperation.d.mjs.map +0 -1
- package/out/types/ParsedOperation.d.ts +0 -2690
- package/out/types/ParsedOperation.d.ts.map +0 -1
- package/out/types/ParsedOperation.js +0 -80
- package/out/types/ParsedOperation.js.map +0 -1
- package/out/types/ParsedOperation.mjs +0 -49
- package/out/types/ParsedOperation.mjs.map +0 -1
- package/out/types/ParsedTemplate.d.js +0 -19
- package/out/types/ParsedTemplate.d.js.map +0 -1
- package/out/types/ParsedTemplate.d.mjs +0 -1
- package/out/types/ParsedTemplate.d.mjs.map +0 -1
- package/out/types/ParsedTemplate.d.ts +0 -2589
- package/out/types/ParsedTemplate.d.ts.map +0 -1
- package/out/types/ParsedTemplate.js +0 -80
- package/out/types/ParsedTemplate.js.map +0 -1
- package/out/types/ParsedTemplate.mjs +0 -49
- package/out/types/ParsedTemplate.mjs.map +0 -1
- package/out/types/PersistedOperation.d.js +0 -19
- package/out/types/PersistedOperation.d.js.map +0 -1
- package/out/types/PersistedOperation.d.mjs +0 -1
- package/out/types/PersistedOperation.d.mjs.map +0 -1
- package/out/types/PersistedOperation.d.ts +0 -69
- package/out/types/PersistedOperation.d.ts.map +0 -1
- package/out/types/PersistedOperation.js +0 -80
- package/out/types/PersistedOperation.js.map +0 -1
- package/out/types/PersistedOperation.mjs +0 -49
- package/out/types/PersistedOperation.mjs.map +0 -1
- package/out/types/PersistedTask.d.js +0 -19
- package/out/types/PersistedTask.d.js.map +0 -1
- package/out/types/PersistedTask.d.mjs +0 -1
- package/out/types/PersistedTask.d.mjs.map +0 -1
- package/out/types/PersistedTask.d.ts +0 -82
- package/out/types/PersistedTask.d.ts.map +0 -1
- package/out/types/PersistedTask.js +0 -80
- package/out/types/PersistedTask.js.map +0 -1
- package/out/types/PersistedTask.mjs +0 -49
- package/out/types/PersistedTask.mjs.map +0 -1
- package/out/types/PersistentState.d.js +0 -19
- package/out/types/PersistentState.d.js.map +0 -1
- package/out/types/PersistentState.d.mjs +0 -1
- package/out/types/PersistentState.d.mjs.map +0 -1
- package/out/types/PersistentState.d.ts +0 -245
- package/out/types/PersistentState.d.ts.map +0 -1
- package/out/types/PersistentState.js +0 -80
- package/out/types/PersistentState.js.map +0 -1
- package/out/types/PersistentState.mjs +0 -49
- package/out/types/PersistentState.mjs.map +0 -1
- package/out/types/PluginActionName.d.js +0 -19
- package/out/types/PluginActionName.d.js.map +0 -1
- package/out/types/PluginActionName.d.mjs +0 -1
- package/out/types/PluginActionName.d.mjs.map +0 -1
- package/out/types/PluginActionName.d.ts +0 -27
- package/out/types/PluginActionName.d.ts.map +0 -1
- package/out/types/PluginActionName.js +0 -80
- package/out/types/PluginActionName.js.map +0 -1
- package/out/types/PluginActionName.mjs +0 -49
- package/out/types/PluginActionName.mjs.map +0 -1
- package/out/types/PluginDependenciesResponse.d.js +0 -19
- package/out/types/PluginDependenciesResponse.d.js.map +0 -1
- package/out/types/PluginDependenciesResponse.d.mjs +0 -1
- package/out/types/PluginDependenciesResponse.d.mjs.map +0 -1
- package/out/types/PluginDependenciesResponse.d.ts +0 -173
- package/out/types/PluginDependenciesResponse.d.ts.map +0 -1
- package/out/types/PluginDependenciesResponse.js +0 -80
- package/out/types/PluginDependenciesResponse.js.map +0 -1
- package/out/types/PluginDependenciesResponse.mjs +0 -49
- package/out/types/PluginDependenciesResponse.mjs.map +0 -1
- package/out/types/PluginInfo.d.js +0 -19
- package/out/types/PluginInfo.d.js.map +0 -1
- package/out/types/PluginInfo.d.mjs +0 -1
- package/out/types/PluginInfo.d.mjs.map +0 -1
- package/out/types/PluginInfo.d.ts +0 -6396
- package/out/types/PluginInfo.d.ts.map +0 -1
- package/out/types/PluginInfo.js +0 -80
- package/out/types/PluginInfo.js.map +0 -1
- package/out/types/PluginInfo.mjs +0 -49
- package/out/types/PluginInfo.mjs.map +0 -1
- package/out/types/PluginJsonResponse.d.js +0 -19
- package/out/types/PluginJsonResponse.d.js.map +0 -1
- package/out/types/PluginJsonResponse.d.mjs +0 -1
- package/out/types/PluginJsonResponse.d.mjs.map +0 -1
- package/out/types/PluginJsonResponse.d.ts +0 -61
- package/out/types/PluginJsonResponse.d.ts.map +0 -1
- package/out/types/PluginJsonResponse.js +0 -80
- package/out/types/PluginJsonResponse.js.map +0 -1
- package/out/types/PluginJsonResponse.mjs +0 -49
- package/out/types/PluginJsonResponse.mjs.map +0 -1
- package/out/types/PluginProxyResponse.d.js +0 -19
- package/out/types/PluginProxyResponse.d.js.map +0 -1
- package/out/types/PluginProxyResponse.d.mjs +0 -1
- package/out/types/PluginProxyResponse.d.mjs.map +0 -1
- package/out/types/PluginProxyResponse.d.ts +0 -65
- package/out/types/PluginProxyResponse.d.ts.map +0 -1
- package/out/types/PluginProxyResponse.js +0 -80
- package/out/types/PluginProxyResponse.js.map +0 -1
- package/out/types/PluginProxyResponse.mjs +0 -49
- package/out/types/PluginProxyResponse.mjs.map +0 -1
- package/out/types/PluginResponseEncoding.d.js +0 -19
- package/out/types/PluginResponseEncoding.d.js.map +0 -1
- package/out/types/PluginResponseEncoding.d.mjs +0 -1
- package/out/types/PluginResponseEncoding.d.mjs.map +0 -1
- package/out/types/PluginResponseEncoding.d.ts +0 -23
- package/out/types/PluginResponseEncoding.d.ts.map +0 -1
- package/out/types/PluginResponseEncoding.js +0 -80
- package/out/types/PluginResponseEncoding.js.map +0 -1
- package/out/types/PluginResponseEncoding.mjs +0 -49
- package/out/types/PluginResponseEncoding.mjs.map +0 -1
- package/out/types/PluginSchema.d.js +0 -19
- package/out/types/PluginSchema.d.js.map +0 -1
- package/out/types/PluginSchema.d.mjs +0 -1
- package/out/types/PluginSchema.d.mjs.map +0 -1
- package/out/types/PluginSchema.d.ts +0 -18435
- package/out/types/PluginSchema.d.ts.map +0 -1
- package/out/types/PluginSchema.js +0 -80
- package/out/types/PluginSchema.js.map +0 -1
- package/out/types/PluginSchema.mjs +0 -49
- package/out/types/PluginSchema.mjs.map +0 -1
- package/out/types/PositionalArg.d.js +0 -19
- package/out/types/PositionalArg.d.js.map +0 -1
- package/out/types/PositionalArg.d.mjs +0 -1
- package/out/types/PositionalArg.d.mjs.map +0 -1
- package/out/types/PositionalArg.d.ts +0 -95
- package/out/types/PositionalArg.d.ts.map +0 -1
- package/out/types/PositionalArg.js +0 -80
- package/out/types/PositionalArg.js.map +0 -1
- package/out/types/PositionalArg.mjs +0 -49
- package/out/types/PositionalArg.mjs.map +0 -1
- package/out/types/Provisioner.d.js +0 -19
- package/out/types/Provisioner.d.js.map +0 -1
- package/out/types/Provisioner.d.mjs +0 -1
- package/out/types/Provisioner.d.mjs.map +0 -1
- package/out/types/Provisioner.d.ts +0 -108
- package/out/types/Provisioner.d.ts.map +0 -1
- package/out/types/Provisioner.js +0 -80
- package/out/types/Provisioner.js.map +0 -1
- package/out/types/Provisioner.mjs +0 -49
- package/out/types/Provisioner.mjs.map +0 -1
- package/out/types/ProvisionerID.d.js +0 -19
- package/out/types/ProvisionerID.d.js.map +0 -1
- package/out/types/ProvisionerID.d.mjs +0 -1
- package/out/types/ProvisionerID.d.mjs.map +0 -1
- package/out/types/ProvisionerID.d.ts +0 -17
- package/out/types/ProvisionerID.d.ts.map +0 -1
- package/out/types/ProvisionerID.js +0 -80
- package/out/types/ProvisionerID.js.map +0 -1
- package/out/types/ProvisionerID.mjs +0 -49
- package/out/types/ProvisionerID.mjs.map +0 -1
- package/out/types/Provisions.d.js +0 -19
- package/out/types/Provisions.d.js.map +0 -1
- package/out/types/Provisions.d.mjs +0 -1
- package/out/types/Provisions.d.mjs.map +0 -1
- package/out/types/Provisions.d.ts +0 -108
- package/out/types/Provisions.d.ts.map +0 -1
- package/out/types/Provisions.js +0 -80
- package/out/types/Provisions.js.map +0 -1
- package/out/types/Provisions.mjs +0 -49
- package/out/types/Provisions.mjs.map +0 -1
- package/out/types/ProxyTaskArgs.d.js +0 -19
- package/out/types/ProxyTaskArgs.d.js.map +0 -1
- package/out/types/ProxyTaskArgs.d.mjs +0 -1
- package/out/types/ProxyTaskArgs.d.mjs.map +0 -1
- package/out/types/ProxyTaskArgs.d.ts +0 -2176
- package/out/types/ProxyTaskArgs.d.ts.map +0 -1
- package/out/types/ProxyTaskArgs.js +0 -80
- package/out/types/ProxyTaskArgs.js.map +0 -1
- package/out/types/ProxyTaskArgs.mjs +0 -49
- package/out/types/ProxyTaskArgs.mjs.map +0 -1
- package/out/types/ProxyTemplateArgs.d.js +0 -19
- package/out/types/ProxyTemplateArgs.d.js.map +0 -1
- package/out/types/ProxyTemplateArgs.d.mjs +0 -1
- package/out/types/ProxyTemplateArgs.d.mjs.map +0 -1
- package/out/types/ProxyTemplateArgs.d.ts +0 -2176
- package/out/types/ProxyTemplateArgs.d.ts.map +0 -1
- package/out/types/ProxyTemplateArgs.js +0 -80
- package/out/types/ProxyTemplateArgs.js.map +0 -1
- package/out/types/ProxyTemplateArgs.mjs +0 -49
- package/out/types/ProxyTemplateArgs.mjs.map +0 -1
- package/out/types/PublicKeyHash.d.js +0 -19
- package/out/types/PublicKeyHash.d.js.map +0 -1
- package/out/types/PublicKeyHash.d.mjs +0 -1
- package/out/types/PublicKeyHash.d.mjs.map +0 -1
- package/out/types/PublicKeyHash.d.ts +0 -17
- package/out/types/PublicKeyHash.d.ts.map +0 -1
- package/out/types/PublicKeyHash.js +0 -80
- package/out/types/PublicKeyHash.js.map +0 -1
- package/out/types/PublicKeyHash.mjs +0 -49
- package/out/types/PublicKeyHash.mjs.map +0 -1
- package/out/types/RequestArgs.d.js +0 -19
- package/out/types/RequestArgs.d.js.map +0 -1
- package/out/types/RequestArgs.d.mjs +0 -1
- package/out/types/RequestArgs.d.mjs.map +0 -1
- package/out/types/RequestArgs.d.ts +0 -2159
- package/out/types/RequestArgs.d.ts.map +0 -1
- package/out/types/RequestArgs.js +0 -80
- package/out/types/RequestArgs.js.map +0 -1
- package/out/types/RequestArgs.mjs +0 -49
- package/out/types/RequestArgs.mjs.map +0 -1
- package/out/types/RuntimeDependency.d.js +0 -19
- package/out/types/RuntimeDependency.d.js.map +0 -1
- package/out/types/RuntimeDependency.d.mjs +0 -1
- package/out/types/RuntimeDependency.d.mjs.map +0 -1
- package/out/types/RuntimeDependency.d.ts +0 -82
- package/out/types/RuntimeDependency.d.ts.map +0 -1
- package/out/types/RuntimeDependency.js +0 -80
- package/out/types/RuntimeDependency.js.map +0 -1
- package/out/types/RuntimeDependency.mjs +0 -49
- package/out/types/RuntimeDependency.mjs.map +0 -1
- package/out/types/RuntimeDependencyReport.d.js +0 -19
- package/out/types/RuntimeDependencyReport.d.js.map +0 -1
- package/out/types/RuntimeDependencyReport.d.mjs +0 -1
- package/out/types/RuntimeDependencyReport.d.mjs.map +0 -1
- package/out/types/RuntimeDependencyReport.d.ts +0 -99
- package/out/types/RuntimeDependencyReport.d.ts.map +0 -1
- package/out/types/RuntimeDependencyReport.js +0 -80
- package/out/types/RuntimeDependencyReport.js.map +0 -1
- package/out/types/RuntimeDependencyReport.mjs +0 -49
- package/out/types/RuntimeDependencyReport.mjs.map +0 -1
- package/out/types/SHA256.d.js +0 -19
- package/out/types/SHA256.d.js.map +0 -1
- package/out/types/SHA256.d.mjs +0 -1
- package/out/types/SHA256.d.mjs.map +0 -1
- package/out/types/SHA256.d.ts +0 -17
- package/out/types/SHA256.d.ts.map +0 -1
- package/out/types/SHA256.js +0 -80
- package/out/types/SHA256.js.map +0 -1
- package/out/types/SHA256.mjs +0 -49
- package/out/types/SHA256.mjs.map +0 -1
- package/out/types/SandboxAccountConfig.d.js +0 -19
- package/out/types/SandboxAccountConfig.d.js.map +0 -1
- package/out/types/SandboxAccountConfig.d.mjs +0 -1
- package/out/types/SandboxAccountConfig.d.mjs.map +0 -1
- package/out/types/SandboxAccountConfig.d.ts +0 -69
- package/out/types/SandboxAccountConfig.d.ts.map +0 -1
- package/out/types/SandboxAccountConfig.js +0 -80
- package/out/types/SandboxAccountConfig.js.map +0 -1
- package/out/types/SandboxAccountConfig.mjs +0 -49
- package/out/types/SandboxAccountConfig.mjs.map +0 -1
- package/out/types/SandboxConfig.d.js +0 -19
- package/out/types/SandboxConfig.d.js.map +0 -1
- package/out/types/SandboxConfig.d.mjs +0 -1
- package/out/types/SandboxConfig.d.mjs.map +0 -1
- package/out/types/SandboxConfig.d.ts +0 -289
- package/out/types/SandboxConfig.d.ts.map +0 -1
- package/out/types/SandboxConfig.js +0 -80
- package/out/types/SandboxConfig.js.map +0 -1
- package/out/types/SandboxConfig.mjs +0 -49
- package/out/types/SandboxConfig.mjs.map +0 -1
- package/out/types/SanitizedAbsPath.d.js +0 -19
- package/out/types/SanitizedAbsPath.d.js.map +0 -1
- package/out/types/SanitizedAbsPath.d.mjs +0 -1
- package/out/types/SanitizedAbsPath.d.mjs.map +0 -1
- package/out/types/SanitizedAbsPath.d.ts +0 -17
- package/out/types/SanitizedAbsPath.d.ts.map +0 -1
- package/out/types/SanitizedAbsPath.js +0 -80
- package/out/types/SanitizedAbsPath.js.map +0 -1
- package/out/types/SanitizedAbsPath.mjs +0 -49
- package/out/types/SanitizedAbsPath.mjs.map +0 -1
- package/out/types/SanitizedArgs.d.js +0 -19
- package/out/types/SanitizedArgs.d.js.map +0 -1
- package/out/types/SanitizedArgs.d.mjs +0 -1
- package/out/types/SanitizedArgs.d.mjs.map +0 -1
- package/out/types/SanitizedArgs.d.ts +0 -238
- package/out/types/SanitizedArgs.d.ts.map +0 -1
- package/out/types/SanitizedArgs.js +0 -80
- package/out/types/SanitizedArgs.js.map +0 -1
- package/out/types/SanitizedArgs.mjs +0 -49
- package/out/types/SanitizedArgs.mjs.map +0 -1
- package/out/types/SanitizedPath.d.js +0 -19
- package/out/types/SanitizedPath.d.js.map +0 -1
- package/out/types/SanitizedPath.d.mjs +0 -1
- package/out/types/SanitizedPath.d.mjs.map +0 -1
- package/out/types/SanitizedPath.d.ts +0 -17
- package/out/types/SanitizedPath.d.ts.map +0 -1
- package/out/types/SanitizedPath.js +0 -80
- package/out/types/SanitizedPath.js.map +0 -1
- package/out/types/SanitizedPath.mjs +0 -49
- package/out/types/SanitizedPath.mjs.map +0 -1
- package/out/types/ScaffoldConfig.d.js +0 -19
- package/out/types/ScaffoldConfig.d.js.map +0 -1
- package/out/types/ScaffoldConfig.d.mjs +0 -1
- package/out/types/ScaffoldConfig.d.mjs.map +0 -1
- package/out/types/ScaffoldConfig.d.ts +0 -43
- package/out/types/ScaffoldConfig.d.ts.map +0 -1
- package/out/types/ScaffoldConfig.js +0 -80
- package/out/types/ScaffoldConfig.js.map +0 -1
- package/out/types/ScaffoldConfig.mjs +0 -49
- package/out/types/ScaffoldConfig.mjs.map +0 -1
- package/out/types/Settings.d.js +0 -19
- package/out/types/Settings.d.js.map +0 -1
- package/out/types/Settings.d.mjs +0 -1
- package/out/types/Settings.d.mjs.map +0 -1
- package/out/types/Settings.d.ts +0 -43
- package/out/types/Settings.d.ts.map +0 -1
- package/out/types/Settings.js +0 -80
- package/out/types/Settings.js.map +0 -1
- package/out/types/Settings.mjs +0 -49
- package/out/types/Settings.mjs.map +0 -1
- package/out/types/SingleChar.d.js +0 -19
- package/out/types/SingleChar.d.js.map +0 -1
- package/out/types/SingleChar.d.mjs +0 -1
- package/out/types/SingleChar.d.mjs.map +0 -1
- package/out/types/SingleChar.d.ts +0 -17
- package/out/types/SingleChar.d.ts.map +0 -1
- package/out/types/SingleChar.js +0 -80
- package/out/types/SingleChar.js.map +0 -1
- package/out/types/SingleChar.mjs +0 -49
- package/out/types/SingleChar.mjs.map +0 -1
- package/out/types/Task.d.js +0 -19
- package/out/types/Task.d.js.map +0 -1
- package/out/types/Task.d.mjs +0 -1
- package/out/types/Task.d.mjs.map +0 -1
- package/out/types/Task.d.ts +0 -475
- package/out/types/Task.d.ts.map +0 -1
- package/out/types/Task.js +0 -80
- package/out/types/Task.js.map +0 -1
- package/out/types/Task.mjs +0 -49
- package/out/types/Task.mjs.map +0 -1
- package/out/types/Template.d.js +0 -19
- package/out/types/Template.d.js.map +0 -1
- package/out/types/Template.d.mjs +0 -1
- package/out/types/Template.d.mjs.map +0 -1
- package/out/types/Template.d.ts +0 -3373
- package/out/types/Template.d.ts.map +0 -1
- package/out/types/Template.js +0 -80
- package/out/types/Template.js.map +0 -1
- package/out/types/Template.mjs +0 -49
- package/out/types/Template.mjs.map +0 -1
- package/out/types/Timestamp.d.js +0 -19
- package/out/types/Timestamp.d.js.map +0 -1
- package/out/types/Timestamp.d.mjs +0 -1
- package/out/types/Timestamp.d.mjs.map +0 -1
- package/out/types/Timestamp.d.ts +0 -17
- package/out/types/Timestamp.d.ts.map +0 -1
- package/out/types/Timestamp.js +0 -80
- package/out/types/Timestamp.js.map +0 -1
- package/out/types/Timestamp.mjs +0 -49
- package/out/types/Timestamp.mjs.map +0 -1
- package/out/types/Tz.d.js +0 -19
- package/out/types/Tz.d.js.map +0 -1
- package/out/types/Tz.d.mjs +0 -1
- package/out/types/Tz.d.mjs.map +0 -1
- package/out/types/Tz.d.ts +0 -17
- package/out/types/Tz.d.ts.map +0 -1
- package/out/types/Tz.js +0 -80
- package/out/types/Tz.js.map +0 -1
- package/out/types/Tz.mjs +0 -49
- package/out/types/Tz.mjs.map +0 -1
- package/out/types/TzKtConfig.d.js +0 -19
- package/out/types/TzKtConfig.d.js.map +0 -1
- package/out/types/TzKtConfig.d.mjs +0 -1
- package/out/types/TzKtConfig.d.mjs.map +0 -1
- package/out/types/TzKtConfig.d.ts +0 -69
- package/out/types/TzKtConfig.d.ts.map +0 -1
- package/out/types/TzKtConfig.js +0 -80
- package/out/types/TzKtConfig.js.map +0 -1
- package/out/types/TzKtConfig.mjs +0 -49
- package/out/types/TzKtConfig.mjs.map +0 -1
- package/out/types/Url.d.js +0 -19
- package/out/types/Url.d.js.map +0 -1
- package/out/types/Url.d.mjs +0 -1
- package/out/types/Url.d.mjs.map +0 -1
- package/out/types/Url.d.ts +0 -17
- package/out/types/Url.d.ts.map +0 -1
- package/out/types/Url.js +0 -80
- package/out/types/Url.js.map +0 -1
- package/out/types/Url.mjs +0 -49
- package/out/types/Url.mjs.map +0 -1
- package/out/types/Verb.d.js +0 -19
- package/out/types/Verb.d.js.map +0 -1
- package/out/types/Verb.d.mjs +0 -1
- package/out/types/Verb.d.mjs.map +0 -1
- package/out/types/Verb.d.ts +0 -17
- package/out/types/Verb.d.ts.map +0 -1
- package/out/types/Verb.js +0 -80
- package/out/types/Verb.js.map +0 -1
- package/out/types/Verb.mjs +0 -49
- package/out/types/Verb.mjs.map +0 -1
- package/out/types/VersionNumber.d.js +0 -19
- package/out/types/VersionNumber.d.js.map +0 -1
- package/out/types/VersionNumber.d.mjs +0 -1
- package/out/types/VersionNumber.d.mjs.map +0 -1
- package/out/types/VersionNumber.d.ts +0 -17
- package/out/types/VersionNumber.d.ts.map +0 -1
- package/out/types/VersionNumber.js +0 -80
- package/out/types/VersionNumber.js.map +0 -1
- package/out/types/VersionNumber.mjs +0 -49
- package/out/types/VersionNumber.mjs.map +0 -1
- package/out/types-strict.d.js +0 -19
- package/out/types-strict.d.js.map +0 -1
- package/out/types-strict.d.mjs +0 -1
- package/out/types-strict.d.mjs.map +0 -1
- package/out/types-strict.d.ts +0 -455
- package/out/types-strict.d.ts.map +0 -1
- package/out/types-strict.js +0 -19
- package/out/types-strict.js.map +0 -1
- package/out/types-strict.mjs +0 -1
- package/out/types-strict.mjs.map +0 -1
- package/out/types-zod.d.js +0 -19
- package/out/types-zod.d.js.map +0 -1
- package/out/types-zod.d.mjs +0 -1
- package/out/types-zod.d.mjs.map +0 -1
- package/out/types-zod.d.ts +0 -15687
- package/out/types-zod.d.ts.map +0 -1
- package/out/types-zod.js +0 -450
- package/out/types-zod.js.map +0 -1
- package/out/types-zod.mjs +0 -366
- package/out/types-zod.mjs.map +0 -1
- package/scripts/build-types.d.ts +0 -2
- package/scripts/build-types.d.ts.map +0 -1
- package/scripts/post-ts-to-zod.d.ts +0 -2
- package/scripts/post-ts-to-zod.d.ts.map +0 -1
- package/types.d.ts +0 -311
- package/types.d.ts.map +0 -1
- package/types.js +0 -19
- package/types.js.map +0 -1
- package/types.mjs +0 -1
- package/types.mjs.map +0 -1
package/Task.d.ts
CHANGED
|
@@ -1,2 +1,818 @@
|
|
|
1
|
-
|
|
1
|
+
import { Flatten } from '@taqueria/protocol/Base';
|
|
2
|
+
import { z } from 'zod';
|
|
3
|
+
export declare const rawSchema: z.ZodObject<{
|
|
4
|
+
task: z.ZodString;
|
|
5
|
+
command: z.ZodString;
|
|
6
|
+
aliases: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodString]>, "many">>>;
|
|
7
|
+
description: z.ZodString;
|
|
8
|
+
example: z.ZodOptional<z.ZodString>;
|
|
9
|
+
hidden: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
10
|
+
encoding: z.ZodOptional<z.ZodEffects<z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodLiteral<"json">, z.ZodLiteral<"application/json">, z.ZodLiteral<"none">]>>>, "none" | "json" | "application/json" | undefined, unknown>>;
|
|
11
|
+
handler: z.ZodUnion<[z.ZodLiteral<"proxy">, z.ZodString]>;
|
|
12
|
+
options: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
13
|
+
shortFlag: z.ZodOptional<z.ZodString>;
|
|
14
|
+
flag: z.ZodString;
|
|
15
|
+
description: z.ZodString;
|
|
16
|
+
defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
17
|
+
choices: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
18
|
+
required: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
19
|
+
boolean: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
20
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
|
|
21
|
+
}, "strip", z.ZodTypeAny, {
|
|
22
|
+
boolean?: boolean | undefined;
|
|
23
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
24
|
+
shortFlag?: string | undefined;
|
|
25
|
+
defaultValue?: string | number | boolean | undefined;
|
|
26
|
+
choices?: string[] | undefined;
|
|
27
|
+
required?: boolean | undefined;
|
|
28
|
+
description: string;
|
|
29
|
+
flag: string;
|
|
30
|
+
}, {
|
|
31
|
+
boolean?: boolean | undefined;
|
|
32
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
33
|
+
shortFlag?: string | undefined;
|
|
34
|
+
defaultValue?: string | number | boolean | undefined;
|
|
35
|
+
choices?: string[] | undefined;
|
|
36
|
+
required?: boolean | undefined;
|
|
37
|
+
description: string;
|
|
38
|
+
flag: string;
|
|
39
|
+
}>, "many">>>;
|
|
40
|
+
positionals: z.ZodOptional<z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
41
|
+
placeholder: z.ZodString;
|
|
42
|
+
description: z.ZodString;
|
|
43
|
+
defaultValue: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean]>>;
|
|
44
|
+
type: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<"string">, z.ZodLiteral<"number">, z.ZodLiteral<"boolean">]>>;
|
|
45
|
+
required: z.ZodOptional<z.ZodBoolean>;
|
|
46
|
+
}, "strip", z.ZodTypeAny, {
|
|
47
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
48
|
+
defaultValue?: string | number | boolean | undefined;
|
|
49
|
+
required?: boolean | undefined;
|
|
50
|
+
description: string;
|
|
51
|
+
placeholder: string;
|
|
52
|
+
}, {
|
|
53
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
54
|
+
defaultValue?: string | number | boolean | undefined;
|
|
55
|
+
required?: boolean | undefined;
|
|
56
|
+
description: string;
|
|
57
|
+
placeholder: string;
|
|
58
|
+
}>, "many">>>;
|
|
59
|
+
}, "strip", z.ZodTypeAny, {
|
|
60
|
+
options?: {
|
|
61
|
+
boolean?: boolean | undefined;
|
|
62
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
63
|
+
shortFlag?: string | undefined;
|
|
64
|
+
defaultValue?: string | number | boolean | undefined;
|
|
65
|
+
choices?: string[] | undefined;
|
|
66
|
+
required?: boolean | undefined;
|
|
67
|
+
description: string;
|
|
68
|
+
flag: string;
|
|
69
|
+
}[] | undefined;
|
|
70
|
+
aliases?: string[] | undefined;
|
|
71
|
+
positionals?: {
|
|
72
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
73
|
+
defaultValue?: string | number | boolean | undefined;
|
|
74
|
+
required?: boolean | undefined;
|
|
75
|
+
description: string;
|
|
76
|
+
placeholder: string;
|
|
77
|
+
}[] | undefined;
|
|
78
|
+
hidden?: boolean | undefined;
|
|
79
|
+
encoding?: "none" | "json" | "application/json" | undefined;
|
|
80
|
+
example?: string | undefined;
|
|
81
|
+
description: string;
|
|
82
|
+
task: string;
|
|
83
|
+
command: string;
|
|
84
|
+
handler: string;
|
|
85
|
+
}, {
|
|
86
|
+
options?: {
|
|
87
|
+
boolean?: boolean | undefined;
|
|
88
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
89
|
+
shortFlag?: string | undefined;
|
|
90
|
+
defaultValue?: string | number | boolean | undefined;
|
|
91
|
+
choices?: string[] | undefined;
|
|
92
|
+
required?: boolean | undefined;
|
|
93
|
+
description: string;
|
|
94
|
+
flag: string;
|
|
95
|
+
}[] | undefined;
|
|
96
|
+
aliases?: string[] | undefined;
|
|
97
|
+
positionals?: {
|
|
98
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
99
|
+
defaultValue?: string | number | boolean | undefined;
|
|
100
|
+
required?: boolean | undefined;
|
|
101
|
+
description: string;
|
|
102
|
+
placeholder: string;
|
|
103
|
+
}[] | undefined;
|
|
104
|
+
hidden?: boolean | undefined;
|
|
105
|
+
encoding?: unknown;
|
|
106
|
+
example?: string | undefined;
|
|
107
|
+
description: string;
|
|
108
|
+
task: string;
|
|
109
|
+
command: string;
|
|
110
|
+
handler: string;
|
|
111
|
+
}>;
|
|
112
|
+
export declare const generatedSchemas: {
|
|
113
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
114
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
115
|
+
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
116
|
+
options?: Flatten<{
|
|
117
|
+
boolean?: boolean | undefined;
|
|
118
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
119
|
+
shortFlag?: (string & {
|
|
120
|
+
readonly __kind: any;
|
|
121
|
+
}) | undefined;
|
|
122
|
+
defaultValue?: string | number | boolean | undefined;
|
|
123
|
+
choices?: string[] | undefined;
|
|
124
|
+
required?: boolean | undefined;
|
|
125
|
+
description: string;
|
|
126
|
+
flag: string & {
|
|
127
|
+
readonly __kind: any;
|
|
128
|
+
};
|
|
129
|
+
} & {
|
|
130
|
+
readonly __kind: any;
|
|
131
|
+
}>[] | undefined;
|
|
132
|
+
aliases?: (string & {
|
|
133
|
+
readonly __kind: any;
|
|
134
|
+
})[] | undefined;
|
|
135
|
+
positionals?: ({
|
|
136
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
137
|
+
defaultValue?: string | number | boolean | undefined;
|
|
138
|
+
required?: boolean | undefined;
|
|
139
|
+
description: string;
|
|
140
|
+
placeholder: string & {
|
|
141
|
+
readonly __kind: any;
|
|
142
|
+
};
|
|
143
|
+
} & {
|
|
144
|
+
readonly __kind: any;
|
|
145
|
+
})[] | undefined;
|
|
146
|
+
hidden?: boolean | undefined;
|
|
147
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
148
|
+
readonly __kind: any;
|
|
149
|
+
}) | undefined;
|
|
150
|
+
example?: string | undefined;
|
|
151
|
+
description: string;
|
|
152
|
+
task: string & {
|
|
153
|
+
readonly __kind: any;
|
|
154
|
+
};
|
|
155
|
+
command: string & {
|
|
156
|
+
readonly __kind: any;
|
|
157
|
+
};
|
|
158
|
+
handler: string;
|
|
159
|
+
} & {
|
|
160
|
+
readonly __kind: any;
|
|
161
|
+
}, any>;
|
|
162
|
+
}, factory: {
|
|
163
|
+
make: (input: {
|
|
164
|
+
options?: Flatten<{
|
|
165
|
+
boolean?: boolean | undefined;
|
|
166
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
167
|
+
shortFlag?: (string & {
|
|
168
|
+
readonly __kind: any;
|
|
169
|
+
}) | undefined;
|
|
170
|
+
defaultValue?: string | number | boolean | undefined;
|
|
171
|
+
choices?: string[] | undefined;
|
|
172
|
+
required?: boolean | undefined;
|
|
173
|
+
description: string;
|
|
174
|
+
flag: string & {
|
|
175
|
+
readonly __kind: any;
|
|
176
|
+
};
|
|
177
|
+
} & {
|
|
178
|
+
readonly __kind: any;
|
|
179
|
+
}>[] | undefined;
|
|
180
|
+
aliases?: (string & {
|
|
181
|
+
readonly __kind: any;
|
|
182
|
+
})[] | undefined;
|
|
183
|
+
positionals?: ({
|
|
184
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
185
|
+
defaultValue?: string | number | boolean | undefined;
|
|
186
|
+
required?: boolean | undefined;
|
|
187
|
+
description: string;
|
|
188
|
+
placeholder: string & {
|
|
189
|
+
readonly __kind: any;
|
|
190
|
+
};
|
|
191
|
+
} & {
|
|
192
|
+
readonly __kind: any;
|
|
193
|
+
})[] | undefined;
|
|
194
|
+
hidden?: boolean | undefined;
|
|
195
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
196
|
+
readonly __kind: any;
|
|
197
|
+
}) | undefined;
|
|
198
|
+
example?: string | undefined;
|
|
199
|
+
description: string;
|
|
200
|
+
task: string & {
|
|
201
|
+
readonly __kind: any;
|
|
202
|
+
};
|
|
203
|
+
command: string & {
|
|
204
|
+
readonly __kind: any;
|
|
205
|
+
};
|
|
206
|
+
handler: string;
|
|
207
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
208
|
+
options?: Flatten<{
|
|
209
|
+
boolean?: boolean | undefined;
|
|
210
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
211
|
+
shortFlag?: (string & {
|
|
212
|
+
readonly __kind: any;
|
|
213
|
+
}) | undefined;
|
|
214
|
+
defaultValue?: string | number | boolean | undefined;
|
|
215
|
+
choices?: string[] | undefined;
|
|
216
|
+
required?: boolean | undefined;
|
|
217
|
+
description: string;
|
|
218
|
+
flag: string & {
|
|
219
|
+
readonly __kind: any;
|
|
220
|
+
};
|
|
221
|
+
} & {
|
|
222
|
+
readonly __kind: any;
|
|
223
|
+
}>[] | undefined;
|
|
224
|
+
aliases?: (string & {
|
|
225
|
+
readonly __kind: any;
|
|
226
|
+
})[] | undefined;
|
|
227
|
+
positionals?: ({
|
|
228
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
229
|
+
defaultValue?: string | number | boolean | undefined;
|
|
230
|
+
required?: boolean | undefined;
|
|
231
|
+
description: string;
|
|
232
|
+
placeholder: string & {
|
|
233
|
+
readonly __kind: any;
|
|
234
|
+
};
|
|
235
|
+
} & {
|
|
236
|
+
readonly __kind: any;
|
|
237
|
+
})[] | undefined;
|
|
238
|
+
hidden?: boolean | undefined;
|
|
239
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
240
|
+
readonly __kind: any;
|
|
241
|
+
}) | undefined;
|
|
242
|
+
example?: string | undefined;
|
|
243
|
+
description: string;
|
|
244
|
+
task: string & {
|
|
245
|
+
readonly __kind: any;
|
|
246
|
+
};
|
|
247
|
+
command: string & {
|
|
248
|
+
readonly __kind: any;
|
|
249
|
+
};
|
|
250
|
+
handler: string;
|
|
251
|
+
} & {
|
|
252
|
+
readonly __kind: any;
|
|
253
|
+
}>;
|
|
254
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
255
|
+
options?: Flatten<{
|
|
256
|
+
boolean?: boolean | undefined;
|
|
257
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
258
|
+
shortFlag?: (string & {
|
|
259
|
+
readonly __kind: any;
|
|
260
|
+
}) | undefined;
|
|
261
|
+
defaultValue?: string | number | boolean | undefined;
|
|
262
|
+
choices?: string[] | undefined;
|
|
263
|
+
required?: boolean | undefined;
|
|
264
|
+
description: string;
|
|
265
|
+
flag: string & {
|
|
266
|
+
readonly __kind: any;
|
|
267
|
+
};
|
|
268
|
+
} & {
|
|
269
|
+
readonly __kind: any;
|
|
270
|
+
}>[] | undefined;
|
|
271
|
+
aliases?: (string & {
|
|
272
|
+
readonly __kind: any;
|
|
273
|
+
})[] | undefined;
|
|
274
|
+
positionals?: ({
|
|
275
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
276
|
+
defaultValue?: string | number | boolean | undefined;
|
|
277
|
+
required?: boolean | undefined;
|
|
278
|
+
description: string;
|
|
279
|
+
placeholder: string & {
|
|
280
|
+
readonly __kind: any;
|
|
281
|
+
};
|
|
282
|
+
} & {
|
|
283
|
+
readonly __kind: any;
|
|
284
|
+
})[] | undefined;
|
|
285
|
+
hidden?: boolean | undefined;
|
|
286
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
287
|
+
readonly __kind: any;
|
|
288
|
+
}) | undefined;
|
|
289
|
+
example?: string | undefined;
|
|
290
|
+
description: string;
|
|
291
|
+
task: string & {
|
|
292
|
+
readonly __kind: any;
|
|
293
|
+
};
|
|
294
|
+
command: string & {
|
|
295
|
+
readonly __kind: any;
|
|
296
|
+
};
|
|
297
|
+
handler: string;
|
|
298
|
+
} & {
|
|
299
|
+
readonly __kind: any;
|
|
300
|
+
}>;
|
|
301
|
+
create: (input: {
|
|
302
|
+
options?: {
|
|
303
|
+
boolean?: boolean | undefined;
|
|
304
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
305
|
+
shortFlag?: string | undefined;
|
|
306
|
+
defaultValue?: string | number | boolean | undefined;
|
|
307
|
+
choices?: string[] | undefined;
|
|
308
|
+
required?: boolean | undefined;
|
|
309
|
+
description: string;
|
|
310
|
+
flag: string;
|
|
311
|
+
}[] | undefined;
|
|
312
|
+
aliases?: string[] | undefined;
|
|
313
|
+
positionals?: {
|
|
314
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
315
|
+
defaultValue?: string | number | boolean | undefined;
|
|
316
|
+
required?: boolean | undefined;
|
|
317
|
+
description: string;
|
|
318
|
+
placeholder: string;
|
|
319
|
+
}[] | undefined;
|
|
320
|
+
hidden?: boolean | undefined;
|
|
321
|
+
encoding?: "none" | "json" | "application/json" | undefined;
|
|
322
|
+
example?: string | undefined;
|
|
323
|
+
description: string;
|
|
324
|
+
task: string;
|
|
325
|
+
command: string;
|
|
326
|
+
handler: string;
|
|
327
|
+
} | {
|
|
328
|
+
options?: Flatten<{
|
|
329
|
+
boolean?: boolean | undefined;
|
|
330
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
331
|
+
shortFlag?: (string & {
|
|
332
|
+
readonly __kind: any;
|
|
333
|
+
}) | undefined;
|
|
334
|
+
defaultValue?: string | number | boolean | undefined;
|
|
335
|
+
choices?: string[] | undefined;
|
|
336
|
+
required?: boolean | undefined;
|
|
337
|
+
description: string;
|
|
338
|
+
flag: string & {
|
|
339
|
+
readonly __kind: any;
|
|
340
|
+
};
|
|
341
|
+
} & {
|
|
342
|
+
readonly __kind: any;
|
|
343
|
+
}>[] | undefined;
|
|
344
|
+
aliases?: (string & {
|
|
345
|
+
readonly __kind: any;
|
|
346
|
+
})[] | undefined;
|
|
347
|
+
positionals?: ({
|
|
348
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
349
|
+
defaultValue?: string | number | boolean | undefined;
|
|
350
|
+
required?: boolean | undefined;
|
|
351
|
+
description: string;
|
|
352
|
+
placeholder: string & {
|
|
353
|
+
readonly __kind: any;
|
|
354
|
+
};
|
|
355
|
+
} & {
|
|
356
|
+
readonly __kind: any;
|
|
357
|
+
})[] | undefined;
|
|
358
|
+
hidden?: boolean | undefined;
|
|
359
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
360
|
+
readonly __kind: any;
|
|
361
|
+
}) | undefined;
|
|
362
|
+
example?: string | undefined;
|
|
363
|
+
description: string;
|
|
364
|
+
task: string & {
|
|
365
|
+
readonly __kind: any;
|
|
366
|
+
};
|
|
367
|
+
command: string & {
|
|
368
|
+
readonly __kind: any;
|
|
369
|
+
};
|
|
370
|
+
handler: string;
|
|
371
|
+
}) => {
|
|
372
|
+
options?: Flatten<{
|
|
373
|
+
boolean?: boolean | undefined;
|
|
374
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
375
|
+
shortFlag?: (string & {
|
|
376
|
+
readonly __kind: any;
|
|
377
|
+
}) | undefined;
|
|
378
|
+
defaultValue?: string | number | boolean | undefined;
|
|
379
|
+
choices?: string[] | undefined;
|
|
380
|
+
required?: boolean | undefined;
|
|
381
|
+
description: string;
|
|
382
|
+
flag: string & {
|
|
383
|
+
readonly __kind: any;
|
|
384
|
+
};
|
|
385
|
+
} & {
|
|
386
|
+
readonly __kind: any;
|
|
387
|
+
}>[] | undefined;
|
|
388
|
+
aliases?: (string & {
|
|
389
|
+
readonly __kind: any;
|
|
390
|
+
})[] | undefined;
|
|
391
|
+
positionals?: ({
|
|
392
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
393
|
+
defaultValue?: string | number | boolean | undefined;
|
|
394
|
+
required?: boolean | undefined;
|
|
395
|
+
description: string;
|
|
396
|
+
placeholder: string & {
|
|
397
|
+
readonly __kind: any;
|
|
398
|
+
};
|
|
399
|
+
} & {
|
|
400
|
+
readonly __kind: any;
|
|
401
|
+
})[] | undefined;
|
|
402
|
+
hidden?: boolean | undefined;
|
|
403
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
404
|
+
readonly __kind: any;
|
|
405
|
+
}) | undefined;
|
|
406
|
+
example?: string | undefined;
|
|
407
|
+
description: string;
|
|
408
|
+
task: string & {
|
|
409
|
+
readonly __kind: any;
|
|
410
|
+
};
|
|
411
|
+
command: string & {
|
|
412
|
+
readonly __kind: any;
|
|
413
|
+
};
|
|
414
|
+
handler: string;
|
|
415
|
+
} & {
|
|
416
|
+
readonly __kind: any;
|
|
417
|
+
};
|
|
418
|
+
from: (input: unknown) => {
|
|
419
|
+
options?: Flatten<{
|
|
420
|
+
boolean?: boolean | undefined;
|
|
421
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
422
|
+
shortFlag?: (string & {
|
|
423
|
+
readonly __kind: any;
|
|
424
|
+
}) | undefined;
|
|
425
|
+
defaultValue?: string | number | boolean | undefined;
|
|
426
|
+
choices?: string[] | undefined;
|
|
427
|
+
required?: boolean | undefined;
|
|
428
|
+
description: string;
|
|
429
|
+
flag: string & {
|
|
430
|
+
readonly __kind: any;
|
|
431
|
+
};
|
|
432
|
+
} & {
|
|
433
|
+
readonly __kind: any;
|
|
434
|
+
}>[] | undefined;
|
|
435
|
+
aliases?: (string & {
|
|
436
|
+
readonly __kind: any;
|
|
437
|
+
})[] | undefined;
|
|
438
|
+
positionals?: ({
|
|
439
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
440
|
+
defaultValue?: string | number | boolean | undefined;
|
|
441
|
+
required?: boolean | undefined;
|
|
442
|
+
description: string;
|
|
443
|
+
placeholder: string & {
|
|
444
|
+
readonly __kind: any;
|
|
445
|
+
};
|
|
446
|
+
} & {
|
|
447
|
+
readonly __kind: any;
|
|
448
|
+
})[] | undefined;
|
|
449
|
+
hidden?: boolean | undefined;
|
|
450
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
451
|
+
readonly __kind: any;
|
|
452
|
+
}) | undefined;
|
|
453
|
+
example?: string | undefined;
|
|
454
|
+
description: string;
|
|
455
|
+
task: string & {
|
|
456
|
+
readonly __kind: any;
|
|
457
|
+
};
|
|
458
|
+
command: string & {
|
|
459
|
+
readonly __kind: any;
|
|
460
|
+
};
|
|
461
|
+
handler: string;
|
|
462
|
+
} & {
|
|
463
|
+
readonly __kind: any;
|
|
464
|
+
};
|
|
465
|
+
};
|
|
466
|
+
export type Task = z.infer<typeof generatedSchemas.schema>;
|
|
467
|
+
export type t = Task;
|
|
468
|
+
export declare const create: (input: {
|
|
469
|
+
options?: {
|
|
470
|
+
boolean?: boolean | undefined;
|
|
471
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
472
|
+
shortFlag?: string | undefined;
|
|
473
|
+
defaultValue?: string | number | boolean | undefined;
|
|
474
|
+
choices?: string[] | undefined;
|
|
475
|
+
required?: boolean | undefined;
|
|
476
|
+
description: string;
|
|
477
|
+
flag: string;
|
|
478
|
+
}[] | undefined;
|
|
479
|
+
aliases?: string[] | undefined;
|
|
480
|
+
positionals?: {
|
|
481
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
482
|
+
defaultValue?: string | number | boolean | undefined;
|
|
483
|
+
required?: boolean | undefined;
|
|
484
|
+
description: string;
|
|
485
|
+
placeholder: string;
|
|
486
|
+
}[] | undefined;
|
|
487
|
+
hidden?: boolean | undefined;
|
|
488
|
+
encoding?: "none" | "json" | "application/json" | undefined;
|
|
489
|
+
example?: string | undefined;
|
|
490
|
+
description: string;
|
|
491
|
+
task: string;
|
|
492
|
+
command: string;
|
|
493
|
+
handler: string;
|
|
494
|
+
} | {
|
|
495
|
+
options?: Flatten<{
|
|
496
|
+
boolean?: boolean | undefined;
|
|
497
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
498
|
+
shortFlag?: (string & {
|
|
499
|
+
readonly __kind: any;
|
|
500
|
+
}) | undefined;
|
|
501
|
+
defaultValue?: string | number | boolean | undefined;
|
|
502
|
+
choices?: string[] | undefined;
|
|
503
|
+
required?: boolean | undefined;
|
|
504
|
+
description: string;
|
|
505
|
+
flag: string & {
|
|
506
|
+
readonly __kind: any;
|
|
507
|
+
};
|
|
508
|
+
} & {
|
|
509
|
+
readonly __kind: any;
|
|
510
|
+
}>[] | undefined;
|
|
511
|
+
aliases?: (string & {
|
|
512
|
+
readonly __kind: any;
|
|
513
|
+
})[] | undefined;
|
|
514
|
+
positionals?: ({
|
|
515
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
516
|
+
defaultValue?: string | number | boolean | undefined;
|
|
517
|
+
required?: boolean | undefined;
|
|
518
|
+
description: string;
|
|
519
|
+
placeholder: string & {
|
|
520
|
+
readonly __kind: any;
|
|
521
|
+
};
|
|
522
|
+
} & {
|
|
523
|
+
readonly __kind: any;
|
|
524
|
+
})[] | undefined;
|
|
525
|
+
hidden?: boolean | undefined;
|
|
526
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
527
|
+
readonly __kind: any;
|
|
528
|
+
}) | undefined;
|
|
529
|
+
example?: string | undefined;
|
|
530
|
+
description: string;
|
|
531
|
+
task: string & {
|
|
532
|
+
readonly __kind: any;
|
|
533
|
+
};
|
|
534
|
+
command: string & {
|
|
535
|
+
readonly __kind: any;
|
|
536
|
+
};
|
|
537
|
+
handler: string;
|
|
538
|
+
}) => {
|
|
539
|
+
options?: Flatten<{
|
|
540
|
+
boolean?: boolean | undefined;
|
|
541
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
542
|
+
shortFlag?: (string & {
|
|
543
|
+
readonly __kind: any;
|
|
544
|
+
}) | undefined;
|
|
545
|
+
defaultValue?: string | number | boolean | undefined;
|
|
546
|
+
choices?: string[] | undefined;
|
|
547
|
+
required?: boolean | undefined;
|
|
548
|
+
description: string;
|
|
549
|
+
flag: string & {
|
|
550
|
+
readonly __kind: any;
|
|
551
|
+
};
|
|
552
|
+
} & {
|
|
553
|
+
readonly __kind: any;
|
|
554
|
+
}>[] | undefined;
|
|
555
|
+
aliases?: (string & {
|
|
556
|
+
readonly __kind: any;
|
|
557
|
+
})[] | undefined;
|
|
558
|
+
positionals?: ({
|
|
559
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
560
|
+
defaultValue?: string | number | boolean | undefined;
|
|
561
|
+
required?: boolean | undefined;
|
|
562
|
+
description: string;
|
|
563
|
+
placeholder: string & {
|
|
564
|
+
readonly __kind: any;
|
|
565
|
+
};
|
|
566
|
+
} & {
|
|
567
|
+
readonly __kind: any;
|
|
568
|
+
})[] | undefined;
|
|
569
|
+
hidden?: boolean | undefined;
|
|
570
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
571
|
+
readonly __kind: any;
|
|
572
|
+
}) | undefined;
|
|
573
|
+
example?: string | undefined;
|
|
574
|
+
description: string;
|
|
575
|
+
task: string & {
|
|
576
|
+
readonly __kind: any;
|
|
577
|
+
};
|
|
578
|
+
command: string & {
|
|
579
|
+
readonly __kind: any;
|
|
580
|
+
};
|
|
581
|
+
handler: string;
|
|
582
|
+
} & {
|
|
583
|
+
readonly __kind: any;
|
|
584
|
+
}, make: (input: {
|
|
585
|
+
options?: Flatten<{
|
|
586
|
+
boolean?: boolean | undefined;
|
|
587
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
588
|
+
shortFlag?: (string & {
|
|
589
|
+
readonly __kind: any;
|
|
590
|
+
}) | undefined;
|
|
591
|
+
defaultValue?: string | number | boolean | undefined;
|
|
592
|
+
choices?: string[] | undefined;
|
|
593
|
+
required?: boolean | undefined;
|
|
594
|
+
description: string;
|
|
595
|
+
flag: string & {
|
|
596
|
+
readonly __kind: any;
|
|
597
|
+
};
|
|
598
|
+
} & {
|
|
599
|
+
readonly __kind: any;
|
|
600
|
+
}>[] | undefined;
|
|
601
|
+
aliases?: (string & {
|
|
602
|
+
readonly __kind: any;
|
|
603
|
+
})[] | undefined;
|
|
604
|
+
positionals?: ({
|
|
605
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
606
|
+
defaultValue?: string | number | boolean | undefined;
|
|
607
|
+
required?: boolean | undefined;
|
|
608
|
+
description: string;
|
|
609
|
+
placeholder: string & {
|
|
610
|
+
readonly __kind: any;
|
|
611
|
+
};
|
|
612
|
+
} & {
|
|
613
|
+
readonly __kind: any;
|
|
614
|
+
})[] | undefined;
|
|
615
|
+
hidden?: boolean | undefined;
|
|
616
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
617
|
+
readonly __kind: any;
|
|
618
|
+
}) | undefined;
|
|
619
|
+
example?: string | undefined;
|
|
620
|
+
description: string;
|
|
621
|
+
task: string & {
|
|
622
|
+
readonly __kind: any;
|
|
623
|
+
};
|
|
624
|
+
command: string & {
|
|
625
|
+
readonly __kind: any;
|
|
626
|
+
};
|
|
627
|
+
handler: string;
|
|
628
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
629
|
+
options?: Flatten<{
|
|
630
|
+
boolean?: boolean | undefined;
|
|
631
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
632
|
+
shortFlag?: (string & {
|
|
633
|
+
readonly __kind: any;
|
|
634
|
+
}) | undefined;
|
|
635
|
+
defaultValue?: string | number | boolean | undefined;
|
|
636
|
+
choices?: string[] | undefined;
|
|
637
|
+
required?: boolean | undefined;
|
|
638
|
+
description: string;
|
|
639
|
+
flag: string & {
|
|
640
|
+
readonly __kind: any;
|
|
641
|
+
};
|
|
642
|
+
} & {
|
|
643
|
+
readonly __kind: any;
|
|
644
|
+
}>[] | undefined;
|
|
645
|
+
aliases?: (string & {
|
|
646
|
+
readonly __kind: any;
|
|
647
|
+
})[] | undefined;
|
|
648
|
+
positionals?: ({
|
|
649
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
650
|
+
defaultValue?: string | number | boolean | undefined;
|
|
651
|
+
required?: boolean | undefined;
|
|
652
|
+
description: string;
|
|
653
|
+
placeholder: string & {
|
|
654
|
+
readonly __kind: any;
|
|
655
|
+
};
|
|
656
|
+
} & {
|
|
657
|
+
readonly __kind: any;
|
|
658
|
+
})[] | undefined;
|
|
659
|
+
hidden?: boolean | undefined;
|
|
660
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
661
|
+
readonly __kind: any;
|
|
662
|
+
}) | undefined;
|
|
663
|
+
example?: string | undefined;
|
|
664
|
+
description: string;
|
|
665
|
+
task: string & {
|
|
666
|
+
readonly __kind: any;
|
|
667
|
+
};
|
|
668
|
+
command: string & {
|
|
669
|
+
readonly __kind: any;
|
|
670
|
+
};
|
|
671
|
+
handler: string;
|
|
672
|
+
} & {
|
|
673
|
+
readonly __kind: any;
|
|
674
|
+
}>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
675
|
+
options?: Flatten<{
|
|
676
|
+
boolean?: boolean | undefined;
|
|
677
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
678
|
+
shortFlag?: (string & {
|
|
679
|
+
readonly __kind: any;
|
|
680
|
+
}) | undefined;
|
|
681
|
+
defaultValue?: string | number | boolean | undefined;
|
|
682
|
+
choices?: string[] | undefined;
|
|
683
|
+
required?: boolean | undefined;
|
|
684
|
+
description: string;
|
|
685
|
+
flag: string & {
|
|
686
|
+
readonly __kind: any;
|
|
687
|
+
};
|
|
688
|
+
} & {
|
|
689
|
+
readonly __kind: any;
|
|
690
|
+
}>[] | undefined;
|
|
691
|
+
aliases?: (string & {
|
|
692
|
+
readonly __kind: any;
|
|
693
|
+
})[] | undefined;
|
|
694
|
+
positionals?: ({
|
|
695
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
696
|
+
defaultValue?: string | number | boolean | undefined;
|
|
697
|
+
required?: boolean | undefined;
|
|
698
|
+
description: string;
|
|
699
|
+
placeholder: string & {
|
|
700
|
+
readonly __kind: any;
|
|
701
|
+
};
|
|
702
|
+
} & {
|
|
703
|
+
readonly __kind: any;
|
|
704
|
+
})[] | undefined;
|
|
705
|
+
hidden?: boolean | undefined;
|
|
706
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
707
|
+
readonly __kind: any;
|
|
708
|
+
}) | undefined;
|
|
709
|
+
example?: string | undefined;
|
|
710
|
+
description: string;
|
|
711
|
+
task: string & {
|
|
712
|
+
readonly __kind: any;
|
|
713
|
+
};
|
|
714
|
+
command: string & {
|
|
715
|
+
readonly __kind: any;
|
|
716
|
+
};
|
|
717
|
+
handler: string;
|
|
718
|
+
} & {
|
|
719
|
+
readonly __kind: any;
|
|
720
|
+
}>;
|
|
721
|
+
export declare const schemas: {
|
|
722
|
+
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
723
|
+
options?: Flatten<{
|
|
724
|
+
boolean?: boolean | undefined;
|
|
725
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
726
|
+
shortFlag?: (string & {
|
|
727
|
+
readonly __kind: any;
|
|
728
|
+
}) | undefined;
|
|
729
|
+
defaultValue?: string | number | boolean | undefined;
|
|
730
|
+
choices?: string[] | undefined;
|
|
731
|
+
required?: boolean | undefined;
|
|
732
|
+
description: string;
|
|
733
|
+
flag: string & {
|
|
734
|
+
readonly __kind: any;
|
|
735
|
+
};
|
|
736
|
+
} & {
|
|
737
|
+
readonly __kind: any;
|
|
738
|
+
}>[] | undefined;
|
|
739
|
+
aliases?: (string & {
|
|
740
|
+
readonly __kind: any;
|
|
741
|
+
})[] | undefined;
|
|
742
|
+
positionals?: ({
|
|
743
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
744
|
+
defaultValue?: string | number | boolean | undefined;
|
|
745
|
+
required?: boolean | undefined;
|
|
746
|
+
description: string;
|
|
747
|
+
placeholder: string & {
|
|
748
|
+
readonly __kind: any;
|
|
749
|
+
};
|
|
750
|
+
} & {
|
|
751
|
+
readonly __kind: any;
|
|
752
|
+
})[] | undefined;
|
|
753
|
+
hidden?: boolean | undefined;
|
|
754
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
755
|
+
readonly __kind: any;
|
|
756
|
+
}) | undefined;
|
|
757
|
+
example?: string | undefined;
|
|
758
|
+
description: string;
|
|
759
|
+
task: string & {
|
|
760
|
+
readonly __kind: any;
|
|
761
|
+
};
|
|
762
|
+
command: string & {
|
|
763
|
+
readonly __kind: any;
|
|
764
|
+
};
|
|
765
|
+
handler: string;
|
|
766
|
+
} & {
|
|
767
|
+
readonly __kind: any;
|
|
768
|
+
}, any>, {
|
|
769
|
+
options?: Flatten<{
|
|
770
|
+
boolean?: boolean | undefined;
|
|
771
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
772
|
+
shortFlag?: (string & {
|
|
773
|
+
readonly __kind: any;
|
|
774
|
+
}) | undefined;
|
|
775
|
+
defaultValue?: string | number | boolean | undefined;
|
|
776
|
+
choices?: string[] | undefined;
|
|
777
|
+
required?: boolean | undefined;
|
|
778
|
+
description: string;
|
|
779
|
+
flag: string & {
|
|
780
|
+
readonly __kind: any;
|
|
781
|
+
};
|
|
782
|
+
} & {
|
|
783
|
+
readonly __kind: any;
|
|
784
|
+
}>[] | undefined;
|
|
785
|
+
aliases?: (string & {
|
|
786
|
+
readonly __kind: any;
|
|
787
|
+
})[] | undefined;
|
|
788
|
+
positionals?: ({
|
|
789
|
+
type?: "string" | "number" | "boolean" | undefined;
|
|
790
|
+
defaultValue?: string | number | boolean | undefined;
|
|
791
|
+
required?: boolean | undefined;
|
|
792
|
+
description: string;
|
|
793
|
+
placeholder: string & {
|
|
794
|
+
readonly __kind: any;
|
|
795
|
+
};
|
|
796
|
+
} & {
|
|
797
|
+
readonly __kind: any;
|
|
798
|
+
})[] | undefined;
|
|
799
|
+
hidden?: boolean | undefined;
|
|
800
|
+
encoding?: (("none" | "json" | "application/json" | undefined) & {
|
|
801
|
+
readonly __kind: any;
|
|
802
|
+
}) | undefined;
|
|
803
|
+
example?: string | undefined;
|
|
804
|
+
description: string;
|
|
805
|
+
task: string & {
|
|
806
|
+
readonly __kind: any;
|
|
807
|
+
};
|
|
808
|
+
command: string & {
|
|
809
|
+
readonly __kind: any;
|
|
810
|
+
};
|
|
811
|
+
handler: string;
|
|
812
|
+
} & {
|
|
813
|
+
readonly __kind: any;
|
|
814
|
+
}, any>;
|
|
815
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
816
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
817
|
+
};
|
|
2
818
|
//# sourceMappingURL=Task.d.ts.map
|