@epilot/sdk 2.0.0-alpha.1 → 2.0.0-beta.2

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.
Files changed (290) hide show
  1. package/README.md +123 -141
  2. package/dist/apis/access-token.cjs +90 -11
  3. package/dist/apis/access-token.d.cts +4 -4
  4. package/dist/apis/access-token.d.ts +4 -4
  5. package/dist/apis/access-token.js +86 -7
  6. package/dist/apis/address-suggestions.cjs +133 -11
  7. package/dist/apis/address-suggestions.d.cts +4 -4
  8. package/dist/apis/address-suggestions.d.ts +4 -4
  9. package/dist/apis/address-suggestions.js +129 -7
  10. package/dist/apis/address.cjs +85 -11
  11. package/dist/apis/address.d.cts +4 -4
  12. package/dist/apis/address.d.ts +4 -4
  13. package/dist/apis/address.js +81 -7
  14. package/dist/apis/ai-agents.cjs +216 -11
  15. package/dist/apis/ai-agents.d.cts +4 -4
  16. package/dist/apis/ai-agents.d.ts +4 -4
  17. package/dist/apis/ai-agents.js +212 -7
  18. package/dist/apis/app.cjs +574 -11
  19. package/dist/apis/app.d.cts +4 -4
  20. package/dist/apis/app.d.ts +4 -4
  21. package/dist/apis/app.js +570 -7
  22. package/dist/apis/audit-logs.cjs +56 -11
  23. package/dist/apis/audit-logs.d.cts +4 -4
  24. package/dist/apis/audit-logs.d.ts +4 -4
  25. package/dist/apis/audit-logs.js +52 -7
  26. package/dist/apis/automation.cjs +283 -11
  27. package/dist/apis/automation.d.cts +4 -4
  28. package/dist/apis/automation.d.ts +4 -4
  29. package/dist/apis/automation.js +279 -7
  30. package/dist/apis/billing.cjs +176 -11
  31. package/dist/apis/billing.d.cts +4 -4
  32. package/dist/apis/billing.d.ts +4 -4
  33. package/dist/apis/billing.js +172 -7
  34. package/dist/apis/blueprint-manifest.cjs +505 -11
  35. package/dist/apis/blueprint-manifest.d.cts +4 -4
  36. package/dist/apis/blueprint-manifest.d.ts +4 -4
  37. package/dist/apis/blueprint-manifest.js +501 -7
  38. package/dist/apis/consent.cjs +85 -11
  39. package/dist/apis/consent.d.cts +4 -4
  40. package/dist/apis/consent.d.ts +4 -4
  41. package/dist/apis/consent.js +81 -7
  42. package/dist/apis/customer-portal.cjs +2253 -11
  43. package/dist/apis/customer-portal.d.cts +4 -4
  44. package/dist/apis/customer-portal.d.ts +4 -4
  45. package/dist/apis/customer-portal.js +2249 -7
  46. package/dist/apis/data-management.cjs +241 -11
  47. package/dist/apis/data-management.d.cts +4 -4
  48. package/dist/apis/data-management.d.ts +4 -4
  49. package/dist/apis/data-management.js +237 -7
  50. package/dist/apis/deduplication.cjs +43 -11
  51. package/dist/apis/deduplication.d.cts +4 -4
  52. package/dist/apis/deduplication.d.ts +4 -4
  53. package/dist/apis/deduplication.js +39 -7
  54. package/dist/apis/design.cjs +220 -11
  55. package/dist/apis/design.d.cts +4 -4
  56. package/dist/apis/design.d.ts +4 -4
  57. package/dist/apis/design.js +216 -7
  58. package/dist/apis/document.cjs +79 -11
  59. package/dist/apis/document.d.cts +4 -4
  60. package/dist/apis/document.d.ts +4 -4
  61. package/dist/apis/document.js +75 -7
  62. package/dist/apis/email-settings.cjs +534 -11
  63. package/dist/apis/email-settings.d.cts +4 -4
  64. package/dist/apis/email-settings.d.ts +4 -4
  65. package/dist/apis/email-settings.js +530 -7
  66. package/dist/apis/email-template.cjs +123 -11
  67. package/dist/apis/email-template.d.cts +4 -4
  68. package/dist/apis/email-template.d.ts +4 -4
  69. package/dist/apis/email-template.js +119 -7
  70. package/dist/apis/entity-mapping.cjs +216 -11
  71. package/dist/apis/entity-mapping.d.cts +4 -4
  72. package/dist/apis/entity-mapping.d.ts +4 -4
  73. package/dist/apis/entity-mapping.js +212 -7
  74. package/dist/apis/entity.cjs +1601 -11
  75. package/dist/apis/entity.d.cts +4 -4
  76. package/dist/apis/entity.d.ts +4 -4
  77. package/dist/apis/entity.js +1597 -7
  78. package/dist/apis/environments.cjs +72 -11
  79. package/dist/apis/environments.d.cts +4 -4
  80. package/dist/apis/environments.d.ts +4 -4
  81. package/dist/apis/environments.js +68 -7
  82. package/dist/apis/erp-integration.cjs +587 -11
  83. package/dist/apis/erp-integration.d.cts +4 -4
  84. package/dist/apis/erp-integration.d.ts +4 -4
  85. package/dist/apis/erp-integration.js +583 -7
  86. package/dist/apis/event-catalog.cjs +131 -11
  87. package/dist/apis/event-catalog.d.cts +4 -4
  88. package/dist/apis/event-catalog.d.ts +4 -4
  89. package/dist/apis/event-catalog.js +127 -7
  90. package/dist/apis/file.cjs +574 -11
  91. package/dist/apis/file.d.cts +4 -4
  92. package/dist/apis/file.d.ts +4 -4
  93. package/dist/apis/file.js +570 -7
  94. package/dist/apis/iban.cjs +44 -11
  95. package/dist/apis/iban.d.cts +4 -4
  96. package/dist/apis/iban.d.ts +4 -4
  97. package/dist/apis/iban.js +40 -7
  98. package/dist/apis/journey.cjs +271 -11
  99. package/dist/apis/journey.d.cts +4 -4
  100. package/dist/apis/journey.d.ts +4 -4
  101. package/dist/apis/journey.js +267 -7
  102. package/dist/apis/kanban.cjs +165 -11
  103. package/dist/apis/kanban.d.cts +4 -4
  104. package/dist/apis/kanban.d.ts +4 -4
  105. package/dist/apis/kanban.js +161 -7
  106. package/dist/apis/message.cjs +674 -11
  107. package/dist/apis/message.d.cts +4 -4
  108. package/dist/apis/message.d.ts +4 -4
  109. package/dist/apis/message.js +670 -7
  110. package/dist/apis/metering.cjs +400 -11
  111. package/dist/apis/metering.d.cts +4 -4
  112. package/dist/apis/metering.d.ts +4 -4
  113. package/dist/apis/metering.js +396 -7
  114. package/dist/apis/notes.cjs +220 -11
  115. package/dist/apis/notes.d.cts +4 -4
  116. package/dist/apis/notes.d.ts +4 -4
  117. package/dist/apis/notes.js +216 -7
  118. package/dist/apis/notification.cjs +238 -11
  119. package/dist/apis/notification.d.cts +4 -4
  120. package/dist/apis/notification.d.ts +4 -4
  121. package/dist/apis/notification.js +234 -7
  122. package/dist/apis/organization.cjs +119 -11
  123. package/dist/apis/organization.d.cts +4 -4
  124. package/dist/apis/organization.d.ts +4 -4
  125. package/dist/apis/organization.js +115 -7
  126. package/dist/apis/partner-directory.cjs +283 -11
  127. package/dist/apis/partner-directory.d.cts +4 -4
  128. package/dist/apis/partner-directory.d.ts +4 -4
  129. package/dist/apis/partner-directory.js +279 -7
  130. package/dist/apis/permissions.cjs +179 -11
  131. package/dist/apis/permissions.d.cts +4 -4
  132. package/dist/apis/permissions.d.ts +4 -4
  133. package/dist/apis/permissions.js +175 -7
  134. package/dist/apis/pricing-tier.cjs +40 -14
  135. package/dist/apis/pricing-tier.d.cts +4 -4
  136. package/dist/apis/pricing-tier.d.ts +4 -4
  137. package/dist/apis/pricing-tier.js +33 -7
  138. package/dist/apis/pricing.cjs +440 -11
  139. package/dist/apis/pricing.d.cts +4 -4
  140. package/dist/apis/pricing.d.ts +4 -4
  141. package/dist/apis/pricing.js +436 -7
  142. package/dist/apis/purpose.cjs +181 -11
  143. package/dist/apis/purpose.d.cts +4 -4
  144. package/dist/apis/purpose.d.ts +4 -4
  145. package/dist/apis/purpose.js +177 -7
  146. package/dist/apis/sandbox.cjs +101 -11
  147. package/dist/apis/sandbox.d.cts +4 -4
  148. package/dist/apis/sandbox.d.ts +4 -4
  149. package/dist/apis/sandbox.js +97 -7
  150. package/dist/apis/submission.cjs +56 -11
  151. package/dist/apis/submission.d.cts +4 -4
  152. package/dist/apis/submission.d.ts +4 -4
  153. package/dist/apis/submission.js +52 -7
  154. package/dist/apis/targeting.cjs +276 -11
  155. package/dist/apis/targeting.d.cts +4 -4
  156. package/dist/apis/targeting.d.ts +4 -4
  157. package/dist/apis/targeting.js +272 -7
  158. package/dist/apis/template-variables.cjs +160 -11
  159. package/dist/apis/template-variables.d.cts +4 -4
  160. package/dist/apis/template-variables.d.ts +4 -4
  161. package/dist/apis/template-variables.js +156 -7
  162. package/dist/apis/user.cjs +489 -11
  163. package/dist/apis/user.d.cts +4 -4
  164. package/dist/apis/user.d.ts +4 -4
  165. package/dist/apis/user.js +485 -7
  166. package/dist/apis/validation-rules.cjs +121 -11
  167. package/dist/apis/validation-rules.d.cts +4 -4
  168. package/dist/apis/validation-rules.d.ts +4 -4
  169. package/dist/apis/validation-rules.js +117 -7
  170. package/dist/apis/webhooks.cjs +253 -11
  171. package/dist/apis/webhooks.d.cts +4 -4
  172. package/dist/apis/webhooks.d.ts +4 -4
  173. package/dist/apis/webhooks.js +249 -7
  174. package/dist/apis/workflow-definition.cjs +343 -11
  175. package/dist/apis/workflow-definition.d.cts +4 -4
  176. package/dist/apis/workflow-definition.d.ts +4 -4
  177. package/dist/apis/workflow-definition.js +339 -7
  178. package/dist/apis/workflow.cjs +403 -11
  179. package/dist/apis/workflow.d.cts +4 -4
  180. package/dist/apis/workflow.d.ts +4 -4
  181. package/dist/apis/workflow.js +399 -7
  182. package/dist/{chunk-YYLPAGF4.cjs → chunk-D7ICL3AM.cjs} +20 -9
  183. package/dist/{chunk-UCDXDIUX.js → chunk-DGCGLG7G.js} +18 -7
  184. package/dist/index.cjs +68 -220
  185. package/dist/index.d.cts +67 -69
  186. package/dist/index.d.ts +67 -69
  187. package/dist/index.js +66 -218
  188. package/dist/{types-C5cGIwtq.d.cts → types-BwBvJkY_.d.cts} +12 -6
  189. package/dist/{types-C5cGIwtq.d.ts → types-BwBvJkY_.d.ts} +12 -6
  190. package/package.json +3 -7
  191. package/dist/access-token-MYDOBCIY.cjs +0 -89
  192. package/dist/access-token-Y5JR7PRG.js +0 -89
  193. package/dist/address-3RQRG3MK.js +0 -84
  194. package/dist/address-LQUTDOUA.cjs +0 -84
  195. package/dist/address-suggestions-PEKSA7B2.cjs +0 -132
  196. package/dist/address-suggestions-QNK5JWNH.js +0 -132
  197. package/dist/ai-agents-MO4PK2RJ.cjs +0 -215
  198. package/dist/ai-agents-OHP2F243.js +0 -215
  199. package/dist/apis/discussion.cjs +0 -33
  200. package/dist/apis/discussion.d.cts +0 -18
  201. package/dist/apis/discussion.d.ts +0 -18
  202. package/dist/apis/discussion.js +0 -33
  203. package/dist/app-UUTBO3WJ.js +0 -573
  204. package/dist/app-XJGY6SHO.cjs +0 -573
  205. package/dist/audit-logs-4IJYIOXF.js +0 -55
  206. package/dist/audit-logs-UWLCPBB4.cjs +0 -55
  207. package/dist/automation-4UQADTDO.cjs +0 -282
  208. package/dist/automation-PVXTQLZX.js +0 -282
  209. package/dist/billing-FI4V4UX5.cjs +0 -175
  210. package/dist/billing-OMWNJHGW.js +0 -175
  211. package/dist/blueprint-manifest-CPQAL76N.cjs +0 -504
  212. package/dist/blueprint-manifest-FIMGDHSH.js +0 -504
  213. package/dist/chunk-3RG5ZIWI.js +0 -10
  214. package/dist/chunk-OBGZSXTJ.cjs +0 -10
  215. package/dist/consent-NHDCDJMK.js +0 -84
  216. package/dist/consent-R5GU3WCK.cjs +0 -84
  217. package/dist/customer-portal-6AV2W43T.cjs +0 -2252
  218. package/dist/customer-portal-EY57GJYV.js +0 -2252
  219. package/dist/data-management-ILQUYNTN.cjs +0 -240
  220. package/dist/data-management-QMXOLOEG.js +0 -240
  221. package/dist/deduplication-IVXANO7S.cjs +0 -42
  222. package/dist/deduplication-WN45DVK3.js +0 -42
  223. package/dist/design-ONRLY6XI.cjs +0 -219
  224. package/dist/design-UHMRO3PG.js +0 -219
  225. package/dist/discussion-4CZIG3ZM.cjs +0 -134
  226. package/dist/discussion-VWMWL2AF.js +0 -134
  227. package/dist/discussion.d-DQucoYl_.d.cts +0 -579
  228. package/dist/discussion.d-DQucoYl_.d.ts +0 -579
  229. package/dist/document-CN3JNXFF.js +0 -78
  230. package/dist/document-PCKNZA4K.cjs +0 -78
  231. package/dist/email-settings-ANURQMKZ.js +0 -533
  232. package/dist/email-settings-YE2XB2ZU.cjs +0 -533
  233. package/dist/email-template-4QI4YS4J.js +0 -122
  234. package/dist/email-template-BUJBC6HH.cjs +0 -122
  235. package/dist/entity-BCFE3UJT.cjs +0 -1600
  236. package/dist/entity-VEXNQC4Y.js +0 -1600
  237. package/dist/entity-mapping-PHRLSYP7.cjs +0 -215
  238. package/dist/entity-mapping-QK7MGNAW.js +0 -215
  239. package/dist/environments-266S44UM.cjs +0 -71
  240. package/dist/environments-AV7W6SLT.js +0 -71
  241. package/dist/erp-integration-5WNBCGWS.cjs +0 -586
  242. package/dist/erp-integration-EMI5WIWA.js +0 -586
  243. package/dist/event-catalog-DBWYKQ6J.cjs +0 -130
  244. package/dist/event-catalog-KKMXV5LB.js +0 -130
  245. package/dist/file-3ZLMS6TL.js +0 -573
  246. package/dist/file-Q66N5XMG.cjs +0 -573
  247. package/dist/iban-HSXVSIFW.cjs +0 -43
  248. package/dist/iban-Q27INTOC.js +0 -43
  249. package/dist/journey-DGKXVWZQ.js +0 -270
  250. package/dist/journey-T2Y72EBS.cjs +0 -270
  251. package/dist/kanban-A4B6RCJ2.cjs +0 -164
  252. package/dist/kanban-PP6WJVT2.js +0 -164
  253. package/dist/message-D6JY4GJH.cjs +0 -673
  254. package/dist/message-HFX2DDCV.js +0 -673
  255. package/dist/metering-63MJFCS2.cjs +0 -399
  256. package/dist/metering-F63PNFCZ.js +0 -399
  257. package/dist/notes-FTL5H4JE.cjs +0 -219
  258. package/dist/notes-GMWTQCMB.js +0 -219
  259. package/dist/notification-WXFSOORN.cjs +0 -237
  260. package/dist/notification-XHG3TIBW.js +0 -237
  261. package/dist/organization-CPXTUDJO.js +0 -118
  262. package/dist/organization-XIFV7MWP.cjs +0 -118
  263. package/dist/partner-directory-4WCHPJRO.js +0 -282
  264. package/dist/partner-directory-FKWPPO7F.cjs +0 -282
  265. package/dist/permissions-5E36GPG3.js +0 -178
  266. package/dist/permissions-PBTK5CCD.cjs +0 -178
  267. package/dist/pricing-FDWEBIQU.js +0 -439
  268. package/dist/pricing-FZQKL4DW.cjs +0 -439
  269. package/dist/pricing-tier-34O624R4.js +0 -36
  270. package/dist/pricing-tier-F4HE6WIM.cjs +0 -36
  271. package/dist/purpose-47HJIG2Q.cjs +0 -180
  272. package/dist/purpose-MX33NU5H.js +0 -180
  273. package/dist/sandbox-7QNLGFN2.cjs +0 -100
  274. package/dist/sandbox-TZCXHBJN.js +0 -100
  275. package/dist/submission-6LSPBI27.js +0 -55
  276. package/dist/submission-DBQNDJ4B.cjs +0 -55
  277. package/dist/targeting-HZRCLNIF.cjs +0 -275
  278. package/dist/targeting-MTQ6JBCY.js +0 -275
  279. package/dist/template-variables-S6IXK7SF.js +0 -159
  280. package/dist/template-variables-VPNIMC7L.cjs +0 -159
  281. package/dist/user-BHH4DAA5.cjs +0 -488
  282. package/dist/user-KBXFVRPI.js +0 -488
  283. package/dist/validation-rules-4V7KAWGW.cjs +0 -120
  284. package/dist/validation-rules-UGQY4ASY.js +0 -120
  285. package/dist/webhooks-JR475VD4.js +0 -252
  286. package/dist/webhooks-X64U3KCB.cjs +0 -252
  287. package/dist/workflow-7ANPQZDP.cjs +0 -402
  288. package/dist/workflow-DWSAHA5Q.js +0 -402
  289. package/dist/workflow-definition-2M3JBCUI.cjs +0 -342
  290. package/dist/workflow-definition-WLPGEU55.js +0 -342
