🚧 Tests / changes

This commit is contained in:
Rupenieks
2020-07-02 11:12:27 +02:00
parent 4a968ee8ea
commit 0b46f5d63a
6 changed files with 514 additions and 221 deletions

View File

@@ -15,6 +15,11 @@ export const planOperations = [
},
},
options: [
{
name: 'Get',
value: 'get',
description: 'Get a plan.',
},
{
name: 'Get All',
value: 'getAll',
@@ -29,7 +34,7 @@ export const planOperations = [
export const planFields = [
/* -------------------------------------------------------------------------- */
/* plan:getAll */
/* plan:get */
/* -------------------------------------------------------------------------- */
{
displayName: 'Plan ID',
@@ -43,7 +48,7 @@ export const planFields = [
'plan',
],
operation: [
'getAll',
'get',
],
},
},