airbyte-source-iterable 0.5.0__py3-none-any.whl → 0.5.1__py3-none-any.whl

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.
@@ -1,334 +1,455 @@
1
1
  {
2
2
  "properties": {
3
3
  "country": {
4
+ "description": "Country name.",
4
5
  "type": ["null", "string"]
5
6
  },
6
7
  "firstOrderDate": {
8
+ "description": "Date and time of the first order.",
7
9
  "type": ["null", "string"],
8
10
  "format": "date-time"
9
11
  },
10
12
  "addresses": {
13
+ "description": "List of addresses associated with the user",
11
14
  "type": ["null", "array"],
12
15
  "items": {
13
16
  "type": ["null", "object"],
14
17
  "properties": {
15
18
  "first_name": {
19
+ "description": "First name of the user associated with the address.",
16
20
  "type": ["null", "string"]
17
21
  },
18
22
  "city": {
23
+ "description": "City name.",
19
24
  "type": ["null", "string"]
20
25
  },
21
26
  "name": {
27
+ "description": "Full name associated with the address.",
22
28
  "type": ["null", "string"]
23
29
  },
24
30
  "zip": {
31
+ "description": "Postal code or ZIP code.",
25
32
  "type": ["null", "string"]
26
33
  },
27
34
  "country": {
35
+ "description": "Country name of the address.",
28
36
  "type": ["null", "string"]
29
37
  },
30
38
  "address1": {
39
+ "description": "Address line 1.",
31
40
  "type": ["null", "string"]
32
41
  },
33
42
  "address2": {
43
+ "description": "Address line 2.",
34
44
  "type": ["null", "string"]
35
45
  },
36
46
  "company": {
47
+ "description": "Company name associated with the address.",
37
48
  "type": ["null", "string"]
38
49
  },
39
50
  "country_code": {
51
+ "description": "Country code of the address.",
40
52
  "type": ["null", "string"]
41
53
  },
42
54
  "default": {
55
+ "description": "Indicates if this is the default address.",
43
56
  "type": ["null", "boolean"]
44
57
  },
45
58
  "id": {
59
+ "description": "Unique identifier for the address.",
46
60
  "type": ["null", "string"]
47
61
  },
48
62
  "last_name": {
63
+ "description": "Last name of the user associated with the address.",
49
64
  "type": ["null", "string"]
50
65
  },
51
66
  "province": {
67
+ "description": "Province or state of the address.",
52
68
  "type": ["null", "string"]
53
69
  },
54
70
  "province_code": {
71
+ "description": "Province or state code of the address.",
55
72
  "type": ["null", "string"]
56
73
  },
57
74
  "country_name": {
75
+ "description": "Full name of the country.",
58
76
  "type": ["null", "string"]
59
77
  },
60
78
  "phone": {
79
+ "description": "Contact phone number.",
61
80
  "type": ["null", "string"]
62
81
  }
63
82
  }
64
83
  }
65
84
  },
66
85
  "emailAcquiredDate": {
86
+ "description": "Date and time when the email was acquired.",
67
87
  "type": ["null", "string"],
68
88
  "format": "date-time"
69
89
  },
70
90
  "emailSegmentStatus": {
91
+ "description": "Status of the email segment.",
71
92
  "type": ["null", "string"]
72
93
  },
73
94
  "admin_graphql_api_id": {
95
+ "description": "Admin GraphQL API ID.",
74
96
  "type": ["null", "string"]
75
97
  },
76
98
  "id": {
99
+ "description": "User ID.",
77
100
  "type": ["null", "string"]
78
101
  },
79
102
  "mostRecentEmailList": {
103
+ "description": "Most recent email list the user is part of.",
80
104
  "type": ["null", "string"]
81
105
  },
82
106
  "mostRecentEmailSegment": {
107
+ "description": "Most recent email segment the user is part of.",
83
108
  "type": ["null", "string"]
84
109
  },
85
110
  "aov": {
111
+ "description": "Average order value.",
86
112
  "type": ["null", "number"]
87
113
  },
88
114
  "firstCampaign": {
115
+ "description": "First campaign the user interacted with.",
89
116
  "type": ["null", "string"]
90
117
  },
91
118
  "thirdMostRecentOrderDate": {
119
+ "description": "Date and time of the third most recent order.",
92
120
  "type": ["null", "string"],
93
121
  "format": "date-time"
94
122
  },
95
123
  "firstPurchaseDate": {
124
+ "description": "Date and time of the first purchase made by the user.",
96
125
  "type": ["null", "string"],
97
126
  "format": "date-time"
98
127
  },
99
128
  "firstMedium": {
129
+ "description": "First medium through which the user interacted.",
100
130
  "type": ["null", "string"]
101
131
  },
102
132
  "default_address": {
133
+ "description": "Default address of the user",
103
134
  "type": ["null", "object"],
104
135
  "properties": {
105
136
  "first_name": {
137
+ "description": "First name of the user associated with the address.",
106
138
  "type": ["null", "string"]
107
139
  },
108
140
  "city": {
141
+ "description": "City name.",
109
142
  "type": ["null", "string"]
110
143
  },
111
144
  "name": {
145
+ "description": "Full name associated with the address.",
112
146
  "type": ["null", "string"]
113
147
  },
114
148
  "zip": {
149
+ "description": "Postal code or ZIP code.",
115
150
  "type": ["null", "string"]
116
151
  },
117
152
  "country": {
153
+ "description": "Country name of the address.",
118
154
  "type": ["null", "string"]
119
155
  },
120
156
  "address2": {
157
+ "description": "Address line 2.",
121
158
  "type": ["null", "string"]
122
159
  },
123
160
  "company": {
161
+ "description": "Company name associated with the address.",
124
162
  "type": ["null", "string"]
125
163
  },
126
164
  "country_code": {
165
+ "description": "Country code of the address.",
127
166
  "type": ["null", "string"]
128
167
  },
129
168
  "id": {
169
+ "description": "Unique identifier for the address.",
130
170
  "type": ["null", "string"]
131
171
  },
132
172
  "last_name": {
173
+ "description": "Last name of the user associated with the address.",
133
174
  "type": ["null", "string"]
134
175
  },
135
176
  "address1": {
177
+ "description": "Address line 1.",
136
178
  "type": ["null", "string"]
137
179
  },
138
180
  "default": {
181
+ "description": "Indicates if this is the default address.",
139
182
  "type": ["null", "boolean"]
140
183
  },
141
184
  "province": {
185
+ "description": "Province or state of the address.",
142
186
  "type": ["null", "string"]
143
187
  },
144
188
  "province_code": {
189
+ "description": "Province or state code of the address.",
145
190
  "type": ["null", "string"]
146
191
  },
147
192
  "country_name": {
193
+ "description": "Full name of the country.",
148
194
  "type": ["null", "string"]
149
195
  },
150
196
  "phone": {
197
+ "description": "Contact phone number.",
151
198
  "type": ["null", "string"]
152
199
  }
153
200
  }
154
201
  },
155
202
  "emailListIds": {
203
+ "description": "List of email list IDs subscribed by the user",
156
204
  "type": ["null", "array"],
157
- "items": {}
205
+ "items": {
206
+ "description": "IDs of the email lists associated with the user."
207
+ }
158
208
  },
159
209
  "accepts_marketing": {
210
+ "description": "Indicates whether the user has consented to receive marketing communications.",
160
211
  "type": ["null", "boolean"]
161
212
  },
162
213
  "secondMostRecentOrderDate": {
214
+ "description": "Date and time of the second most recent order.",
163
215
  "type": ["null", "string"],
164
216
  "format": "date-time"
165
217
  },
166
218
  "state": {
219
+ "description": "State name.",
167
220
  "type": ["null", "string"]
168
221
  },
169
222
  "mostRecentCampaign": {
223
+ "description": "Most recent campaign the user interacted with.",
170
224
  "type": ["null", "string"]
171
225
  },
172
226
  "zip": {
227
+ "description": "Postal code or ZIP code.",
173
228
  "type": ["null", "string"]
174
229
  },
175
230
  "total_spent": {
231
+ "description": "Total amount spent by the user.",
176
232
  "type": ["null", "number"]
177
233
  },
178
234
  "mostRecentOrderDate": {
235
+ "description": "Date and time of the most recent order.",
179
236
  "type": ["null", "string"],
180
237
  "format": "date-time"
181
238
  },
182
239
  "last_order_id": {
240
+ "description": "ID of the user's last order.",
183
241
  "type": ["null", "string"]
184
242
  },
185
243
  "tax_exempt": {
244
+ "description": "Indicates if the user is tax exempt.",
186
245
  "type": ["null", "boolean"]
187
246
  },
188
247
  "mostRecentSource": {
248
+ "description": "Most recent source of user interaction.",
189
249
  "type": ["null", "string"]
190
250
  },
191
251
  "twelveMonthLtr": {
252
+ "description": "Lifetime total revenue for the past twelve months.",
192
253
  "type": ["null", "integer"]
193
254
  },
194
255
  "verified_email": {
256
+ "description": "Indicates if the user's email address is verified.",
195
257
  "type": ["null", "boolean"]
196
258
  },
197
259
  "mostRecentMedium": {
260
+ "description": "Most recent medium of user interaction.",
198
261
  "type": ["null", "string"]
199
262
  },
200
263
  "orders_count": {
264
+ "description": "Total number of orders made by the user.",
201
265
  "type": ["null", "integer"]
202
266
  },
203
267
  "firstName": {
268
+ "description": "User's first name.",
204
269
  "type": ["null", "string"]
205
270
  },
206
271
  "lastInteractionTs": {
272
+ "description": "Date and time of the last interaction with the user.",
207
273
  "type": ["null", "string"],
208
274
  "format": "date-time"
209
275
  },
210
276
  "boughtSas": {
277
+ "description": "Indicates if the user has purchased a specific product or service.",
211
278
  "type": ["null", "boolean"]
212
279
  },
213
280
  "secondMostRecentOrderCards": {
281
+ "description": "Details of the second most recent order cards related to the user",
214
282
  "type": ["null", "array"],
215
- "items": {}
283
+ "items": {
284
+ "description": "Details of the second most recent order cards."
285
+ }
216
286
  },
217
287
  "unsubscribedChannelIds": {
288
+ "description": "List of channel IDs the user has unsubscribed from",
218
289
  "type": ["null", "array"],
219
- "items": {}
290
+ "items": {
291
+ "description": "IDs of the channels from which the user unsubscribed."
292
+ }
220
293
  },
221
294
  "lastName": {
295
+ "description": "User's last name.",
222
296
  "type": ["null", "string"]
223
297
  },
224
298
  "last_order_name": {
299
+ "description": "Name of the user's last order.",
225
300
  "type": ["null", "string"]
226
301
  },
227
302
  "secondOrderDate": {
303
+ "description": "Date and time of the second order.",
228
304
  "type": ["null", "string"],
229
305
  "format": "date-time"
230
306
  },
231
307
  "hasAccount": {
308
+ "description": "Indicates if the user has an account.",
232
309
  "type": ["null", "boolean"]
233
310
  },
234
311
  "city": {
312
+ "description": "City name.",
235
313
  "type": ["null", "string"]
236
314
  },
237
315
  "mostRecentOrderCards": {
316
+ "description": "Details of the most recent order cards related to the user",
238
317
  "type": ["null", "array"],
239
- "items": {}
318
+ "items": {
319
+ "description": "Details of the most recent order cards."
320
+ }
240
321
  },
241
322
  "itblInternal": {
323
+ "description": "Internal details specific to the platform",
242
324
  "type": ["null", "object"],
243
325
  "properties": {
244
326
  "emailDomain": {
327
+ "description": "Domain of the user's email address.",
245
328
  "type": ["null", "string"]
246
329
  },
247
330
  "documentUpdatedAt": {
331
+ "description": "Date and time when the document was last updated.",
248
332
  "type": ["null", "string"],
249
333
  "format": "date-time"
250
334
  },
251
335
  "documentCreatedAt": {
336
+ "description": "Date and time when the document was created.",
252
337
  "type": ["null", "string"],
253
338
  "format": "date-time"
254
339
  }
255
340
  }
256
341
  },
257
342
  "hasReminder": {
343
+ "description": "Indicates if the user has set a reminder.",
258
344
  "type": ["null", "boolean"]
259
345
  },
260
346
  "thirdOrderDate": {
347
+ "description": "Date and time of the third order.",
261
348
  "type": ["null", "string"],
262
349
  "format": "date-time"
263
350
  },
264
351
  "subscribedMessageTypeIds": {
352
+ "description": "List of message type IDs user has subscribed to",
265
353
  "type": ["null", "array"],
266
- "items": {}
354
+ "items": {
355
+ "description": "IDs of the message types the user is subscribed to."
356
+ }
267
357
  },
268
358
  "firstSource": {
359
+ "description": "First source of user interaction.",
269
360
  "type": ["null", "string"]
270
361
  },
271
362
  "unsubscribedMessageTypeIds": {
363
+ "description": "List of message type IDs the user has unsubscribed from",
272
364
  "type": ["null", "array"],
273
- "items": {}
365
+ "items": {
366
+ "description": "IDs of the message types from which the user unsubscribed."
367
+ }
274
368
  },
275
369
  "first_name": {
370
+ "description": "User's first name.",
276
371
  "type": ["null", "string"]
277
372
  },
278
373
  "email": {
374
+ "description": "User's email address.",
279
375
  "type": ["null", "string"]
280
376
  },
281
377
  "thirdMostRecentOrderCards": {
378
+ "description": "Details of the third most recent order cards related to the user",
282
379
  "type": ["null", "array"],
283
- "items": {}
380
+ "items": {
381
+ "description": "Details of the third most recent order cards."
382
+ }
284
383
  },
285
384
  "profileUpdatedAt": {
385
+ "description": "Date and time when the profile was last updated.",
286
386
  "type": ["null", "string"],
287
387
  "format": "date-time"
288
388
  },
289
389
  "signupDate": {
390
+ "description": "Date and time when the user signed up.",
290
391
  "type": ["null", "string"],
291
392
  "format": "date-time"
292
393
  },
293
394
  "businessLines": {
395
+ "description": "List of business lines the user is associated with",
294
396
  "type": ["null", "array"],
295
- "items": {}
397
+ "items": {
398
+ "description": "Business lines associated with the user."
399
+ }
296
400
  },
297
401
  "secondOrderCards": {
402
+ "description": "Details of the second order cards related to the user",
298
403
  "type": ["null", "array"],
299
- "items": {}
404
+ "items": {
405
+ "description": "Details of the second order cards."
406
+ }
300
407
  },
301
408
  "address1": {
409
+ "description": "Primary address line of the user.",
302
410
  "type": ["null", "string"]
303
411
  },
304
412
  "last_name": {
413
+ "description": "User's last name.",
305
414
  "type": ["null", "string"]
306
415
  },
307
416
  "ltr": {
417
+ "description": "Lifetime total revenue.",
308
418
  "type": ["null", "integer"]
309
419
  },
310
420
  "userId": {
421
+ "description": "User's unique identifier.",
311
422
  "type": ["null", "string"]
312
423
  },
313
424
  "shopify_created_at": {
425
+ "description": "Date and time when the user was created in Shopify.",
314
426
  "type": ["null", "string"],
315
427
  "format": "date-time"
316
428
  },
317
429
  "signupSource": {
430
+ "description": "Source through which the user signed up.",
318
431
  "type": ["null", "string"]
319
432
  },
320
433
  "thirdOrderCards": {
434
+ "description": "Details of the third order cards related to the user",
321
435
  "type": ["null", "array"],
322
- "items": {}
436
+ "items": {
437
+ "description": "Details of the third order cards."
438
+ }
323
439
  },
324
440
  "firstOrderCards": {
441
+ "description": "Details of the first order cards related to the user",
325
442
  "type": ["null", "array"],
326
- "items": {}
443
+ "items": {
444
+ "description": "Details of the first order cards."
445
+ }
327
446
  },
328
447
  "totalOrders": {
448
+ "description": "Total number of orders made by the user.",
329
449
  "type": ["null", "integer"]
330
450
  },
331
451
  "shopify_updated_at": {
452
+ "description": "Date and time when the user was last updated in Shopify.",
332
453
  "type": ["null", "string"],
333
454
  "format": "date-time"
334
455
  }
@@ -1,31 +0,0 @@
1
- source_iterable/__init__.py,sha256=8WKQT800ggxG1vGPoA_ZHUkozwEM7qMhGMhzEPCdA4o,65
2
- source_iterable/components.py,sha256=dHp23THc43TmogP_tCxcv12mAgZSRs5fKir2ckr4hHI,1374
3
- source_iterable/manifest.yaml,sha256=uO7z-bIU6CtGms6IsLwjyZ-cb3tVY-vLUMLOZGkZDts,13996
4
- source_iterable/run.py,sha256=-Bvz772Z7iJWExDoJS7chxv725hG4e9e5Engrtp66iE,236
5
- source_iterable/schemas/campaigns.json,sha256=3sDq9ekGVuIoAb0kXhul-5sbaz1Vqm36MnLr0cNfPpY,1191
6
- source_iterable/schemas/campaigns_metrics.json,sha256=huOj1N5iXi-jvM0ztAZjf2mUIfd2KeWKSwQ7pNmsx6g,109
7
- source_iterable/schemas/channels.json,sha256=xKQgmDcVeRcN0TgqUY1oEFTjXeHdVeUjCix7OnnjkLg,285
8
- source_iterable/schemas/email_bounce.json,sha256=GgVv_AesrbRypkePrM1WH5upCYyTffhxxFksG-tSvCo,815
9
- source_iterable/schemas/email_click.json,sha256=IwQ2GfqhQuefPNDIzbf8Dx7WjxtzcabnlRgTEAA57e4,1267
10
- source_iterable/schemas/email_complaint.json,sha256=GgVv_AesrbRypkePrM1WH5upCYyTffhxxFksG-tSvCo,815
11
- source_iterable/schemas/email_open.json,sha256=Vhd2CH2nYXNiLF9pWMiz3GyG82kml1VGkQY1YgW2AI4,1094
12
- source_iterable/schemas/email_send.json,sha256=DPf-L2VWjyI_iLWNgTp9TZQNi6ee7Pjha39Hmodc5WQ,3027
13
- source_iterable/schemas/email_send_skip.json,sha256=6aVemp9UpFjyAJbavlSq0r15KrU4sJUj_Wks2VedkEE,3021
14
- source_iterable/schemas/email_subscribe.json,sha256=LuFhVl3Vz0IbZM0wpNp29KIAyTJQYE_GDNRMy5o2Mws,930
15
- source_iterable/schemas/email_unsubscribe.json,sha256=E4v8BrTrhKvaMb9wHU55mk8kWwL4vG4I7cytjFUneiE,1153
16
- source_iterable/schemas/events.json,sha256=pOFyNytQlWMiTkeGzMlDesPc1Miop8AlGBltd95cCL8,679
17
- source_iterable/schemas/list_users.json,sha256=Z3ff2_IEaJeDNuudl7SJVnj3eBCuM552ts4JT0qNENE,167
18
- source_iterable/schemas/lists.json,sha256=iNY9jN7k4LwxnQ7OhAl99gQf-CIzcFRKC4cNoJVB6D4,280
19
- source_iterable/schemas/message_types.json,sha256=GLFtrZk2vkBhnk-OMnQ--cl2VYQNJgPU4a1oBhlZcz4,220
20
- source_iterable/schemas/metadata.json,sha256=WP_wq49tAsvetXEtQ3KeGxVpqTYCbLjZacNkTohi3jw,109
21
- source_iterable/schemas/templates.json,sha256=dC7lKUnG3mQe9-Wj-jd7OyYruQEWvYT8DHfW9oDLXT4,569
22
- source_iterable/schemas/users.json,sha256=WBl7sJBKU3r_BqGF5Nzv0C-rbHj0DoI-PRHopxA7s2k,7490
23
- source_iterable/slice_generators.py,sha256=neRuWD52Xnr84KvWQ0kjaErR44sOKjxIyLCNeofohzE,6482
24
- source_iterable/source.py,sha256=AhZQ4L54VTo6jf2QltvFCqDNgqaPSEKCfR0GInCLEEc,4537
25
- source_iterable/spec.json,sha256=y5_YFTkPPtxjvzGtaZZql90Tc37fyZZpQKXFGPL_cYE,1009
26
- source_iterable/streams.py,sha256=ZEC8IqBrTeD2oYOvLL51E62iOsIOK3jiTN7pLI-CwRs,19468
27
- source_iterable/utils.py,sha256=2oM8AjBZXs9nTG_PhSWmxBWEmp-w-tWFaxQQvAfUuMM,649
28
- airbyte_source_iterable-0.5.0.dist-info/METADATA,sha256=6K8Owfuh9l-DQAw969Ex5-OalA5t6bkod1ttmDe2qqE,5350
29
- airbyte_source_iterable-0.5.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
30
- airbyte_source_iterable-0.5.0.dist-info/entry_points.txt,sha256=pjzrNtsOX3jW37IK0U5pSmLiraiuLTPr5aB5-hBXpAo,59
31
- airbyte_source_iterable-0.5.0.dist-info/RECORD,,