@taqueria/protocol 0.25.4-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/Template.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Template.d.ts","sourceRoot":"","sources":["Template.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Template.d.ts","sourceRoot":"","sources":["Template.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAmBxB,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBpB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWzB,CAAC;AAKH,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,MAAM,MAAM,QAAQ,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC/D,MAAM,MAAM,CAAC,GAAG,QAAQ,CAAC;AACzB,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAAE,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}
|
package/Template.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
5
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
8
|
var __export = (target, all) => {
|
|
7
9
|
for (var name in all)
|
|
@@ -15,22 +17,101 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
15
17
|
}
|
|
16
18
|
return to;
|
|
17
19
|
};
|
|
18
|
-
var
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
19
24
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
25
|
|
|
21
26
|
// Template.ts
|
|
22
27
|
var Template_exports = {};
|
|
23
28
|
__export(Template_exports, {
|
|
24
|
-
create: () => create
|
|
29
|
+
create: () => create,
|
|
30
|
+
factory: () => factory,
|
|
31
|
+
generatedSchemas: () => generatedSchemas,
|
|
32
|
+
internalSchema: () => internalSchema,
|
|
33
|
+
make: () => make,
|
|
34
|
+
of: () => of,
|
|
35
|
+
rawSchema: () => rawSchema5,
|
|
36
|
+
schemas: () => schemas8
|
|
25
37
|
});
|
|
26
38
|
module.exports = __toCommonJS(Template_exports);
|
|
27
|
-
var
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
39
|
+
var import_Base = __toESM(require("@taqueria/protocol/Base"));
|
|
40
|
+
var Command = __toESM(require("@taqueria/protocol/Command"));
|
|
41
|
+
var Option = __toESM(require("@taqueria/protocol/Option"));
|
|
42
|
+
var PluginJsonResponse = __toESM(require("@taqueria/protocol/PluginJsonResponse"));
|
|
43
|
+
var PluginResponseEncoding = __toESM(require("@taqueria/protocol/PluginResponseEncoding"));
|
|
44
|
+
var PositionalArg = __toESM(require("@taqueria/protocol/PositionalArg"));
|
|
45
|
+
var RequestArgs = __toESM(require("@taqueria/protocol/RequestArgs"));
|
|
46
|
+
var Verb = __toESM(require("@taqueria/protocol/Verb"));
|
|
47
|
+
var import_zod = require("zod");
|
|
48
|
+
var handlerSchema = import_zod.z.union([
|
|
49
|
+
import_zod.z.string().min(1),
|
|
50
|
+
import_zod.z.function().args(RequestArgs.schemas.schema).returns(import_zod.z.union([
|
|
51
|
+
import_zod.z.void(),
|
|
52
|
+
PluginJsonResponse.schemas.schema,
|
|
53
|
+
PluginJsonResponse.schemas.internalSchema,
|
|
54
|
+
import_zod.z.promise(
|
|
55
|
+
import_zod.z.union([
|
|
56
|
+
import_zod.z.promise(import_zod.z.void()),
|
|
57
|
+
import_zod.z.void(),
|
|
58
|
+
PluginJsonResponse.schemas.schema,
|
|
59
|
+
PluginJsonResponse.schemas.internalSchema
|
|
60
|
+
])
|
|
61
|
+
)
|
|
62
|
+
]))
|
|
63
|
+
]);
|
|
64
|
+
var rawSchema5 = import_zod.z.object({
|
|
65
|
+
template: Verb.rawSchema,
|
|
66
|
+
command: Command.rawSchema,
|
|
67
|
+
description: import_zod.z.string().min(4),
|
|
68
|
+
hidden: import_zod.z.preprocess(
|
|
69
|
+
(val) => val ?? false,
|
|
70
|
+
import_zod.z.boolean()
|
|
71
|
+
).optional(),
|
|
72
|
+
options: import_zod.z.preprocess(
|
|
73
|
+
(val) => val ?? [],
|
|
74
|
+
import_zod.z.array(Option.rawSchema)
|
|
75
|
+
).optional(),
|
|
76
|
+
positionals: import_zod.z.preprocess(
|
|
77
|
+
(val) => val ?? [],
|
|
78
|
+
import_zod.z.array(PositionalArg.rawSchema)
|
|
79
|
+
).optional(),
|
|
80
|
+
handler: handlerSchema.describe("Template Handler"),
|
|
81
|
+
encoding: PluginResponseEncoding.schemas.schema.optional()
|
|
82
|
+
});
|
|
83
|
+
var internalSchema = rawSchema5.extend({
|
|
84
|
+
template: Verb.schemas.schema,
|
|
85
|
+
command: Command.schemas.schema,
|
|
86
|
+
options: import_zod.z.preprocess(
|
|
87
|
+
(val) => val ?? [],
|
|
88
|
+
import_zod.z.array(Option.schemas.schema)
|
|
89
|
+
).optional(),
|
|
90
|
+
positionals: import_zod.z.preprocess(
|
|
91
|
+
(val) => val ?? [],
|
|
92
|
+
import_zod.z.array(PositionalArg.schemas.schema)
|
|
93
|
+
).optional()
|
|
94
|
+
});
|
|
95
|
+
var { schemas: generatedSchemas, factory } = (0, import_Base.default)({
|
|
96
|
+
rawSchema: rawSchema5,
|
|
97
|
+
internalSchema,
|
|
98
|
+
parseErrMsg: (value) => `The following template is invalid: ${value}`,
|
|
99
|
+
unknownErrMsg: "Something went wrong trying to parse the template"
|
|
100
|
+
});
|
|
101
|
+
var { create, make, of } = factory;
|
|
102
|
+
var schemas8 = {
|
|
103
|
+
...generatedSchemas,
|
|
104
|
+
schema: generatedSchemas.schema.transform((val) => val)
|
|
105
|
+
};
|
|
32
106
|
// Annotate the CommonJS export names for ESM import in node:
|
|
33
107
|
0 && (module.exports = {
|
|
34
|
-
create
|
|
108
|
+
create,
|
|
109
|
+
factory,
|
|
110
|
+
generatedSchemas,
|
|
111
|
+
internalSchema,
|
|
112
|
+
make,
|
|
113
|
+
of,
|
|
114
|
+
rawSchema,
|
|
115
|
+
schemas
|
|
35
116
|
});
|
|
36
117
|
//# sourceMappingURL=Template.js.map
|
package/Template.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Template.ts"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"sources":["Template.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport * as Command from '@taqueria/protocol/Command';\nimport * as Option from '@taqueria/protocol/Option';\nimport * as PluginJsonResponse from '@taqueria/protocol/PluginJsonResponse';\nimport * as PluginResponseEncoding from '@taqueria/protocol/PluginResponseEncoding';\nimport * as PositionalArg from '@taqueria/protocol/PositionalArg';\nimport * as RequestArgs from '@taqueria/protocol/RequestArgs';\nimport * as Verb from '@taqueria/protocol/Verb';\nimport { z } from 'zod';\n\nconst handlerSchema = z.union([\n\tz.string().min(1),\n\tz.function().args(RequestArgs.schemas.schema).returns(z.union([\n\t\tz.void(),\n\t\tPluginJsonResponse.schemas.schema,\n\t\tPluginJsonResponse.schemas.internalSchema,\n\t\tz.promise(\n\t\t\tz.union([\n\t\t\t\tz.promise(z.void()),\n\t\t\t\tz.void(),\n\t\t\t\tPluginJsonResponse.schemas.schema,\n\t\t\t\tPluginJsonResponse.schemas.internalSchema,\n\t\t\t]),\n\t\t),\n\t])),\n]);\n\nexport const rawSchema = z.object({\n\ttemplate: Verb.rawSchema,\n\tcommand: Command.rawSchema,\n\tdescription: z.string().min(4),\n\thidden: z.preprocess(\n\t\tval => val ?? false,\n\t\tz.boolean(),\n\t).optional(),\n\toptions: z.preprocess(\n\t\tval => val ?? [],\n\t\tz.array(Option.rawSchema),\n\t).optional(),\n\tpositionals: z.preprocess(\n\t\tval => val ?? [],\n\t\tz.array(PositionalArg.rawSchema),\n\t).optional(),\n\thandler: handlerSchema.describe('Template Handler'),\n\tencoding: PluginResponseEncoding.schemas.schema.optional(),\n});\n\nexport const internalSchema = rawSchema.extend({\n\ttemplate: Verb.schemas.schema,\n\tcommand: Command.schemas.schema,\n\toptions: z.preprocess(\n\t\tval => val ?? [],\n\t\tz.array(Option.schemas.schema),\n\t).optional(),\n\tpositionals: z.preprocess(\n\t\tval => val ?? [],\n\t\tz.array(PositionalArg.schemas.schema),\n\t).optional(),\n});\n\ntype RawInput = z.infer<typeof rawSchema>;\ntype Input = z.infer<typeof internalSchema>;\n\nexport const { schemas: generatedSchemas, factory } = createType<RawInput, Input>({\n\trawSchema,\n\tinternalSchema,\n\tparseErrMsg: (value: unknown) => `The following template is invalid: ${value}`,\n\tunknownErrMsg: 'Something went wrong trying to parse the template',\n});\n\nexport type Template = z.infer<typeof generatedSchemas.schema>;\nexport type t = Template;\nexport const { create, make, of } = factory;\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as unknown as Template),\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAAA;AAAA,EAAA,eAAAC;AAAA;AAAA;AAAA,kBAAuB;AACvB,cAAyB;AACzB,aAAwB;AACxB,yBAAoC;AACpC,6BAAwC;AACxC,oBAA+B;AAC/B,kBAA6B;AAC7B,WAAsB;AACtB,iBAAkB;AAElB,IAAM,gBAAgB,aAAE,MAAM;AAAA,EAC7B,aAAE,OAAO,EAAE,IAAI,CAAC;AAAA,EAChB,aAAE,SAAS,EAAE,KAAiB,oBAAQ,MAAM,EAAE,QAAQ,aAAE,MAAM;AAAA,IAC7D,aAAE,KAAK;AAAA,IACY,2BAAQ;AAAA,IACR,2BAAQ;AAAA,IAC3B,aAAE;AAAA,MACD,aAAE,MAAM;AAAA,QACP,aAAE,QAAQ,aAAE,KAAK,CAAC;AAAA,QAClB,aAAE,KAAK;AAAA,QACY,2BAAQ;AAAA,QACR,2BAAQ;AAAA,MAC5B,CAAC;AAAA,IACF;AAAA,EACD,CAAC,CAAC;AACH,CAAC;AAEM,IAAMD,aAAY,aAAE,OAAO;AAAA,EACjC,UAAe;AAAA,EACf,SAAiB;AAAA,EACjB,aAAa,aAAE,OAAO,EAAE,IAAI,CAAC;AAAA,EAC7B,QAAQ,aAAE;AAAA,IACT,SAAO,OAAO;AAAA,IACd,aAAE,QAAQ;AAAA,EACX,EAAE,SAAS;AAAA,EACX,SAAS,aAAE;AAAA,IACV,SAAO,OAAO,CAAC;AAAA,IACf,aAAE,MAAa,gBAAS;AAAA,EACzB,EAAE,SAAS;AAAA,EACX,aAAa,aAAE;AAAA,IACd,SAAO,OAAO,CAAC;AAAA,IACf,aAAE,MAAoB,uBAAS;AAAA,EAChC,EAAE,SAAS;AAAA,EACX,SAAS,cAAc,SAAS,kBAAkB;AAAA,EAClD,UAAiC,+BAAQ,OAAO,SAAS;AAC1D,CAAC;AAEM,IAAM,iBAAiBA,WAAU,OAAO;AAAA,EAC9C,UAAe,aAAQ;AAAA,EACvB,SAAiB,gBAAQ;AAAA,EACzB,SAAS,aAAE;AAAA,IACV,SAAO,OAAO,CAAC;AAAA,IACf,aAAE,MAAa,eAAQ,MAAM;AAAA,EAC9B,EAAE,SAAS;AAAA,EACX,aAAa,aAAE;AAAA,IACd,SAAO,OAAO,CAAC;AAAA,IACf,aAAE,MAAoB,sBAAQ,MAAM;AAAA,EACrC,EAAE,SAAS;AACZ,CAAC;AAKM,IAAM,EAAE,SAAS,kBAAkB,QAAQ,QAAI,YAAAE,SAA4B;AAAA,EACjF,WAAAF;AAAA,EACA;AAAA,EACA,aAAa,CAAC,UAAmB,sCAAsC;AAAA,EACvE,eAAe;AAChB,CAAC;AAIM,IAAM,EAAE,QAAQ,MAAM,GAAG,IAAI;AAC7B,IAAMC,WAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAA0B;AAC5E;","names":["rawSchema","schemas","createType"]}
|
package/Template.mjs
CHANGED
|
@@ -1,10 +1,79 @@
|
|
|
1
1
|
// Template.ts
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import createType from "@taqueria/protocol/Base";
|
|
3
|
+
import * as Command from "@taqueria/protocol/Command";
|
|
4
|
+
import * as Option from "@taqueria/protocol/Option";
|
|
5
|
+
import * as PluginJsonResponse from "@taqueria/protocol/PluginJsonResponse";
|
|
6
|
+
import * as PluginResponseEncoding from "@taqueria/protocol/PluginResponseEncoding";
|
|
7
|
+
import * as PositionalArg from "@taqueria/protocol/PositionalArg";
|
|
8
|
+
import * as RequestArgs from "@taqueria/protocol/RequestArgs";
|
|
9
|
+
import * as Verb from "@taqueria/protocol/Verb";
|
|
10
|
+
import { z } from "zod";
|
|
11
|
+
var handlerSchema = z.union([
|
|
12
|
+
z.string().min(1),
|
|
13
|
+
z.function().args(RequestArgs.schemas.schema).returns(z.union([
|
|
14
|
+
z.void(),
|
|
15
|
+
PluginJsonResponse.schemas.schema,
|
|
16
|
+
PluginJsonResponse.schemas.internalSchema,
|
|
17
|
+
z.promise(
|
|
18
|
+
z.union([
|
|
19
|
+
z.promise(z.void()),
|
|
20
|
+
z.void(),
|
|
21
|
+
PluginJsonResponse.schemas.schema,
|
|
22
|
+
PluginJsonResponse.schemas.internalSchema
|
|
23
|
+
])
|
|
24
|
+
)
|
|
25
|
+
]))
|
|
26
|
+
]);
|
|
27
|
+
var rawSchema5 = z.object({
|
|
28
|
+
template: Verb.rawSchema,
|
|
29
|
+
command: Command.rawSchema,
|
|
30
|
+
description: z.string().min(4),
|
|
31
|
+
hidden: z.preprocess(
|
|
32
|
+
(val) => val ?? false,
|
|
33
|
+
z.boolean()
|
|
34
|
+
).optional(),
|
|
35
|
+
options: z.preprocess(
|
|
36
|
+
(val) => val ?? [],
|
|
37
|
+
z.array(Option.rawSchema)
|
|
38
|
+
).optional(),
|
|
39
|
+
positionals: z.preprocess(
|
|
40
|
+
(val) => val ?? [],
|
|
41
|
+
z.array(PositionalArg.rawSchema)
|
|
42
|
+
).optional(),
|
|
43
|
+
handler: handlerSchema.describe("Template Handler"),
|
|
44
|
+
encoding: PluginResponseEncoding.schemas.schema.optional()
|
|
45
|
+
});
|
|
46
|
+
var internalSchema = rawSchema5.extend({
|
|
47
|
+
template: Verb.schemas.schema,
|
|
48
|
+
command: Command.schemas.schema,
|
|
49
|
+
options: z.preprocess(
|
|
50
|
+
(val) => val ?? [],
|
|
51
|
+
z.array(Option.schemas.schema)
|
|
52
|
+
).optional(),
|
|
53
|
+
positionals: z.preprocess(
|
|
54
|
+
(val) => val ?? [],
|
|
55
|
+
z.array(PositionalArg.schemas.schema)
|
|
56
|
+
).optional()
|
|
57
|
+
});
|
|
58
|
+
var { schemas: generatedSchemas, factory } = createType({
|
|
59
|
+
rawSchema: rawSchema5,
|
|
60
|
+
internalSchema,
|
|
61
|
+
parseErrMsg: (value) => `The following template is invalid: ${value}`,
|
|
62
|
+
unknownErrMsg: "Something went wrong trying to parse the template"
|
|
63
|
+
});
|
|
64
|
+
var { create, make, of } = factory;
|
|
65
|
+
var schemas8 = {
|
|
66
|
+
...generatedSchemas,
|
|
67
|
+
schema: generatedSchemas.schema.transform((val) => val)
|
|
68
|
+
};
|
|
7
69
|
export {
|
|
8
|
-
create
|
|
70
|
+
create,
|
|
71
|
+
factory,
|
|
72
|
+
generatedSchemas,
|
|
73
|
+
internalSchema,
|
|
74
|
+
make,
|
|
75
|
+
of,
|
|
76
|
+
rawSchema5 as rawSchema,
|
|
77
|
+
schemas8 as schemas
|
|
9
78
|
};
|
|
10
79
|
//# sourceMappingURL=Template.mjs.map
|
package/Template.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Template.ts"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"sources":["Template.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport * as Command from '@taqueria/protocol/Command';\nimport * as Option from '@taqueria/protocol/Option';\nimport * as PluginJsonResponse from '@taqueria/protocol/PluginJsonResponse';\nimport * as PluginResponseEncoding from '@taqueria/protocol/PluginResponseEncoding';\nimport * as PositionalArg from '@taqueria/protocol/PositionalArg';\nimport * as RequestArgs from '@taqueria/protocol/RequestArgs';\nimport * as Verb from '@taqueria/protocol/Verb';\nimport { z } from 'zod';\n\nconst handlerSchema = z.union([\n\tz.string().min(1),\n\tz.function().args(RequestArgs.schemas.schema).returns(z.union([\n\t\tz.void(),\n\t\tPluginJsonResponse.schemas.schema,\n\t\tPluginJsonResponse.schemas.internalSchema,\n\t\tz.promise(\n\t\t\tz.union([\n\t\t\t\tz.promise(z.void()),\n\t\t\t\tz.void(),\n\t\t\t\tPluginJsonResponse.schemas.schema,\n\t\t\t\tPluginJsonResponse.schemas.internalSchema,\n\t\t\t]),\n\t\t),\n\t])),\n]);\n\nexport const rawSchema = z.object({\n\ttemplate: Verb.rawSchema,\n\tcommand: Command.rawSchema,\n\tdescription: z.string().min(4),\n\thidden: z.preprocess(\n\t\tval => val ?? false,\n\t\tz.boolean(),\n\t).optional(),\n\toptions: z.preprocess(\n\t\tval => val ?? [],\n\t\tz.array(Option.rawSchema),\n\t).optional(),\n\tpositionals: z.preprocess(\n\t\tval => val ?? [],\n\t\tz.array(PositionalArg.rawSchema),\n\t).optional(),\n\thandler: handlerSchema.describe('Template Handler'),\n\tencoding: PluginResponseEncoding.schemas.schema.optional(),\n});\n\nexport const internalSchema = rawSchema.extend({\n\ttemplate: Verb.schemas.schema,\n\tcommand: Command.schemas.schema,\n\toptions: z.preprocess(\n\t\tval => val ?? [],\n\t\tz.array(Option.schemas.schema),\n\t).optional(),\n\tpositionals: z.preprocess(\n\t\tval => val ?? [],\n\t\tz.array(PositionalArg.schemas.schema),\n\t).optional(),\n});\n\ntype RawInput = z.infer<typeof rawSchema>;\ntype Input = z.infer<typeof internalSchema>;\n\nexport const { schemas: generatedSchemas, factory } = createType<RawInput, Input>({\n\trawSchema,\n\tinternalSchema,\n\tparseErrMsg: (value: unknown) => `The following template is invalid: ${value}`,\n\tunknownErrMsg: 'Something went wrong trying to parse the template',\n});\n\nexport type Template = z.infer<typeof generatedSchemas.schema>;\nexport type t = Template;\nexport const { create, make, of } = factory;\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as unknown as Template),\n};\n"],"mappings":";AAAA,OAAO,gBAAgB;AACvB,YAAY,aAAa;AACzB,YAAY,YAAY;AACxB,YAAY,wBAAwB;AACpC,YAAY,4BAA4B;AACxC,YAAY,mBAAmB;AAC/B,YAAY,iBAAiB;AAC7B,YAAY,UAAU;AACtB,SAAS,SAAS;AAElB,IAAM,gBAAgB,EAAE,MAAM;AAAA,EAC7B,EAAE,OAAO,EAAE,IAAI,CAAC;AAAA,EAChB,EAAE,SAAS,EAAE,KAAiB,oBAAQ,MAAM,EAAE,QAAQ,EAAE,MAAM;AAAA,IAC7D,EAAE,KAAK;AAAA,IACY,2BAAQ;AAAA,IACR,2BAAQ;AAAA,IAC3B,EAAE;AAAA,MACD,EAAE,MAAM;AAAA,QACP,EAAE,QAAQ,EAAE,KAAK,CAAC;AAAA,QAClB,EAAE,KAAK;AAAA,QACY,2BAAQ;AAAA,QACR,2BAAQ;AAAA,MAC5B,CAAC;AAAA,IACF;AAAA,EACD,CAAC,CAAC;AACH,CAAC;AAEM,IAAMA,aAAY,EAAE,OAAO;AAAA,EACjC,UAAe;AAAA,EACf,SAAiB;AAAA,EACjB,aAAa,EAAE,OAAO,EAAE,IAAI,CAAC;AAAA,EAC7B,QAAQ,EAAE;AAAA,IACT,SAAO,OAAO;AAAA,IACd,EAAE,QAAQ;AAAA,EACX,EAAE,SAAS;AAAA,EACX,SAAS,EAAE;AAAA,IACV,SAAO,OAAO,CAAC;AAAA,IACf,EAAE,MAAa,gBAAS;AAAA,EACzB,EAAE,SAAS;AAAA,EACX,aAAa,EAAE;AAAA,IACd,SAAO,OAAO,CAAC;AAAA,IACf,EAAE,MAAoB,uBAAS;AAAA,EAChC,EAAE,SAAS;AAAA,EACX,SAAS,cAAc,SAAS,kBAAkB;AAAA,EAClD,UAAiC,+BAAQ,OAAO,SAAS;AAC1D,CAAC;AAEM,IAAM,iBAAiBA,WAAU,OAAO;AAAA,EAC9C,UAAe,aAAQ;AAAA,EACvB,SAAiB,gBAAQ;AAAA,EACzB,SAAS,EAAE;AAAA,IACV,SAAO,OAAO,CAAC;AAAA,IACf,EAAE,MAAa,eAAQ,MAAM;AAAA,EAC9B,EAAE,SAAS;AAAA,EACX,aAAa,EAAE;AAAA,IACd,SAAO,OAAO,CAAC;AAAA,IACf,EAAE,MAAoB,sBAAQ,MAAM;AAAA,EACrC,EAAE,SAAS;AACZ,CAAC;AAKM,IAAM,EAAE,SAAS,kBAAkB,QAAQ,IAAI,WAA4B;AAAA,EACjF,WAAAA;AAAA,EACA;AAAA,EACA,aAAa,CAAC,UAAmB,sCAAsC;AAAA,EACvE,eAAe;AAChB,CAAC;AAIM,IAAM,EAAE,QAAQ,MAAM,GAAG,IAAI;AAC7B,IAAMC,WAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAA0B;AAC5E;","names":["rawSchema","schemas"]}
|
package/Timestamp.d.ts
CHANGED
|
@@ -1,2 +1,44 @@
|
|
|
1
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const rawSchema: z.ZodNumber;
|
|
3
|
+
export declare const factory: {
|
|
4
|
+
make: (input: number) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
5
|
+
readonly __kind: any;
|
|
6
|
+
}>;
|
|
7
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
8
|
+
readonly __kind: any;
|
|
9
|
+
}>;
|
|
10
|
+
create: (input: number) => number & {
|
|
11
|
+
readonly __kind: any;
|
|
12
|
+
};
|
|
13
|
+
from: (input: unknown) => number & {
|
|
14
|
+
readonly __kind: any;
|
|
15
|
+
};
|
|
16
|
+
}, generatedSchemas: {
|
|
17
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
18
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
19
|
+
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, number & {
|
|
20
|
+
readonly __kind: any;
|
|
21
|
+
}, any>;
|
|
22
|
+
};
|
|
23
|
+
export type Timestamp = z.infer<typeof generatedSchemas.schema>;
|
|
24
|
+
export type t = Timestamp;
|
|
25
|
+
export declare const create: (input: number) => number & {
|
|
26
|
+
readonly __kind: any;
|
|
27
|
+
}, make: (input: number) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
28
|
+
readonly __kind: any;
|
|
29
|
+
}>, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, number & {
|
|
30
|
+
readonly __kind: any;
|
|
31
|
+
}>;
|
|
32
|
+
export declare const schemas: {
|
|
33
|
+
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, number & {
|
|
34
|
+
readonly __kind: any;
|
|
35
|
+
}, any>, number & {
|
|
36
|
+
readonly __kind: any;
|
|
37
|
+
}, any>;
|
|
38
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
39
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
40
|
+
};
|
|
41
|
+
export declare const now: () => number & {
|
|
42
|
+
readonly __kind: any;
|
|
43
|
+
};
|
|
2
44
|
//# sourceMappingURL=Timestamp.d.ts.map
|
package/Timestamp.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Timestamp.d.ts","sourceRoot":"","sources":["Timestamp.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Timestamp.d.ts","sourceRoot":"","sources":["Timestamp.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAEL,CAAC;AAIlB,eAAO,MAAQ,OAAO;;;;;;;;;;;;;GAAW,gBAAgB;;;;;;CAK/C,CAAC;AAEH,MAAM,MAAM,SAAS,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAChE,MAAM,MAAM,CAAC,GAAG,SAAS,CAAC;AAC1B,eAAO,MAAQ,MAAM;;GAAE,IAAI;;IAAE,EAAE;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC;AAEF,eAAO,MAAM,GAAG;;CAAgC,CAAC"}
|
package/Timestamp.js
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
5
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
6
12
|
var __copyProps = (to, from, except, desc) => {
|
|
7
13
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
14
|
for (let key of __getOwnPropNames(from))
|
|
@@ -11,11 +17,49 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
11
17
|
}
|
|
12
18
|
return to;
|
|
13
19
|
};
|
|
14
|
-
var
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
15
24
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
25
|
|
|
17
26
|
// Timestamp.ts
|
|
18
27
|
var Timestamp_exports = {};
|
|
28
|
+
__export(Timestamp_exports, {
|
|
29
|
+
create: () => create,
|
|
30
|
+
factory: () => factory,
|
|
31
|
+
generatedSchemas: () => generatedSchemas,
|
|
32
|
+
make: () => make,
|
|
33
|
+
now: () => now,
|
|
34
|
+
of: () => of,
|
|
35
|
+
rawSchema: () => rawSchema,
|
|
36
|
+
schemas: () => schemas
|
|
37
|
+
});
|
|
19
38
|
module.exports = __toCommonJS(Timestamp_exports);
|
|
20
|
-
|
|
39
|
+
var import_Base = __toESM(require("@taqueria/protocol/Base"));
|
|
40
|
+
var import_zod = require("zod");
|
|
41
|
+
var rawSchema = import_zod.z.number({ description: "Timestamp" }).min(1651846877);
|
|
42
|
+
var { factory, schemas: generatedSchemas } = (0, import_Base.default)({
|
|
43
|
+
isStringLike: true,
|
|
44
|
+
rawSchema,
|
|
45
|
+
parseErrMsg: (value) => `${value} is an invalid timestamp`,
|
|
46
|
+
unknownErrMsg: `Something went wrong trying to parse a timestamp`
|
|
47
|
+
});
|
|
48
|
+
var { create, make, of } = factory;
|
|
49
|
+
var schemas = {
|
|
50
|
+
...generatedSchemas,
|
|
51
|
+
schema: generatedSchemas.schema.transform((val) => val)
|
|
52
|
+
};
|
|
53
|
+
var now = () => Date.now();
|
|
54
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
55
|
+
0 && (module.exports = {
|
|
56
|
+
create,
|
|
57
|
+
factory,
|
|
58
|
+
generatedSchemas,
|
|
59
|
+
make,
|
|
60
|
+
now,
|
|
61
|
+
of,
|
|
62
|
+
rawSchema,
|
|
63
|
+
schemas
|
|
64
|
+
});
|
|
21
65
|
//# sourceMappingURL=Timestamp.js.map
|
package/Timestamp.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Timestamp.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["Timestamp.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport { z } from 'zod';\n\nexport const rawSchema = z\n\t.number({ description: 'Timestamp' })\n\t.min(1651846877);\n\ntype Input = z.infer<typeof rawSchema>;\n\nexport const { factory, schemas: generatedSchemas } = createType<Input, Input>({\n\tisStringLike: true,\n\trawSchema,\n\tparseErrMsg: (value: unknown) => `${value} is an invalid timestamp`,\n\tunknownErrMsg: `Something went wrong trying to parse a timestamp`,\n});\n\nexport type Timestamp = z.infer<typeof generatedSchemas.schema>;\nexport type t = Timestamp;\nexport const { create, make, of } = factory;\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as Timestamp),\n};\n\nexport const now = () => Date.now() as Timestamp;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAuB;AACvB,iBAAkB;AAEX,IAAM,YAAY,aACvB,OAAO,EAAE,aAAa,YAAY,CAAC,EACnC,IAAI,UAAU;AAIT,IAAM,EAAE,SAAS,SAAS,iBAAiB,QAAI,YAAAA,SAAyB;AAAA,EAC9E,cAAc;AAAA,EACd;AAAA,EACA,aAAa,CAAC,UAAmB,GAAG;AAAA,EACpC,eAAe;AAChB,CAAC;AAIM,IAAM,EAAE,QAAQ,MAAM,GAAG,IAAI;AAC7B,IAAM,UAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAAgB;AAClE;AAEO,IAAM,MAAM,MAAM,KAAK,IAAI;","names":["createType"]}
|
package/Timestamp.mjs
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
1
|
// Timestamp.ts
|
|
2
|
-
|
|
2
|
+
import createType from "@taqueria/protocol/Base";
|
|
3
|
+
import { z } from "zod";
|
|
4
|
+
var rawSchema = z.number({ description: "Timestamp" }).min(1651846877);
|
|
5
|
+
var { factory, schemas: generatedSchemas } = createType({
|
|
6
|
+
isStringLike: true,
|
|
7
|
+
rawSchema,
|
|
8
|
+
parseErrMsg: (value) => `${value} is an invalid timestamp`,
|
|
9
|
+
unknownErrMsg: `Something went wrong trying to parse a timestamp`
|
|
10
|
+
});
|
|
11
|
+
var { create, make, of } = factory;
|
|
12
|
+
var schemas = {
|
|
13
|
+
...generatedSchemas,
|
|
14
|
+
schema: generatedSchemas.schema.transform((val) => val)
|
|
15
|
+
};
|
|
16
|
+
var now = () => Date.now();
|
|
17
|
+
export {
|
|
18
|
+
create,
|
|
19
|
+
factory,
|
|
20
|
+
generatedSchemas,
|
|
21
|
+
make,
|
|
22
|
+
now,
|
|
23
|
+
of,
|
|
24
|
+
rawSchema,
|
|
25
|
+
schemas
|
|
26
|
+
};
|
|
3
27
|
//# sourceMappingURL=Timestamp.mjs.map
|
package/Timestamp.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Timestamp.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["Timestamp.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport { z } from 'zod';\n\nexport const rawSchema = z\n\t.number({ description: 'Timestamp' })\n\t.min(1651846877);\n\ntype Input = z.infer<typeof rawSchema>;\n\nexport const { factory, schemas: generatedSchemas } = createType<Input, Input>({\n\tisStringLike: true,\n\trawSchema,\n\tparseErrMsg: (value: unknown) => `${value} is an invalid timestamp`,\n\tunknownErrMsg: `Something went wrong trying to parse a timestamp`,\n});\n\nexport type Timestamp = z.infer<typeof generatedSchemas.schema>;\nexport type t = Timestamp;\nexport const { create, make, of } = factory;\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as Timestamp),\n};\n\nexport const now = () => Date.now() as Timestamp;\n"],"mappings":";AAAA,OAAO,gBAAgB;AACvB,SAAS,SAAS;AAEX,IAAM,YAAY,EACvB,OAAO,EAAE,aAAa,YAAY,CAAC,EACnC,IAAI,UAAU;AAIT,IAAM,EAAE,SAAS,SAAS,iBAAiB,IAAI,WAAyB;AAAA,EAC9E,cAAc;AAAA,EACd;AAAA,EACA,aAAa,CAAC,UAAmB,GAAG;AAAA,EACpC,eAAe;AAChB,CAAC;AAIM,IAAM,EAAE,QAAQ,MAAM,GAAG,IAAI;AAC7B,IAAM,UAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAAgB;AAClE;AAEO,IAAM,MAAM,MAAM,KAAK,IAAI;","names":[]}
|
package/Tz.d.ts
CHANGED
|
@@ -1,2 +1,40 @@
|
|
|
1
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const rawSchema: z.ZodString;
|
|
3
|
+
export declare const generatedSchemas: {
|
|
4
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
5
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
6
|
+
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
7
|
+
readonly __kind: any;
|
|
8
|
+
}, any>;
|
|
9
|
+
}, factory: {
|
|
10
|
+
make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
11
|
+
readonly __kind: any;
|
|
12
|
+
}>;
|
|
13
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
14
|
+
readonly __kind: any;
|
|
15
|
+
}>;
|
|
16
|
+
create: (input: string) => string & {
|
|
17
|
+
readonly __kind: any;
|
|
18
|
+
};
|
|
19
|
+
from: (input: unknown) => string & {
|
|
20
|
+
readonly __kind: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export type Tz = z.infer<typeof generatedSchemas.schema>;
|
|
24
|
+
export declare const create: (input: string) => string & {
|
|
25
|
+
readonly __kind: any;
|
|
26
|
+
}, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
27
|
+
readonly __kind: any;
|
|
28
|
+
}>, make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
29
|
+
readonly __kind: any;
|
|
30
|
+
}>;
|
|
31
|
+
export declare const schemas: {
|
|
32
|
+
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
33
|
+
readonly __kind: any;
|
|
34
|
+
}, any>, string & {
|
|
35
|
+
readonly __kind: any;
|
|
36
|
+
}, any>;
|
|
37
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
38
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
39
|
+
};
|
|
2
40
|
//# sourceMappingURL=Tz.d.ts.map
|
package/Tz.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tz.d.ts","sourceRoot":"","sources":["Tz.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Tz.d.ts","sourceRoot":"","sources":["Tz.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAAkE,CAAC;AAIzF,eAAO,MAAiB,gBAAgB;;;;;;GAAE,OAAO;;;;;;;;;;;;;CAK/C,CAAC;AAEH,MAAM,MAAM,EAAE,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAEzD,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}
|
package/Tz.js
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __create = Object.create;
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
5
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
6
12
|
var __copyProps = (to, from, except, desc) => {
|
|
7
13
|
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
14
|
for (let key of __getOwnPropNames(from))
|
|
@@ -11,11 +17,46 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
11
17
|
}
|
|
12
18
|
return to;
|
|
13
19
|
};
|
|
14
|
-
var
|
|
20
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
22
|
+
mod
|
|
23
|
+
));
|
|
15
24
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
25
|
|
|
17
26
|
// Tz.ts
|
|
18
27
|
var Tz_exports = {};
|
|
28
|
+
__export(Tz_exports, {
|
|
29
|
+
create: () => create,
|
|
30
|
+
factory: () => factory,
|
|
31
|
+
generatedSchemas: () => generatedSchemas,
|
|
32
|
+
make: () => make,
|
|
33
|
+
of: () => of,
|
|
34
|
+
rawSchema: () => rawSchema,
|
|
35
|
+
schemas: () => schemas
|
|
36
|
+
});
|
|
19
37
|
module.exports = __toCommonJS(Tz_exports);
|
|
20
|
-
|
|
38
|
+
var import_Base = __toESM(require("@taqueria/protocol/Base"));
|
|
39
|
+
var import_zod = require("zod");
|
|
40
|
+
var rawSchema = import_zod.z.string({ description: "Tz" }).min(1).regex(/^\d([\d_]+\d)?$/);
|
|
41
|
+
var { schemas: generatedSchemas, factory } = (0, import_Base.default)({
|
|
42
|
+
isStringLike: true,
|
|
43
|
+
rawSchema,
|
|
44
|
+
parseErrMsg: (value) => `${value} is an invalid Tz amount`,
|
|
45
|
+
unknownErrMsg: "Something went wrong when parsing the Tz amount"
|
|
46
|
+
});
|
|
47
|
+
var { create, of, make } = factory;
|
|
48
|
+
var schemas = {
|
|
49
|
+
...generatedSchemas,
|
|
50
|
+
schema: generatedSchemas.schema.transform((val) => val)
|
|
51
|
+
};
|
|
52
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
53
|
+
0 && (module.exports = {
|
|
54
|
+
create,
|
|
55
|
+
factory,
|
|
56
|
+
generatedSchemas,
|
|
57
|
+
make,
|
|
58
|
+
of,
|
|
59
|
+
rawSchema,
|
|
60
|
+
schemas
|
|
61
|
+
});
|
|
21
62
|
//# sourceMappingURL=Tz.js.map
|
package/Tz.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Tz.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["Tz.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport { z } from 'zod';\n\nexport const rawSchema = z.string({ description: 'Tz' }).min(1).regex(/^\\d([\\d_]+\\d)?$/);\n\ntype RawInput = z.infer<typeof rawSchema>;\n\nexport const { schemas: generatedSchemas, factory } = createType<RawInput, RawInput>({\n\tisStringLike: true,\n\trawSchema,\n\tparseErrMsg: (value: unknown) => `${value} is an invalid Tz amount`,\n\tunknownErrMsg: 'Something went wrong when parsing the Tz amount',\n});\n\nexport type Tz = z.infer<typeof generatedSchemas.schema>;\n\nexport const { create, of, make } = factory;\n\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as Tz),\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAuB;AACvB,iBAAkB;AAEX,IAAM,YAAY,aAAE,OAAO,EAAE,aAAa,KAAK,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,iBAAiB;AAIhF,IAAM,EAAE,SAAS,kBAAkB,QAAQ,QAAI,YAAAA,SAA+B;AAAA,EACpF,cAAc;AAAA,EACd;AAAA,EACA,aAAa,CAAC,UAAmB,GAAG;AAAA,EACpC,eAAe;AAChB,CAAC;AAIM,IAAM,EAAE,QAAQ,IAAI,KAAK,IAAI;AAE7B,IAAM,UAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAAS;AAC3D;","names":["createType"]}
|
package/Tz.mjs
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
1
|
// Tz.ts
|
|
2
|
-
|
|
2
|
+
import createType from "@taqueria/protocol/Base";
|
|
3
|
+
import { z } from "zod";
|
|
4
|
+
var rawSchema = z.string({ description: "Tz" }).min(1).regex(/^\d([\d_]+\d)?$/);
|
|
5
|
+
var { schemas: generatedSchemas, factory } = createType({
|
|
6
|
+
isStringLike: true,
|
|
7
|
+
rawSchema,
|
|
8
|
+
parseErrMsg: (value) => `${value} is an invalid Tz amount`,
|
|
9
|
+
unknownErrMsg: "Something went wrong when parsing the Tz amount"
|
|
10
|
+
});
|
|
11
|
+
var { create, of, make } = factory;
|
|
12
|
+
var schemas = {
|
|
13
|
+
...generatedSchemas,
|
|
14
|
+
schema: generatedSchemas.schema.transform((val) => val)
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
create,
|
|
18
|
+
factory,
|
|
19
|
+
generatedSchemas,
|
|
20
|
+
make,
|
|
21
|
+
of,
|
|
22
|
+
rawSchema,
|
|
23
|
+
schemas
|
|
24
|
+
};
|
|
3
25
|
//# sourceMappingURL=Tz.mjs.map
|
package/Tz.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["Tz.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["Tz.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport { z } from 'zod';\n\nexport const rawSchema = z.string({ description: 'Tz' }).min(1).regex(/^\\d([\\d_]+\\d)?$/);\n\ntype RawInput = z.infer<typeof rawSchema>;\n\nexport const { schemas: generatedSchemas, factory } = createType<RawInput, RawInput>({\n\tisStringLike: true,\n\trawSchema,\n\tparseErrMsg: (value: unknown) => `${value} is an invalid Tz amount`,\n\tunknownErrMsg: 'Something went wrong when parsing the Tz amount',\n});\n\nexport type Tz = z.infer<typeof generatedSchemas.schema>;\n\nexport const { create, of, make } = factory;\n\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as Tz),\n};\n"],"mappings":";AAAA,OAAO,gBAAgB;AACvB,SAAS,SAAS;AAEX,IAAM,YAAY,EAAE,OAAO,EAAE,aAAa,KAAK,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,iBAAiB;AAIhF,IAAM,EAAE,SAAS,kBAAkB,QAAQ,IAAI,WAA+B;AAAA,EACpF,cAAc;AAAA,EACd;AAAA,EACA,aAAa,CAAC,UAAmB,GAAG;AAAA,EACpC,eAAe;AAChB,CAAC;AAIM,IAAM,EAAE,QAAQ,IAAI,KAAK,IAAI;AAE7B,IAAM,UAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAAS;AAC3D;","names":[]}
|
package/Url.d.ts
CHANGED
|
@@ -1,2 +1,42 @@
|
|
|
1
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const rawSchema: z.ZodString;
|
|
3
|
+
export declare const generatedSchemas: {
|
|
4
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
5
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
6
|
+
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
7
|
+
readonly __kind: any;
|
|
8
|
+
}, any>;
|
|
9
|
+
}, factory: {
|
|
10
|
+
make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
11
|
+
readonly __kind: any;
|
|
12
|
+
}>;
|
|
13
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
14
|
+
readonly __kind: any;
|
|
15
|
+
}>;
|
|
16
|
+
create: (input: string) => string & {
|
|
17
|
+
readonly __kind: any;
|
|
18
|
+
};
|
|
19
|
+
from: (input: unknown) => string & {
|
|
20
|
+
readonly __kind: any;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
export declare const toComponents: (url: Url) => URL;
|
|
24
|
+
export type Url = z.infer<typeof generatedSchemas.schema>;
|
|
25
|
+
export type t = Url;
|
|
26
|
+
export declare const create: (input: string) => string & {
|
|
27
|
+
readonly __kind: any;
|
|
28
|
+
}, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
29
|
+
readonly __kind: any;
|
|
30
|
+
}>, make: (input: string) => import("fluture").FutureInstance<import("./TaqError").TaqError, string & {
|
|
31
|
+
readonly __kind: any;
|
|
32
|
+
}>;
|
|
33
|
+
export declare const schemas: {
|
|
34
|
+
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
35
|
+
readonly __kind: any;
|
|
36
|
+
}, any>, string & {
|
|
37
|
+
readonly __kind: any;
|
|
38
|
+
}, any>;
|
|
39
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
40
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
41
|
+
};
|
|
2
42
|
//# sourceMappingURL=Url.d.ts.map
|
package/Url.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Url.d.ts","sourceRoot":"","sources":["Url.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Url.d.ts","sourceRoot":"","sources":["Url.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,SAAS,aAEf,CAAC;AAIR,eAAO,MAAiB,gBAAgB;;;;;;GAAE,OAAO;;;;;;;;;;;;;CAK/C,CAAC;AAEH,eAAO,MAAM,YAAY,QAAS,GAAG,QAGpC,CAAC;AAEF,MAAM,MAAM,GAAG,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC1D,MAAM,MAAM,CAAC,GAAG,GAAG,CAAC;AACpB,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}
|