Skip to content

Commit

Permalink
"tv-scripting-619 (e58308b8344d0017e49206a19ff3999b0a5a71c2)"
Browse files Browse the repository at this point in the history
  • Loading branch information
dboichenko11 committed Jun 20, 2024
1 parent 2939e3b commit f9ffc68
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 1 deletion.
Binary file added sdk_13/study_repo/tv/scripting/619/jar
Binary file not shown.
214 changes: 214 additions & 0 deletions sdk_13/study_repo/tv/scripting/619/metainfo_json
Original file line number Diff line number Diff line change
@@ -0,0 +1,214 @@
[
{
"_metainfoVersion" : 51,
"defaults" : {
"inputs" : {
"logToken" : "",
"pineId" : "",
"pineVersion" : "",
"text" : "",
"userProPlan" : ""
}
},
"description" : "Unnamed Study",
"format" : {
"type" : "inherit"
},
"id" : "ESD@tv-scripting-619",
"inputs" : [
{
"defval" : "",
"id" : "text",
"name" : "Text",
"type" : "text"
},
{
"defval" : "",
"id" : "pineId",
"name" : "PineId",
"type" : "text"
},
{
"defval" : "",
"id" : "pineVersion",
"name" : "PineVersion",
"type" : "text"
},
{
"defval" : "",
"id" : "logToken",
"name" : "LogToken",
"type" : "text"
},
{
"defval" : "",
"id" : "userProPlan",
"isHidden" : true,
"name" : "UserProPlan",
"type" : "usertype"
}
],
"is_hidden_study" : true,
"is_price_study" : false,
"shortDescription" : "Unnamed Study"
},
{
"_metainfoVersion" : 51,
"defaults" : {
"inputs" : {
"logToken" : "",
"pineId" : "",
"pineVersion" : "",
"text" : "",
"userProPlan" : ""
}
},
"description" : "Unnamed Study",
"format" : {
"type" : "inherit"
},
"id" : "Internal@tv-scripting-619",
"inputs" : [
{
"defval" : "",
"id" : "text",
"name" : "Text",
"type" : "text"
},
{
"defval" : "",
"id" : "pineId",
"name" : "PineId",
"type" : "text"
},
{
"defval" : "",
"id" : "pineVersion",
"name" : "PineVersion",
"type" : "text"
},
{
"defval" : "",
"id" : "logToken",
"name" : "LogToken",
"type" : "text"
},
{
"defval" : "",
"id" : "userProPlan",
"isHidden" : true,
"name" : "UserProPlan",
"type" : "usertype"
}
],
"is_hidden_study" : true,
"is_price_study" : false,
"shortDescription" : "Unnamed Study"
},
{
"_metainfoVersion" : 51,
"defaults" : {
"inputs" : {
"logToken" : "",
"pineId" : "",
"pineVersion" : "",
"text" : "",
"userProPlan" : ""
}
},
"description" : "Unnamed Study",
"format" : {
"type" : "inherit"
},
"id" : "Script@tv-scripting-619",
"inputs" : [
{
"defval" : "",
"id" : "text",
"name" : "Text",
"type" : "text"
},
{
"defval" : "",
"id" : "pineId",
"name" : "PineId",
"type" : "text"
},
{
"defval" : "",
"id" : "pineVersion",
"name" : "PineVersion",
"type" : "text"
},
{
"defval" : "",
"id" : "logToken",
"name" : "LogToken",
"type" : "text"
},
{
"defval" : "",
"id" : "userProPlan",
"isHidden" : true,
"name" : "UserProPlan",
"type" : "usertype"
}
],
"is_hidden_study" : true,
"is_price_study" : false,
"shortDescription" : "Unnamed Study"
},
{
"_metainfoVersion" : 51,
"defaults" : {
"inputs" : {
"logToken" : "",
"pineId" : "",
"pineVersion" : "",
"text" : "",
"userProPlan" : ""
}
},
"description" : "Unnamed Study",
"format" : {
"type" : "inherit"
},
"id" : "StrategyScript@tv-scripting-619",
"inputs" : [
{
"defval" : "",
"id" : "text",
"name" : "Text",
"type" : "text"
},
{
"defval" : "",
"id" : "pineId",
"name" : "PineId",
"type" : "text"
},
{
"defval" : "",
"id" : "pineVersion",
"name" : "PineVersion",
"type" : "text"
},
{
"defval" : "",
"id" : "logToken",
"name" : "LogToken",
"type" : "text"
},
{
"defval" : "",
"id" : "userProPlan",
"isHidden" : true,
"name" : "UserProPlan",
"type" : "usertype"
}
],
"is_hidden_study" : true,
"is_price_study" : false,
"shortDescription" : "Unnamed Study"
}
]
6 changes: 6 additions & 0 deletions sdk_13/study_repo/tv/scripting/619/migration
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pkgName" : "tv-scripting",
"studyMigrations" : [ ],
"versFrom" : "618",
"versTo" : "619"
}
76 changes: 76 additions & 0 deletions sdk_13/study_repo/tv/scripting/619/migrations_all
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
[
{
"pkgName" : "tv-scripting",
"studyMigrations" : [
{
"rules" : [
{
"action" : "removeVal",
"inputId" : "pineId",
"type" : "inputRemoved"
}
],
"studyId" : "Script@tv-scripting"
},
{
"rules" : [
{
"action" : "removeVal",
"inputId" : "pineId",
"type" : "inputRemoved"
}
],
"studyId" : "ESD@tv-scripting"
},
{
"rules" : [
{
"action" : "removeVal",
"inputId" : "pineId",
"type" : "inputRemoved"
}
],
"studyId" : "StrategyScript@tv-scripting"
}
],
"versFrom" : "67",
"versTo" : "68"
},
{
"pkgName" : "tv-scripting",
"studyMigrations" : [
{
"rules" : [
{
"action" : "removeVal",
"inputId" : "pineId",
"type" : "inputRemoved"
}
],
"studyId" : "Script@tv-scripting"
},
{
"rules" : [
{
"action" : "removeVal",
"inputId" : "pineId",
"type" : "inputRemoved"
}
],
"studyId" : "ESD@tv-scripting"
},
{
"rules" : [
{
"action" : "removeVal",
"inputId" : "pineId",
"type" : "inputRemoved"
}
],
"studyId" : "StrategyScript@tv-scripting"
}
],
"versFrom" : "70",
"versTo" : "71"
}
]
2 changes: 1 addition & 1 deletion sdk_13/study_repo/tv/scripting/HEAD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
618
619

0 comments on commit f9ffc68

Please sign in to comment.