@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
|
@@ -1,289 +0,0 @@
|
|
|
1
|
-
import { TaqError } from '@taqueria/protocol/TaqError';
|
|
2
|
-
import { FutureInstance } from 'fluture';
|
|
3
|
-
import { SandboxConfig } from '@taqueria/protocol/types';
|
|
4
|
-
import { SandboxConfig as SandboxConfigStrict } from '@taqueria/protocol/out/types-strict';
|
|
5
|
-
export type { SandboxConfigStrict as SandboxConfig };
|
|
6
|
-
export declare const from: (input: unknown) => SandboxConfigStrict;
|
|
7
|
-
export declare const create: (input: SandboxConfig) => SandboxConfigStrict;
|
|
8
|
-
export declare const of: (input: unknown) => FutureInstance<TaqError, SandboxConfigStrict>;
|
|
9
|
-
export declare const make: (input: Omit<SandboxConfigStrict, '__type'>) => FutureInstance<TaqError, SandboxConfigStrict>;
|
|
10
|
-
export declare const schemas: {
|
|
11
|
-
rawSchema: import("zod").ZodObject<{
|
|
12
|
-
label: import("zod").ZodString;
|
|
13
|
-
rpcUrl: import("zod").ZodString;
|
|
14
|
-
protocol: import("zod").ZodString;
|
|
15
|
-
attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
|
|
16
|
-
plugin: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
18
|
-
encryptedKey: import("zod").ZodString;
|
|
19
|
-
publicKeyHash: import("zod").ZodString;
|
|
20
|
-
secretKey: import("zod").ZodString;
|
|
21
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
22
|
-
publicKeyHash: string;
|
|
23
|
-
encryptedKey: string;
|
|
24
|
-
secretKey: string;
|
|
25
|
-
}, {
|
|
26
|
-
publicKeyHash: string;
|
|
27
|
-
encryptedKey: string;
|
|
28
|
-
secretKey: string;
|
|
29
|
-
}>, import("zod").ZodString]>>>;
|
|
30
|
-
tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
31
|
-
disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
32
|
-
postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
33
|
-
apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
34
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
35
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
36
|
-
postgresqlPort?: number | undefined;
|
|
37
|
-
apiPort?: number | undefined;
|
|
38
|
-
}, {
|
|
39
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
40
|
-
postgresqlPort?: number | undefined;
|
|
41
|
-
apiPort?: number | undefined;
|
|
42
|
-
}>>;
|
|
43
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
44
|
-
plugin?: string | undefined;
|
|
45
|
-
accounts?: Record<string, string | {
|
|
46
|
-
publicKeyHash: string;
|
|
47
|
-
encryptedKey: string;
|
|
48
|
-
secretKey: string;
|
|
49
|
-
}> | undefined;
|
|
50
|
-
attributes?: string | number | boolean | undefined;
|
|
51
|
-
tzkt?: {
|
|
52
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
53
|
-
postgresqlPort?: number | undefined;
|
|
54
|
-
apiPort?: number | undefined;
|
|
55
|
-
} | undefined;
|
|
56
|
-
label: string;
|
|
57
|
-
rpcUrl: string;
|
|
58
|
-
protocol: string;
|
|
59
|
-
}, {
|
|
60
|
-
plugin?: string | undefined;
|
|
61
|
-
accounts?: Record<string, string | {
|
|
62
|
-
publicKeyHash: string;
|
|
63
|
-
encryptedKey: string;
|
|
64
|
-
secretKey: string;
|
|
65
|
-
}> | undefined;
|
|
66
|
-
attributes?: string | number | boolean | undefined;
|
|
67
|
-
tzkt?: {
|
|
68
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
69
|
-
postgresqlPort?: number | undefined;
|
|
70
|
-
apiPort?: number | undefined;
|
|
71
|
-
} | undefined;
|
|
72
|
-
label: string;
|
|
73
|
-
rpcUrl: string;
|
|
74
|
-
protocol: string;
|
|
75
|
-
}>;
|
|
76
|
-
schema: import("zod").ZodEffects<import("zod").ZodObject<{
|
|
77
|
-
label: import("zod").ZodString;
|
|
78
|
-
rpcUrl: import("zod").ZodString;
|
|
79
|
-
protocol: import("zod").ZodString;
|
|
80
|
-
attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
|
|
81
|
-
plugin: import("zod").ZodOptional<import("zod").ZodString>;
|
|
82
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
83
|
-
encryptedKey: import("zod").ZodString;
|
|
84
|
-
publicKeyHash: import("zod").ZodString;
|
|
85
|
-
secretKey: import("zod").ZodString;
|
|
86
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
87
|
-
publicKeyHash: string;
|
|
88
|
-
encryptedKey: string;
|
|
89
|
-
secretKey: string;
|
|
90
|
-
}, {
|
|
91
|
-
publicKeyHash: string;
|
|
92
|
-
encryptedKey: string;
|
|
93
|
-
secretKey: string;
|
|
94
|
-
}>, import("zod").ZodString]>>>;
|
|
95
|
-
tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
96
|
-
disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
97
|
-
postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
98
|
-
apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
99
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
100
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
101
|
-
postgresqlPort?: number | undefined;
|
|
102
|
-
apiPort?: number | undefined;
|
|
103
|
-
}, {
|
|
104
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
105
|
-
postgresqlPort?: number | undefined;
|
|
106
|
-
apiPort?: number | undefined;
|
|
107
|
-
}>>;
|
|
108
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
109
|
-
plugin?: string | undefined;
|
|
110
|
-
accounts?: Record<string, string | {
|
|
111
|
-
publicKeyHash: string;
|
|
112
|
-
encryptedKey: string;
|
|
113
|
-
secretKey: string;
|
|
114
|
-
}> | undefined;
|
|
115
|
-
attributes?: string | number | boolean | undefined;
|
|
116
|
-
tzkt?: {
|
|
117
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
118
|
-
postgresqlPort?: number | undefined;
|
|
119
|
-
apiPort?: number | undefined;
|
|
120
|
-
} | undefined;
|
|
121
|
-
label: string;
|
|
122
|
-
rpcUrl: string;
|
|
123
|
-
protocol: string;
|
|
124
|
-
}, {
|
|
125
|
-
plugin?: string | undefined;
|
|
126
|
-
accounts?: Record<string, string | {
|
|
127
|
-
publicKeyHash: string;
|
|
128
|
-
encryptedKey: string;
|
|
129
|
-
secretKey: string;
|
|
130
|
-
}> | undefined;
|
|
131
|
-
attributes?: string | number | boolean | undefined;
|
|
132
|
-
tzkt?: {
|
|
133
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
134
|
-
postgresqlPort?: number | undefined;
|
|
135
|
-
apiPort?: number | undefined;
|
|
136
|
-
} | undefined;
|
|
137
|
-
label: string;
|
|
138
|
-
rpcUrl: string;
|
|
139
|
-
protocol: string;
|
|
140
|
-
}>, SandboxConfigStrict, {
|
|
141
|
-
plugin?: string | undefined;
|
|
142
|
-
accounts?: Record<string, string | {
|
|
143
|
-
publicKeyHash: string;
|
|
144
|
-
encryptedKey: string;
|
|
145
|
-
secretKey: string;
|
|
146
|
-
}> | undefined;
|
|
147
|
-
attributes?: string | number | boolean | undefined;
|
|
148
|
-
tzkt?: {
|
|
149
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
150
|
-
postgresqlPort?: number | undefined;
|
|
151
|
-
apiPort?: number | undefined;
|
|
152
|
-
} | undefined;
|
|
153
|
-
label: string;
|
|
154
|
-
rpcUrl: string;
|
|
155
|
-
protocol: string;
|
|
156
|
-
}>;
|
|
157
|
-
};
|
|
158
|
-
export declare const rawSchema: import("zod").ZodObject<{
|
|
159
|
-
label: import("zod").ZodString;
|
|
160
|
-
rpcUrl: import("zod").ZodString;
|
|
161
|
-
protocol: import("zod").ZodString;
|
|
162
|
-
attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
|
|
163
|
-
plugin: import("zod").ZodOptional<import("zod").ZodString>;
|
|
164
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
165
|
-
encryptedKey: import("zod").ZodString;
|
|
166
|
-
publicKeyHash: import("zod").ZodString;
|
|
167
|
-
secretKey: import("zod").ZodString;
|
|
168
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
169
|
-
publicKeyHash: string;
|
|
170
|
-
encryptedKey: string;
|
|
171
|
-
secretKey: string;
|
|
172
|
-
}, {
|
|
173
|
-
publicKeyHash: string;
|
|
174
|
-
encryptedKey: string;
|
|
175
|
-
secretKey: string;
|
|
176
|
-
}>, import("zod").ZodString]>>>;
|
|
177
|
-
tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
178
|
-
disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
179
|
-
postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
180
|
-
apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
181
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
182
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
183
|
-
postgresqlPort?: number | undefined;
|
|
184
|
-
apiPort?: number | undefined;
|
|
185
|
-
}, {
|
|
186
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
187
|
-
postgresqlPort?: number | undefined;
|
|
188
|
-
apiPort?: number | undefined;
|
|
189
|
-
}>>;
|
|
190
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
191
|
-
plugin?: string | undefined;
|
|
192
|
-
accounts?: Record<string, string | {
|
|
193
|
-
publicKeyHash: string;
|
|
194
|
-
encryptedKey: string;
|
|
195
|
-
secretKey: string;
|
|
196
|
-
}> | undefined;
|
|
197
|
-
attributes?: string | number | boolean | undefined;
|
|
198
|
-
tzkt?: {
|
|
199
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
200
|
-
postgresqlPort?: number | undefined;
|
|
201
|
-
apiPort?: number | undefined;
|
|
202
|
-
} | undefined;
|
|
203
|
-
label: string;
|
|
204
|
-
rpcUrl: string;
|
|
205
|
-
protocol: string;
|
|
206
|
-
}, {
|
|
207
|
-
plugin?: string | undefined;
|
|
208
|
-
accounts?: Record<string, string | {
|
|
209
|
-
publicKeyHash: string;
|
|
210
|
-
encryptedKey: string;
|
|
211
|
-
secretKey: string;
|
|
212
|
-
}> | undefined;
|
|
213
|
-
attributes?: string | number | boolean | undefined;
|
|
214
|
-
tzkt?: {
|
|
215
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
216
|
-
postgresqlPort?: number | undefined;
|
|
217
|
-
apiPort?: number | undefined;
|
|
218
|
-
} | undefined;
|
|
219
|
-
label: string;
|
|
220
|
-
rpcUrl: string;
|
|
221
|
-
protocol: string;
|
|
222
|
-
}>;
|
|
223
|
-
export declare const internalSchema: import("zod").ZodObject<{
|
|
224
|
-
label: import("zod").ZodString;
|
|
225
|
-
rpcUrl: import("zod").ZodString;
|
|
226
|
-
protocol: import("zod").ZodString;
|
|
227
|
-
attributes: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodBoolean]>>;
|
|
228
|
-
plugin: import("zod").ZodOptional<import("zod").ZodString>;
|
|
229
|
-
accounts: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
230
|
-
encryptedKey: import("zod").ZodString;
|
|
231
|
-
publicKeyHash: import("zod").ZodString;
|
|
232
|
-
secretKey: import("zod").ZodString;
|
|
233
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
234
|
-
publicKeyHash: string;
|
|
235
|
-
encryptedKey: string;
|
|
236
|
-
secretKey: string;
|
|
237
|
-
}, {
|
|
238
|
-
publicKeyHash: string;
|
|
239
|
-
encryptedKey: string;
|
|
240
|
-
secretKey: string;
|
|
241
|
-
}>, import("zod").ZodString]>>>;
|
|
242
|
-
tzkt: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
243
|
-
disableAutostartWithSandbox: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
244
|
-
postgresqlPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
245
|
-
apiPort: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodNumber>>;
|
|
246
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
247
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
248
|
-
postgresqlPort?: number | undefined;
|
|
249
|
-
apiPort?: number | undefined;
|
|
250
|
-
}, {
|
|
251
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
252
|
-
postgresqlPort?: number | undefined;
|
|
253
|
-
apiPort?: number | undefined;
|
|
254
|
-
}>>;
|
|
255
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
256
|
-
plugin?: string | undefined;
|
|
257
|
-
accounts?: Record<string, string | {
|
|
258
|
-
publicKeyHash: string;
|
|
259
|
-
encryptedKey: string;
|
|
260
|
-
secretKey: string;
|
|
261
|
-
}> | undefined;
|
|
262
|
-
attributes?: string | number | boolean | undefined;
|
|
263
|
-
tzkt?: {
|
|
264
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
265
|
-
postgresqlPort?: number | undefined;
|
|
266
|
-
apiPort?: number | undefined;
|
|
267
|
-
} | undefined;
|
|
268
|
-
label: string;
|
|
269
|
-
rpcUrl: string;
|
|
270
|
-
protocol: string;
|
|
271
|
-
}, {
|
|
272
|
-
plugin?: string | undefined;
|
|
273
|
-
accounts?: Record<string, string | {
|
|
274
|
-
publicKeyHash: string;
|
|
275
|
-
encryptedKey: string;
|
|
276
|
-
secretKey: string;
|
|
277
|
-
}> | undefined;
|
|
278
|
-
attributes?: string | number | boolean | undefined;
|
|
279
|
-
tzkt?: {
|
|
280
|
-
disableAutostartWithSandbox?: boolean | undefined;
|
|
281
|
-
postgresqlPort?: number | undefined;
|
|
282
|
-
apiPort?: number | undefined;
|
|
283
|
-
} | undefined;
|
|
284
|
-
label: string;
|
|
285
|
-
rpcUrl: string;
|
|
286
|
-
protocol: string;
|
|
287
|
-
}>;
|
|
288
|
-
export type t = SandboxConfigStrict;
|
|
289
|
-
//# sourceMappingURL=SandboxConfig.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SandboxConfig.d.ts","sourceRoot":"","sources":["SandboxConfig.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAA4E,MAAM,6BAA6B,CAAC;AACjI,OAAO,EAAE,cAAc,EAAmB,MAAM,SAAS,CAAC;AAE1D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,OAAO,EAAE,aAAa,IAAI,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAG3F,YAAY,EAAE,mBAAmB,IAAI,aAAa,EAAE,CAAC;AAErD,eAAO,MAAM,IAAI,UAAW,OAAO,KAAG,mBAoBrC,CAAC;AAEF,eAAO,MAAM,MAAM,UAAW,aAAa,KAAG,mBAAkC,CAAC;AAEjF,eAAO,MAAM,EAAE,UAAW,OAAO,KAAG,eAAe,QAAQ,EAAE,mBAAmB,CAO/E,CAAC;AAEF,eAAO,MAAM,IAAI,UAAW,KAAK,mBAAmB,EAAE,QAAQ,CAAC,KAAG,eAAe,QAAQ,EAAE,mBAAmB,CAAc,CAAC;AAG7H,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC;AACF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAoB,CAAC;AAC3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAsB,CAAC;AAElD,MAAM,MAAM,CAAC,GAAG,mBAAmB,CAAC"}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from2, except, desc) => {
|
|
11
|
-
if (from2 && typeof from2 === "object" || typeof from2 === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from2))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc(from2, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// out/types/SandboxConfig.ts
|
|
21
|
-
var SandboxConfig_exports = {};
|
|
22
|
-
__export(SandboxConfig_exports, {
|
|
23
|
-
create: () => create,
|
|
24
|
-
from: () => from,
|
|
25
|
-
internalSchema: () => internalSchema,
|
|
26
|
-
make: () => make,
|
|
27
|
-
of: () => of,
|
|
28
|
-
rawSchema: () => rawSchema,
|
|
29
|
-
schemas: () => schemas
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(SandboxConfig_exports);
|
|
32
|
-
var import_TaqError = require("@taqueria/protocol/TaqError");
|
|
33
|
-
var import_fluture = require("fluture");
|
|
34
|
-
var import_zod = require("zod");
|
|
35
|
-
var import_types_zod = require("@taqueria/protocol/out/types-zod");
|
|
36
|
-
var from = (input) => {
|
|
37
|
-
try {
|
|
38
|
-
return import_types_zod.sandboxConfigSchema.parse(input);
|
|
39
|
-
} catch (previous) {
|
|
40
|
-
if (previous instanceof import_zod.ZodError) {
|
|
41
|
-
const msgs = previous.errors.reduce(
|
|
42
|
-
(retval, issue) => {
|
|
43
|
-
const path = issue.path.join(" \u2192 ");
|
|
44
|
-
const msg = path + ": " + issue.message;
|
|
45
|
-
return [...retval, msg];
|
|
46
|
-
},
|
|
47
|
-
["SandboxConfig is invalid:"]
|
|
48
|
-
);
|
|
49
|
-
const validationErr = msgs.join("\n") + "\n";
|
|
50
|
-
throw (0, import_TaqError.toParseErr)(previous, validationErr);
|
|
51
|
-
}
|
|
52
|
-
throw (0, import_TaqError.toParseUnknownErr)(previous, "There was a problem trying to parse a SandboxConfig.");
|
|
53
|
-
}
|
|
54
|
-
};
|
|
55
|
-
var create = (input) => from(input);
|
|
56
|
-
var of = (input) => {
|
|
57
|
-
try {
|
|
58
|
-
return (0, import_fluture.resolve)(from(input));
|
|
59
|
-
} catch (err) {
|
|
60
|
-
return (0, import_fluture.reject)(err);
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
var make = (input) => of(input);
|
|
64
|
-
var schemas = {
|
|
65
|
-
rawSchema: import_types_zod.sandboxConfigSchema,
|
|
66
|
-
schema: import_types_zod.sandboxConfigSchema.transform((val) => val)
|
|
67
|
-
};
|
|
68
|
-
var rawSchema = schemas.rawSchema;
|
|
69
|
-
var internalSchema = import_types_zod.sandboxConfigSchema;
|
|
70
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
71
|
-
0 && (module.exports = {
|
|
72
|
-
create,
|
|
73
|
-
from,
|
|
74
|
-
internalSchema,
|
|
75
|
-
make,
|
|
76
|
-
of,
|
|
77
|
-
rawSchema,
|
|
78
|
-
schemas
|
|
79
|
-
});
|
|
80
|
-
//# sourceMappingURL=SandboxConfig.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["SandboxConfig.ts"],"sourcesContent":["// Generated file: Do not edit \n// generated from @taqueria-protocol-types\n \nimport { TaqError, toFutureParseErr, toFutureParseUnknownErr, toParseErr, toParseUnknownErr } from '@taqueria/protocol/TaqError';\nimport { FutureInstance, resolve, reject } from 'fluture';\nimport { ZodError } from 'zod';\nimport { SandboxConfig } from '@taqueria/protocol/types';\nimport { SandboxConfig as SandboxConfigStrict } from '@taqueria/protocol/out/types-strict';\nimport { sandboxConfigSchema } from '@taqueria/protocol/out/types-zod';\n\nexport type { SandboxConfigStrict as SandboxConfig };\n\nexport const from = (input: unknown): SandboxConfigStrict => {\n\ttry {\n\t\treturn sandboxConfigSchema.parse(input) as SandboxConfigStrict;\n\t}\n\tcatch (previous: unknown) {\n\t\tif (previous instanceof ZodError) {\n\t\t\tconst msgs: string[] = previous.errors.reduce(\n\t\t\t\t(retval, issue) => {\n\t\t\t\t\tconst path = issue.path.join(' → ');\n\t\t\t\t\tconst msg = path + ': ' + issue.message;\n\t\t\t\t\treturn [...retval, msg];\n\t\t\t\t},\n\t\t\t\t[\"SandboxConfig is invalid:\"],\n\t\t\t);\n\t\t\tconst validationErr = msgs.join('\\n') + '\\n';\n\t\t\tthrow toParseErr(previous, validationErr);\n\t\t}\n\t\tthrow toParseUnknownErr(previous, \"There was a problem trying to parse a SandboxConfig.\")\n\t}\n \n};\n\nexport const create = (input: SandboxConfig): SandboxConfigStrict => from(input);\n\nexport const of = (input: unknown): FutureInstance<TaqError, SandboxConfigStrict> => {\n\ttry {\n\t\treturn resolve(from(input))\n\t}\n\tcatch (err){\n\t\treturn reject(err) as FutureInstance<TaqError, never>\n\t}\n};\n\nexport const make = (input: Omit<SandboxConfigStrict, '__type'>): FutureInstance<TaqError, SandboxConfigStrict> => of(input);\n\n// TEMP: for interoperation with old protocol types during transition\nexport const schemas = {\n\trawSchema: sandboxConfigSchema,\n\tschema: sandboxConfigSchema.transform(val => val as SandboxConfigStrict),\n};\nexport const rawSchema = schemas.rawSchema;\nexport const internalSchema = sandboxConfigSchema;\n\nexport type t = SandboxConfigStrict;\n "],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,sBAAmG;AACnG,qBAAgD;AAChD,iBAAyB;AAGzB,uBAAoC;AAI7B,IAAM,OAAO,CAAC,UAAwC;AAC5D,MAAI;AACH,WAAO,qCAAoB,MAAM,KAAK;AAAA,EACvC,SACO,UAAP;AACC,QAAI,oBAAoB,qBAAU;AACjC,YAAM,OAAiB,SAAS,OAAO;AAAA,QACtC,CAAC,QAAQ,UAAU;AAClB,gBAAM,OAAO,MAAM,KAAK,KAAK,UAAK;AAClC,gBAAM,MAAM,OAAO,OAAO,MAAM;AAChC,iBAAO,CAAC,GAAG,QAAQ,GAAG;AAAA,QACvB;AAAA,QACA,CAAC,2BAA2B;AAAA,MAC7B;AACA,YAAM,gBAAgB,KAAK,KAAK,IAAI,IAAI;AACxC,gBAAM,4BAAW,UAAU,aAAa;AAAA,IACzC;AACA,cAAM,mCAAkB,UAAU,sDAAsD;AAAA,EACzF;AAED;AAEO,IAAM,SAAS,CAAC,UAA8C,KAAK,KAAK;AAExE,IAAM,KAAK,CAAC,UAAkE;AACpF,MAAI;AACH,eAAO,wBAAQ,KAAK,KAAK,CAAC;AAAA,EAC3B,SACO,KAAP;AACC,eAAO,uBAAO,GAAG;AAAA,EAClB;AACD;AAEO,IAAM,OAAO,CAAC,UAA8F,GAAG,KAAK;AAGpH,IAAM,UAAU;AAAA,EACtB,WAAW;AAAA,EACX,QAAQ,qCAAoB,UAAU,SAAO,GAA0B;AACxE;AACO,IAAM,YAAY,QAAQ;AAC1B,IAAM,iBAAiB;","names":[]}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
// out/types/SandboxConfig.ts
|
|
2
|
-
import { toParseErr, toParseUnknownErr } from "@taqueria/protocol/TaqError";
|
|
3
|
-
import { resolve, reject } from "fluture";
|
|
4
|
-
import { ZodError } from "zod";
|
|
5
|
-
import { sandboxConfigSchema } from "@taqueria/protocol/out/types-zod";
|
|
6
|
-
var from = (input) => {
|
|
7
|
-
try {
|
|
8
|
-
return sandboxConfigSchema.parse(input);
|
|
9
|
-
} catch (previous) {
|
|
10
|
-
if (previous instanceof ZodError) {
|
|
11
|
-
const msgs = previous.errors.reduce(
|
|
12
|
-
(retval, issue) => {
|
|
13
|
-
const path = issue.path.join(" \u2192 ");
|
|
14
|
-
const msg = path + ": " + issue.message;
|
|
15
|
-
return [...retval, msg];
|
|
16
|
-
},
|
|
17
|
-
["SandboxConfig is invalid:"]
|
|
18
|
-
);
|
|
19
|
-
const validationErr = msgs.join("\n") + "\n";
|
|
20
|
-
throw toParseErr(previous, validationErr);
|
|
21
|
-
}
|
|
22
|
-
throw toParseUnknownErr(previous, "There was a problem trying to parse a SandboxConfig.");
|
|
23
|
-
}
|
|
24
|
-
};
|
|
25
|
-
var create = (input) => from(input);
|
|
26
|
-
var of = (input) => {
|
|
27
|
-
try {
|
|
28
|
-
return resolve(from(input));
|
|
29
|
-
} catch (err) {
|
|
30
|
-
return reject(err);
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
var make = (input) => of(input);
|
|
34
|
-
var schemas = {
|
|
35
|
-
rawSchema: sandboxConfigSchema,
|
|
36
|
-
schema: sandboxConfigSchema.transform((val) => val)
|
|
37
|
-
};
|
|
38
|
-
var rawSchema = schemas.rawSchema;
|
|
39
|
-
var internalSchema = sandboxConfigSchema;
|
|
40
|
-
export {
|
|
41
|
-
create,
|
|
42
|
-
from,
|
|
43
|
-
internalSchema,
|
|
44
|
-
make,
|
|
45
|
-
of,
|
|
46
|
-
rawSchema,
|
|
47
|
-
schemas
|
|
48
|
-
};
|
|
49
|
-
//# sourceMappingURL=SandboxConfig.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["SandboxConfig.ts"],"sourcesContent":["// Generated file: Do not edit \n// generated from @taqueria-protocol-types\n \nimport { TaqError, toFutureParseErr, toFutureParseUnknownErr, toParseErr, toParseUnknownErr } from '@taqueria/protocol/TaqError';\nimport { FutureInstance, resolve, reject } from 'fluture';\nimport { ZodError } from 'zod';\nimport { SandboxConfig } from '@taqueria/protocol/types';\nimport { SandboxConfig as SandboxConfigStrict } from '@taqueria/protocol/out/types-strict';\nimport { sandboxConfigSchema } from '@taqueria/protocol/out/types-zod';\n\nexport type { SandboxConfigStrict as SandboxConfig };\n\nexport const from = (input: unknown): SandboxConfigStrict => {\n\ttry {\n\t\treturn sandboxConfigSchema.parse(input) as SandboxConfigStrict;\n\t}\n\tcatch (previous: unknown) {\n\t\tif (previous instanceof ZodError) {\n\t\t\tconst msgs: string[] = previous.errors.reduce(\n\t\t\t\t(retval, issue) => {\n\t\t\t\t\tconst path = issue.path.join(' → ');\n\t\t\t\t\tconst msg = path + ': ' + issue.message;\n\t\t\t\t\treturn [...retval, msg];\n\t\t\t\t},\n\t\t\t\t[\"SandboxConfig is invalid:\"],\n\t\t\t);\n\t\t\tconst validationErr = msgs.join('\\n') + '\\n';\n\t\t\tthrow toParseErr(previous, validationErr);\n\t\t}\n\t\tthrow toParseUnknownErr(previous, \"There was a problem trying to parse a SandboxConfig.\")\n\t}\n \n};\n\nexport const create = (input: SandboxConfig): SandboxConfigStrict => from(input);\n\nexport const of = (input: unknown): FutureInstance<TaqError, SandboxConfigStrict> => {\n\ttry {\n\t\treturn resolve(from(input))\n\t}\n\tcatch (err){\n\t\treturn reject(err) as FutureInstance<TaqError, never>\n\t}\n};\n\nexport const make = (input: Omit<SandboxConfigStrict, '__type'>): FutureInstance<TaqError, SandboxConfigStrict> => of(input);\n\n// TEMP: for interoperation with old protocol types during transition\nexport const schemas = {\n\trawSchema: sandboxConfigSchema,\n\tschema: sandboxConfigSchema.transform(val => val as SandboxConfigStrict),\n};\nexport const rawSchema = schemas.rawSchema;\nexport const internalSchema = sandboxConfigSchema;\n\nexport type t = SandboxConfigStrict;\n "],"mappings":";AAGA,SAA8D,YAAY,yBAAyB;AACnG,SAAyB,SAAS,cAAc;AAChD,SAAS,gBAAgB;AAGzB,SAAS,2BAA2B;AAI7B,IAAM,OAAO,CAAC,UAAwC;AAC5D,MAAI;AACH,WAAO,oBAAoB,MAAM,KAAK;AAAA,EACvC,SACO,UAAP;AACC,QAAI,oBAAoB,UAAU;AACjC,YAAM,OAAiB,SAAS,OAAO;AAAA,QACtC,CAAC,QAAQ,UAAU;AAClB,gBAAM,OAAO,MAAM,KAAK,KAAK,UAAK;AAClC,gBAAM,MAAM,OAAO,OAAO,MAAM;AAChC,iBAAO,CAAC,GAAG,QAAQ,GAAG;AAAA,QACvB;AAAA,QACA,CAAC,2BAA2B;AAAA,MAC7B;AACA,YAAM,gBAAgB,KAAK,KAAK,IAAI,IAAI;AACxC,YAAM,WAAW,UAAU,aAAa;AAAA,IACzC;AACA,UAAM,kBAAkB,UAAU,sDAAsD;AAAA,EACzF;AAED;AAEO,IAAM,SAAS,CAAC,UAA8C,KAAK,KAAK;AAExE,IAAM,KAAK,CAAC,UAAkE;AACpF,MAAI;AACH,WAAO,QAAQ,KAAK,KAAK,CAAC;AAAA,EAC3B,SACO,KAAP;AACC,WAAO,OAAO,GAAG;AAAA,EAClB;AACD;AAEO,IAAM,OAAO,CAAC,UAA8F,GAAG,KAAK;AAGpH,IAAM,UAAU;AAAA,EACtB,WAAW;AAAA,EACX,QAAQ,oBAAoB,UAAU,SAAO,GAA0B;AACxE;AACO,IAAM,YAAY,QAAQ;AAC1B,IAAM,iBAAiB;","names":[]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
15
|
-
|
|
16
|
-
// out/types/SanitizedAbsPath.d.ts
|
|
17
|
-
var SanitizedAbsPath_d_exports = {};
|
|
18
|
-
module.exports = __toCommonJS(SanitizedAbsPath_d_exports);
|
|
19
|
-
//# sourceMappingURL=SanitizedAbsPath.d.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["SanitizedAbsPath.ts"],"sourcesContent":["// Generated file: Do not edit \n// generated from @taqueria-protocol-types\n \nimport { TaqError, toFutureParseErr, toFutureParseUnknownErr, toParseErr, toParseUnknownErr } from '@taqueria/protocol/TaqError';\nimport { FutureInstance, resolve, reject } from 'fluture';\nimport { ZodError } from 'zod';\nimport { SanitizedAbsPath } from '@taqueria/protocol/types';\nimport { SanitizedAbsPath as SanitizedAbsPathStrict } from '@taqueria/protocol/out/types-strict';\nimport { sanitizedAbsPathSchema } from '@taqueria/protocol/out/types-zod';\n\nexport type { SanitizedAbsPathStrict as SanitizedAbsPath };\n\nexport const from = (input: unknown): SanitizedAbsPathStrict => {\n\ttry {\n\t\treturn sanitizedAbsPathSchema.parse(input) as SanitizedAbsPathStrict;\n\t}\n\tcatch (previous: unknown) {\n\t\tif (previous instanceof ZodError) {\n\t\t\tconst msgs: string[] = previous.errors.reduce(\n\t\t\t\t(retval, issue) => {\n\t\t\t\t\tconst path = issue.path.join(' → ');\n\t\t\t\t\tconst msg = path + ': ' + issue.message;\n\t\t\t\t\treturn [...retval, msg];\n\t\t\t\t},\n\t\t\t\t[\"SanitizedAbsPath is invalid:\"],\n\t\t\t);\n\t\t\tconst validationErr = msgs.join('\\n') + '\\n';\n\t\t\tthrow toParseErr(previous, validationErr);\n\t\t}\n\t\tthrow toParseUnknownErr(previous, \"There was a problem trying to parse a SanitizedAbsPath.\")\n\t}\n \n};\n\nexport const create = (input: SanitizedAbsPath): SanitizedAbsPathStrict => from(input);\n\nexport const of = (input: unknown): FutureInstance<TaqError, SanitizedAbsPathStrict> => {\n\ttry {\n\t\treturn resolve(from(input))\n\t}\n\tcatch (err){\n\t\treturn reject(err) as FutureInstance<TaqError, never>\n\t}\n};\n\nexport const make = (input: Omit<SanitizedAbsPathStrict, '__type'>): FutureInstance<TaqError, SanitizedAbsPathStrict> => of(input);\n\n// TEMP: for interoperation with old protocol types during transition\nexport const schemas = {\n\trawSchema: sanitizedAbsPathSchema,\n\tschema: sanitizedAbsPathSchema.transform(val => val as SanitizedAbsPathStrict),\n};\nexport const rawSchema = schemas.rawSchema;\nexport const internalSchema = sanitizedAbsPathSchema;\n\nexport type t = SanitizedAbsPathStrict;\n "],"mappings":";;;;;;;;;;;;;;;;AAGA;;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=SanitizedAbsPath.d.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { TaqError } from '@taqueria/protocol/TaqError';
|
|
2
|
-
import { FutureInstance } from 'fluture';
|
|
3
|
-
import { SanitizedAbsPath } from '@taqueria/protocol/types';
|
|
4
|
-
import { SanitizedAbsPath as SanitizedAbsPathStrict } from '@taqueria/protocol/out/types-strict';
|
|
5
|
-
export type { SanitizedAbsPathStrict as SanitizedAbsPath };
|
|
6
|
-
export declare const from: (input: unknown) => SanitizedAbsPathStrict;
|
|
7
|
-
export declare const create: (input: SanitizedAbsPath) => SanitizedAbsPathStrict;
|
|
8
|
-
export declare const of: (input: unknown) => FutureInstance<TaqError, SanitizedAbsPathStrict>;
|
|
9
|
-
export declare const make: (input: Omit<SanitizedAbsPathStrict, '__type'>) => FutureInstance<TaqError, SanitizedAbsPathStrict>;
|
|
10
|
-
export declare const schemas: {
|
|
11
|
-
rawSchema: import("zod").ZodString;
|
|
12
|
-
schema: import("zod").ZodEffects<import("zod").ZodString, SanitizedAbsPathStrict, string>;
|
|
13
|
-
};
|
|
14
|
-
export declare const rawSchema: import("zod").ZodString;
|
|
15
|
-
export declare const internalSchema: import("zod").ZodString;
|
|
16
|
-
export type t = SanitizedAbsPathStrict;
|
|
17
|
-
//# sourceMappingURL=SanitizedAbsPath.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SanitizedAbsPath.d.ts","sourceRoot":"","sources":["SanitizedAbsPath.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,QAAQ,EAA4E,MAAM,6BAA6B,CAAC;AACjI,OAAO,EAAE,cAAc,EAAmB,MAAM,SAAS,CAAC;AAE1D,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,gBAAgB,IAAI,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AAGjG,YAAY,EAAE,sBAAsB,IAAI,gBAAgB,EAAE,CAAC;AAE3D,eAAO,MAAM,IAAI,UAAW,OAAO,KAAG,sBAoBrC,CAAC;AAEF,eAAO,MAAM,MAAM,UAAW,gBAAgB,KAAG,sBAAqC,CAAC;AAEvF,eAAO,MAAM,EAAE,UAAW,OAAO,KAAG,eAAe,QAAQ,EAAE,sBAAsB,CAOlF,CAAC;AAEF,eAAO,MAAM,IAAI,UAAW,KAAK,sBAAsB,EAAE,QAAQ,CAAC,KAAG,eAAe,QAAQ,EAAE,sBAAsB,CAAc,CAAC;AAGnI,eAAO,MAAM,OAAO;;;CAGnB,CAAC;AACF,eAAO,MAAM,SAAS,yBAAoB,CAAC;AAC3C,eAAO,MAAM,cAAc,yBAAyB,CAAC;AAErD,MAAM,MAAM,CAAC,GAAG,sBAAsB,CAAC"}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from2, except, desc) => {
|
|
11
|
-
if (from2 && typeof from2 === "object" || typeof from2 === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from2))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc(from2, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
|
|
20
|
-
// out/types/SanitizedAbsPath.ts
|
|
21
|
-
var SanitizedAbsPath_exports = {};
|
|
22
|
-
__export(SanitizedAbsPath_exports, {
|
|
23
|
-
create: () => create,
|
|
24
|
-
from: () => from,
|
|
25
|
-
internalSchema: () => internalSchema,
|
|
26
|
-
make: () => make,
|
|
27
|
-
of: () => of,
|
|
28
|
-
rawSchema: () => rawSchema,
|
|
29
|
-
schemas: () => schemas
|
|
30
|
-
});
|
|
31
|
-
module.exports = __toCommonJS(SanitizedAbsPath_exports);
|
|
32
|
-
var import_TaqError = require("@taqueria/protocol/TaqError");
|
|
33
|
-
var import_fluture = require("fluture");
|
|
34
|
-
var import_zod = require("zod");
|
|
35
|
-
var import_types_zod = require("@taqueria/protocol/out/types-zod");
|
|
36
|
-
var from = (input) => {
|
|
37
|
-
try {
|
|
38
|
-
return import_types_zod.sanitizedAbsPathSchema.parse(input);
|
|
39
|
-
} catch (previous) {
|
|
40
|
-
if (previous instanceof import_zod.ZodError) {
|
|
41
|
-
const msgs = previous.errors.reduce(
|
|
42
|
-
(retval, issue) => {
|
|
43
|
-
const path = issue.path.join(" \u2192 ");
|
|
44
|
-
const msg = path + ": " + issue.message;
|
|
45
|
-
return [...retval, msg];
|
|
46
|
-
},
|
|
47
|
-
["SanitizedAbsPath is invalid:"]
|
|
48
|
-
);
|
|
49
|
-
const validationErr = msgs.join("\n") + "\n";
|
|
50
|
-
throw (0, import_TaqError.toParseErr)(previous, validationErr);
|
|
51
|
-
}
|
|
52
|
-
throw (0, import_TaqError.toParseUnknownErr)(previous, "There was a problem trying to parse a SanitizedAbsPath.");
|
|
53
|
-
}
|
|
54
|
-
};
|
|
55
|
-
var create = (input) => from(input);
|
|
56
|
-
var of = (input) => {
|
|
57
|
-
try {
|
|
58
|
-
return (0, import_fluture.resolve)(from(input));
|
|
59
|
-
} catch (err) {
|
|
60
|
-
return (0, import_fluture.reject)(err);
|
|
61
|
-
}
|
|
62
|
-
};
|
|
63
|
-
var make = (input) => of(input);
|
|
64
|
-
var schemas = {
|
|
65
|
-
rawSchema: import_types_zod.sanitizedAbsPathSchema,
|
|
66
|
-
schema: import_types_zod.sanitizedAbsPathSchema.transform((val) => val)
|
|
67
|
-
};
|
|
68
|
-
var rawSchema = schemas.rawSchema;
|
|
69
|
-
var internalSchema = import_types_zod.sanitizedAbsPathSchema;
|
|
70
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
71
|
-
0 && (module.exports = {
|
|
72
|
-
create,
|
|
73
|
-
from,
|
|
74
|
-
internalSchema,
|
|
75
|
-
make,
|
|
76
|
-
of,
|
|
77
|
-
rawSchema,
|
|
78
|
-
schemas
|
|
79
|
-
});
|
|
80
|
-
//# sourceMappingURL=SanitizedAbsPath.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["SanitizedAbsPath.ts"],"sourcesContent":["// Generated file: Do not edit \n// generated from @taqueria-protocol-types\n \nimport { TaqError, toFutureParseErr, toFutureParseUnknownErr, toParseErr, toParseUnknownErr } from '@taqueria/protocol/TaqError';\nimport { FutureInstance, resolve, reject } from 'fluture';\nimport { ZodError } from 'zod';\nimport { SanitizedAbsPath } from '@taqueria/protocol/types';\nimport { SanitizedAbsPath as SanitizedAbsPathStrict } from '@taqueria/protocol/out/types-strict';\nimport { sanitizedAbsPathSchema } from '@taqueria/protocol/out/types-zod';\n\nexport type { SanitizedAbsPathStrict as SanitizedAbsPath };\n\nexport const from = (input: unknown): SanitizedAbsPathStrict => {\n\ttry {\n\t\treturn sanitizedAbsPathSchema.parse(input) as SanitizedAbsPathStrict;\n\t}\n\tcatch (previous: unknown) {\n\t\tif (previous instanceof ZodError) {\n\t\t\tconst msgs: string[] = previous.errors.reduce(\n\t\t\t\t(retval, issue) => {\n\t\t\t\t\tconst path = issue.path.join(' → ');\n\t\t\t\t\tconst msg = path + ': ' + issue.message;\n\t\t\t\t\treturn [...retval, msg];\n\t\t\t\t},\n\t\t\t\t[\"SanitizedAbsPath is invalid:\"],\n\t\t\t);\n\t\t\tconst validationErr = msgs.join('\\n') + '\\n';\n\t\t\tthrow toParseErr(previous, validationErr);\n\t\t}\n\t\tthrow toParseUnknownErr(previous, \"There was a problem trying to parse a SanitizedAbsPath.\")\n\t}\n \n};\n\nexport const create = (input: SanitizedAbsPath): SanitizedAbsPathStrict => from(input);\n\nexport const of = (input: unknown): FutureInstance<TaqError, SanitizedAbsPathStrict> => {\n\ttry {\n\t\treturn resolve(from(input))\n\t}\n\tcatch (err){\n\t\treturn reject(err) as FutureInstance<TaqError, never>\n\t}\n};\n\nexport const make = (input: Omit<SanitizedAbsPathStrict, '__type'>): FutureInstance<TaqError, SanitizedAbsPathStrict> => of(input);\n\n// TEMP: for interoperation with old protocol types during transition\nexport const schemas = {\n\trawSchema: sanitizedAbsPathSchema,\n\tschema: sanitizedAbsPathSchema.transform(val => val as SanitizedAbsPathStrict),\n};\nexport const rawSchema = schemas.rawSchema;\nexport const internalSchema = sanitizedAbsPathSchema;\n\nexport type t = SanitizedAbsPathStrict;\n "],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,sBAAmG;AACnG,qBAAgD;AAChD,iBAAyB;AAGzB,uBAAuC;AAIhC,IAAM,OAAO,CAAC,UAA2C;AAC/D,MAAI;AACH,WAAO,wCAAuB,MAAM,KAAK;AAAA,EAC1C,SACO,UAAP;AACC,QAAI,oBAAoB,qBAAU;AACjC,YAAM,OAAiB,SAAS,OAAO;AAAA,QACtC,CAAC,QAAQ,UAAU;AAClB,gBAAM,OAAO,MAAM,KAAK,KAAK,UAAK;AAClC,gBAAM,MAAM,OAAO,OAAO,MAAM;AAChC,iBAAO,CAAC,GAAG,QAAQ,GAAG;AAAA,QACvB;AAAA,QACA,CAAC,8BAA8B;AAAA,MAChC;AACA,YAAM,gBAAgB,KAAK,KAAK,IAAI,IAAI;AACxC,gBAAM,4BAAW,UAAU,aAAa;AAAA,IACzC;AACA,cAAM,mCAAkB,UAAU,yDAAyD;AAAA,EAC5F;AAED;AAEO,IAAM,SAAS,CAAC,UAAoD,KAAK,KAAK;AAE9E,IAAM,KAAK,CAAC,UAAqE;AACvF,MAAI;AACH,eAAO,wBAAQ,KAAK,KAAK,CAAC;AAAA,EAC3B,SACO,KAAP;AACC,eAAO,uBAAO,GAAG;AAAA,EAClB;AACD;AAEO,IAAM,OAAO,CAAC,UAAoG,GAAG,KAAK;AAG1H,IAAM,UAAU;AAAA,EACtB,WAAW;AAAA,EACX,QAAQ,wCAAuB,UAAU,SAAO,GAA6B;AAC9E;AACO,IAAM,YAAY,QAAQ;AAC1B,IAAM,iBAAiB;","names":[]}
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
// out/types/SanitizedAbsPath.ts
|
|
2
|
-
import { toParseErr, toParseUnknownErr } from "@taqueria/protocol/TaqError";
|
|
3
|
-
import { resolve, reject } from "fluture";
|
|
4
|
-
import { ZodError } from "zod";
|
|
5
|
-
import { sanitizedAbsPathSchema } from "@taqueria/protocol/out/types-zod";
|
|
6
|
-
var from = (input) => {
|
|
7
|
-
try {
|
|
8
|
-
return sanitizedAbsPathSchema.parse(input);
|
|
9
|
-
} catch (previous) {
|
|
10
|
-
if (previous instanceof ZodError) {
|
|
11
|
-
const msgs = previous.errors.reduce(
|
|
12
|
-
(retval, issue) => {
|
|
13
|
-
const path = issue.path.join(" \u2192 ");
|
|
14
|
-
const msg = path + ": " + issue.message;
|
|
15
|
-
return [...retval, msg];
|
|
16
|
-
},
|
|
17
|
-
["SanitizedAbsPath is invalid:"]
|
|
18
|
-
);
|
|
19
|
-
const validationErr = msgs.join("\n") + "\n";
|
|
20
|
-
throw toParseErr(previous, validationErr);
|
|
21
|
-
}
|
|
22
|
-
throw toParseUnknownErr(previous, "There was a problem trying to parse a SanitizedAbsPath.");
|
|
23
|
-
}
|
|
24
|
-
};
|
|
25
|
-
var create = (input) => from(input);
|
|
26
|
-
var of = (input) => {
|
|
27
|
-
try {
|
|
28
|
-
return resolve(from(input));
|
|
29
|
-
} catch (err) {
|
|
30
|
-
return reject(err);
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
var make = (input) => of(input);
|
|
34
|
-
var schemas = {
|
|
35
|
-
rawSchema: sanitizedAbsPathSchema,
|
|
36
|
-
schema: sanitizedAbsPathSchema.transform((val) => val)
|
|
37
|
-
};
|
|
38
|
-
var rawSchema = schemas.rawSchema;
|
|
39
|
-
var internalSchema = sanitizedAbsPathSchema;
|
|
40
|
-
export {
|
|
41
|
-
create,
|
|
42
|
-
from,
|
|
43
|
-
internalSchema,
|
|
44
|
-
make,
|
|
45
|
-
of,
|
|
46
|
-
rawSchema,
|
|
47
|
-
schemas
|
|
48
|
-
};
|
|
49
|
-
//# sourceMappingURL=SanitizedAbsPath.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["SanitizedAbsPath.ts"],"sourcesContent":["// Generated file: Do not edit \n// generated from @taqueria-protocol-types\n \nimport { TaqError, toFutureParseErr, toFutureParseUnknownErr, toParseErr, toParseUnknownErr } from '@taqueria/protocol/TaqError';\nimport { FutureInstance, resolve, reject } from 'fluture';\nimport { ZodError } from 'zod';\nimport { SanitizedAbsPath } from '@taqueria/protocol/types';\nimport { SanitizedAbsPath as SanitizedAbsPathStrict } from '@taqueria/protocol/out/types-strict';\nimport { sanitizedAbsPathSchema } from '@taqueria/protocol/out/types-zod';\n\nexport type { SanitizedAbsPathStrict as SanitizedAbsPath };\n\nexport const from = (input: unknown): SanitizedAbsPathStrict => {\n\ttry {\n\t\treturn sanitizedAbsPathSchema.parse(input) as SanitizedAbsPathStrict;\n\t}\n\tcatch (previous: unknown) {\n\t\tif (previous instanceof ZodError) {\n\t\t\tconst msgs: string[] = previous.errors.reduce(\n\t\t\t\t(retval, issue) => {\n\t\t\t\t\tconst path = issue.path.join(' → ');\n\t\t\t\t\tconst msg = path + ': ' + issue.message;\n\t\t\t\t\treturn [...retval, msg];\n\t\t\t\t},\n\t\t\t\t[\"SanitizedAbsPath is invalid:\"],\n\t\t\t);\n\t\t\tconst validationErr = msgs.join('\\n') + '\\n';\n\t\t\tthrow toParseErr(previous, validationErr);\n\t\t}\n\t\tthrow toParseUnknownErr(previous, \"There was a problem trying to parse a SanitizedAbsPath.\")\n\t}\n \n};\n\nexport const create = (input: SanitizedAbsPath): SanitizedAbsPathStrict => from(input);\n\nexport const of = (input: unknown): FutureInstance<TaqError, SanitizedAbsPathStrict> => {\n\ttry {\n\t\treturn resolve(from(input))\n\t}\n\tcatch (err){\n\t\treturn reject(err) as FutureInstance<TaqError, never>\n\t}\n};\n\nexport const make = (input: Omit<SanitizedAbsPathStrict, '__type'>): FutureInstance<TaqError, SanitizedAbsPathStrict> => of(input);\n\n// TEMP: for interoperation with old protocol types during transition\nexport const schemas = {\n\trawSchema: sanitizedAbsPathSchema,\n\tschema: sanitizedAbsPathSchema.transform(val => val as SanitizedAbsPathStrict),\n};\nexport const rawSchema = schemas.rawSchema;\nexport const internalSchema = sanitizedAbsPathSchema;\n\nexport type t = SanitizedAbsPathStrict;\n "],"mappings":";AAGA,SAA8D,YAAY,yBAAyB;AACnG,SAAyB,SAAS,cAAc;AAChD,SAAS,gBAAgB;AAGzB,SAAS,8BAA8B;AAIhC,IAAM,OAAO,CAAC,UAA2C;AAC/D,MAAI;AACH,WAAO,uBAAuB,MAAM,KAAK;AAAA,EAC1C,SACO,UAAP;AACC,QAAI,oBAAoB,UAAU;AACjC,YAAM,OAAiB,SAAS,OAAO;AAAA,QACtC,CAAC,QAAQ,UAAU;AAClB,gBAAM,OAAO,MAAM,KAAK,KAAK,UAAK;AAClC,gBAAM,MAAM,OAAO,OAAO,MAAM;AAChC,iBAAO,CAAC,GAAG,QAAQ,GAAG;AAAA,QACvB;AAAA,QACA,CAAC,8BAA8B;AAAA,MAChC;AACA,YAAM,gBAAgB,KAAK,KAAK,IAAI,IAAI;AACxC,YAAM,WAAW,UAAU,aAAa;AAAA,IACzC;AACA,UAAM,kBAAkB,UAAU,yDAAyD;AAAA,EAC5F;AAED;AAEO,IAAM,SAAS,CAAC,UAAoD,KAAK,KAAK;AAE9E,IAAM,KAAK,CAAC,UAAqE;AACvF,MAAI;AACH,WAAO,QAAQ,KAAK,KAAK,CAAC;AAAA,EAC3B,SACO,KAAP;AACC,WAAO,OAAO,GAAG;AAAA,EAClB;AACD;AAEO,IAAM,OAAO,CAAC,UAAoG,GAAG,KAAK;AAG1H,IAAM,UAAU;AAAA,EACtB,WAAW;AAAA,EACX,QAAQ,uBAAuB,UAAU,SAAO,GAA6B;AAC9E;AACO,IAAM,YAAY,QAAQ;AAC1B,IAAM,iBAAiB;","names":[]}
|