@seamapi/nextlove-sdk-generator
Advanced tools
Comparing version 1.13.4 to 1.13.5
@@ -1,2 +0,2 @@ | ||
import actionAttemptHelpersTemplate from "./action-attempt-helpers-template.js"; | ||
import actionAttemptDecideAndWaitTemplate from "./action-attempt-decide-and-wait-template.js"; | ||
export default ({ pascal_name, attrs, date_attrs, }) => { | ||
@@ -21,2 +21,4 @@ const no_error_warning_attrs = attrs.filter((attr) => attr !== "errors" && attr !== "warnings"); | ||
${is_action_attempt_resource ? 'require "seam/utils/action_attempt_utils"' : ""} | ||
module Seam | ||
@@ -31,3 +33,3 @@ class ${pascal_name} < BaseResource | ||
${is_action_attempt_resource ? actionAttemptHelpersTemplate() : ""} | ||
${is_action_attempt_resource ? actionAttemptDecideAndWaitTemplate() : ""} | ||
end | ||
@@ -34,0 +36,0 @@ end\n`; |
{ | ||
"name": "@seamapi/nextlove-sdk-generator", | ||
"version": "1.13.4", | ||
"version": "1.13.5", | ||
"description": "Utilities for building NextLove SDK Generators", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,2 +0,2 @@ | ||
import actionAttemptHelpersTemplate from "./action-attempt-helpers-template.js" | ||
import actionAttemptDecideAndWaitTemplate from "./action-attempt-decide-and-wait-template.js" | ||
@@ -37,2 +37,4 @@ export default ({ | ||
${is_action_attempt_resource ? 'require "seam/utils/action_attempt_utils"' : ""} | ||
module Seam | ||
@@ -47,5 +49,5 @@ class ${pascal_name} < BaseResource | ||
${is_action_attempt_resource ? actionAttemptHelpersTemplate() : ""} | ||
${is_action_attempt_resource ? actionAttemptDecideAndWaitTemplate() : ""} | ||
end | ||
end\n` | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
651553
8183