first commit
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"settings": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"from_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"reply_to": {
|
||||
"type": "string"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tracking": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"clicktale": {
|
||||
"type": "string"
|
||||
},
|
||||
"ecomm360": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"goal_tracking": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"google_analytics": {
|
||||
"type": "string"
|
||||
},
|
||||
"html_clicks": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"opens": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"text_clicks": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,163 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"merge_fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BIRTHDAY": {
|
||||
"type": "string"
|
||||
},
|
||||
"COMPANY": {
|
||||
"type": "string"
|
||||
},
|
||||
"FNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"LNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"stats": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"avg_click_rate": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"error": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,155 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"merge_fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BIRTHDAY": {
|
||||
"type": "string"
|
||||
},
|
||||
"COMPANY": {
|
||||
"type": "string"
|
||||
},
|
||||
"FNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"LNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"merge_fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"FNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"LNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,152 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"_links": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"href": {
|
||||
"type": "string"
|
||||
},
|
||||
"method": {
|
||||
"type": "string"
|
||||
},
|
||||
"rel": {
|
||||
"type": "string"
|
||||
},
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"targetSchema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"consents_to_one_to_one_messaging": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"contact_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_address": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_client": {
|
||||
"type": "string"
|
||||
},
|
||||
"email_type": {
|
||||
"type": "string"
|
||||
},
|
||||
"full_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"ip_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"language": {
|
||||
"type": "string"
|
||||
},
|
||||
"last_changed": {
|
||||
"type": "string"
|
||||
},
|
||||
"list_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"location": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"country_code": {
|
||||
"type": "string"
|
||||
},
|
||||
"dstoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"gmtoff": {
|
||||
"type": "integer"
|
||||
},
|
||||
"region": {
|
||||
"type": "string"
|
||||
},
|
||||
"timezone": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"member_rating": {
|
||||
"type": "integer"
|
||||
},
|
||||
"merge_fields": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"BIRTHDAY": {
|
||||
"type": "string"
|
||||
},
|
||||
"FNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"LNAME": {
|
||||
"type": "string"
|
||||
},
|
||||
"PHONE": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sms_phone_number": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_last_updated": {
|
||||
"type": "string"
|
||||
},
|
||||
"sms_subscription_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags_count": {
|
||||
"type": "integer"
|
||||
},
|
||||
"timestamp_opt": {
|
||||
"type": "string"
|
||||
},
|
||||
"timestamp_signup": {
|
||||
"type": "string"
|
||||
},
|
||||
"unique_email_id": {
|
||||
"type": "string"
|
||||
},
|
||||
"vip": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"web_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"success": {
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"version": 1
|
||||
}
|
||||
Reference in New Issue
Block a user