pull:初次提交
This commit is contained in:
66
n8n-n8n-1.109.2/packages/nodes-base/nodes/MailerLite/__schema__/v1.0.0/subscriber/get.json
vendored
Executable file
66
n8n-n8n-1.109.2/packages/nodes-base/nodes/MailerLite/__schema__/v1.0.0/subscriber/get.json
vendored
Executable file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"sent": {
|
||||
"type": "integer"
|
||||
},
|
||||
"opened": {
|
||||
"type": "integer"
|
||||
},
|
||||
"clicked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"country_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"signup_ip": {
|
||||
"type": "null"
|
||||
},
|
||||
"signup_timestamp": {
|
||||
"type": "null"
|
||||
},
|
||||
"fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"key",
|
||||
"value",
|
||||
"type"
|
||||
]
|
||||
}
|
||||
},
|
||||
"date_unsubscribe": {
|
||||
"type": "null"
|
||||
},
|
||||
"date_created": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_updated": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
93
n8n-n8n-1.109.2/packages/nodes-base/nodes/MailerLite/__schema__/v1.0.0/subscriber/getAll.json
vendored
Executable file
93
n8n-n8n-1.109.2/packages/nodes-base/nodes/MailerLite/__schema__/v1.0.0/subscriber/getAll.json
vendored
Executable file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"sent": {
|
||||
"type": "integer"
|
||||
},
|
||||
"opened": {
|
||||
"type": "integer"
|
||||
},
|
||||
"clicked": {
|
||||
"type": "integer"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
"country_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"signup_ip": {
|
||||
"type": "null"
|
||||
},
|
||||
"signup_timestamp": {
|
||||
"type": "null"
|
||||
},
|
||||
"confirmation_ip": {
|
||||
"type": "null"
|
||||
},
|
||||
"confirmation_timestamp": {
|
||||
"type": "null"
|
||||
},
|
||||
"fields": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"key": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"key",
|
||||
"value",
|
||||
"type"
|
||||
]
|
||||
}
|
||||
},
|
||||
"date_subscribe": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_created": {
|
||||
"type": "string"
|
||||
},
|
||||
"date_updated": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"id",
|
||||
"name",
|
||||
"email",
|
||||
"sent",
|
||||
"opened",
|
||||
"opened_rate",
|
||||
"clicked",
|
||||
"clicked_rate",
|
||||
"type",
|
||||
"country_id",
|
||||
"signup_ip",
|
||||
"signup_timestamp",
|
||||
"confirmation_ip",
|
||||
"confirmation_timestamp",
|
||||
"fields",
|
||||
"date_subscribe",
|
||||
"date_unsubscribe",
|
||||
"date_created",
|
||||
"date_updated"
|
||||
]
|
||||
}
|
||||
119
n8n-n8n-1.109.2/packages/nodes-base/nodes/MailerLite/__schema__/v2.0.0/subscriber/create.json
vendored
Executable file
119
n8n-n8n-1.109.2/packages/nodes-base/nodes/MailerLite/__schema__/v2.0.0/subscriber/create.json
vendored
Executable file
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"clicks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
"fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"city": {
|
||||
"type": "null"
|
||||
},
|
||||
"country": {
|
||||
"type": "null"
|
||||
},
|
||||
"state": {
|
||||
"type": "null"
|
||||
},
|
||||
"z_i_p": {
|
||||
"type": "null"
|
||||
}
|
||||
}
|
||||
},
|
||||
"groups": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"active_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"bounced_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"click_rate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"string": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"clicks_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"junk_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"open_rate": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"string": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opens_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"sent_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"unconfirmed_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"unsubscribed_count": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"opens_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"opted_in_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"optin_ip": {
|
||||
"type": "null"
|
||||
},
|
||||
"sent": {
|
||||
"type": "integer"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"subscribed_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"unsubscribed_at": {
|
||||
"type": "null"
|
||||
},
|
||||
"updated_at": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user