@@ -1,1600 +0,0 @@
1
- import "./chunk-3RG5ZIWI.js";
2
-
3
- // src/definitions/entity.json
4
- var openapi = "3.0.2";
5
- var info = {
6
- title: "",
7
- version: ""
8
- };
9
- var paths = {
10
- "/v1/entity/schemas": {
11
- get: {
12
- operationId: "listSchemas",
13
- parameters: [
14
- {
15
- in: "query",
16
- name: "unpublished"
17
- },
18
- {
19
- in: "query",
20
- name: "exclude",
21
- style: "form",
22
- explode: false
23
- }
24
- ],
25
- responses: {}
26
- }
27
- },
28
- "/v1/entity/schemas/{slug}": {
29
- get: {
30
- operationId: "getSchema",
31
- parameters: [
32
- {
33
- $ref: "#/components/parameters/EntitySlugPathParam"
34
- },
35
- {
36
- in: "query",
37
- name: "id"
38
- }
39
- ],
40
- responses: {}
41
- },
42
- put: {
43
- operationId: "putSchema",
44
- parameters: [
45
- {
46
- $ref: "#/components/parameters/EntitySlugPathParam"
47
- },
48
- {
49
- in: "query",
50
- name: "draft"
51
- }
52
- ],
53
- requestBody: {
54
- content: {
55
- "application/json": {}
56
- }
57
- },
58
- responses: {}
59
- },
60
- delete: {
61
- operationId: "deleteSchema",
62
- parameters: [
63
- {
64
- $ref: "#/components/parameters/EntitySlugPathParam"
65
- }
66
- ],
67
- responses: {}
68
- }
69
- },
70
- "/v1/entity/schemas/{slug}/json/schema": {
71
- get: {
72
- operationId: "getJsonSchema",
73
- parameters: [
74
- {
75
- $ref: "#/components/parameters/EntitySlugPathParam"
76
- },
77
- {
78
- in: "query",
79
- name: "dereference"
80
- }
81
- ],
82
- responses: {}
83
- }
84
- },
85
- "/v1/entity/schemas/{slug}/json/example": {
86
- get: {
87
- operationId: "getSchemaExample",
88
- parameters: [
89
- {
90
- $ref: "#/components/parameters/EntitySlugPathParam"
91
- }
92
- ],
93
- responses: {}
94
- }
95
- },
96
- "/v1/entity/schemas/{slug}/versions": {
97
- get: {
98
- operationId: "getSchemaVersions",
99
- parameters: [
100
- {
101
- $ref: "#/components/parameters/EntitySlugPathParam"
102
- },
103
- {
104
- in: "query",
105
- name: "versions_from"
106
- },
107
- {
108
- in: "query",
109
- name: "versions_size"
110
- },
111
- {
112
- in: "query",
113
- name: "drafts_from"
114
- },
115
- {
116
- in: "query",
117
- name: "drafts_size"
118
- },
119
- {
120
- in: "query",
121
- name: "fields",
122
- required: false,
123
- style: "form",
124
- explode: false
125
- }
126
- ],
127
- responses: {}
128
- }
129
- },
130
- "/v1/entity/schemas/{slug}/capabilities/available": {
131
- get: {
132
- operationId: "listAvailableCapabilities",
133
- parameters: [
134
- {
135
- $ref: "#/components/parameters/EntitySlugPathParam"
136
- }
137
- ],
138
- responses: {}
139
- }
140
- },
141
- "/v1/entity/schemas/blueprints": {
142
- get: {
143
- operationId: "listSchemaBlueprints",
144
- responses: {}
145
- }
146
- },
147
- "/v1/entity:search": {
148
- post: {
149
- operationId: "searchEntities",
150
- requestBody: {
151
- content: {
152
- "application/json": {}
153
- }
154
- },
155
- responses: {}
156
- }
157
- },
158
- "/v1/entity:list": {
159
- post: {
160
- operationId: "listEntities",
161
- requestBody: {
162
- content: {
163
- "application/json": {}
164
- }
165
- },
166
- responses: {}
167
- }
168
- },
169
- "/v1/entity:graph": {
170
- post: {
171
- operationId: "queryEntityGraph",
172
- requestBody: {
173
- required: true,
174
- content: {
175
- "application/json": {}
176
- }
177
- },
178
- responses: {}
179
- }
180
- },
181
- "/v1/entity/{slug}": {
182
- post: {
183
- operationId: "createEntity",
184
- parameters: [
185
- {
186
- $ref: "#/components/parameters/EntitySlugPathParam"
187
- },
188
- {
189
- $ref: "#/components/parameters/ActivityIdQueryParam"
190
- },
191
- {
192
- $ref: "#/components/parameters/FillActivityQueryParam"
193
- },
194
- {
195
- $ref: "#/components/parameters/AsyncOperationQueryParam"
196
- },
197
- {
198
- $ref: "#/components/parameters/ValidateEntityQueryParam"
199
- }
200
- ],
201
- requestBody: {
202
- content: {
203
- "application/json": {}
204
- }
205
- },
206
- responses: {}
207
- }
208
- },
209
- "/v1/entity/{slug}:validate": {
210
- post: {
211
- operationId: "validateEntity",
212
- parameters: [
213
- {
214
- $ref: "#/components/parameters/EntitySlugPathPriceParam"
215
- }
216
- ],
217
- requestBody: {
218
- content: {
219
- "application/json": {}
220
- }
221
- },
222
- responses: {}
223
- }
224
- },
225
- "/v2/entity/{slug}:validate": {
226
- post: {
227
- operationId: "validateEntityV2",
228
- parameters: [
229
- {
230
- $ref: "#/components/parameters/EntitySlugPathPriceParam"
231
- }
232
- ],
233
- requestBody: {
234
- content: {
235
- "application/json": {}
236
- }
237
- },
238
- responses: {}
239
- }
240
- },
241
- "/v1/entity/{slug}:upsert": {
242
- patch: {
243
- operationId: "upsertEntity",
244
- parameters: [
245
- {
246
- $ref: "#/components/parameters/EntitySlugPathParam"
247
- },
248
- {
249
- $ref: "#/components/parameters/ActivityIdQueryParam"
250
- },
251
- {
252
- $ref: "#/components/parameters/FillActivityQueryParam"
253
- },
254
- {
255
- $ref: "#/components/parameters/DryRunQueryParam"
256
- },
257
- {
258
- $ref: "#/components/parameters/AsyncOperationQueryParam"
259
- },
260
- {
261
- $ref: "#/components/parameters/ValidateEntityQueryParam"
262
- },
263
- {
264
- name: "strict",
265
- in: "query",
266
- required: false
267
- }
268
- ],
269
- requestBody: {
270
- content: {
271
- "application/json": {}
272
- }
273
- },
274
- responses: {}
275
- }
276
- },
277
- "/v2/entity/{slug}/{id}": {
278
- get: {
279
- operationId: "getEntityV2",
280
- parameters: [
281
- {
282
- $ref: "#/components/parameters/EntityIdPathParam"
283
- },
284
- {
285
- $ref: "#/components/parameters/EntitySlugPathParam"
286
- },
287
- {
288
- $ref: "#/components/parameters/HydrateEntitiesQueryParam"
289
- },
290
- {
291
- in: "query",
292
- name: "fields",
293
- style: "form",
294
- explode: false
295
- }
296
- ],
297
- responses: {}
298
- }
299
- },
300
- "/v1/entity/{slug}/{id}:restore": {
301
- patch: {
302
- operationId: "restoreEntity",
303
- parameters: [
304
- {
305
- $ref: "#/components/parameters/EntityIdPathParam"
306
- },
307
- {
308
- $ref: "#/components/parameters/EntitySlugPathParam"
309
- },
310
- {
311
- $ref: "#/components/parameters/ActivityIdQueryParam"
312
- }
313
- ],
314
- requestBody: {
315
- content: {
316
- "application/json": {}
317
- }
318
- },
319
- responses: {}
320
- }
321
- },
322
- "/v1/entity/{slug}/{id}:reindex": {
323
- post: {
324
- operationId: "reindexEntity",
325
- parameters: [
326
- {
327
- $ref: "#/components/parameters/EntityIdPathParam"
328
- },
329
- {
330
- $ref: "#/components/parameters/EntitySlugPathParam"
331
- }
332
- ],
333
- requestBody: {
334
- content: {
335
- "application/json": {}
336
- }
337
- },
338
- responses: {}
339
- }
340
- },
341
- "/v1/entity/{slug}/{id}": {
342
- get: {
343
- operationId: "getEntity",
344
- parameters: [
345
- {
346
- $ref: "#/components/parameters/EntityIdPathParam"
347
- },
348
- {
349
- $ref: "#/components/parameters/EntitySlugPathParam"
350
- },
351
- {
352
- $ref: "#/components/parameters/HydrateEntitiesQueryParam"
353
- }
354
- ],
355
- responses: {}
356
- },
357
- put: {
358
- operationId: "updateEntity",
359
- parameters: [
360
- {
361
- $ref: "#/components/parameters/EntitySlugPathParam"
362
- },
363
- {
364
- $ref: "#/components/parameters/EntityIdPathParam"
365
- },
366
- {
367
- $ref: "#/components/parameters/ActivityIdQueryParam"
368
- },
369
- {
370
- $ref: "#/components/parameters/FillActivityQueryParam"
371
- },
372
- {
373
- $ref: "#/components/parameters/AsyncOperationQueryParam"
374
- },
375
- {
376
- $ref: "#/components/parameters/ValidateEntityQueryParam"
377
- }
378
- ],
379
- requestBody: {
380
- content: {
381
- "application/json": {}
382
- }
383
- },
384
- responses: {}
385
- },
386
- patch: {
387
- operationId: "patchEntity",
388
- parameters: [
389
- {
390
- $ref: "#/components/parameters/EntitySlugPathParam"
391
- },
392
- {
393
- $ref: "#/components/parameters/EntityIdPathParam"
394
- },
395
- {
396
- $ref: "#/components/parameters/ActivityIdQueryParam"
397
- },
398
- {
399
- $ref: "#/components/parameters/FillActivityQueryParam"
400
- },
401
- {
402
- $ref: "#/components/parameters/DryRunQueryParam"
403
- },
404
- {
405
- $ref: "#/components/parameters/AsyncOperationQueryParam"
406
- },
407
- {
408
- $ref: "#/components/parameters/ValidateEntityQueryParam"
409
- }
410
- ],
411
- requestBody: {
412
- content: {
413
- "application/json": {}
414
- },
415
- required: true
416
- },
417
- responses: {}
418
- },
419
- delete: {
420
- operationId: "deleteEntity",
421
- parameters: [
422
- {
423
- $ref: "#/components/parameters/EntitySlugPathParam"
424
- },
425
- {
426
- $ref: "#/components/parameters/EntityIdPathParam"
427
- },
428
- {
429
- $ref: "#/components/parameters/ActivityIdQueryParam"
430
- },
431
- {
432
- in: "query",
433
- name: "purge"
434
- }
435
- ],
436
- responses: {}
437
- }
438
- },
439
- "/v1/entity:autocomplete": {
440
- get: {
441
- operationId: "autocomplete",
442
- parameters: [
443
- {
444
- name: "input",
445
- in: "query"
446
- },
447
- {
448
- name: "attribute",
449
- in: "query",
450
- required: true
451
- },
452
- {
453
- name: "slug",
454
- in: "query"
455
- },
456
- {
457
- name: "size",
458
- in: "query"
459
- }
460
- ],
461
- responses: {}
462
- }
463
- },
464
- "/v1/entity:wipeAllEntities": {
465
- post: {
466
- operationId: "wipeAllEntities",
467
- requestBody: {
468
- content: {
469
- "application/json": {}
470
- }
471
- },
472
- responses: {}
473
- }
474
- },
475
- "/v1/entity/activity": {
476
- post: {
477
- operationId: "createActivity",
478
- parameters: [
479
- {
480
- in: "query",
481
- name: "entities",
482
- style: "form",
483
- explode: false
484
- }
485
- ],
486
- requestBody: {
487
- content: {
488
- "application/json": {}
489
- }
490
- },
491
- responses: {}
492
- }
493
- },
494
- "/v1/entity/activity/{id}": {
495
- get: {
496
- operationId: "getActivity",
497
- parameters: [
498
- {
499
- $ref: "#/components/parameters/ActivityIdPathParam"
500
- },
501
- {
502
- in: "query",
503
- name: "operations_size"
504
- },
505
- {
506
- in: "query",
507
- name: "operations_from"
508
- }
509
- ],
510
- responses: {}
511
- }
512
- },
513
- "/v1/entity/activity/{id}:attach": {
514
- post: {
515
- operationId: "attachActivity",
516
- parameters: [
517
- {
518
- $ref: "#/components/parameters/ActivityIdPathParam"
519
- },
520
- {
521
- in: "query",
522
- name: "entities",
523
- style: "form",
524
- explode: false
525
- }
526
- ],
527
- responses: {}
528
- }
529
- },
530
- "/v1/entity/{slug}/{id}/activity": {
531
- get: {
532
- operationId: "getEntityActivityFeed",
533
- parameters: [
534
- {
535
- $ref: "#/components/parameters/EntitySlugPathParam"
536
- },
537
- {
538
- $ref: "#/components/parameters/EntityIdPathParam"
539
- },
540
- {
541
- in: "query",
542
- name: "after"
543
- },
544
- {
545
- in: "query",
546
- name: "before"
547
- },
548
- {
549
- in: "query",
550
- name: "start_date"
551
- },
552
- {
553
- in: "query",
554
- name: "end_date"
555
- },
556
- {
557
- in: "query",
558
- name: "preset_range"
559
- },
560
- {
561
- $ref: "#/components/parameters/FromPageQueryParam"
562
- },
563
- {
564
- in: "query",
565
- name: "size"
566
- },
567
- {
568
- in: "query",
569
- name: "type",
570
- style: "form",
571
- explode: false
572
- },
573
- {
574
- in: "query",
575
- name: "include_relations"
576
- },
577
- {
578
- in: "query",
579
- name: "exclude_activity_groups"
580
- }
581
- ],
582
- responses: {}
583
- }
584
- },
585
- "/v1/entity/{slug}/{id}/relations": {
586
- get: {
587
- operationId: "getRelations",
588
- parameters: [
589
- {
590
- $ref: "#/components/parameters/EntitySlugPathParam"
591
- },
592
- {
593
- $ref: "#/components/parameters/EntityIdPathParam"
594
- },
595
- {
596
- $ref: "#/components/parameters/HydrateEntitiesQueryParam"
597
- },
598
- {
599
- $ref: "#/components/parameters/IncludeReverseQueryParam"
600
- },
601
- {
602
- $ref: "#/components/parameters/FromPageQueryParam"
603
- },
604
- {
605
- in: "query",
606
- name: "size",
607
- required: false
608
- },
609
- {
610
- $ref: "#/components/parameters/IncludeSchemasQueryParam"
611
- },
612
- {
613
- $ref: "#/components/parameters/ExcludeSchemasQueryParam"
614
- }
615
- ],
616
- responses: {}
617
- },
618
- post: {
619
- operationId: "addRelations",
620
- parameters: [
621
- {
622
- $ref: "#/components/parameters/EntitySlugPathParam"
623
- },
624
- {
625
- $ref: "#/components/parameters/EntityIdPathParam"
626
- },
627
- {
628
- $ref: "#/components/parameters/AsyncOperationQueryParam"
629
- },
630
- {
631
- $ref: "#/components/parameters/ActivityIdQueryParam"
632
- }
633
- ],
634
- requestBody: {
635
- content: {
636
- "application/json": {}
637
- }
638
- },
639
- responses: {}
640
- },
641
- delete: {
642
- operationId: "removeRelations",
643
- parameters: [
644
- {
645
- $ref: "#/components/parameters/EntitySlugPathParam"
646
- },
647
- {
648
- $ref: "#/components/parameters/EntityIdPathParam"
649
- },
650
- {
651
- $ref: "#/components/parameters/AsyncOperationQueryParam"
652
- },
653
- {
654
- $ref: "#/components/parameters/ActivityIdQueryParam"
655
- }
656
- ],
657
- requestBody: {
658
- content: {
659
- "application/json": {}
660
- }
661
- },
662
- responses: {}
663
- }
664
- },
665
- "/v2/entity/{slug}/{id}/relations": {
666
- get: {
667
- operationId: "getRelationsV2",
668
- parameters: [
669
- {
670
- $ref: "#/components/parameters/EntitySlugPathParam"
671
- },
672
- {
673
- $ref: "#/components/parameters/EntityIdPathParam"
674
- },
675
- {
676
- $ref: "#/components/parameters/HydrateEntitiesQueryParam"
677
- },
678
- {
679
- in: "query",
680
- name: "query"
681
- },
682
- {
683
- $ref: "#/components/parameters/IncludeReverseQueryParam"
684
- },
685
- {
686
- $ref: "#/components/parameters/FromPageQueryParam"
687
- },
688
- {
689
- in: "query",
690
- name: "size"
691
- },
692
- {
693
- in: "query",
694
- name: "fields"
695
- }
696
- ],
697
- responses: {}
698
- }
699
- },
700
- "/v3/entity/{slug}/{id}/relations": {
701
- get: {
702
- operationId: "getRelationsV3",
703
- parameters: [
704
- {
705
- $ref: "#/components/parameters/EntitySlugPathParam"
706
- },
707
- {
708
- $ref: "#/components/parameters/EntityIdPathParam"
709
- },
710
- {
711
- $ref: "#/components/parameters/HydrateEntitiesQueryParam"
712
- },
713
- {
714
- $ref: "#/components/parameters/IncludeReverseDeprecatedQueryParam"
715
- },
716
- {
717
- $ref: "#/components/parameters/FromPageQueryParam"
718
- },
719
- {
720
- in: "query",
721
- name: "size",
722
- required: false
723
- },
724
- {
725
- $ref: "#/components/parameters/IncludeSchemasQueryParam"
726
- },
727
- {
728
- $ref: "#/components/parameters/ExcludeSchemasQueryParam"
729
- },
730
- {
731
- $ref: "#/components/parameters/EntityRelationsModeQueryParam"
732
- },
733
- {
734
- in: "query",
735
- name: "fields"
736
- },
737
- {
738
- in: "query",
739
- name: "include_deleted",
740
- required: false
741
- }
742
- ],
743
- responses: {}
744
- }
745
- },
746
- "/v2/entity/{slug}/{id}/relations/count": {
747
- get: {
748
- operationId: "getRelatedEntitiesCount",
749
- parameters: [
750
- {
751
- $ref: "#/components/parameters/EntitySlugPathParam"
752
- },
753
- {
754
- $ref: "#/components/parameters/EntityIdPathParam"
755
- },
756
- {
757
- $ref: "#/components/parameters/ExcludeSchemasQueryParam"
758
- }
759
- ],
760
- responses: {}
761
- }
762
- },
763
- "/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}": {
764
- put: {
765
- operationId: "updateRelation",
766
- parameters: [
767
- {
768
- $ref: "#/components/parameters/EntitySlugPathParam"
769
- },
770
- {
771
- $ref: "#/components/parameters/EntityIdPathParam"
772
- },
773
- {
774
- in: "path",
775
- name: "attribute",
776
- required: true
777
- },
778
- {
779
- in: "path",
780
- name: "entity_id",
781
- required: true
782
- },
783
- {
784
- $ref: "#/components/parameters/AsyncOperationQueryParam"
785
- },
786
- {
787
- $ref: "#/components/parameters/ActivityIdQueryParam"
788
- }
789
- ],
790
- requestBody: {
791
- content: {
792
- "application/json": {}
793
- }
794
- },
795
- responses: {}
796
- },
797
- delete: {
798
- operationId: "deleteRelation",
799
- parameters: [
800
- {
801
- $ref: "#/components/parameters/EntitySlugPathParam"
802
- },
803
- {
804
- $ref: "#/components/parameters/EntityIdPathParam"
805
- },
806
- {
807
- in: "path",
808
- name: "attribute",
809
- required: true
810
- },
811
- {
812
- in: "path",
813
- name: "entity_id",
814
- required: true
815
- },
816
- {
817
- $ref: "#/components/parameters/AsyncOperationQueryParam"
818
- },
819
- {
820
- $ref: "#/components/parameters/ActivityIdQueryParam"
821
- }
822
- ],
823
- responses: {}
824
- }
825
- },
826
- "/v1/entity:export": {
827
- post: {
828
- operationId: "exportEntities",
829
- parameters: [
830
- {
831
- in: "query",
832
- name: "job_id"
833
- },
834
- {
835
- in: "query",
836
- name: "is_template"
837
- },
838
- {
839
- in: "query",
840
- name: "language"
841
- }
842
- ],
843
- requestBody: {
844
- content: {
845
- "application/json": {}
846
- }
847
- },
848
- responses: {}
849
- }
850
- },
851
- "/v1/entity:import": {
852
- post: {
853
- operationId: "importEntities",
854
- parameters: [
855
- {
856
- in: "query",
857
- name: "job_id"
858
- }
859
- ],
860
- requestBody: {
861
- content: {
862
- "application/json": {}
863
- }
864
- },
865
- responses: {}
866
- }
867
- },
868
- "/v1/entity/views": {
869
- get: {
870
- operationId: "listSavedViews",
871
- parameters: [
872
- {
873
- in: "query",
874
- name: "slug",
875
- required: false
876
- },
877
- {
878
- in: "query",
879
- name: "sort",
880
- required: false
881
- },
882
- {
883
- in: "query",
884
- name: "from",
885
- required: false
886
- },
887
- {
888
- in: "query",
889
- name: "size",
890
- required: false
891
- },
892
- {
893
- in: "query",
894
- name: "fields",
895
- required: false
896
- }
897
- ],
898
- responses: {}
899
- }
900
- },
901
- "/v1/entity/view": {
902
- post: {
903
- operationId: "createSavedView",
904
- requestBody: {
905
- content: {
906
- "application/json": {}
907
- }
908
- },
909
- responses: {}
910
- }
911
- },
912
- "/v1/entity/view/{id}": {
913
- get: {
914
- operationId: "getSavedView",
915
- parameters: [
916
- {
917
- $ref: "#/components/parameters/SavedViewIdPathParam"
918
- }
919
- ],
920
- responses: {}
921
- },
922
- put: {
923
- operationId: "updateSavedView",
924
- parameters: [
925
- {
926
- $ref: "#/components/parameters/SavedViewIdPathParam"
927
- }
928
- ],
929
- requestBody: {
930
- content: {
931
- "application/json": {}
932
- }
933
- },
934
- responses: {}
935
- },
936
- patch: {
937
- operationId: "patchSavedView",
938
- parameters: [
939
- {
940
- $ref: "#/components/parameters/SavedViewIdPathParam"
941
- }
942
- ],
943
- requestBody: {
944
- content: {
945
- "application/json": {}
946
- }
947
- },
948
- responses: {}
949
- },
950
- delete: {
951
- operationId: "deleteSavedView",
952
- parameters: [
953
- {
954
- $ref: "#/components/parameters/SavedViewIdPathParam"
955
- }
956
- ],
957
- responses: {}
958
- }
959
- },
960
- "/v1/entity/views/favorites": {
961
- get: {
962
- operationId: "listFavoriteViewsForUser",
963
- responses: {}
964
- }
965
- },
966
- "/v1/entity/taxonomies": {
967
- get: {
968
- operationId: "listTaxonomies",
969
- parameters: [
970
- {
971
- in: "query",
972
- name: "include_disabled"
973
- },
974
- {
975
- in: "query",
976
- name: "type"
977
- }
978
- ],
979
- responses: {}
980
- },
981
- post: {
982
- operationId: "createTaxonomy",
983
- requestBody: {
984
- content: {
985
- "application/json": {}
986
- }
987
- },
988
- responses: {}
989
- }
990
- },
991
- "/v1/entity/taxonomies/{taxonomySlug}": {
992
- get: {
993
- operationId: "getTaxonomy",
994
- parameters: [
995
- {
996
- $ref: "#/components/parameters/TaxonomySlugPathParam"
997
- }
998
- ],
999
- responses: {}
1000
- },
1001
- put: {
1002
- operationId: "updateTaxonomy",
1003
- parameters: [
1004
- {
1005
- $ref: "#/components/parameters/TaxonomySlugPathParam"
1006
- }
1007
- ],
1008
- requestBody: {
1009
- content: {
1010
- "application/json": {}
1011
- }
1012
- },
1013
- responses: {}
1014
- },
1015
- delete: {
1016
- operationId: "deleteTaxonomy",
1017
- parameters: [
1018
- {
1019
- $ref: "#/components/parameters/TaxonomySlugPathParam"
1020
- },
1021
- {
1022
- in: "query",
1023
- name: "permanent"
1024
- }
1025
- ],
1026
- responses: {}
1027
- }
1028
- },
1029
- "/v1/entity/taxonomies/{taxonomySlug}/classifications": {
1030
- post: {
1031
- operationId: "updateClassificationsForTaxonomy",
1032
- parameters: [
1033
- {
1034
- $ref: "#/components/parameters/TaxonomySlugPathParam"
1035
- }
1036
- ],
1037
- requestBody: {
1038
- content: {
1039
- "application/json": {}
1040
- }
1041
- },
1042
- responses: {}
1043
- }
1044
- },
1045
- "/v2/entity/taxonomies/classifications": {
1046
- post: {
1047
- operationId: "createTaxonomyClassification",
1048
- requestBody: {
1049
- content: {
1050
- "application/json": {}
1051
- }
1052
- },
1053
- responses: {}
1054
- }
1055
- },
1056
- "/v2/entity/taxonomies/classifications/{classificationSlug}": {
1057
- get: {
1058
- operationId: "getTaxonomyClassification",
1059
- parameters: [
1060
- {
1061
- $ref: "#/components/parameters/TaxonomyClassificationSlugPathParam"
1062
- }
1063
- ],
1064
- responses: {}
1065
- },
1066
- put: {
1067
- operationId: "updateTaxonomyClassification",
1068
- parameters: [
1069
- {
1070
- $ref: "#/components/parameters/TaxonomyClassificationSlugPathParam"
1071
- }
1072
- ],
1073
- requestBody: {
1074
- content: {
1075
- "application/json": {}
1076
- }
1077
- },
1078
- responses: {}
1079
- },
1080
- delete: {
1081
- operationId: "deleteTaxonomyClassification",
1082
- parameters: [
1083
- {
1084
- $ref: "#/components/parameters/TaxonomyClassificationSlugPathParam"
1085
- }
1086
- ],
1087
- responses: {}
1088
- }
1089
- },
1090
- "/v1/entity/taxonomies/{taxonomySlug}:autocomplete": {
1091
- get: {
1092
- operationId: "taxonomyAutocomplete",
1093
- parameters: [
1094
- {
1095
- $ref: "#/components/parameters/TaxonomySlugPathParam"
1096
- },
1097
- {
1098
- in: "query",
1099
- name: "query"
1100
- },
1101
- {
1102
- in: "query",
1103
- name: "size"
1104
- }
1105
- ],
1106
- responses: {}
1107
- }
1108
- },
1109
- "/v1/entity/taxonomies/classifications:search": {
1110
- post: {
1111
- operationId: "taxonomiesClassificationsSearch",
1112
- parameters: [
1113
- {
1114
- in: "query",
1115
- name: "taxonomySlug"
1116
- },
1117
- {
1118
- in: "query",
1119
- name: "query"
1120
- },
1121
- {
1122
- in: "query",
1123
- name: "archived",
1124
- deprecated: true
1125
- },
1126
- {
1127
- in: "query",
1128
- name: "include_archived"
1129
- }
1130
- ],
1131
- requestBody: {
1132
- content: {
1133
- "application/json": {}
1134
- }
1135
- },
1136
- responses: {}
1137
- }
1138
- },
1139
- "/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}": {
1140
- get: {
1141
- operationId: "listTaxonomyClassificationsForSchema",
1142
- parameters: [
1143
- {
1144
- $ref: "#/components/parameters/EntitySlugPathParam"
1145
- },
1146
- {
1147
- $ref: "#/components/parameters/TaxonomySlugPathParam"
1148
- },
1149
- {
1150
- in: "query",
1151
- name: "query"
1152
- },
1153
- {
1154
- in: "query",
1155
- name: "size"
1156
- }
1157
- ],
1158
- responses: {}
1159
- }
1160
- },
1161
- "/v1/entity/taxonomies/bulk-jobs": {
1162
- get: {
1163
- operationId: "getTaxonomyBulkActionJobs",
1164
- parameters: [
1165
- {
1166
- in: "query",
1167
- name: "status"
1168
- },
1169
- {
1170
- in: "query",
1171
- name: "size"
1172
- },
1173
- {
1174
- in: "query",
1175
- name: "created_after"
1176
- },
1177
- {
1178
- in: "query",
1179
- name: "sort_pending_first"
1180
- },
1181
- {
1182
- in: "query",
1183
- name: "scope"
1184
- }
1185
- ],
1186
- responses: {}
1187
- }
1188
- },
1189
- "/v1/entity/taxonomies/bulk-jobs/{job_id}": {
1190
- get: {
1191
- operationId: "getTaxonomyBulkActionJobById",
1192
- parameters: [
1193
- {
1194
- in: "path",
1195
- name: "job_id",
1196
- required: true
1197
- }
1198
- ],
1199
- responses: {}
1200
- }
1201
- },
1202
- "/v1/entity/taxonomies/bulk-jobs/{job_id}/cancel": {
1203
- post: {
1204
- operationId: "cancelBulkAction",
1205
- parameters: [
1206
- {
1207
- name: "job_id",
1208
- in: "path",
1209
- required: true
1210
- }
1211
- ],
1212
- responses: {}
1213
- }
1214
- },
1215
- "/v1/entity/taxonomies/classifications:move": {
1216
- post: {
1217
- operationId: "bulkMoveClassifications",
1218
- requestBody: {
1219
- content: {
1220
- "application/json": {}
1221
- }
1222
- },
1223
- responses: {}
1224
- }
1225
- },
1226
- "/v1/entity/taxonomies/classifications:merge": {
1227
- post: {
1228
- operationId: "bulkMergeClassifications",
1229
- requestBody: {
1230
- content: {
1231
- "application/json": {}
1232
- }
1233
- },
1234
- responses: {}
1235
- }
1236
- },
1237
- "/v1/entity/taxonomies/classifications:delete": {
1238
- post: {
1239
- operationId: "bulkDeleteClassifications",
1240
- requestBody: {
1241
- content: {
1242
- "application/json": {}
1243
- }
1244
- },
1245
- responses: {}
1246
- }
1247
- },
1248
- "/v1/entity/schemas/attributes": {
1249
- post: {
1250
- operationId: "createSchemaAttribute",
1251
- requestBody: {
1252
- content: {
1253
- "application/json": {}
1254
- }
1255
- },
1256
- responses: {}
1257
- }
1258
- },
1259
- "/v1/entity/schemas/attributes/{composite_id}": {
1260
- get: {
1261
- operationId: "getSchemaAttribute",
1262
- parameters: [
1263
- {
1264
- name: "composite_id",
1265
- in: "path",
1266
- required: true
1267
- }
1268
- ],
1269
- responses: {}
1270
- },
1271
- put: {
1272
- operationId: "putSchemaAttribute",
1273
- parameters: [
1274
- {
1275
- name: "composite_id",
1276
- in: "path",
1277
- required: true
1278
- }
1279
- ],
1280
- requestBody: {
1281
- content: {
1282
- "application/json": {}
1283
- }
1284
- },
1285
- responses: {}
1286
- },
1287
- delete: {
1288
- operationId: "deleteSchemaAttribute",
1289
- parameters: [
1290
- {
1291
- name: "composite_id",
1292
- in: "path",
1293
- required: true
1294
- }
1295
- ],
1296
- responses: {}
1297
- }
1298
- },
1299
- "/v1/entity/schemas/capabilities": {
1300
- post: {
1301
- operationId: "createSchemaCapability",
1302
- requestBody: {
1303
- content: {
1304
- "application/json": {}
1305
- }
1306
- },
1307
- responses: {}
1308
- }
1309
- },
1310
- "/v1/entity/schemas/capabilities/{composite_id}": {
1311
- get: {
1312
- operationId: "getSchemaCapability",
1313
- parameters: [
1314
- {
1315
- name: "composite_id",
1316
- in: "path",
1317
- required: true
1318
- }
1319
- ],
1320
- responses: {}
1321
- },
1322
- put: {
1323
- operationId: "putSchemaCapability",
1324
- parameters: [
1325
- {
1326
- name: "composite_id",
1327
- in: "path",
1328
- required: true
1329
- }
1330
- ],
1331
- requestBody: {
1332
- content: {
1333
- "application/json": {}
1334
- }
1335
- },
1336
- responses: {}
1337
- },
1338
- delete: {
1339
- operationId: "deleteSchemaCapability",
1340
- parameters: [
1341
- {
1342
- name: "composite_id",
1343
- in: "path",
1344
- required: true
1345
- }
1346
- ],
1347
- responses: {}
1348
- }
1349
- },
1350
- "/v1/entity/schemas/group": {
1351
- post: {
1352
- operationId: "createSchemaGroup",
1353
- requestBody: {
1354
- content: {
1355
- "application/json": {}
1356
- }
1357
- },
1358
- responses: {}
1359
- }
1360
- },
1361
- "/v1/entity/schemas/group/{composite_id}": {
1362
- get: {
1363
- operationId: "getSchemaGroup",
1364
- parameters: [
1365
- {
1366
- name: "composite_id",
1367
- in: "path",
1368
- required: true
1369
- }
1370
- ],
1371
- responses: {}
1372
- },
1373
- put: {
1374
- operationId: "putSchemaGroup",
1375
- parameters: [
1376
- {
1377
- name: "composite_id",
1378
- in: "path",
1379
- required: true
1380
- }
1381
- ],
1382
- requestBody: {
1383
- content: {
1384
- "application/json": {}
1385
- }
1386
- },
1387
- responses: {}
1388
- },
1389
- delete: {
1390
- operationId: "deleteSchemaGroup",
1391
- parameters: [
1392
- {
1393
- name: "composite_id",
1394
- in: "path",
1395
- required: true
1396
- }
1397
- ],
1398
- responses: {}
1399
- }
1400
- },
1401
- "/v1/entity/schemas/headline": {
1402
- post: {
1403
- operationId: "createSchemaGroupHeadline",
1404
- requestBody: {
1405
- content: {
1406
- "application/json": {}
1407
- }
1408
- },
1409
- responses: {}
1410
- }
1411
- },
1412
- "/v1/entity/schemas/headline/{composite_id}": {
1413
- get: {
1414
- operationId: "getSchemaGroupHeadline",
1415
- parameters: [
1416
- {
1417
- name: "composite_id",
1418
- in: "path",
1419
- required: true
1420
- }
1421
- ],
1422
- responses: {}
1423
- },
1424
- put: {
1425
- operationId: "putSchemaGroupHeadline",
1426
- parameters: [
1427
- {
1428
- name: "composite_id",
1429
- in: "path",
1430
- required: true
1431
- }
1432
- ],
1433
- requestBody: {
1434
- content: {
1435
- "application/json": {}
1436
- }
1437
- },
1438
- responses: {}
1439
- },
1440
- delete: {
1441
- operationId: "deleteSchemaGroupHeadline",
1442
- parameters: [
1443
- {
1444
- name: "composite_id",
1445
- in: "path",
1446
- required: true
1447
- }
1448
- ],
1449
- responses: {}
1450
- }
1451
- }
1452
- };
1453
- var components = {
1454
- parameters: {
1455
- EntityIdPathParam: {
1456
- name: "id",
1457
- in: "path",
1458
- required: true
1459
- },
1460
- EntitySlugPathParam: {
1461
- name: "slug",
1462
- in: "path",
1463
- required: true
1464
- },
1465
- EntitySlugPathPriceParam: {
1466
- name: "slug",
1467
- in: "path",
1468
- required: true
1469
- },
1470
- TaxonomySlugQueryParam: {
1471
- name: "taxonomySlug",
1472
- in: "query",
1473
- required: true
1474
- },
1475
- TaxonomySlugPathParam: {
1476
- name: "taxonomySlug",
1477
- in: "path",
1478
- required: true
1479
- },
1480
- TaxonomySlugQueryParamOptional: {
1481
- name: "taxonomySlug",
1482
- in: "query"
1483
- },
1484
- TaxonomyClassificationSlugPathParam: {
1485
- name: "classificationSlug",
1486
- in: "path",
1487
- required: true
1488
- },
1489
- SavedViewIdPathParam: {
1490
- name: "id",
1491
- in: "path",
1492
- required: true
1493
- },
1494
- AsyncOperationQueryParam: {
1495
- name: "async",
1496
- in: "query",
1497
- required: false
1498
- },
1499
- HydrateEntitiesQueryParam: {
1500
- name: "hydrate",
1501
- in: "query"
1502
- },
1503
- ActivityIdQueryParam: {
1504
- name: "activity_id",
1505
- in: "query",
1506
- required: false
1507
- },
1508
- ActivityIdPathParam: {
1509
- name: "id",
1510
- in: "path",
1511
- required: true
1512
- },
1513
- FromPageQueryParam: {
1514
- name: "from",
1515
- in: "query"
1516
- },
1517
- IncludeReverseDeprecatedQueryParam: {
1518
- name: "include_reverse",
1519
- in: "query",
1520
- deprecated: true
1521
- },
1522
- IncludeReverseQueryParam: {
1523
- name: "include_reverse",
1524
- in: "query"
1525
- },
1526
- IncludeSchemasQueryParam: {
1527
- name: "include_schemas",
1528
- in: "query",
1529
- required: false,
1530
- style: "form",
1531
- explode: false
1532
- },
1533
- ExcludeSchemasQueryParam: {
1534
- name: "exclude_schemas",
1535
- in: "query",
1536
- required: false,
1537
- style: "form",
1538
- explode: false
1539
- },
1540
- EntityRelationsModeQueryParam: {
1541
- name: "mode",
1542
- in: "query",
1543
- required: false
1544
- },
1545
- DryRunQueryParam: {
1546
- name: "dry_run",
1547
- in: "query",
1548
- required: false
1549
- },
1550
- FillActivityQueryParam: {
1551
- name: "fill_activity",
1552
- in: "query",
1553
- required: false
1554
- },
1555
- ValidateEntityQueryParam: {
1556
- name: "validate",
1557
- in: "query"
1558
- }
1559
- },
1560
- responses: {
1561
- BadRequestError: {
1562
- content: {
1563
- "application/json": {}
1564
- }
1565
- },
1566
- NotFoundError: {
1567
- content: {
1568
- "application/json": {}
1569
- }
1570
- },
1571
- TooManyRequestsError: {
1572
- headers: {
1573
- "Retry-After": {}
1574
- },
1575
- content: {
1576
- "application/json": {}
1577
- }
1578
- }
1579
- }
1580
- };
1581
- var servers = [
1582
- {
1583
- url: "https://entity.sls.epilot.io"
1584
- }
1585
- ];
1586
- var entity_default = {
1587
- openapi,
1588
- info,
1589
- paths,
1590
- components,
1591
- servers
1592
- };
1593
- export {
1594
- components,
1595
- entity_default as default,
1596
- info,
1597
- openapi,
1598
- paths,
1599
- servers
1600
- };