zernio-sdk 0.0.546 → 0.0.548
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d41e330aba1ffba4d8eac38593410f83e845781eadadd4856dbbdf5780c1c67
|
|
4
|
+
data.tar.gz: 6e17a25a53595737fb8b619ec3e2da956be3f532b0fff95667d33617a06a9c93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a78772ffcfbe668fbdf2c2f65026da938d40ebca0ee4fe0aa182307ad49b4af7a35a8ccb98a3c4b18edf1128064f494ead252325b960254932f47bc86cb9b6bc
|
|
7
|
+
data.tar.gz: e67a1274875d8425637ef14f5a1c5fff1033ea43b0e69ec6586f8ed0048250583f4c9b19a19615a49968c91d6d5fde49bd64d70e896c8e224fbfe03a977b72db
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **followers_last_updated** | **Time** | Last time follower count was updated (only included if user has analytics add-on) | [optional] |
|
|
18
18
|
| **parent_account_id** | **String** | Reference to the parent posting SocialAccount. Set for ads accounts that share or derive from a posting account's OAuth token. null for standalone ads (Google Ads) and all posting accounts. | [optional] |
|
|
19
19
|
| **enabled** | **Boolean** | Whether the user explicitly activated this account. false means the account was created as a side effect (e.g., posting account auto-created when user connected ads first). Posting UI and scheduler ignore accounts with enabled: false. | [optional] |
|
|
20
|
-
| **metadata** | **Object** | Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN) - nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE).
|
|
20
|
+
| **metadata** | **Object** | Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN) - nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE). A declined or pending display name does not by itself block sending; sendability is reported separately via health_status (can_send_message). - messagingLimitTier: Maximum unique business-initiated conversations per 24h rolling window (TIER_250, TIER_1K, TIER_10K, TIER_100K, or TIER_UNLIMITED). Scales automatically as quality rating improves. - verifiedName: Meta-verified business display name - displayPhoneNumber: Formatted phone number (e.g., \"+1 555-123-4567\") - wabaId: WhatsApp Business Account ID - phoneNumberId: Meta phone number ID | [optional] |
|
|
21
21
|
| **current_followers** | **Float** | Current follower count | [optional] |
|
|
22
22
|
| **last_updated** | **Time** | | [optional] |
|
|
23
23
|
| **growth** | **Float** | Follower change over period | [optional] |
|
data/docs/SocialAccount.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| **followers_last_updated** | **Time** | Last time follower count was updated (only included if user has analytics add-on) | [optional] |
|
|
18
18
|
| **parent_account_id** | **String** | Reference to the parent posting SocialAccount. Set for ads accounts that share or derive from a posting account's OAuth token. null for standalone ads (Google Ads) and all posting accounts. | [optional] |
|
|
19
19
|
| **enabled** | **Boolean** | Whether the user explicitly activated this account. false means the account was created as a side effect (e.g., posting account auto-created when user connected ads first). Posting UI and scheduler ignore accounts with enabled: false. | [optional] |
|
|
20
|
-
| **metadata** | **Object** | Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN) - nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE).
|
|
20
|
+
| **metadata** | **Object** | Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN) - nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE). A declined or pending display name does not by itself block sending; sendability is reported separately via health_status (can_send_message). - messagingLimitTier: Maximum unique business-initiated conversations per 24h rolling window (TIER_250, TIER_1K, TIER_10K, TIER_100K, or TIER_UNLIMITED). Scales automatically as quality rating improves. - verifiedName: Meta-verified business display name - displayPhoneNumber: Formatted phone number (e.g., \"+1 555-123-4567\") - wabaId: WhatsApp Business Account ID - phoneNumberId: Meta phone number ID | [optional] |
|
|
21
21
|
|
|
22
22
|
## Example
|
|
23
23
|
|
|
@@ -48,7 +48,7 @@ module Zernio
|
|
|
48
48
|
# Whether the user explicitly activated this account. false means the account was created as a side effect (e.g., posting account auto-created when user connected ads first). Posting UI and scheduler ignore accounts with enabled: false.
|
|
49
49
|
attr_accessor :enabled
|
|
50
50
|
|
|
51
|
-
# Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN) - nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE).
|
|
51
|
+
# Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN) - nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE). A declined or pending display name does not by itself block sending; sendability is reported separately via health_status (can_send_message). - messagingLimitTier: Maximum unique business-initiated conversations per 24h rolling window (TIER_250, TIER_1K, TIER_10K, TIER_100K, or TIER_UNLIMITED). Scales automatically as quality rating improves. - verifiedName: Meta-verified business display name - displayPhoneNumber: Formatted phone number (e.g., \"+1 555-123-4567\") - wabaId: WhatsApp Business Account ID - phoneNumberId: Meta phone number ID
|
|
52
52
|
attr_accessor :metadata
|
|
53
53
|
|
|
54
54
|
# Current follower count
|
|
@@ -48,7 +48,7 @@ module Zernio
|
|
|
48
48
|
# Whether the user explicitly activated this account. false means the account was created as a side effect (e.g., posting account auto-created when user connected ads first). Posting UI and scheduler ignore accounts with enabled: false.
|
|
49
49
|
attr_accessor :enabled
|
|
50
50
|
|
|
51
|
-
# Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN) - nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE).
|
|
51
|
+
# Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes: - qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN) - nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE). A declined or pending display name does not by itself block sending; sendability is reported separately via health_status (can_send_message). - messagingLimitTier: Maximum unique business-initiated conversations per 24h rolling window (TIER_250, TIER_1K, TIER_10K, TIER_100K, or TIER_UNLIMITED). Scales automatically as quality rating improves. - verifiedName: Meta-verified business display name - displayPhoneNumber: Formatted phone number (e.g., \"+1 555-123-4567\") - wabaId: WhatsApp Business Account ID - phoneNumberId: Meta phone number ID
|
|
52
52
|
attr_accessor :metadata
|
|
53
53
|
|
|
54
54
|
class EnumAttributeValidator
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -5333,7 +5333,7 @@ components:
|
|
|
5333
5333
|
description: |
|
|
5334
5334
|
Platform-specific metadata. Fields vary by platform. For WhatsApp accounts, includes:
|
|
5335
5335
|
- qualityRating: Phone number quality rating from Meta (GREEN, YELLOW, RED, or UNKNOWN)
|
|
5336
|
-
- nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE).
|
|
5336
|
+
- nameStatus: Display name review status (APPROVED, PENDING_REVIEW, DECLINED, or NONE). A declined or pending display name does not by itself block sending; sendability is reported separately via health_status (can_send_message).
|
|
5337
5337
|
- messagingLimitTier: Maximum unique business-initiated conversations per 24h rolling window (TIER_250, TIER_1K, TIER_10K, TIER_100K, or TIER_UNLIMITED). Scales automatically as quality rating improves.
|
|
5338
5338
|
- verifiedName: Meta-verified business display name
|
|
5339
5339
|
- displayPhoneNumber: Formatted phone number (e.g., "+1 555-123-4567")
|
|
@@ -13231,6 +13231,7 @@ paths:
|
|
|
13231
13231
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
13232
13232
|
'402': { $ref: '#/components/responses/PaymentRequired' }
|
|
13233
13233
|
'403': { description: Profile limit exceeded }
|
|
13234
|
+
'409': { description: "A profile with this name already exists (code: profile_name_conflict)." }
|
|
13234
13235
|
/v1/profiles/{profileId}:
|
|
13235
13236
|
get:
|
|
13236
13237
|
operationId: getProfile
|
|
@@ -13305,6 +13306,7 @@ paths:
|
|
|
13305
13306
|
'400': { description: Invalid request }
|
|
13306
13307
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
13307
13308
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
13309
|
+
'409': { description: "A profile with this name already exists (code: profile_name_conflict)." }
|
|
13308
13310
|
delete:
|
|
13309
13311
|
operationId: deleteProfile
|
|
13310
13312
|
tags: [Profiles]
|
|
@@ -33214,6 +33216,7 @@ paths:
|
|
|
33214
33216
|
pagination: { $ref: '#/components/schemas/Pagination' }
|
|
33215
33217
|
'202':
|
|
33216
33218
|
description: "Part of the requested date range predates the ingested history; a background backfill job has been queued. The body has the same shape as the 200 response, carries the currently-available data, and includes `backfillPending: true`. A `Retry-After` header carries the recommended poll interval in seconds. Allow the job a short time to run (typically 1-3 minutes) and submit the request again; once ingestion completes the same request returns 200 with the full range."
|
|
33219
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
33217
33220
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
33218
33221
|
'403':
|
|
33219
33222
|
description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
|
|
@@ -37165,6 +37168,7 @@ paths:
|
|
|
37165
37168
|
name: { type: string }
|
|
37166
37169
|
vertical: { type: [string, "null"], description: "Catalog vertical (e.g. commerce, vehicles, hotels)" }
|
|
37167
37170
|
productCount: { type: integer }
|
|
37171
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37168
37172
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37169
37173
|
'403':
|
|
37170
37174
|
description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
|
|
@@ -37195,6 +37199,7 @@ paths:
|
|
|
37195
37199
|
id: { type: string }
|
|
37196
37200
|
name: { type: string }
|
|
37197
37201
|
productCount: { type: integer }
|
|
37202
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37198
37203
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37199
37204
|
'403':
|
|
37200
37205
|
description: Ads access required. Legacy plans need the Ads add-on; included by default on usage-based plans.
|
|
@@ -37574,6 +37579,7 @@ paths:
|
|
|
37574
37579
|
identifier: { type: string }
|
|
37575
37580
|
coveragePercentage: { type: number }
|
|
37576
37581
|
eventCoveragePercentage: { type: number, description: "Pixel↔CAPI coverage rate for this event." }
|
|
37582
|
+
'400': { $ref: '#/components/responses/BadRequest' }
|
|
37577
37583
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
37578
37584
|
'405': { description: "Platform does not expose Event Match Quality (non-Meta)." }
|
|
37579
37585
|
/v1/ads/conversions:
|