@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/RequestArgs.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestArgs.d.ts","sourceRoot":"","sources":["RequestArgs.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestArgs.d.ts","sourceRoot":"","sources":["RequestArgs.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AA6BxB,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAClE,MAAM,MAAM,CAAC,GAAG,WAAW,CAAC;AAE5B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC;AAuBF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
package/RequestArgs.js
CHANGED
|
@@ -1,21 +1,136 @@
|
|
|
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
|
-
var
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
var __export = (target, all) => {
|
|
9
|
+
for (var name in all)
|
|
10
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
+
};
|
|
12
|
+
var __copyProps = (to, from2, except, desc) => {
|
|
13
|
+
if (from2 && typeof from2 === "object" || typeof from2 === "function") {
|
|
14
|
+
for (let key of __getOwnPropNames(from2))
|
|
9
15
|
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () =>
|
|
16
|
+
__defProp(to, key, { get: () => from2[key], enumerable: !(desc = __getOwnPropDesc(from2, key)) || desc.enumerable });
|
|
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
|
// RequestArgs.ts
|
|
18
27
|
var RequestArgs_exports = {};
|
|
28
|
+
__export(RequestArgs_exports, {
|
|
29
|
+
create: () => create,
|
|
30
|
+
createProxyRequestArgs: () => createProxyRequestArgs,
|
|
31
|
+
createProxyTemplateRequestArgs: () => createProxyTemplateRequestArgs,
|
|
32
|
+
factory: () => factory,
|
|
33
|
+
from: () => from,
|
|
34
|
+
generatedSchemas: () => generatedSchemas,
|
|
35
|
+
make: () => make,
|
|
36
|
+
makeProxyRequestArgs: () => makeProxyRequestArgs,
|
|
37
|
+
makeProxyTemplateRequestArgs: () => makeProxyTemplateRequestArgs,
|
|
38
|
+
of: () => of,
|
|
39
|
+
ofProxyRequestArgs: () => ofProxyRequestArgs,
|
|
40
|
+
ofProxyTemplateRequestArgs: () => ofProxyTemplateRequestArgs,
|
|
41
|
+
proxy: () => proxy,
|
|
42
|
+
proxyFactory: () => proxyFactory,
|
|
43
|
+
proxySchemas: () => proxySchemas,
|
|
44
|
+
proxyTemplate: () => proxyTemplate,
|
|
45
|
+
schemas: () => schemas2
|
|
46
|
+
});
|
|
19
47
|
module.exports = __toCommonJS(RequestArgs_exports);
|
|
20
|
-
|
|
48
|
+
var import_Base = __toESM(require("@taqueria/protocol/Base"));
|
|
49
|
+
var LoadedConfig = __toESM(require("@taqueria/protocol/LoadedConfig"));
|
|
50
|
+
var import_SanitizedArgs = require("@taqueria/protocol/SanitizedArgs");
|
|
51
|
+
var import_zod = require("zod");
|
|
52
|
+
var taqRunSchema = import_zod.z.union([
|
|
53
|
+
import_zod.z.literal("pluginInfo"),
|
|
54
|
+
import_zod.z.literal("proxy"),
|
|
55
|
+
import_zod.z.literal("checkRuntimeDependencies"),
|
|
56
|
+
import_zod.z.literal("installRuntimeDependencies"),
|
|
57
|
+
import_zod.z.literal("proxyTemplate")
|
|
58
|
+
]);
|
|
59
|
+
var rawSchema2 = import_SanitizedArgs.rawSchema.extend({
|
|
60
|
+
taqRun: taqRunSchema,
|
|
61
|
+
config: import_zod.z.preprocess(
|
|
62
|
+
(val) => typeof val === "string" ? JSON.parse(val) : val,
|
|
63
|
+
LoadedConfig.rawSchema
|
|
64
|
+
)
|
|
65
|
+
}).describe("RequestArgs").passthrough();
|
|
66
|
+
var internalSchema = import_SanitizedArgs.rawSchema.extend({
|
|
67
|
+
taqRun: taqRunSchema,
|
|
68
|
+
config: import_zod.z.preprocess(
|
|
69
|
+
(val) => typeof val === "string" ? JSON.parse(val) : val,
|
|
70
|
+
LoadedConfig.schemas.schema
|
|
71
|
+
)
|
|
72
|
+
}).describe("RequestArgs").passthrough();
|
|
73
|
+
var { schemas: generatedSchemas, factory } = (0, import_Base.default)({
|
|
74
|
+
rawSchema: rawSchema2,
|
|
75
|
+
internalSchema,
|
|
76
|
+
parseErrMsg: "The request is invalid",
|
|
77
|
+
unknownErrMsg: "Something went wrong trying to parse the request"
|
|
78
|
+
});
|
|
79
|
+
var schemas2 = {
|
|
80
|
+
...generatedSchemas,
|
|
81
|
+
schema: generatedSchemas.schema.transform((val) => val)
|
|
82
|
+
};
|
|
83
|
+
var rawProxyTaskSchema = rawSchema2.extend({
|
|
84
|
+
task: import_zod.z.string().min(1)
|
|
85
|
+
}).describe("ProxyRequestArgs").passthrough();
|
|
86
|
+
var internalProxyTaskSchema = internalSchema.extend({
|
|
87
|
+
task: import_zod.z.string().min(1)
|
|
88
|
+
}).describe("ProxyRequestArgs").passthrough();
|
|
89
|
+
var rawProxyTemplateSchema = rawSchema2.extend({
|
|
90
|
+
template: import_zod.z.string().min(1)
|
|
91
|
+
});
|
|
92
|
+
var internalProxyTemplateSchema = rawSchema2.extend({
|
|
93
|
+
template: import_zod.z.string().min(1)
|
|
94
|
+
});
|
|
95
|
+
var proxy = (0, import_Base.default)({
|
|
96
|
+
rawSchema: rawProxyTaskSchema,
|
|
97
|
+
internalSchema: internalProxyTaskSchema,
|
|
98
|
+
parseErrMsg: "The request is invalid",
|
|
99
|
+
unknownErrMsg: "Something went wrong trying to parse the request"
|
|
100
|
+
});
|
|
101
|
+
var proxyTemplate = (0, import_Base.default)({
|
|
102
|
+
rawSchema: rawProxyTemplateSchema,
|
|
103
|
+
internalSchema: internalProxyTemplateSchema,
|
|
104
|
+
parseErrMsg: "The request is invalid",
|
|
105
|
+
unknownErrMsg: "Something went wrong trying to parse the request"
|
|
106
|
+
});
|
|
107
|
+
var proxySchemas = proxy.schemas;
|
|
108
|
+
var proxyFactory = proxy.factory;
|
|
109
|
+
var createProxyRequestArgs = proxyFactory.from;
|
|
110
|
+
var makeProxyRequestArgs = proxyFactory.make;
|
|
111
|
+
var ofProxyRequestArgs = proxyFactory.of;
|
|
112
|
+
var createProxyTemplateRequestArgs = proxyTemplate.factory.from;
|
|
113
|
+
var makeProxyTemplateRequestArgs = proxyTemplate.factory.make;
|
|
114
|
+
var ofProxyTemplateRequestArgs = proxyTemplate.factory.of;
|
|
115
|
+
var { create, make, of, from } = factory;
|
|
116
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
117
|
+
0 && (module.exports = {
|
|
118
|
+
create,
|
|
119
|
+
createProxyRequestArgs,
|
|
120
|
+
createProxyTemplateRequestArgs,
|
|
121
|
+
factory,
|
|
122
|
+
from,
|
|
123
|
+
generatedSchemas,
|
|
124
|
+
make,
|
|
125
|
+
makeProxyRequestArgs,
|
|
126
|
+
makeProxyTemplateRequestArgs,
|
|
127
|
+
of,
|
|
128
|
+
ofProxyRequestArgs,
|
|
129
|
+
ofProxyTemplateRequestArgs,
|
|
130
|
+
proxy,
|
|
131
|
+
proxyFactory,
|
|
132
|
+
proxySchemas,
|
|
133
|
+
proxyTemplate,
|
|
134
|
+
schemas
|
|
135
|
+
});
|
|
21
136
|
//# sourceMappingURL=RequestArgs.js.map
|
package/RequestArgs.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["RequestArgs.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["RequestArgs.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport * as LoadedConfig from '@taqueria/protocol/LoadedConfig';\nimport { rawSchema as sanitizedArgsSchema } from '@taqueria/protocol/SanitizedArgs';\nimport { z } from 'zod';\n\nconst taqRunSchema = z.union([\n\tz.literal('pluginInfo'),\n\tz.literal('proxy'),\n\tz.literal('checkRuntimeDependencies'),\n\tz.literal('installRuntimeDependencies'),\n\tz.literal('proxyTemplate'),\n]);\n\nconst rawSchema = sanitizedArgsSchema.extend({\n\ttaqRun: taqRunSchema,\n\tconfig: z.preprocess(\n\t\tval => typeof val === 'string' ? JSON.parse(val) : val,\n\t\tLoadedConfig.rawSchema,\n\t),\n}).describe('RequestArgs').passthrough();\n\nconst internalSchema = sanitizedArgsSchema.extend({\n\ttaqRun: taqRunSchema,\n\tconfig: z.preprocess(\n\t\tval => typeof val === 'string' ? JSON.parse(val) : val,\n\t\tLoadedConfig.schemas.schema,\n\t),\n}).describe('RequestArgs').passthrough();\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: 'The request is invalid',\n\tunknownErrMsg: 'Something went wrong trying to parse the request',\n});\n\nexport type RequestArgs = z.infer<typeof generatedSchemas.schema>;\nexport type t = RequestArgs;\n\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as RequestArgs),\n};\n\nconst rawProxyTaskSchema = rawSchema.extend({\n\ttask: z.string().min(1),\n}).describe('ProxyRequestArgs').passthrough();\n\nconst internalProxyTaskSchema = internalSchema.extend({\n\ttask: z.string().min(1),\n}).describe('ProxyRequestArgs').passthrough();\n\nconst rawProxyTemplateSchema = rawSchema.extend({\n\ttemplate: z.string().min(1),\n});\n\nconst internalProxyTemplateSchema = rawSchema.extend({\n\ttemplate: z.string().min(1),\n});\n\ntype RawProxyInput = z.infer<typeof rawProxyTaskSchema>;\ntype ProxyInput = z.infer<typeof internalProxyTaskSchema>;\ntype RawProxyTemplateInput = z.infer<typeof rawProxyTemplateSchema>;\ntype ProxyTemplateInput = z.infer<typeof internalProxyTemplateSchema>;\n\nexport const proxy = createType<RawProxyInput, ProxyInput>({\n\trawSchema: rawProxyTaskSchema,\n\tinternalSchema: internalProxyTaskSchema,\n\tparseErrMsg: 'The request is invalid',\n\tunknownErrMsg: 'Something went wrong trying to parse the request',\n});\n\nexport const proxyTemplate = createType<RawProxyTemplateInput, ProxyTemplateInput>({\n\trawSchema: rawProxyTemplateSchema,\n\tinternalSchema: internalProxyTemplateSchema,\n\tparseErrMsg: 'The request is invalid',\n\tunknownErrMsg: 'Something went wrong trying to parse the request',\n});\n\nexport const proxySchemas = proxy.schemas;\nexport const proxyFactory = proxy.factory;\n\nexport type ProxyRequestArgs = z.infer<typeof proxySchemas.schema>;\nexport type ProxyTemplateRequestArgs = z.infer<typeof proxyTemplate.schemas.schema>;\n\nexport const createProxyRequestArgs = proxyFactory.from;\nexport const makeProxyRequestArgs = proxyFactory.make;\nexport const ofProxyRequestArgs = proxyFactory.of;\n\nexport const createProxyTemplateRequestArgs = proxyTemplate.factory.from;\nexport const makeProxyTemplateRequestArgs = proxyTemplate.factory.make;\nexport const ofProxyTemplateRequestArgs = proxyTemplate.factory.of;\n\nexport const { create, make, of, from } = factory;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAAA;AAAA;AAAA;AAAA,kBAAuB;AACvB,mBAA8B;AAC9B,2BAAiD;AACjD,iBAAkB;AAElB,IAAM,eAAe,aAAE,MAAM;AAAA,EAC5B,aAAE,QAAQ,YAAY;AAAA,EACtB,aAAE,QAAQ,OAAO;AAAA,EACjB,aAAE,QAAQ,0BAA0B;AAAA,EACpC,aAAE,QAAQ,4BAA4B;AAAA,EACtC,aAAE,QAAQ,eAAe;AAC1B,CAAC;AAED,IAAMC,aAAY,qBAAAC,UAAoB,OAAO;AAAA,EAC5C,QAAQ;AAAA,EACR,QAAQ,aAAE;AAAA,IACT,SAAO,OAAO,QAAQ,WAAW,KAAK,MAAM,GAAG,IAAI;AAAA,IACtC;AAAA,EACd;AACD,CAAC,EAAE,SAAS,aAAa,EAAE,YAAY;AAEvC,IAAM,iBAAiB,qBAAAA,UAAoB,OAAO;AAAA,EACjD,QAAQ;AAAA,EACR,QAAQ,aAAE;AAAA,IACT,SAAO,OAAO,QAAQ,WAAW,KAAK,MAAM,GAAG,IAAI;AAAA,IACtC,qBAAQ;AAAA,EACtB;AACD,CAAC,EAAE,SAAS,aAAa,EAAE,YAAY;AAKhC,IAAM,EAAE,SAAS,kBAAkB,QAAQ,QAAI,YAAAC,SAA4B;AAAA,EACjF,WAAAF;AAAA,EACA;AAAA,EACA,aAAa;AAAA,EACb,eAAe;AAChB,CAAC;AAKM,IAAMD,WAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAAkB;AACpE;AAEA,IAAM,qBAAqBC,WAAU,OAAO;AAAA,EAC3C,MAAM,aAAE,OAAO,EAAE,IAAI,CAAC;AACvB,CAAC,EAAE,SAAS,kBAAkB,EAAE,YAAY;AAE5C,IAAM,0BAA0B,eAAe,OAAO;AAAA,EACrD,MAAM,aAAE,OAAO,EAAE,IAAI,CAAC;AACvB,CAAC,EAAE,SAAS,kBAAkB,EAAE,YAAY;AAE5C,IAAM,yBAAyBA,WAAU,OAAO;AAAA,EAC/C,UAAU,aAAE,OAAO,EAAE,IAAI,CAAC;AAC3B,CAAC;AAED,IAAM,8BAA8BA,WAAU,OAAO;AAAA,EACpD,UAAU,aAAE,OAAO,EAAE,IAAI,CAAC;AAC3B,CAAC;AAOM,IAAM,YAAQ,YAAAE,SAAsC;AAAA,EAC1D,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,eAAe;AAChB,CAAC;AAEM,IAAM,oBAAgB,YAAAA,SAAsD;AAAA,EAClF,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,eAAe;AAChB,CAAC;AAEM,IAAM,eAAe,MAAM;AAC3B,IAAM,eAAe,MAAM;AAK3B,IAAM,yBAAyB,aAAa;AAC5C,IAAM,uBAAuB,aAAa;AAC1C,IAAM,qBAAqB,aAAa;AAExC,IAAM,iCAAiC,cAAc,QAAQ;AAC7D,IAAM,+BAA+B,cAAc,QAAQ;AAC3D,IAAM,6BAA6B,cAAc,QAAQ;AAEzD,IAAM,EAAE,QAAQ,MAAM,IAAI,KAAK,IAAI;","names":["schemas","rawSchema","sanitizedArgsSchema","createType"]}
|
package/RequestArgs.mjs
CHANGED
|
@@ -1,3 +1,89 @@
|
|
|
1
1
|
// RequestArgs.ts
|
|
2
|
-
|
|
2
|
+
import createType from "@taqueria/protocol/Base";
|
|
3
|
+
import * as LoadedConfig from "@taqueria/protocol/LoadedConfig";
|
|
4
|
+
import { rawSchema as sanitizedArgsSchema } from "@taqueria/protocol/SanitizedArgs";
|
|
5
|
+
import { z } from "zod";
|
|
6
|
+
var taqRunSchema = z.union([
|
|
7
|
+
z.literal("pluginInfo"),
|
|
8
|
+
z.literal("proxy"),
|
|
9
|
+
z.literal("checkRuntimeDependencies"),
|
|
10
|
+
z.literal("installRuntimeDependencies"),
|
|
11
|
+
z.literal("proxyTemplate")
|
|
12
|
+
]);
|
|
13
|
+
var rawSchema2 = sanitizedArgsSchema.extend({
|
|
14
|
+
taqRun: taqRunSchema,
|
|
15
|
+
config: z.preprocess(
|
|
16
|
+
(val) => typeof val === "string" ? JSON.parse(val) : val,
|
|
17
|
+
LoadedConfig.rawSchema
|
|
18
|
+
)
|
|
19
|
+
}).describe("RequestArgs").passthrough();
|
|
20
|
+
var internalSchema = sanitizedArgsSchema.extend({
|
|
21
|
+
taqRun: taqRunSchema,
|
|
22
|
+
config: z.preprocess(
|
|
23
|
+
(val) => typeof val === "string" ? JSON.parse(val) : val,
|
|
24
|
+
LoadedConfig.schemas.schema
|
|
25
|
+
)
|
|
26
|
+
}).describe("RequestArgs").passthrough();
|
|
27
|
+
var { schemas: generatedSchemas, factory } = createType({
|
|
28
|
+
rawSchema: rawSchema2,
|
|
29
|
+
internalSchema,
|
|
30
|
+
parseErrMsg: "The request is invalid",
|
|
31
|
+
unknownErrMsg: "Something went wrong trying to parse the request"
|
|
32
|
+
});
|
|
33
|
+
var schemas2 = {
|
|
34
|
+
...generatedSchemas,
|
|
35
|
+
schema: generatedSchemas.schema.transform((val) => val)
|
|
36
|
+
};
|
|
37
|
+
var rawProxyTaskSchema = rawSchema2.extend({
|
|
38
|
+
task: z.string().min(1)
|
|
39
|
+
}).describe("ProxyRequestArgs").passthrough();
|
|
40
|
+
var internalProxyTaskSchema = internalSchema.extend({
|
|
41
|
+
task: z.string().min(1)
|
|
42
|
+
}).describe("ProxyRequestArgs").passthrough();
|
|
43
|
+
var rawProxyTemplateSchema = rawSchema2.extend({
|
|
44
|
+
template: z.string().min(1)
|
|
45
|
+
});
|
|
46
|
+
var internalProxyTemplateSchema = rawSchema2.extend({
|
|
47
|
+
template: z.string().min(1)
|
|
48
|
+
});
|
|
49
|
+
var proxy = createType({
|
|
50
|
+
rawSchema: rawProxyTaskSchema,
|
|
51
|
+
internalSchema: internalProxyTaskSchema,
|
|
52
|
+
parseErrMsg: "The request is invalid",
|
|
53
|
+
unknownErrMsg: "Something went wrong trying to parse the request"
|
|
54
|
+
});
|
|
55
|
+
var proxyTemplate = createType({
|
|
56
|
+
rawSchema: rawProxyTemplateSchema,
|
|
57
|
+
internalSchema: internalProxyTemplateSchema,
|
|
58
|
+
parseErrMsg: "The request is invalid",
|
|
59
|
+
unknownErrMsg: "Something went wrong trying to parse the request"
|
|
60
|
+
});
|
|
61
|
+
var proxySchemas = proxy.schemas;
|
|
62
|
+
var proxyFactory = proxy.factory;
|
|
63
|
+
var createProxyRequestArgs = proxyFactory.from;
|
|
64
|
+
var makeProxyRequestArgs = proxyFactory.make;
|
|
65
|
+
var ofProxyRequestArgs = proxyFactory.of;
|
|
66
|
+
var createProxyTemplateRequestArgs = proxyTemplate.factory.from;
|
|
67
|
+
var makeProxyTemplateRequestArgs = proxyTemplate.factory.make;
|
|
68
|
+
var ofProxyTemplateRequestArgs = proxyTemplate.factory.of;
|
|
69
|
+
var { create, make, of, from } = factory;
|
|
70
|
+
export {
|
|
71
|
+
create,
|
|
72
|
+
createProxyRequestArgs,
|
|
73
|
+
createProxyTemplateRequestArgs,
|
|
74
|
+
factory,
|
|
75
|
+
from,
|
|
76
|
+
generatedSchemas,
|
|
77
|
+
make,
|
|
78
|
+
makeProxyRequestArgs,
|
|
79
|
+
makeProxyTemplateRequestArgs,
|
|
80
|
+
of,
|
|
81
|
+
ofProxyRequestArgs,
|
|
82
|
+
ofProxyTemplateRequestArgs,
|
|
83
|
+
proxy,
|
|
84
|
+
proxyFactory,
|
|
85
|
+
proxySchemas,
|
|
86
|
+
proxyTemplate,
|
|
87
|
+
schemas2 as schemas
|
|
88
|
+
};
|
|
3
89
|
//# sourceMappingURL=RequestArgs.mjs.map
|
package/RequestArgs.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["RequestArgs.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"sources":["RequestArgs.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport * as LoadedConfig from '@taqueria/protocol/LoadedConfig';\nimport { rawSchema as sanitizedArgsSchema } from '@taqueria/protocol/SanitizedArgs';\nimport { z } from 'zod';\n\nconst taqRunSchema = z.union([\n\tz.literal('pluginInfo'),\n\tz.literal('proxy'),\n\tz.literal('checkRuntimeDependencies'),\n\tz.literal('installRuntimeDependencies'),\n\tz.literal('proxyTemplate'),\n]);\n\nconst rawSchema = sanitizedArgsSchema.extend({\n\ttaqRun: taqRunSchema,\n\tconfig: z.preprocess(\n\t\tval => typeof val === 'string' ? JSON.parse(val) : val,\n\t\tLoadedConfig.rawSchema,\n\t),\n}).describe('RequestArgs').passthrough();\n\nconst internalSchema = sanitizedArgsSchema.extend({\n\ttaqRun: taqRunSchema,\n\tconfig: z.preprocess(\n\t\tval => typeof val === 'string' ? JSON.parse(val) : val,\n\t\tLoadedConfig.schemas.schema,\n\t),\n}).describe('RequestArgs').passthrough();\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: 'The request is invalid',\n\tunknownErrMsg: 'Something went wrong trying to parse the request',\n});\n\nexport type RequestArgs = z.infer<typeof generatedSchemas.schema>;\nexport type t = RequestArgs;\n\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as RequestArgs),\n};\n\nconst rawProxyTaskSchema = rawSchema.extend({\n\ttask: z.string().min(1),\n}).describe('ProxyRequestArgs').passthrough();\n\nconst internalProxyTaskSchema = internalSchema.extend({\n\ttask: z.string().min(1),\n}).describe('ProxyRequestArgs').passthrough();\n\nconst rawProxyTemplateSchema = rawSchema.extend({\n\ttemplate: z.string().min(1),\n});\n\nconst internalProxyTemplateSchema = rawSchema.extend({\n\ttemplate: z.string().min(1),\n});\n\ntype RawProxyInput = z.infer<typeof rawProxyTaskSchema>;\ntype ProxyInput = z.infer<typeof internalProxyTaskSchema>;\ntype RawProxyTemplateInput = z.infer<typeof rawProxyTemplateSchema>;\ntype ProxyTemplateInput = z.infer<typeof internalProxyTemplateSchema>;\n\nexport const proxy = createType<RawProxyInput, ProxyInput>({\n\trawSchema: rawProxyTaskSchema,\n\tinternalSchema: internalProxyTaskSchema,\n\tparseErrMsg: 'The request is invalid',\n\tunknownErrMsg: 'Something went wrong trying to parse the request',\n});\n\nexport const proxyTemplate = createType<RawProxyTemplateInput, ProxyTemplateInput>({\n\trawSchema: rawProxyTemplateSchema,\n\tinternalSchema: internalProxyTemplateSchema,\n\tparseErrMsg: 'The request is invalid',\n\tunknownErrMsg: 'Something went wrong trying to parse the request',\n});\n\nexport const proxySchemas = proxy.schemas;\nexport const proxyFactory = proxy.factory;\n\nexport type ProxyRequestArgs = z.infer<typeof proxySchemas.schema>;\nexport type ProxyTemplateRequestArgs = z.infer<typeof proxyTemplate.schemas.schema>;\n\nexport const createProxyRequestArgs = proxyFactory.from;\nexport const makeProxyRequestArgs = proxyFactory.make;\nexport const ofProxyRequestArgs = proxyFactory.of;\n\nexport const createProxyTemplateRequestArgs = proxyTemplate.factory.from;\nexport const makeProxyTemplateRequestArgs = proxyTemplate.factory.make;\nexport const ofProxyTemplateRequestArgs = proxyTemplate.factory.of;\n\nexport const { create, make, of, from } = factory;\n"],"mappings":";AAAA,OAAO,gBAAgB;AACvB,YAAY,kBAAkB;AAC9B,SAAS,aAAa,2BAA2B;AACjD,SAAS,SAAS;AAElB,IAAM,eAAe,EAAE,MAAM;AAAA,EAC5B,EAAE,QAAQ,YAAY;AAAA,EACtB,EAAE,QAAQ,OAAO;AAAA,EACjB,EAAE,QAAQ,0BAA0B;AAAA,EACpC,EAAE,QAAQ,4BAA4B;AAAA,EACtC,EAAE,QAAQ,eAAe;AAC1B,CAAC;AAED,IAAMA,aAAY,oBAAoB,OAAO;AAAA,EAC5C,QAAQ;AAAA,EACR,QAAQ,EAAE;AAAA,IACT,SAAO,OAAO,QAAQ,WAAW,KAAK,MAAM,GAAG,IAAI;AAAA,IACtC;AAAA,EACd;AACD,CAAC,EAAE,SAAS,aAAa,EAAE,YAAY;AAEvC,IAAM,iBAAiB,oBAAoB,OAAO;AAAA,EACjD,QAAQ;AAAA,EACR,QAAQ,EAAE;AAAA,IACT,SAAO,OAAO,QAAQ,WAAW,KAAK,MAAM,GAAG,IAAI;AAAA,IACtC,qBAAQ;AAAA,EACtB;AACD,CAAC,EAAE,SAAS,aAAa,EAAE,YAAY;AAKhC,IAAM,EAAE,SAAS,kBAAkB,QAAQ,IAAI,WAA4B;AAAA,EACjF,WAAAA;AAAA,EACA;AAAA,EACA,aAAa;AAAA,EACb,eAAe;AAChB,CAAC;AAKM,IAAMC,WAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAAkB;AACpE;AAEA,IAAM,qBAAqBD,WAAU,OAAO;AAAA,EAC3C,MAAM,EAAE,OAAO,EAAE,IAAI,CAAC;AACvB,CAAC,EAAE,SAAS,kBAAkB,EAAE,YAAY;AAE5C,IAAM,0BAA0B,eAAe,OAAO;AAAA,EACrD,MAAM,EAAE,OAAO,EAAE,IAAI,CAAC;AACvB,CAAC,EAAE,SAAS,kBAAkB,EAAE,YAAY;AAE5C,IAAM,yBAAyBA,WAAU,OAAO;AAAA,EAC/C,UAAU,EAAE,OAAO,EAAE,IAAI,CAAC;AAC3B,CAAC;AAED,IAAM,8BAA8BA,WAAU,OAAO;AAAA,EACpD,UAAU,EAAE,OAAO,EAAE,IAAI,CAAC;AAC3B,CAAC;AAOM,IAAM,QAAQ,WAAsC;AAAA,EAC1D,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,eAAe;AAChB,CAAC;AAEM,IAAM,gBAAgB,WAAsD;AAAA,EAClF,WAAW;AAAA,EACX,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,eAAe;AAChB,CAAC;AAEM,IAAM,eAAe,MAAM;AAC3B,IAAM,eAAe,MAAM;AAK3B,IAAM,yBAAyB,aAAa;AAC5C,IAAM,uBAAuB,aAAa;AAC1C,IAAM,qBAAqB,aAAa;AAExC,IAAM,iCAAiC,cAAc,QAAQ;AAC7D,IAAM,+BAA+B,cAAc,QAAQ;AAC3D,IAAM,6BAA6B,cAAc,QAAQ;AAEzD,IAAM,EAAE,QAAQ,MAAM,IAAI,KAAK,IAAI;","names":["rawSchema","schemas"]}
|
package/SHA256.d.ts
CHANGED
|
@@ -1,37 +1,29 @@
|
|
|
1
1
|
import { TaqError } from '@taqueria/protocol/TaqError';
|
|
2
2
|
import { FutureInstance as Future } from 'fluture';
|
|
3
3
|
import { z } from 'zod';
|
|
4
|
-
interface SubtleCrypto {
|
|
5
|
-
digest(method: 'SHA-256', data: Uint8Array): ArrayBuffer;
|
|
6
|
-
}
|
|
7
|
-
export declare class Crypto {
|
|
8
|
-
subtle: SubtleCrypto;
|
|
9
|
-
constructor();
|
|
10
|
-
}
|
|
11
4
|
export declare const rawSchema: z.ZodString;
|
|
12
5
|
export declare const toSHA256: (value: string) => Promise<string & {
|
|
13
|
-
readonly
|
|
6
|
+
readonly __kind: any;
|
|
14
7
|
}>;
|
|
15
8
|
export declare const internalSchema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
16
|
-
readonly
|
|
9
|
+
readonly __kind: any;
|
|
17
10
|
}, any>;
|
|
18
11
|
export type SHA256 = z.infer<typeof internalSchema>;
|
|
19
12
|
export type t = SHA256;
|
|
20
13
|
export declare const create: (input: string) => string & {
|
|
21
|
-
readonly
|
|
14
|
+
readonly __kind: any;
|
|
22
15
|
}, of: (input: unknown) => Future<TaqError, string & {
|
|
23
|
-
readonly
|
|
16
|
+
readonly __kind: any;
|
|
24
17
|
}>, make: (input: string) => Future<TaqError, string & {
|
|
25
|
-
readonly
|
|
18
|
+
readonly __kind: any;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const schemas: {
|
|
28
21
|
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, string & {
|
|
29
|
-
readonly
|
|
22
|
+
readonly __kind: any;
|
|
30
23
|
}, any>, string & {
|
|
31
|
-
readonly
|
|
24
|
+
readonly __kind: any;
|
|
32
25
|
}, any>;
|
|
33
26
|
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
34
27
|
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
35
28
|
};
|
|
36
|
-
export {};
|
|
37
29
|
//# sourceMappingURL=SHA256.d.ts.map
|
package/SHA256.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SHA256.d.ts","sourceRoot":"","sources":["SHA256.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SHA256.d.ts","sourceRoot":"","sources":["SHA256.ts"],"names":[],"mappings":"AAEA,OAAO,EAAc,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AACnE,OAAO,EAAE,cAAc,IAAI,MAAM,EAAmB,MAAM,SAAS,CAAC;AAEpE,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAOxB,eAAO,MAAM,SAAS,aAAiD,CAAC;AAWxE,eAAO,MAAM,QAAQ,UAAiB,MAAM;;EAQ3C,CAAC;AAEF,eAAO,MAAM,cAAc;;OAA0B,CAAC;AAEtD,MAAM,MAAM,MAAM,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,cAAc,CAAC,CAAC;AACpD,MAAM,MAAM,CAAC,GAAG,MAAM,CAAC;AACvB,eAAO,MAAQ,MAAM;;GAAE,EAAE;;IAAE,IAAI;;EAAY,CAAC;AAC5C,eAAO,MAAM,OAAO;;;;;;;;CAGnB,CAAC"}
|
package/SHA256.js
CHANGED
|
@@ -26,7 +26,6 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
26
26
|
// SHA256.ts
|
|
27
27
|
var SHA256_exports = {};
|
|
28
28
|
__export(SHA256_exports, {
|
|
29
|
-
Crypto: () => Crypto,
|
|
30
29
|
create: () => create,
|
|
31
30
|
internalSchema: () => internalSchema,
|
|
32
31
|
make: () => make,
|
|
@@ -36,32 +35,15 @@ __export(SHA256_exports, {
|
|
|
36
35
|
toSHA256: () => toSHA256
|
|
37
36
|
});
|
|
38
37
|
module.exports = __toCommonJS(SHA256_exports);
|
|
38
|
+
var import_webcrypto = require("@peculiar/webcrypto");
|
|
39
39
|
var import_Base = __toESM(require("@taqueria/protocol/Base"));
|
|
40
40
|
var import_TaqError = require("@taqueria/protocol/TaqError");
|
|
41
41
|
var import_fluture = require("fluture");
|
|
42
|
-
var import_rambda = require("rambda");
|
|
43
42
|
var import_util = require("util");
|
|
44
43
|
var import_zod = require("zod");
|
|
45
44
|
var eager = (f) => (0, import_fluture.promise)(
|
|
46
45
|
(0, import_fluture.mapRej)((err) => new import_TaqError.E_TaqError(err))(f)
|
|
47
46
|
);
|
|
48
|
-
var Crypto = class {
|
|
49
|
-
constructor() {
|
|
50
|
-
this.subtle = {
|
|
51
|
-
digest(_method, _data) {
|
|
52
|
-
return new ArrayBuffer(50);
|
|
53
|
-
}
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
};
|
|
57
|
-
var getSubtleCrypto = async () => {
|
|
58
|
-
if ((0, import_rambda.has)("SubtleCrypto", globalThis)) {
|
|
59
|
-
return Promise.resolve(crypto.subtle);
|
|
60
|
-
}
|
|
61
|
-
const { Crypto: Crypto2 } = await import("@peculiar/webcrypto");
|
|
62
|
-
const webcrypto = new Crypto2();
|
|
63
|
-
return Promise.resolve(webcrypto.subtle);
|
|
64
|
-
};
|
|
65
47
|
var rawSchema = import_zod.z.string({ description: "SHA256" }).length(64);
|
|
66
48
|
var { schemas: generatedSchemas, factory } = (0, import_Base.default)({
|
|
67
49
|
isStringLike: true,
|
|
@@ -72,7 +54,8 @@ var { schemas: generatedSchemas, factory } = (0, import_Base.default)({
|
|
|
72
54
|
var toSHA256 = async (value) => {
|
|
73
55
|
const encoder = new import_util.TextEncoder();
|
|
74
56
|
const data = encoder.encode(value);
|
|
75
|
-
const
|
|
57
|
+
const crypto = new import_webcrypto.Crypto();
|
|
58
|
+
const hash = await crypto.subtle.digest("SHA-256", data);
|
|
76
59
|
const hashArray = Array.from(new Uint8Array(hash));
|
|
77
60
|
const hashHex = hashArray.map((b) => b.toString(16).padStart(2, "0")).join("");
|
|
78
61
|
return eager(factory.make(hashHex));
|
|
@@ -85,7 +68,6 @@ var schemas = {
|
|
|
85
68
|
};
|
|
86
69
|
// Annotate the CommonJS export names for ESM import in node:
|
|
87
70
|
0 && (module.exports = {
|
|
88
|
-
Crypto,
|
|
89
71
|
create,
|
|
90
72
|
internalSchema,
|
|
91
73
|
make,
|
package/SHA256.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["SHA256.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport { E_TaqError, TaqError } from '@taqueria/protocol/TaqError';\nimport { FutureInstance as Future, mapRej, promise } from 'fluture';\nimport {
|
|
1
|
+
{"version":3,"sources":["SHA256.ts"],"sourcesContent":["import { Crypto } from '@peculiar/webcrypto';\nimport createType from '@taqueria/protocol/Base';\nimport { E_TaqError, TaqError } from '@taqueria/protocol/TaqError';\nimport { FutureInstance as Future, mapRej, promise } from 'fluture';\nimport { TextEncoder } from 'util';\nimport { z } from 'zod';\n\nconst eager = <T>(f: Future<TaqError, T>) =>\n\tpromise(\n\t\tmapRej((err: TaqError) => new E_TaqError(err))(f),\n\t);\n\nexport const rawSchema = z.string({ description: 'SHA256' }).length(64);\n\ntype RawInput = z.infer<typeof rawSchema>;\n\nconst { schemas: generatedSchemas, factory } = createType<RawInput, RawInput>({\n\tisStringLike: true,\n\trawSchema,\n\tparseErrMsg: (value: unknown) => `${value} is an invalid SHA256 hash`,\n\tunknownErrMsg: (value: unknown) => `Something went wrong trying to parse the following as a SHA256 value, ${value}`,\n});\n\nexport const toSHA256 = async (value: string) => {\n\tconst encoder = new TextEncoder();\n\tconst data = encoder.encode(value);\n\tconst crypto = new Crypto();\n\tconst hash = await crypto.subtle.digest('SHA-256', data);\n\tconst hashArray = Array.from(new Uint8Array(hash)); // convert buffer to byte array\n\tconst hashHex = hashArray.map(b => b.toString(16).padStart(2, '0')).join('');\n\treturn eager(factory.make(hashHex));\n};\n\nexport const internalSchema = generatedSchemas.schema;\n\nexport type SHA256 = z.infer<typeof internalSchema>;\nexport type t = SHA256;\nexport const { create, of, make } = factory;\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as SHA256),\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAuB;AACvB,kBAAuB;AACvB,sBAAqC;AACrC,qBAA0D;AAC1D,kBAA4B;AAC5B,iBAAkB;AAElB,IAAM,QAAQ,CAAI,UACjB;AAAA,MACC,uBAAO,CAAC,QAAkB,IAAI,2BAAW,GAAG,CAAC,EAAE,CAAC;AACjD;AAEM,IAAM,YAAY,aAAE,OAAO,EAAE,aAAa,SAAS,CAAC,EAAE,OAAO,EAAE;AAItE,IAAM,EAAE,SAAS,kBAAkB,QAAQ,QAAI,YAAAA,SAA+B;AAAA,EAC7E,cAAc;AAAA,EACd;AAAA,EACA,aAAa,CAAC,UAAmB,GAAG;AAAA,EACpC,eAAe,CAAC,UAAmB,yEAAyE;AAC7G,CAAC;AAEM,IAAM,WAAW,OAAO,UAAkB;AAChD,QAAM,UAAU,IAAI,wBAAY;AAChC,QAAM,OAAO,QAAQ,OAAO,KAAK;AACjC,QAAM,SAAS,IAAI,wBAAO;AAC1B,QAAM,OAAO,MAAM,OAAO,OAAO,OAAO,WAAW,IAAI;AACvD,QAAM,YAAY,MAAM,KAAK,IAAI,WAAW,IAAI,CAAC;AACjD,QAAM,UAAU,UAAU,IAAI,OAAK,EAAE,SAAS,EAAE,EAAE,SAAS,GAAG,GAAG,CAAC,EAAE,KAAK,EAAE;AAC3E,SAAO,MAAM,QAAQ,KAAK,OAAO,CAAC;AACnC;AAEO,IAAM,iBAAiB,iBAAiB;AAIxC,IAAM,EAAE,QAAQ,IAAI,KAAK,IAAI;AAC7B,IAAM,UAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAAa;AAC/D;","names":["createType"]}
|
package/SHA256.mjs
CHANGED
|
@@ -1,30 +1,13 @@
|
|
|
1
1
|
// SHA256.ts
|
|
2
|
+
import { Crypto } from "@peculiar/webcrypto";
|
|
2
3
|
import createType from "@taqueria/protocol/Base";
|
|
3
4
|
import { E_TaqError } from "@taqueria/protocol/TaqError";
|
|
4
5
|
import { mapRej, promise } from "fluture";
|
|
5
|
-
import { has } from "rambda";
|
|
6
6
|
import { TextEncoder } from "util";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
var eager = (f) => promise(
|
|
9
9
|
mapRej((err) => new E_TaqError(err))(f)
|
|
10
10
|
);
|
|
11
|
-
var Crypto = class {
|
|
12
|
-
constructor() {
|
|
13
|
-
this.subtle = {
|
|
14
|
-
digest(_method, _data) {
|
|
15
|
-
return new ArrayBuffer(50);
|
|
16
|
-
}
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
var getSubtleCrypto = async () => {
|
|
21
|
-
if (has("SubtleCrypto", globalThis)) {
|
|
22
|
-
return Promise.resolve(crypto.subtle);
|
|
23
|
-
}
|
|
24
|
-
const { Crypto: Crypto2 } = await import("@peculiar/webcrypto");
|
|
25
|
-
const webcrypto = new Crypto2();
|
|
26
|
-
return Promise.resolve(webcrypto.subtle);
|
|
27
|
-
};
|
|
28
11
|
var rawSchema = z.string({ description: "SHA256" }).length(64);
|
|
29
12
|
var { schemas: generatedSchemas, factory } = createType({
|
|
30
13
|
isStringLike: true,
|
|
@@ -35,7 +18,8 @@ var { schemas: generatedSchemas, factory } = createType({
|
|
|
35
18
|
var toSHA256 = async (value) => {
|
|
36
19
|
const encoder = new TextEncoder();
|
|
37
20
|
const data = encoder.encode(value);
|
|
38
|
-
const
|
|
21
|
+
const crypto = new Crypto();
|
|
22
|
+
const hash = await crypto.subtle.digest("SHA-256", data);
|
|
39
23
|
const hashArray = Array.from(new Uint8Array(hash));
|
|
40
24
|
const hashHex = hashArray.map((b) => b.toString(16).padStart(2, "0")).join("");
|
|
41
25
|
return eager(factory.make(hashHex));
|
|
@@ -47,7 +31,6 @@ var schemas = {
|
|
|
47
31
|
schema: generatedSchemas.schema.transform((val) => val)
|
|
48
32
|
};
|
|
49
33
|
export {
|
|
50
|
-
Crypto,
|
|
51
34
|
create,
|
|
52
35
|
internalSchema,
|
|
53
36
|
make,
|
package/SHA256.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["SHA256.ts"],"sourcesContent":["import createType from '@taqueria/protocol/Base';\nimport { E_TaqError, TaqError } from '@taqueria/protocol/TaqError';\nimport { FutureInstance as Future, mapRej, promise } from 'fluture';\nimport {
|
|
1
|
+
{"version":3,"sources":["SHA256.ts"],"sourcesContent":["import { Crypto } from '@peculiar/webcrypto';\nimport createType from '@taqueria/protocol/Base';\nimport { E_TaqError, TaqError } from '@taqueria/protocol/TaqError';\nimport { FutureInstance as Future, mapRej, promise } from 'fluture';\nimport { TextEncoder } from 'util';\nimport { z } from 'zod';\n\nconst eager = <T>(f: Future<TaqError, T>) =>\n\tpromise(\n\t\tmapRej((err: TaqError) => new E_TaqError(err))(f),\n\t);\n\nexport const rawSchema = z.string({ description: 'SHA256' }).length(64);\n\ntype RawInput = z.infer<typeof rawSchema>;\n\nconst { schemas: generatedSchemas, factory } = createType<RawInput, RawInput>({\n\tisStringLike: true,\n\trawSchema,\n\tparseErrMsg: (value: unknown) => `${value} is an invalid SHA256 hash`,\n\tunknownErrMsg: (value: unknown) => `Something went wrong trying to parse the following as a SHA256 value, ${value}`,\n});\n\nexport const toSHA256 = async (value: string) => {\n\tconst encoder = new TextEncoder();\n\tconst data = encoder.encode(value);\n\tconst crypto = new Crypto();\n\tconst hash = await crypto.subtle.digest('SHA-256', data);\n\tconst hashArray = Array.from(new Uint8Array(hash)); // convert buffer to byte array\n\tconst hashHex = hashArray.map(b => b.toString(16).padStart(2, '0')).join('');\n\treturn eager(factory.make(hashHex));\n};\n\nexport const internalSchema = generatedSchemas.schema;\n\nexport type SHA256 = z.infer<typeof internalSchema>;\nexport type t = SHA256;\nexport const { create, of, make } = factory;\nexport const schemas = {\n\t...generatedSchemas,\n\tschema: generatedSchemas.schema.transform(val => val as SHA256),\n};\n"],"mappings":";AAAA,SAAS,cAAc;AACvB,OAAO,gBAAgB;AACvB,SAAS,kBAA4B;AACrC,SAAmC,QAAQ,eAAe;AAC1D,SAAS,mBAAmB;AAC5B,SAAS,SAAS;AAElB,IAAM,QAAQ,CAAI,MACjB;AAAA,EACC,OAAO,CAAC,QAAkB,IAAI,WAAW,GAAG,CAAC,EAAE,CAAC;AACjD;AAEM,IAAM,YAAY,EAAE,OAAO,EAAE,aAAa,SAAS,CAAC,EAAE,OAAO,EAAE;AAItE,IAAM,EAAE,SAAS,kBAAkB,QAAQ,IAAI,WAA+B;AAAA,EAC7E,cAAc;AAAA,EACd;AAAA,EACA,aAAa,CAAC,UAAmB,GAAG;AAAA,EACpC,eAAe,CAAC,UAAmB,yEAAyE;AAC7G,CAAC;AAEM,IAAM,WAAW,OAAO,UAAkB;AAChD,QAAM,UAAU,IAAI,YAAY;AAChC,QAAM,OAAO,QAAQ,OAAO,KAAK;AACjC,QAAM,SAAS,IAAI,OAAO;AAC1B,QAAM,OAAO,MAAM,OAAO,OAAO,OAAO,WAAW,IAAI;AACvD,QAAM,YAAY,MAAM,KAAK,IAAI,WAAW,IAAI,CAAC;AACjD,QAAM,UAAU,UAAU,IAAI,OAAK,EAAE,SAAS,EAAE,EAAE,SAAS,GAAG,GAAG,CAAC,EAAE,KAAK,EAAE;AAC3E,SAAO,MAAM,QAAQ,KAAK,OAAO,CAAC;AACnC;AAEO,IAAM,iBAAiB,iBAAiB;AAIxC,IAAM,EAAE,QAAQ,IAAI,KAAK,IAAI;AAC7B,IAAM,UAAU;AAAA,EACtB,GAAG;AAAA,EACH,QAAQ,iBAAiB,OAAO,UAAU,SAAO,GAAa;AAC/D;","names":[]}
|
|
@@ -1,2 +1,145 @@
|
|
|
1
|
-
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const rawSchema: z.ZodObject<{
|
|
3
|
+
encryptedKey: z.ZodString;
|
|
4
|
+
publicKeyHash: z.ZodString;
|
|
5
|
+
secretKey: z.ZodString;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
encryptedKey: string;
|
|
8
|
+
publicKeyHash: string;
|
|
9
|
+
secretKey: string;
|
|
10
|
+
}, {
|
|
11
|
+
encryptedKey: string;
|
|
12
|
+
publicKeyHash: string;
|
|
13
|
+
secretKey: string;
|
|
14
|
+
}>;
|
|
15
|
+
export declare const generatedSchemas: {
|
|
16
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
17
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
18
|
+
schema: z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
19
|
+
encryptedKey: string;
|
|
20
|
+
publicKeyHash: string & {
|
|
21
|
+
readonly __kind: any;
|
|
22
|
+
};
|
|
23
|
+
secretKey: string;
|
|
24
|
+
} & {
|
|
25
|
+
readonly __kind: any;
|
|
26
|
+
}, any>;
|
|
27
|
+
}, factory: {
|
|
28
|
+
make: (input: {
|
|
29
|
+
encryptedKey: string;
|
|
30
|
+
publicKeyHash: string & {
|
|
31
|
+
readonly __kind: any;
|
|
32
|
+
};
|
|
33
|
+
secretKey: string;
|
|
34
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
35
|
+
encryptedKey: string;
|
|
36
|
+
publicKeyHash: string & {
|
|
37
|
+
readonly __kind: any;
|
|
38
|
+
};
|
|
39
|
+
secretKey: string;
|
|
40
|
+
} & {
|
|
41
|
+
readonly __kind: any;
|
|
42
|
+
}>;
|
|
43
|
+
of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
44
|
+
encryptedKey: string;
|
|
45
|
+
publicKeyHash: string & {
|
|
46
|
+
readonly __kind: any;
|
|
47
|
+
};
|
|
48
|
+
secretKey: string;
|
|
49
|
+
} & {
|
|
50
|
+
readonly __kind: any;
|
|
51
|
+
}>;
|
|
52
|
+
create: (input: {
|
|
53
|
+
encryptedKey: string;
|
|
54
|
+
publicKeyHash: string & {
|
|
55
|
+
readonly __kind: any;
|
|
56
|
+
};
|
|
57
|
+
secretKey: string;
|
|
58
|
+
} | {
|
|
59
|
+
encryptedKey: string;
|
|
60
|
+
publicKeyHash: string;
|
|
61
|
+
secretKey: string;
|
|
62
|
+
}) => {
|
|
63
|
+
encryptedKey: string;
|
|
64
|
+
publicKeyHash: string & {
|
|
65
|
+
readonly __kind: any;
|
|
66
|
+
};
|
|
67
|
+
secretKey: string;
|
|
68
|
+
} & {
|
|
69
|
+
readonly __kind: any;
|
|
70
|
+
};
|
|
71
|
+
from: (input: unknown) => {
|
|
72
|
+
encryptedKey: string;
|
|
73
|
+
publicKeyHash: string & {
|
|
74
|
+
readonly __kind: any;
|
|
75
|
+
};
|
|
76
|
+
secretKey: string;
|
|
77
|
+
} & {
|
|
78
|
+
readonly __kind: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
export type SandboxAccountConfig = z.infer<typeof generatedSchemas.schema>;
|
|
82
|
+
export type t = SandboxAccountConfig;
|
|
83
|
+
export declare const create: (input: {
|
|
84
|
+
encryptedKey: string;
|
|
85
|
+
publicKeyHash: string & {
|
|
86
|
+
readonly __kind: any;
|
|
87
|
+
};
|
|
88
|
+
secretKey: string;
|
|
89
|
+
} | {
|
|
90
|
+
encryptedKey: string;
|
|
91
|
+
publicKeyHash: string;
|
|
92
|
+
secretKey: string;
|
|
93
|
+
}) => {
|
|
94
|
+
encryptedKey: string;
|
|
95
|
+
publicKeyHash: string & {
|
|
96
|
+
readonly __kind: any;
|
|
97
|
+
};
|
|
98
|
+
secretKey: string;
|
|
99
|
+
} & {
|
|
100
|
+
readonly __kind: any;
|
|
101
|
+
}, of: (input: unknown) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
102
|
+
encryptedKey: string;
|
|
103
|
+
publicKeyHash: string & {
|
|
104
|
+
readonly __kind: any;
|
|
105
|
+
};
|
|
106
|
+
secretKey: string;
|
|
107
|
+
} & {
|
|
108
|
+
readonly __kind: any;
|
|
109
|
+
}>, make: (input: {
|
|
110
|
+
encryptedKey: string;
|
|
111
|
+
publicKeyHash: string & {
|
|
112
|
+
readonly __kind: any;
|
|
113
|
+
};
|
|
114
|
+
secretKey: string;
|
|
115
|
+
}) => import("fluture").FutureInstance<import("./TaqError").TaqError, {
|
|
116
|
+
encryptedKey: string;
|
|
117
|
+
publicKeyHash: string & {
|
|
118
|
+
readonly __kind: any;
|
|
119
|
+
};
|
|
120
|
+
secretKey: string;
|
|
121
|
+
} & {
|
|
122
|
+
readonly __kind: any;
|
|
123
|
+
}>;
|
|
124
|
+
export declare const schemas: {
|
|
125
|
+
schema: z.ZodEffects<z.ZodEffects<z.ZodType<any, z.ZodTypeDef, any>, {
|
|
126
|
+
encryptedKey: string;
|
|
127
|
+
publicKeyHash: string & {
|
|
128
|
+
readonly __kind: any;
|
|
129
|
+
};
|
|
130
|
+
secretKey: string;
|
|
131
|
+
} & {
|
|
132
|
+
readonly __kind: any;
|
|
133
|
+
}, any>, {
|
|
134
|
+
encryptedKey: string;
|
|
135
|
+
publicKeyHash: string & {
|
|
136
|
+
readonly __kind: any;
|
|
137
|
+
};
|
|
138
|
+
secretKey: string;
|
|
139
|
+
} & {
|
|
140
|
+
readonly __kind: any;
|
|
141
|
+
}, any>;
|
|
142
|
+
rawSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
143
|
+
internalSchema: z.ZodType<any, z.ZodTypeDef, any>;
|
|
144
|
+
};
|
|
2
145
|
//# sourceMappingURL=SandboxAccountConfig.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SandboxAccountConfig.d.ts","sourceRoot":"","sources":["SandboxAccountConfig.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SandboxAccountConfig.d.ts","sourceRoot":"","sources":["SandboxAccountConfig.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAQxB,eAAO,MAAM,SAAS;;;;;;;;;;;;EAI8B,CAAC;AAMrD,eAAO,MAAiB,gBAAgB;;;;;;;;;;;;GAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK/C,CAAC;AAEH,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,CAAC;AAC3E,MAAM,MAAM,CAAC,GAAG,oBAAoB,CAAC;AACrC,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;GAAE,EAAE;;;;;;;;IAAE,IAAI;;;;;;;;;;;;;;EAAY,CAAC;AAE5C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC"}
|