Skip to content

Commit

Permalink
"tv-scripting-593 (21ff138722941bdf9d31a03a65ca89eb1917a0de)"
Browse files Browse the repository at this point in the history
  • Loading branch information
dboichenko11 committed Jun 20, 2024
1 parent 71a52a4 commit 425d89e
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/593/jar
Binary file not shown.
214 changes: 214 additions & 0 deletions sdk_13/study_repo/tv/scripting/593/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-593",
"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-593",
"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-593",
"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-593",
"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/593/migration
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pkgName" : "tv-scripting",
"studyMigrations" : [ ],
"versFrom" : "592",
"versTo" : "593"
}
76 changes: 76 additions & 0 deletions sdk_13/study_repo/tv/scripting/593/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 @@
592
593

0 comments on commit 425d89e

Please sign in to comment.