File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
data_axle_platform/actions/get-person-by-id Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { PEOPLE_PACKAGES } from "../../common/constants";
44export default {
55 key : "data_axle_platform-get-person-by-id" ,
66 name : "Get Person" ,
7- description : "Retrive a specific person by id. [See the docs here](https://platform.data-axle.com/people/docs/search_api#ids-query)" ,
7+ description : "Retrieve a specific person by id. [See the docs here](https://platform.data-axle.com/people/docs/search_api#ids-query)" ,
88 type : "action" ,
99 version : "0.0.2" ,
1010 annotations : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default defineAction({
1010 version : "0.0.6" ,
1111 annotations : {
1212 destructiveHint : false ,
13- openWorldHint : true ,
13+ openWorldHint : false ,
1414 readOnlyHint : true ,
1515 } ,
1616 type : "action" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default defineAction({
88 version : "0.0.6" ,
99 annotations : {
1010 destructiveHint : false ,
11- openWorldHint : true ,
11+ openWorldHint : false ,
1212 readOnlyHint : false ,
1313 } ,
1414 type : "action" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default defineAction({
1212 version : "0.0.6" ,
1313 annotations : {
1414 destructiveHint : true ,
15- openWorldHint : true ,
15+ openWorldHint : false ,
1616 readOnlyHint : false ,
1717 } ,
1818 type : "action" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default defineAction({
88 version : "0.0.6" ,
99 annotations : {
1010 destructiveHint : false ,
11- openWorldHint : true ,
11+ openWorldHint : false ,
1212 readOnlyHint : false ,
1313 } ,
1414 type : "action" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default defineAction({
88 version : "0.0.6" ,
99 annotations : {
1010 destructiveHint : false ,
11- openWorldHint : true ,
11+ openWorldHint : false ,
1212 readOnlyHint : false ,
1313 } ,
1414 type : "action" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default defineAction({
1010 readOnlyHint : true ,
1111 } ,
1212 key : "lemon_squeezy-retrieve-customer" ,
13- description : "Retrive an existent customer. [See docs here](https://docs.lemonsqueezy.com/api/customers#retrieve-a-customer)" ,
13+ description : "Retrieve an existent customer. [See docs here](https://docs.lemonsqueezy.com/api/customers#retrieve-a-customer)" ,
1414 type : "action" ,
1515 props : {
1616 lemonSqueezy,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default defineAction({
1010 readOnlyHint : true ,
1111 } ,
1212 key : "lemon_squeezy-retrieve-order" ,
13- description : "Retrive an existent order. [See docs here](https://docs.lemonsqueezy.com/api/orders#retrieve-an-order)" ,
13+ description : "Retrieve an existent order. [See docs here](https://docs.lemonsqueezy.com/api/orders#retrieve-an-order)" ,
1414 type : "action" ,
1515 props : {
1616 lemonSqueezy,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export default defineAction({
1010 readOnlyHint : true ,
1111 } ,
1212 key : "lemon_squeezy-retrieve-product" ,
13- description : "Retrive an existent product. [See docs here](https://docs.lemonsqueezy.com/api/products#retrieve-a-product)" ,
13+ description : "Retrieve an existent product. [See docs here](https://docs.lemonsqueezy.com/api/products#retrieve-a-product)" ,
1414 type : "action" ,
1515 props : {
1616 lemonSqueezy,
You can’t perform that action at this time.
0 commit comments