@epilot/entity-client 6.7.0-alpha.0 → 6.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/dist/openapi.json +10 -6
- package/package.json +1 -1
package/dist/openapi.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"openapi": "3.0.2",
|
|
3
3
|
"info": {
|
|
4
4
|
"title": "Entity API",
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.2.0",
|
|
6
6
|
"description": "Flexible data layer for epilot Entities.\n\nUse this API configure and access your business objects like Contacts, Opportunities and Products.\n\n[Feature Documentation](https://docs.epilot.io/docs/entities/flexible-entities)\n"
|
|
7
7
|
},
|
|
8
8
|
"tags": [
|
|
@@ -45,6 +45,10 @@
|
|
|
45
45
|
{
|
|
46
46
|
"name": "Public",
|
|
47
47
|
"description": "Public"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "File Collections",
|
|
51
|
+
"description": "Collections of files associated with the entity"
|
|
48
52
|
}
|
|
49
53
|
],
|
|
50
54
|
"security": [
|
|
@@ -4318,7 +4322,7 @@
|
|
|
4318
4322
|
"summary": "getFileCollections",
|
|
4319
4323
|
"description": "Gets a list of collections that exist for an entity",
|
|
4320
4324
|
"tags": [
|
|
4321
|
-
"Collections"
|
|
4325
|
+
"File Collections"
|
|
4322
4326
|
],
|
|
4323
4327
|
"parameters": [
|
|
4324
4328
|
{
|
|
@@ -4354,7 +4358,7 @@
|
|
|
4354
4358
|
"summary": "createFileCollection",
|
|
4355
4359
|
"description": "Creates a new file collection for the specified entity",
|
|
4356
4360
|
"tags": [
|
|
4357
|
-
"Collections"
|
|
4361
|
+
"File Collections"
|
|
4358
4362
|
],
|
|
4359
4363
|
"parameters": [
|
|
4360
4364
|
{
|
|
@@ -4394,7 +4398,7 @@
|
|
|
4394
4398
|
"summary": "getFileCollection",
|
|
4395
4399
|
"description": "Gets a specific file collection by ID",
|
|
4396
4400
|
"tags": [
|
|
4397
|
-
"Collections"
|
|
4401
|
+
"File Collections"
|
|
4398
4402
|
],
|
|
4399
4403
|
"parameters": [
|
|
4400
4404
|
{
|
|
@@ -4425,7 +4429,7 @@
|
|
|
4425
4429
|
"summary": "updateFileCollection",
|
|
4426
4430
|
"description": "Updates a specific file collection by ID",
|
|
4427
4431
|
"tags": [
|
|
4428
|
-
"Collections"
|
|
4432
|
+
"File Collections"
|
|
4429
4433
|
],
|
|
4430
4434
|
"parameters": [
|
|
4431
4435
|
{
|
|
@@ -4466,7 +4470,7 @@
|
|
|
4466
4470
|
"summary": "deleteFileCollection",
|
|
4467
4471
|
"description": "Deletes a specific file collection by ID",
|
|
4468
4472
|
"tags": [
|
|
4469
|
-
"Collections"
|
|
4473
|
+
"File Collections"
|
|
4470
4474
|
],
|
|
4471
4475
|
"parameters": [
|
|
4472
4476
|
{
|