Apply auto-build changes

This commit is contained in:
HaveAGitGat 2023-11-27 07:30:54 +00:00 committed by github-actions[bot]
parent e725cad660
commit b7d7bdd45e
40 changed files with 84 additions and 0 deletions

View file

@ -16,6 +16,7 @@ var details = function () { return ({
icon: 'faQuestion',
inputs: [
{
label: 'Variable',
name: 'variable',
type: 'string',
defaultValue: '',
@ -25,6 +26,7 @@ var details = function () { return ({
tooltip: "Variable to check. For example , \n \n \\nExample\\n\n args.librarySettings._id\n \n \\nExample\\n\n args.inputFileObj._id\n\n \\nExample\\n\n args.userVariables.library.test\n\n \\nExample\\n\n args.userVariables.global.test\n ",
},
{
label: 'Condition',
name: 'condition',
type: 'string',
defaultValue: '==',
@ -38,6 +40,7 @@ var details = function () { return ({
tooltip: 'Check condition',
},
{
label: 'Value',
name: 'value',
type: 'string',
defaultValue: '',

View file

@ -53,6 +53,7 @@ var details = function () { return ({
icon: 'faQuestion',
inputs: [
{
label: 'Hardware Encoder',
name: 'hardwareEncoder',
type: 'string',
defaultValue: 'hevc_nvenc',

View file

@ -16,6 +16,7 @@ var details = function () { return ({
icon: 'faArrowRight',
inputs: [
{
label: 'Flow ID',
name: 'flowId',
type: 'string',
defaultValue: '',

View file

@ -16,6 +16,7 @@ var details = function () { return ({
icon: 'faArrowRight',
inputs: [
{
label: 'Flow ID',
name: 'flowId',
type: 'string',
defaultValue: '',
@ -26,6 +27,7 @@ var details = function () { return ({
tooltip: 'Specify flow ID to go to',
},
{
label: 'Plugin ID',
name: 'pluginId',
type: 'string',
defaultValue: 'start',

View file

@ -51,6 +51,7 @@ var details = function () { return ({
icon: 'faBell',
inputs: [
{
label: 'Arr',
name: 'arr',
type: 'string',
defaultValue: 'radarr',
@ -61,6 +62,7 @@ var details = function () { return ({
tooltip: 'Specify which arr to use',
},
{
label: 'Arr API Key',
name: 'arr_api_key',
type: 'string',
defaultValue: '',
@ -70,6 +72,7 @@ var details = function () { return ({
tooltip: 'Input your arr api key here',
},
{
label: 'Arr Host',
name: 'arr_host',
type: 'string',
defaultValue: 'http://192.168.1.1:7878',

View file

@ -52,6 +52,7 @@ var details = function () { return ({
icon: 'faClock',
inputs: [
{
label: 'Amount',
name: 'amount',
type: 'string',
defaultValue: '1',
@ -61,6 +62,7 @@ var details = function () { return ({
tooltip: 'Specify the amount of time to wait',
},
{
label: 'Unit',
name: 'unit',
type: 'string',
defaultValue: 'seconds',

View file

@ -52,6 +52,7 @@ var details = function () { return ({
icon: 'faArrowRight',
inputs: [
{
label: 'Method',
name: 'method',
type: 'string',
defaultValue: 'post',
@ -67,6 +68,7 @@ var details = function () { return ({
tooltip: 'Specify request method',
},
{
label: 'Request URL',
name: 'requestUrl',
type: 'string',
defaultValue: 'http://example.com',
@ -76,6 +78,7 @@ var details = function () { return ({
tooltip: 'Specify request URL',
},
{
label: 'Request Headers',
name: 'requestHeaders',
type: 'string',
defaultValue: "{\n \"Content-Type\": \"application/json\"\n}",
@ -88,6 +91,7 @@ var details = function () { return ({
tooltip: 'Specify request URL',
},
{
label: 'Request Body',
name: 'requestBody',
type: 'string',
defaultValue: "{\n \"test\": \"test\"\n}",