late-sdk 0.0.685 → 0.0.686
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 +4 -4
- data/docs/CommentAutomationsApi.md +1 -1
- data/docs/ConversionEvent.md +1 -1
- data/docs/ConversionEventUser.md +2 -0
- data/docs/CreateCommentAutomation200ResponseAutomation.md +4 -0
- data/docs/CreateCommentAutomationRequest.md +4 -0
- data/docs/GetCommentAutomation200ResponseAutomation.md +4 -0
- data/docs/GetCommentAutomation200ResponseLogsInner.md +3 -1
- data/docs/ListCommentAutomations200ResponseAutomationsInner.md +4 -0
- data/docs/UpdateCommentAutomationRequest.md +4 -0
- data/lib/zernio-sdk/api/comment_automations_api.rb +1 -1
- data/lib/zernio-sdk/models/conversion_event.rb +1 -1
- data/lib/zernio-sdk/models/conversion_event_user.rb +11 -1
- data/lib/zernio-sdk/models/create_comment_automation200_response_automation.rb +21 -1
- data/lib/zernio-sdk/models/create_comment_automation_request.rb +77 -1
- data/lib/zernio-sdk/models/get_comment_automation200_response_automation.rb +21 -1
- data/lib/zernio-sdk/models/get_comment_automation200_response_logs_inner.rb +14 -4
- data/lib/zernio-sdk/models/list_comment_automations200_response_automations_inner.rb +21 -1
- data/lib/zernio-sdk/models/update_comment_automation_request.rb +77 -1
- data/lib/zernio-sdk/version.rb +1 -1
- data/openapi.yaml +30 -4
- data/spec/models/conversion_event_user_spec.rb +6 -0
- data/spec/models/create_comment_automation200_response_automation_spec.rb +12 -0
- data/spec/models/create_comment_automation_request_spec.rb +12 -0
- data/spec/models/get_comment_automation200_response_automation_spec.rb +12 -0
- data/spec/models/get_comment_automation200_response_logs_inner_spec.rb +7 -1
- data/spec/models/list_comment_automations200_response_automations_inner_spec.rb +12 -0
- data/spec/models/update_comment_automation_request_spec.rb +12 -0
- data/zernio-sdk-0.0.686.gem +0 -0
- metadata +1567 -1567
- data/zernio-sdk-0.0.685.gem +0 -0
|
@@ -50,6 +50,12 @@ module Zernio
|
|
|
50
50
|
# Tag applied to a contact when they click a tracked link (requires linkTracking). Empty string clears it.
|
|
51
51
|
attr_accessor :click_tag
|
|
52
52
|
|
|
53
|
+
# Seconds to wait after the trigger before sending the DM. Send 0 to clear the delay and reply immediately.
|
|
54
|
+
attr_accessor :dm_delay_seconds
|
|
55
|
+
|
|
56
|
+
# Seconds to wait before posting the public comment reply. Send 0 to clear it. The reply never goes out before the DM.
|
|
57
|
+
attr_accessor :comment_reply_delay_seconds
|
|
58
|
+
|
|
53
59
|
attr_accessor :audience
|
|
54
60
|
|
|
55
61
|
attr_accessor :follow_gate
|
|
@@ -94,6 +100,8 @@ module Zernio
|
|
|
94
100
|
:'comment_reply_variations' => :'commentReplyVariations',
|
|
95
101
|
:'link_tracking' => :'linkTracking',
|
|
96
102
|
:'click_tag' => :'clickTag',
|
|
103
|
+
:'dm_delay_seconds' => :'dmDelaySeconds',
|
|
104
|
+
:'comment_reply_delay_seconds' => :'commentReplyDelaySeconds',
|
|
97
105
|
:'audience' => :'audience',
|
|
98
106
|
:'follow_gate' => :'followGate',
|
|
99
107
|
:'is_active' => :'isActive'
|
|
@@ -126,6 +134,8 @@ module Zernio
|
|
|
126
134
|
:'comment_reply_variations' => :'Array<String>',
|
|
127
135
|
:'link_tracking' => :'Boolean',
|
|
128
136
|
:'click_tag' => :'String',
|
|
137
|
+
:'dm_delay_seconds' => :'Integer',
|
|
138
|
+
:'comment_reply_delay_seconds' => :'Integer',
|
|
129
139
|
:'audience' => :'CommentAutomationAudience',
|
|
130
140
|
:'follow_gate' => :'CommentAutomationFollowGate',
|
|
131
141
|
:'is_active' => :'Boolean'
|
|
@@ -216,6 +226,14 @@ module Zernio
|
|
|
216
226
|
self.click_tag = attributes[:'click_tag']
|
|
217
227
|
end
|
|
218
228
|
|
|
229
|
+
if attributes.key?(:'dm_delay_seconds')
|
|
230
|
+
self.dm_delay_seconds = attributes[:'dm_delay_seconds']
|
|
231
|
+
end
|
|
232
|
+
|
|
233
|
+
if attributes.key?(:'comment_reply_delay_seconds')
|
|
234
|
+
self.comment_reply_delay_seconds = attributes[:'comment_reply_delay_seconds']
|
|
235
|
+
end
|
|
236
|
+
|
|
219
237
|
if attributes.key?(:'audience')
|
|
220
238
|
self.audience = attributes[:'audience']
|
|
221
239
|
end
|
|
@@ -246,6 +264,22 @@ module Zernio
|
|
|
246
264
|
invalid_properties.push('invalid value for "comment_reply_variations", number of items must be less than or equal to 5.')
|
|
247
265
|
end
|
|
248
266
|
|
|
267
|
+
if !@dm_delay_seconds.nil? && @dm_delay_seconds > 86400
|
|
268
|
+
invalid_properties.push('invalid value for "dm_delay_seconds", must be smaller than or equal to 86400.')
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
if !@dm_delay_seconds.nil? && @dm_delay_seconds < 0
|
|
272
|
+
invalid_properties.push('invalid value for "dm_delay_seconds", must be greater than or equal to 0.')
|
|
273
|
+
end
|
|
274
|
+
|
|
275
|
+
if !@comment_reply_delay_seconds.nil? && @comment_reply_delay_seconds > 86400
|
|
276
|
+
invalid_properties.push('invalid value for "comment_reply_delay_seconds", must be smaller than or equal to 86400.')
|
|
277
|
+
end
|
|
278
|
+
|
|
279
|
+
if !@comment_reply_delay_seconds.nil? && @comment_reply_delay_seconds < 0
|
|
280
|
+
invalid_properties.push('invalid value for "comment_reply_delay_seconds", must be greater than or equal to 0.')
|
|
281
|
+
end
|
|
282
|
+
|
|
249
283
|
invalid_properties
|
|
250
284
|
end
|
|
251
285
|
|
|
@@ -260,6 +294,10 @@ module Zernio
|
|
|
260
294
|
return false if !@buttons.nil? && @buttons.length > 3
|
|
261
295
|
return false if !@dm_message_variations.nil? && @dm_message_variations.length > 5
|
|
262
296
|
return false if !@comment_reply_variations.nil? && @comment_reply_variations.length > 5
|
|
297
|
+
return false if !@dm_delay_seconds.nil? && @dm_delay_seconds > 86400
|
|
298
|
+
return false if !@dm_delay_seconds.nil? && @dm_delay_seconds < 0
|
|
299
|
+
return false if !@comment_reply_delay_seconds.nil? && @comment_reply_delay_seconds > 86400
|
|
300
|
+
return false if !@comment_reply_delay_seconds.nil? && @comment_reply_delay_seconds < 0
|
|
263
301
|
true
|
|
264
302
|
end
|
|
265
303
|
|
|
@@ -325,6 +363,42 @@ module Zernio
|
|
|
325
363
|
@comment_reply_variations = comment_reply_variations
|
|
326
364
|
end
|
|
327
365
|
|
|
366
|
+
# Custom attribute writer method with validation
|
|
367
|
+
# @param [Object] dm_delay_seconds Value to be assigned
|
|
368
|
+
def dm_delay_seconds=(dm_delay_seconds)
|
|
369
|
+
if dm_delay_seconds.nil?
|
|
370
|
+
fail ArgumentError, 'dm_delay_seconds cannot be nil'
|
|
371
|
+
end
|
|
372
|
+
|
|
373
|
+
if dm_delay_seconds > 86400
|
|
374
|
+
fail ArgumentError, 'invalid value for "dm_delay_seconds", must be smaller than or equal to 86400.'
|
|
375
|
+
end
|
|
376
|
+
|
|
377
|
+
if dm_delay_seconds < 0
|
|
378
|
+
fail ArgumentError, 'invalid value for "dm_delay_seconds", must be greater than or equal to 0.'
|
|
379
|
+
end
|
|
380
|
+
|
|
381
|
+
@dm_delay_seconds = dm_delay_seconds
|
|
382
|
+
end
|
|
383
|
+
|
|
384
|
+
# Custom attribute writer method with validation
|
|
385
|
+
# @param [Object] comment_reply_delay_seconds Value to be assigned
|
|
386
|
+
def comment_reply_delay_seconds=(comment_reply_delay_seconds)
|
|
387
|
+
if comment_reply_delay_seconds.nil?
|
|
388
|
+
fail ArgumentError, 'comment_reply_delay_seconds cannot be nil'
|
|
389
|
+
end
|
|
390
|
+
|
|
391
|
+
if comment_reply_delay_seconds > 86400
|
|
392
|
+
fail ArgumentError, 'invalid value for "comment_reply_delay_seconds", must be smaller than or equal to 86400.'
|
|
393
|
+
end
|
|
394
|
+
|
|
395
|
+
if comment_reply_delay_seconds < 0
|
|
396
|
+
fail ArgumentError, 'invalid value for "comment_reply_delay_seconds", must be greater than or equal to 0.'
|
|
397
|
+
end
|
|
398
|
+
|
|
399
|
+
@comment_reply_delay_seconds = comment_reply_delay_seconds
|
|
400
|
+
end
|
|
401
|
+
|
|
328
402
|
# Checks equality by comparing each attribute.
|
|
329
403
|
# @param [Object] Object to be compared
|
|
330
404
|
def ==(o)
|
|
@@ -343,6 +417,8 @@ module Zernio
|
|
|
343
417
|
comment_reply_variations == o.comment_reply_variations &&
|
|
344
418
|
link_tracking == o.link_tracking &&
|
|
345
419
|
click_tag == o.click_tag &&
|
|
420
|
+
dm_delay_seconds == o.dm_delay_seconds &&
|
|
421
|
+
comment_reply_delay_seconds == o.comment_reply_delay_seconds &&
|
|
346
422
|
audience == o.audience &&
|
|
347
423
|
follow_gate == o.follow_gate &&
|
|
348
424
|
is_active == o.is_active
|
|
@@ -357,7 +433,7 @@ module Zernio
|
|
|
357
433
|
# Calculates hash code according to all attributes.
|
|
358
434
|
# @return [Integer] Hash code
|
|
359
435
|
def hash
|
|
360
|
-
[name, trigger, keywords, match_mode, exclude_keywords, typo_tolerance, dm_message, buttons, comment_reply, dm_message_variations, comment_reply_variations, link_tracking, click_tag, audience, follow_gate, is_active].hash
|
|
436
|
+
[name, trigger, keywords, match_mode, exclude_keywords, typo_tolerance, dm_message, buttons, comment_reply, dm_message_variations, comment_reply_variations, link_tracking, click_tag, dm_delay_seconds, comment_reply_delay_seconds, audience, follow_gate, is_active].hash
|
|
361
437
|
end
|
|
362
438
|
|
|
363
439
|
# Builds the object from hash
|
data/lib/zernio-sdk/version.rb
CHANGED
data/openapi.yaml
CHANGED
|
@@ -7686,6 +7686,14 @@ components:
|
|
|
7686
7686
|
zip: { type: string, description: "Meta advanced matching (zp). US uses first 5 digits; hashed server-side. Meta only." }
|
|
7687
7687
|
dob: { type: string, description: "Meta advanced matching (db). YYYYMMDD; hashed server-side. Meta only." }
|
|
7688
7688
|
gender: { type: string, description: "Meta advanced matching (ge). 'f' or 'm'; hashed server-side. Meta only." }
|
|
7689
|
+
leadId:
|
|
7690
|
+
type: string
|
|
7691
|
+
description: |
|
|
7692
|
+
Meta lead ID from a Lead Ad submission, as a string. Required
|
|
7693
|
+
for Conversion Leads CRM events: send it with
|
|
7694
|
+
`actionSource: 'crm'` and
|
|
7695
|
+
`platformData: { event_source: 'crm', lead_event_source: '<CRM name>' }`.
|
|
7696
|
+
Forwarded unhashed to Meta's `user_data.lead_id`. Meta only.
|
|
7689
7697
|
clickIds:
|
|
7690
7698
|
type: object
|
|
7691
7699
|
description: Platform click identifiers captured from the originating ad click.
|
|
@@ -7726,7 +7734,13 @@ components:
|
|
|
7726
7734
|
platformData:
|
|
7727
7735
|
type: object
|
|
7728
7736
|
additionalProperties: true
|
|
7729
|
-
description:
|
|
7737
|
+
description: |
|
|
7738
|
+
Escape hatch for platform-specific fields we haven't normalized.
|
|
7739
|
+
On Meta, keys are shallow-merged into `custom_data` only: fields
|
|
7740
|
+
Zernio already builds (`value`, `currency`, `contents`,
|
|
7741
|
+
`num_items`) always win on collision, and `user_data` (hashed
|
|
7742
|
+
match keys) is never touched. Use first-class fields (e.g.
|
|
7743
|
+
`user.leadId`) for anything that must reach `user_data`.
|
|
7730
7744
|
|
|
7731
7745
|
ConversionDestination:
|
|
7732
7746
|
type: object
|
|
@@ -35856,6 +35870,8 @@ paths:
|
|
|
35856
35870
|
commentReplyVariations: { type: array, items: { type: string }, description: "Alternate public replies rotated at random with commentReply. Omitted when none." }
|
|
35857
35871
|
linkTracking: { type: boolean, description: "Whether link buttons in the DM are wrapped in a tracked redirect to count clicks." }
|
|
35858
35872
|
clickTag: { type: string, description: "Tag applied to a contact when they click a tracked link." }
|
|
35873
|
+
dmDelaySeconds: { type: integer, description: "Seconds waited after the trigger before the DM is sent. Absent when the DM goes out immediately." }
|
|
35874
|
+
commentReplyDelaySeconds: { type: integer, description: "Seconds waited before the public reply is posted. Absent when it follows the DM immediately." }
|
|
35859
35875
|
isActive: { type: boolean }
|
|
35860
35876
|
stats:
|
|
35861
35877
|
type: object
|
|
@@ -35949,6 +35965,8 @@ paths:
|
|
|
35949
35965
|
description: "Optional alternate public replies, rotated at random alongside commentReply (picked independently of the DM). Up to 5."
|
|
35950
35966
|
linkTracking: { type: boolean, default: true, description: "Wrap link buttons in the DM in a tracked redirect so clicks are counted (Link Clicks / CTR). Pass false to send links exactly as written. Defaults to on." }
|
|
35951
35967
|
clickTag: { type: string, description: "Optional tag applied to a contact when they click a tracked link (requires linkTracking). Lets you segment clickers for broadcasts/sequences." }
|
|
35968
|
+
dmDelaySeconds: { type: integer, minimum: 0, maximum: 86400, description: "Seconds to wait after the trigger before sending the DM. Omit or send 0 to reply immediately (the default). Max 86400 (24h). The trigger is still matched and deduplicated the moment the comment arrives, so a delay only moves when the response is sent." }
|
|
35969
|
+
commentReplyDelaySeconds: { type: integer, minimum: 0, maximum: 86400, description: "Seconds to wait before posting the public comment reply. Omit or send 0 to post it right after the DM (the default). The reply never goes out before the DM, so a value below dmDelaySeconds is raised to it. Ignored when trigger=story_reply, which has no public reply." }
|
|
35952
35970
|
audience: { $ref: '#/components/schemas/CommentAutomationAudience' }
|
|
35953
35971
|
followGate: { $ref: '#/components/schemas/CommentAutomationFollowGate' }
|
|
35954
35972
|
responses:
|
|
@@ -35982,6 +36000,8 @@ paths:
|
|
|
35982
36000
|
commentReplyVariations: { type: array, items: { type: string }, description: "Alternate public replies rotated at random with commentReply. Omitted when none." }
|
|
35983
36001
|
linkTracking: { type: boolean }
|
|
35984
36002
|
clickTag: { type: string }
|
|
36003
|
+
dmDelaySeconds: { type: integer, description: "Seconds waited after the trigger before the DM is sent. Absent when the DM goes out immediately." }
|
|
36004
|
+
commentReplyDelaySeconds: { type: integer, description: "Seconds waited before the public reply is posted. Absent when it follows the DM immediately." }
|
|
35985
36005
|
audience: { $ref: '#/components/schemas/CommentAutomationAudience' }
|
|
35986
36006
|
followGate: { $ref: '#/components/schemas/CommentAutomationFollowGate' }
|
|
35987
36007
|
isActive: { type: boolean }
|
|
@@ -36036,6 +36056,8 @@ paths:
|
|
|
36036
36056
|
commentReplyVariations: { type: array, items: { type: string }, description: "Alternate public replies rotated at random with commentReply. Omitted when none." }
|
|
36037
36057
|
linkTracking: { type: boolean }
|
|
36038
36058
|
clickTag: { type: string }
|
|
36059
|
+
dmDelaySeconds: { type: integer, description: "Seconds waited after the trigger before the DM is sent. Absent when the DM goes out immediately." }
|
|
36060
|
+
commentReplyDelaySeconds: { type: integer, description: "Seconds waited before the public reply is posted. Absent when it follows the DM immediately." }
|
|
36039
36061
|
audience: { $ref: '#/components/schemas/CommentAutomationAudience' }
|
|
36040
36062
|
followGate: { $ref: '#/components/schemas/CommentAutomationFollowGate' }
|
|
36041
36063
|
isActive: { type: boolean }
|
|
@@ -36052,13 +36074,14 @@ paths:
|
|
|
36052
36074
|
commenterId: { type: string }
|
|
36053
36075
|
commenterName: { type: string }
|
|
36054
36076
|
commentText: { type: string }
|
|
36055
|
-
status: { type: string, enum: [sent, failed, skipped, gated], description: "DM outcome. 'gated' = the follow-gate confirmation DM went out and we are waiting for the tap; it flips to 'sent' or 'skipped' when they tap." }
|
|
36077
|
+
status: { type: string, enum: [pending, sent, failed, skipped, gated], description: "DM outcome. 'pending' = the automation has a dmDelaySeconds and the response is queued but not sent yet. 'gated' = the follow-gate confirmation DM went out and we are waiting for the tap; it flips to 'sent' or 'skipped' when they tap." }
|
|
36056
36078
|
audienceOutcome: { type: string, enum: [passed, blocked, gate_sent, gate_passed, gate_failed], description: "How the audience rule resolved. Absent on automations without one." }
|
|
36057
36079
|
commenterIsFollower: { type: boolean, description: "Follow relationship at decision time. Absent when Instagram would not tell us (the commenter never messaged the account)." }
|
|
36058
36080
|
commenterFollowerCount: { type: integer }
|
|
36059
36081
|
error: { type: string, description: DM error message if status is failed }
|
|
36060
36082
|
commentReplyStatus: { type: string, enum: [sent, failed, skipped], description: "Outcome of the optional public reply on the triggering comment. 'skipped' if no commentReply was configured or if the DM failed (the public reply is not attempted in that case)." }
|
|
36061
36083
|
commentReplyError: { type: string, description: Public-reply error message if commentReplyStatus is failed }
|
|
36084
|
+
nextDueAt: { type: string, format: date-time, description: "When the next queued send fires. Present only while something is still pending." }
|
|
36062
36085
|
createdAt: { type: string, format: date-time }
|
|
36063
36086
|
'401': { $ref: '#/components/responses/Unauthorized' }
|
|
36064
36087
|
'404': { $ref: '#/components/responses/NotFound' }
|
|
@@ -36106,6 +36129,8 @@ paths:
|
|
|
36106
36129
|
description: "Alternate public replies for random rotation. Pass [] to clear."
|
|
36107
36130
|
linkTracking: { type: boolean, description: "Wrap link buttons in a tracked redirect to count clicks. Pass false to send links untouched." }
|
|
36108
36131
|
clickTag: { type: string, description: "Tag applied to a contact when they click a tracked link (requires linkTracking). Empty string clears it." }
|
|
36132
|
+
dmDelaySeconds: { type: integer, minimum: 0, maximum: 86400, description: "Seconds to wait after the trigger before sending the DM. Send 0 to clear the delay and reply immediately." }
|
|
36133
|
+
commentReplyDelaySeconds: { type: integer, minimum: 0, maximum: 86400, description: "Seconds to wait before posting the public comment reply. Send 0 to clear it. The reply never goes out before the DM." }
|
|
36109
36134
|
audience: { $ref: '#/components/schemas/CommentAutomationAudience' }
|
|
36110
36135
|
followGate: { $ref: '#/components/schemas/CommentAutomationFollowGate' }
|
|
36111
36136
|
isActive: { type: boolean }
|
|
@@ -36167,7 +36192,7 @@ paths:
|
|
|
36167
36192
|
- bearerAuth: []
|
|
36168
36193
|
parameters:
|
|
36169
36194
|
- { name: automationId, in: path, required: true, schema: { type: string } }
|
|
36170
|
-
- { name: status, in: query, schema: { type: string, enum: [sent, failed, skipped, gated] }, description: Filter by result status }
|
|
36195
|
+
- { name: status, in: query, schema: { type: string, enum: [pending, sent, failed, skipped, gated] }, description: Filter by result status }
|
|
36171
36196
|
- { name: limit, in: query, schema: { type: integer, default: 50, minimum: 1, maximum: 200 } }
|
|
36172
36197
|
- { name: skip, in: query, schema: { type: integer, default: 0, minimum: 0 } }
|
|
36173
36198
|
responses:
|
|
@@ -36189,13 +36214,14 @@ paths:
|
|
|
36189
36214
|
commenterId: { type: string }
|
|
36190
36215
|
commenterName: { type: string }
|
|
36191
36216
|
commentText: { type: string }
|
|
36192
|
-
status: { type: string, enum: [sent, failed, skipped, gated], description: "DM outcome. 'gated' = the follow-gate confirmation DM went out and we are waiting for the tap; it flips to 'sent' or 'skipped' when they tap." }
|
|
36217
|
+
status: { type: string, enum: [pending, sent, failed, skipped, gated], description: "DM outcome. 'pending' = the automation has a dmDelaySeconds and the response is queued but not sent yet. 'gated' = the follow-gate confirmation DM went out and we are waiting for the tap; it flips to 'sent' or 'skipped' when they tap." }
|
|
36193
36218
|
audienceOutcome: { type: string, enum: [passed, blocked, gate_sent, gate_passed, gate_failed], description: "How the audience rule resolved. Absent on automations without one." }
|
|
36194
36219
|
commenterIsFollower: { type: boolean, description: "Follow relationship at decision time. Absent when Instagram would not tell us (the commenter never messaged the account)." }
|
|
36195
36220
|
commenterFollowerCount: { type: integer }
|
|
36196
36221
|
error: { type: string, description: DM error message if status is failed }
|
|
36197
36222
|
commentReplyStatus: { type: string, enum: [sent, failed, skipped], description: "Outcome of the optional public reply on the triggering comment. 'skipped' if no commentReply was configured or if the DM failed (the public reply is not attempted in that case)." }
|
|
36198
36223
|
commentReplyError: { type: string, description: Public-reply error message if commentReplyStatus is failed }
|
|
36224
|
+
nextDueAt: { type: string, format: date-time, description: "When the next queued send fires. Present only while something is still pending." }
|
|
36199
36225
|
createdAt: { type: string, format: date-time }
|
|
36200
36226
|
pagination:
|
|
36201
36227
|
type: object
|
|
@@ -105,6 +105,12 @@ describe Zernio::ConversionEventUser do
|
|
|
105
105
|
end
|
|
106
106
|
end
|
|
107
107
|
|
|
108
|
+
describe 'test attribute "lead_id"' do
|
|
109
|
+
it 'should work' do
|
|
110
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
111
|
+
end
|
|
112
|
+
end
|
|
113
|
+
|
|
108
114
|
describe 'test attribute "click_ids"' do
|
|
109
115
|
it 'should work' do
|
|
110
116
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -131,6 +131,18 @@ describe Zernio::CreateCommentAutomation200ResponseAutomation do
|
|
|
131
131
|
end
|
|
132
132
|
end
|
|
133
133
|
|
|
134
|
+
describe 'test attribute "dm_delay_seconds"' do
|
|
135
|
+
it 'should work' do
|
|
136
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
137
|
+
end
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
describe 'test attribute "comment_reply_delay_seconds"' do
|
|
141
|
+
it 'should work' do
|
|
142
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
143
|
+
end
|
|
144
|
+
end
|
|
145
|
+
|
|
134
146
|
describe 'test attribute "audience"' do
|
|
135
147
|
it 'should work' do
|
|
136
148
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -143,6 +143,18 @@ describe Zernio::CreateCommentAutomationRequest do
|
|
|
143
143
|
end
|
|
144
144
|
end
|
|
145
145
|
|
|
146
|
+
describe 'test attribute "dm_delay_seconds"' do
|
|
147
|
+
it 'should work' do
|
|
148
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
149
|
+
end
|
|
150
|
+
end
|
|
151
|
+
|
|
152
|
+
describe 'test attribute "comment_reply_delay_seconds"' do
|
|
153
|
+
it 'should work' do
|
|
154
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
155
|
+
end
|
|
156
|
+
end
|
|
157
|
+
|
|
146
158
|
describe 'test attribute "audience"' do
|
|
147
159
|
it 'should work' do
|
|
148
160
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -149,6 +149,18 @@ describe Zernio::GetCommentAutomation200ResponseAutomation do
|
|
|
149
149
|
end
|
|
150
150
|
end
|
|
151
151
|
|
|
152
|
+
describe 'test attribute "dm_delay_seconds"' do
|
|
153
|
+
it 'should work' do
|
|
154
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
155
|
+
end
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
describe 'test attribute "comment_reply_delay_seconds"' do
|
|
159
|
+
it 'should work' do
|
|
160
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
161
|
+
end
|
|
162
|
+
end
|
|
163
|
+
|
|
152
164
|
describe 'test attribute "audience"' do
|
|
153
165
|
it 'should work' do
|
|
154
166
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -60,7 +60,7 @@ describe Zernio::GetCommentAutomation200ResponseLogsInner do
|
|
|
60
60
|
describe 'test attribute "status"' do
|
|
61
61
|
it 'should work' do
|
|
62
62
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
63
|
-
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["sent", "failed", "skipped", "gated"])
|
|
63
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["pending", "sent", "failed", "skipped", "gated"])
|
|
64
64
|
# validator.allowable_values.each do |value|
|
|
65
65
|
# expect { instance.status = value }.not_to raise_error
|
|
66
66
|
# end
|
|
@@ -111,6 +111,12 @@ describe Zernio::GetCommentAutomation200ResponseLogsInner do
|
|
|
111
111
|
end
|
|
112
112
|
end
|
|
113
113
|
|
|
114
|
+
describe 'test attribute "next_due_at"' do
|
|
115
|
+
it 'should work' do
|
|
116
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
117
|
+
end
|
|
118
|
+
end
|
|
119
|
+
|
|
114
120
|
describe 'test attribute "created_at"' do
|
|
115
121
|
it 'should work' do
|
|
116
122
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -147,6 +147,18 @@ describe Zernio::ListCommentAutomations200ResponseAutomationsInner do
|
|
|
147
147
|
end
|
|
148
148
|
end
|
|
149
149
|
|
|
150
|
+
describe 'test attribute "dm_delay_seconds"' do
|
|
151
|
+
it 'should work' do
|
|
152
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
153
|
+
end
|
|
154
|
+
end
|
|
155
|
+
|
|
156
|
+
describe 'test attribute "comment_reply_delay_seconds"' do
|
|
157
|
+
it 'should work' do
|
|
158
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
|
|
150
162
|
describe 'test attribute "is_active"' do
|
|
151
163
|
it 'should work' do
|
|
152
164
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -113,6 +113,18 @@ describe Zernio::UpdateCommentAutomationRequest do
|
|
|
113
113
|
end
|
|
114
114
|
end
|
|
115
115
|
|
|
116
|
+
describe 'test attribute "dm_delay_seconds"' do
|
|
117
|
+
it 'should work' do
|
|
118
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
119
|
+
end
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
describe 'test attribute "comment_reply_delay_seconds"' do
|
|
123
|
+
it 'should work' do
|
|
124
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
125
|
+
end
|
|
126
|
+
end
|
|
127
|
+
|
|
116
128
|
describe 'test attribute "audience"' do
|
|
117
129
|
it 'should work' do
|
|
118
130
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
Binary file
|