@algolia/n8n-nodes-algolia 0.6.0 → 0.7.0
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.
- package/README.md +66 -55
- package/dist/nodes/Algolia/Algolia.node.js +1918 -1996
- package/dist/nodes/Algolia/specs/abtesting-v3.json +43 -155
- package/dist/nodes/Algolia/specs/abtesting.json +35 -122
- package/dist/nodes/Algolia/specs/advanced-personalization.json +64 -238
- package/dist/nodes/Algolia/specs/analytics.json +107 -366
- package/dist/nodes/Algolia/specs/composition.json +237 -716
- package/dist/nodes/Algolia/specs/crawler.json +181 -536
- package/dist/nodes/Algolia/specs/ingestion.json +245 -992
- package/dist/nodes/Algolia/specs/insights.json +56 -222
- package/dist/nodes/Algolia/specs/monitoring.json +17 -57
- package/dist/nodes/Algolia/specs/personalization.json +24 -74
- package/dist/nodes/Algolia/specs/query-suggestions.json +26 -79
- package/dist/nodes/Algolia/specs/recommend.json +219 -688
- package/dist/nodes/Algolia/specs/search.json +459 -1428
- package/package.json +1 -1
|
@@ -11,10 +11,7 @@
|
|
|
11
11
|
"variables": {
|
|
12
12
|
"region": {
|
|
13
13
|
"description": "The region where your Algolia application is hosted.",
|
|
14
|
-
"enum": [
|
|
15
|
-
"us",
|
|
16
|
-
"de"
|
|
17
|
-
],
|
|
14
|
+
"enum": ["us", "de"],
|
|
18
15
|
"default": "us"
|
|
19
16
|
}
|
|
20
17
|
}
|
|
@@ -37,8 +34,8 @@
|
|
|
37
34
|
}
|
|
38
35
|
],
|
|
39
36
|
"externalDocs": {
|
|
40
|
-
"url": "https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing
|
|
41
|
-
"description": "
|
|
37
|
+
"url": "https://www.algolia.com/doc/guides/ab-testing/what-is-ab-testing",
|
|
38
|
+
"description": "A/B testing."
|
|
42
39
|
},
|
|
43
40
|
"paths": {
|
|
44
41
|
"/{path}": {
|
|
@@ -213,13 +210,9 @@
|
|
|
213
210
|
},
|
|
214
211
|
"/2/abtests": {
|
|
215
212
|
"post": {
|
|
216
|
-
"tags": [
|
|
217
|
-
"abtest"
|
|
218
|
-
],
|
|
213
|
+
"tags": ["abtest"],
|
|
219
214
|
"operationId": "addABTests",
|
|
220
|
-
"x-acl": [
|
|
221
|
-
"editSettings"
|
|
222
|
-
],
|
|
215
|
+
"x-acl": ["editSettings"],
|
|
223
216
|
"summary": "Create an A/B test",
|
|
224
217
|
"description": "Creates a new A/B test.",
|
|
225
218
|
"requestBody": {
|
|
@@ -247,11 +240,7 @@
|
|
|
247
240
|
"$ref": "#/components/schemas/endAt"
|
|
248
241
|
}
|
|
249
242
|
},
|
|
250
|
-
"required": [
|
|
251
|
-
"name",
|
|
252
|
-
"variants",
|
|
253
|
-
"endAt"
|
|
254
|
-
]
|
|
243
|
+
"required": ["name", "variants", "endAt"]
|
|
255
244
|
}
|
|
256
245
|
}
|
|
257
246
|
}
|
|
@@ -293,14 +282,10 @@
|
|
|
293
282
|
}
|
|
294
283
|
},
|
|
295
284
|
"get": {
|
|
296
|
-
"tags": [
|
|
297
|
-
"abtest"
|
|
298
|
-
],
|
|
285
|
+
"tags": ["abtest"],
|
|
299
286
|
"operationId": "listABTests",
|
|
300
287
|
"x-mcp-tool": true,
|
|
301
|
-
"x-acl": [
|
|
302
|
-
"analytics"
|
|
303
|
-
],
|
|
288
|
+
"x-acl": ["analytics"],
|
|
304
289
|
"summary": "List all A/B tests",
|
|
305
290
|
"description": "Lists all A/B tests you configured for this application.",
|
|
306
291
|
"parameters": [
|
|
@@ -379,11 +364,7 @@
|
|
|
379
364
|
"example": 12
|
|
380
365
|
}
|
|
381
366
|
},
|
|
382
|
-
"required": [
|
|
383
|
-
"abtests",
|
|
384
|
-
"count",
|
|
385
|
-
"total"
|
|
386
|
-
]
|
|
367
|
+
"required": ["abtests", "count", "total"]
|
|
387
368
|
}
|
|
388
369
|
}
|
|
389
370
|
}
|
|
@@ -405,13 +386,9 @@
|
|
|
405
386
|
},
|
|
406
387
|
"/2/abtests/{id}": {
|
|
407
388
|
"get": {
|
|
408
|
-
"tags": [
|
|
409
|
-
"abtest"
|
|
410
|
-
],
|
|
389
|
+
"tags": ["abtest"],
|
|
411
390
|
"operationId": "getABTest",
|
|
412
|
-
"x-acl": [
|
|
413
|
-
"analytics"
|
|
414
|
-
],
|
|
391
|
+
"x-acl": ["analytics"],
|
|
415
392
|
"summary": "Retrieve A/B test details",
|
|
416
393
|
"description": "Retrieves the details for an A/B test by its ID.",
|
|
417
394
|
"parameters": [
|
|
@@ -456,13 +433,9 @@
|
|
|
456
433
|
}
|
|
457
434
|
},
|
|
458
435
|
"delete": {
|
|
459
|
-
"tags": [
|
|
460
|
-
"abtest"
|
|
461
|
-
],
|
|
436
|
+
"tags": ["abtest"],
|
|
462
437
|
"operationId": "deleteABTest",
|
|
463
|
-
"x-acl": [
|
|
464
|
-
"editSettings"
|
|
465
|
-
],
|
|
438
|
+
"x-acl": ["editSettings"],
|
|
466
439
|
"summary": "Delete an A/B test",
|
|
467
440
|
"description": "Deletes an A/B test by its ID.",
|
|
468
441
|
"parameters": [
|
|
@@ -509,13 +482,9 @@
|
|
|
509
482
|
},
|
|
510
483
|
"/2/abtests/{id}/stop": {
|
|
511
484
|
"post": {
|
|
512
|
-
"tags": [
|
|
513
|
-
"abtest"
|
|
514
|
-
],
|
|
485
|
+
"tags": ["abtest"],
|
|
515
486
|
"operationId": "stopABTest",
|
|
516
|
-
"x-acl": [
|
|
517
|
-
"editSettings"
|
|
518
|
-
],
|
|
487
|
+
"x-acl": ["editSettings"],
|
|
519
488
|
"summary": "Stop an A/B test",
|
|
520
489
|
"description": "Stops an A/B test by its ID.\n\nYou can't restart stopped A/B tests.\n",
|
|
521
490
|
"parameters": [
|
|
@@ -562,13 +531,9 @@
|
|
|
562
531
|
},
|
|
563
532
|
"/2/abtests/schedule": {
|
|
564
533
|
"post": {
|
|
565
|
-
"tags": [
|
|
566
|
-
"abtest"
|
|
567
|
-
],
|
|
534
|
+
"tags": ["abtest"],
|
|
568
535
|
"operationId": "scheduleABTest",
|
|
569
|
-
"x-acl": [
|
|
570
|
-
"editSettings"
|
|
571
|
-
],
|
|
536
|
+
"x-acl": ["editSettings"],
|
|
572
537
|
"summary": "Schedule an A/B test",
|
|
573
538
|
"description": "Schedule an A/B test to be started at a later time.\n",
|
|
574
539
|
"requestBody": {
|
|
@@ -599,12 +564,7 @@
|
|
|
599
564
|
"$ref": "#/components/schemas/endAt"
|
|
600
565
|
}
|
|
601
566
|
},
|
|
602
|
-
"required": [
|
|
603
|
-
"name",
|
|
604
|
-
"variants",
|
|
605
|
-
"scheduledAt",
|
|
606
|
-
"endAt"
|
|
607
|
-
]
|
|
567
|
+
"required": ["name", "variants", "scheduledAt", "endAt"]
|
|
608
568
|
}
|
|
609
569
|
}
|
|
610
570
|
}
|
|
@@ -648,13 +608,9 @@
|
|
|
648
608
|
},
|
|
649
609
|
"/2/abtests/estimate": {
|
|
650
610
|
"post": {
|
|
651
|
-
"tags": [
|
|
652
|
-
"abtest"
|
|
653
|
-
],
|
|
611
|
+
"tags": ["abtest"],
|
|
654
612
|
"operationId": "estimateABTest",
|
|
655
|
-
"x-acl": [
|
|
656
|
-
"analytics"
|
|
657
|
-
],
|
|
613
|
+
"x-acl": ["analytics"],
|
|
658
614
|
"summary": "Estimate the sample size and duration of an A/B test",
|
|
659
615
|
"description": "Given the traffic percentage and the expected effect size, this endpoint estimates the sample size and duration of an A/B test based on historical traffic.",
|
|
660
616
|
"requestBody": {
|
|
@@ -681,9 +637,7 @@
|
|
|
681
637
|
"$ref": "#/components/schemas/MinimumDetectableEffect"
|
|
682
638
|
}
|
|
683
639
|
},
|
|
684
|
-
"required": [
|
|
685
|
-
"minimumDetectableEffect"
|
|
686
|
-
]
|
|
640
|
+
"required": ["minimumDetectableEffect"]
|
|
687
641
|
},
|
|
688
642
|
"variants": {
|
|
689
643
|
"type": "array",
|
|
@@ -695,10 +649,7 @@
|
|
|
695
649
|
}
|
|
696
650
|
}
|
|
697
651
|
},
|
|
698
|
-
"required": [
|
|
699
|
-
"configuration",
|
|
700
|
-
"variants"
|
|
701
|
-
]
|
|
652
|
+
"required": ["configuration", "variants"]
|
|
702
653
|
}
|
|
703
654
|
}
|
|
704
655
|
}
|
|
@@ -744,9 +695,7 @@
|
|
|
744
695
|
"get": {
|
|
745
696
|
"x-helper": true,
|
|
746
697
|
"x-asynchronous-helper": false,
|
|
747
|
-
"tags": [
|
|
748
|
-
"Api Key"
|
|
749
|
-
],
|
|
698
|
+
"tags": ["Api Key"],
|
|
750
699
|
"operationId": "setClientApiKey",
|
|
751
700
|
"summary": "Switch the API key used to authenticate requests",
|
|
752
701
|
"description": "Switch the API key used to authenticate requests.\n",
|
|
@@ -862,12 +811,7 @@
|
|
|
862
811
|
"type": "string",
|
|
863
812
|
"description": "A/B test status.\n\n- `active`. The A/B test is live and search traffic is split between the two variants.\n- `stopped`. You stopped the A/B test. The A/B test data is still available for analysis.\n- `expired`. The A/B test was automatically stopped after reaching its end date.\n- `failed`. Creating the A/B test failed.\n",
|
|
864
813
|
"example": "active",
|
|
865
|
-
"enum": [
|
|
866
|
-
"active",
|
|
867
|
-
"stopped",
|
|
868
|
-
"expired",
|
|
869
|
-
"failed"
|
|
870
|
-
]
|
|
814
|
+
"enum": ["active", "stopped", "expired", "failed"]
|
|
871
815
|
},
|
|
872
816
|
"currency": {
|
|
873
817
|
"type": "object",
|
|
@@ -1203,12 +1147,7 @@
|
|
|
1203
1147
|
"EffectMetric": {
|
|
1204
1148
|
"type": "string",
|
|
1205
1149
|
"description": "Metric for which you want to detect the smallest relative difference.",
|
|
1206
|
-
"enum": [
|
|
1207
|
-
"addToCartRate",
|
|
1208
|
-
"clickThroughRate",
|
|
1209
|
-
"conversionRate",
|
|
1210
|
-
"purchaseRate"
|
|
1211
|
-
]
|
|
1150
|
+
"enum": ["addToCartRate", "clickThroughRate", "conversionRate", "purchaseRate"]
|
|
1212
1151
|
},
|
|
1213
1152
|
"MinimumDetectableEffect": {
|
|
1214
1153
|
"type": "object",
|
|
@@ -1225,10 +1164,7 @@
|
|
|
1225
1164
|
"$ref": "#/components/schemas/EffectMetric"
|
|
1226
1165
|
}
|
|
1227
1166
|
},
|
|
1228
|
-
"required": [
|
|
1229
|
-
"size",
|
|
1230
|
-
"metric"
|
|
1231
|
-
]
|
|
1167
|
+
"required": ["size", "metric"]
|
|
1232
1168
|
},
|
|
1233
1169
|
"ABTestConfiguration": {
|
|
1234
1170
|
"title": "configuration",
|
|
@@ -1350,15 +1286,7 @@
|
|
|
1350
1286
|
"$ref": "#/components/schemas/ABTestConfiguration"
|
|
1351
1287
|
}
|
|
1352
1288
|
},
|
|
1353
|
-
"required": [
|
|
1354
|
-
"status",
|
|
1355
|
-
"name",
|
|
1356
|
-
"createdAt",
|
|
1357
|
-
"endAt",
|
|
1358
|
-
"updatedAt",
|
|
1359
|
-
"abTestID",
|
|
1360
|
-
"variants"
|
|
1361
|
-
]
|
|
1289
|
+
"required": ["status", "name", "createdAt", "endAt", "updatedAt", "abTestID", "variants"]
|
|
1362
1290
|
},
|
|
1363
1291
|
"ABTests": {
|
|
1364
1292
|
"oneOf": [
|
|
@@ -1388,10 +1316,7 @@
|
|
|
1388
1316
|
"$ref": "#/components/schemas/description"
|
|
1389
1317
|
}
|
|
1390
1318
|
},
|
|
1391
|
-
"required": [
|
|
1392
|
-
"index",
|
|
1393
|
-
"trafficPercentage"
|
|
1394
|
-
]
|
|
1319
|
+
"required": ["index", "trafficPercentage"]
|
|
1395
1320
|
},
|
|
1396
1321
|
"customSearchParams": {
|
|
1397
1322
|
"type": "object",
|
|
@@ -1406,12 +1331,8 @@
|
|
|
1406
1331
|
"type": "object"
|
|
1407
1332
|
}
|
|
1408
1333
|
},
|
|
1409
|
-
"required": [
|
|
1410
|
-
|
|
1411
|
-
],
|
|
1412
|
-
"x-discriminator-fields": [
|
|
1413
|
-
"customSearchParameters"
|
|
1414
|
-
]
|
|
1334
|
+
"required": ["customSearchParameters"],
|
|
1335
|
+
"x-discriminator-fields": ["customSearchParameters"]
|
|
1415
1336
|
},
|
|
1416
1337
|
"abTestsVariantSearchParams": {
|
|
1417
1338
|
"allOf": [
|
|
@@ -1437,7 +1358,7 @@
|
|
|
1437
1358
|
"type": "integer",
|
|
1438
1359
|
"format": "int64",
|
|
1439
1360
|
"example": 1514562690001,
|
|
1440
|
-
"description": "Unique identifier of a task.\n\nA successful API response means that a task was added to a queue
|
|
1361
|
+
"description": "Unique identifier of a task.\n\nA successful API response means that a task was added to a queue.\nIt might not run immediately.\nYou can check the task's progress with the [`task` operation](https://www.algolia.com/doc/rest-api/search/get-task) and this task ID.\n"
|
|
1441
1362
|
},
|
|
1442
1363
|
"ABTestResponse": {
|
|
1443
1364
|
"type": "object",
|
|
@@ -1453,11 +1374,7 @@
|
|
|
1453
1374
|
"$ref": "#/components/schemas/taskID"
|
|
1454
1375
|
}
|
|
1455
1376
|
},
|
|
1456
|
-
"required": [
|
|
1457
|
-
"abTestID",
|
|
1458
|
-
"index",
|
|
1459
|
-
"taskID"
|
|
1460
|
-
]
|
|
1377
|
+
"required": ["abTestID", "index", "taskID"]
|
|
1461
1378
|
},
|
|
1462
1379
|
"scheduledAt": {
|
|
1463
1380
|
"type": "string",
|
|
@@ -1477,9 +1394,7 @@
|
|
|
1477
1394
|
"$ref": "#/components/schemas/abTestScheduleID"
|
|
1478
1395
|
}
|
|
1479
1396
|
},
|
|
1480
|
-
"required": [
|
|
1481
|
-
"abTestScheduleID"
|
|
1482
|
-
]
|
|
1397
|
+
"required": ["abTestScheduleID"]
|
|
1483
1398
|
},
|
|
1484
1399
|
"EstimateABTestResponse": {
|
|
1485
1400
|
"type": "object",
|
|
@@ -1572,9 +1487,7 @@
|
|
|
1572
1487
|
"x-tagGroups": [
|
|
1573
1488
|
{
|
|
1574
1489
|
"name": "General",
|
|
1575
|
-
"tags": [
|
|
1576
|
-
"abtest"
|
|
1577
|
-
]
|
|
1490
|
+
"tags": ["abtest"]
|
|
1578
1491
|
}
|
|
1579
1492
|
]
|
|
1580
|
-
}
|
|
1493
|
+
}
|