@epilot/entity-client 4.31.0 → 4.31.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.
- package/dist/definition.js +1 -1
- package/dist/openapi-runtime.json +51 -0
- package/dist/openapi.d.ts +343 -19
- package/dist/openapi.json +228 -3
- package/package.json +1 -1
package/dist/definition.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{"use strict";var e={914:function(e,t,a){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var n=r(a(240));t.default=n.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.0.2","info":{"title":"","version":""},"paths":{"/v1/entity/schemas":{"get":{"operationId":"listSchemas","parameters":[{"in":"query","name":"unpublished"}],"responses":{}}},"/v1/entity/schemas/{slug}":{"get":{"operationId":"getSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"in":"query","name":"id"}],"responses":{}},"put":{"operationId":"putSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"in":"query","name":"draft"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"}],"responses":{}}},"/v1/entity/schemas/{slug}/json/schema":{"get":{"operationId":"getJsonSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"}],"responses":{}}},"/v1/entity/schemas/{slug}/json/example":{"get":{"operationId":"getSchemaExample","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"}],"responses":{}}},"/v1/entity/schemas/{slug}/versions":{"get":{"operationId":"getSchemaVersions","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"in":"query","name":"versions_from"},{"in":"query","name":"versions_size"},{"in":"query","name":"drafts_from"},{"in":"query","name":"drafts_size"},{"in":"query","name":"fields","required":false,"style":"form","explode":false}],"responses":{}}},"/v1/entity/schemas/blueprints":{"get":{"operationId":"listSchemaBlueprints","responses":{}}},"/v1/entity:search":{"post":{"operationId":"searchEntities","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity:list":{"post":{"operationId":"listEntities","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/{slug}":{"post":{"operationId":"createEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"$ref":"#/components/parameters/FillActivityQueryParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/{slug}:validate":{"post":{"operationId":"validateEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathPriceParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/{slug}:upsert":{"patch":{"operationId":"upsertEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"$ref":"#/components/parameters/FillActivityQueryParam"},{"$ref":"#/components/parameters/DryRunQueryParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"name":"strict","in":"query","required":false}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/entity/{slug}/{id}":{"get":{"operationId":"getEntityV2","parameters":[{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"},{"in":"query","name":"fields","style":"form","explode":false}],"responses":{}}},"/v1/entity/{slug}/{id}:restore":{"patch":{"operationId":"restoreEntity","parameters":[{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/{slug}/{id}":{"get":{"operationId":"getEntity","parameters":[{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"}],"responses":{}},"put":{"operationId":"updateEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"$ref":"#/components/parameters/FillActivityQueryParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"patch":{"operationId":"patchEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"$ref":"#/components/parameters/FillActivityQueryParam"},{"$ref":"#/components/parameters/DryRunQueryParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"}],"requestBody":{"content":{"application/json":{}},"required":true},"responses":{}},"delete":{"operationId":"deleteEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"in":"query","name":"purge","default":false}],"responses":{}}},"/v1/entity:autocomplete":{"get":{"operationId":"autocomplete","parameters":[{"name":"input","in":"query"},{"name":"attribute","in":"query","required":true},{"name":"slug","in":"query"},{"name":"size","in":"query"}],"responses":{}}},"/v1/entity/activity":{"post":{"operationId":"createActivity","parameters":[{"in":"query","name":"entities","style":"form","explode":false}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/activity/{id}":{"get":{"operationId":"getActivity","parameters":[{"$ref":"#/components/parameters/ActivityIdPathParam"},{"in":"query","name":"operations_size"},{"in":"query","name":"operations_from"}],"responses":{}}},"/v1/entity/activity/{id}:attach":{"post":{"operationId":"attachActivity","parameters":[{"$ref":"#/components/parameters/ActivityIdPathParam"},{"in":"query","name":"entities","style":"form","explode":false}],"responses":{}}},"/v1/entity/{slug}/{id}/activity":{"get":{"operationId":"getEntityActivityFeed","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"in":"query","name":"after"},{"in":"query","name":"before"},{"$ref":"#/components/parameters/FromPageQueryParam"},{"in":"query","name":"size"},{"in":"query","name":"type"},{"in":"query","name":"include_relations"}],"responses":{}}},"/v1/entity/{slug}/{id}/relations":{"get":{"operationId":"getRelations","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"},{"$ref":"#/components/parameters/IncludeReverseQueryParam"},{"$ref":"#/components/parameters/FromPageQueryParam"},{"in":"query","name":"size","required":false},{"$ref":"#/components/parameters/IncludeSchemasQueryParam"},{"$ref":"#/components/parameters/ExcludeSchemasQueryParam"}],"responses":{}},"post":{"operationId":"addRelations","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"removeRelations","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/entity/{slug}/{id}/relations":{"get":{"operationId":"getRelationsV2","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"},{"in":"query","name":"query"},{"$ref":"#/components/parameters/IncludeReverseQueryParam"},{"$ref":"#/components/parameters/FromPageQueryParam"},{"in":"query","name":"size"},{"in":"query","name":"fields"}],"responses":{}}},"/v3/entity/{slug}/{id}/relations":{"get":{"operationId":"getRelationsV3","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"},{"$ref":"#/components/parameters/IncludeReverseDeprecatedQueryParam"},{"$ref":"#/components/parameters/FromPageQueryParam"},{"in":"query","name":"size","required":false},{"$ref":"#/components/parameters/IncludeSchemasQueryParam"},{"$ref":"#/components/parameters/ExcludeSchemasQueryParam"},{"$ref":"#/components/parameters/EntityRelationsModeQueryParam"}],"responses":{}}},"/v2/entity/{slug}/{id}/relations/count":{"get":{"operationId":"getRelatedEntitiesCount","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/ExcludeSchemasQueryParam"}],"responses":{}}},"/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}":{"put":{"operationId":"updateRelation","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"in":"path","name":"attribute","required":true},{"in":"path","name":"entity_id","required":true},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteRelation","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"in":"path","name":"attribute","required":true},{"in":"path","name":"entity_id","required":true},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"responses":{}}},"/v1/entity:export":{"post":{"operationId":"exportEntities","parameters":[{"in":"query","name":"job_id"},{"in":"query","name":"is_template"},{"in":"query","name":"language"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity:import":{"post":{"operationId":"importEntities","parameters":[{"in":"query","name":"job_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/views":{"get":{"operationId":"listSavedViews","parameters":[{"in":"query","name":"slug","required":false},{"in":"query","name":"sort","required":false},{"in":"query","name":"from","required":false},{"in":"query","name":"size","required":false},{"in":"query","name":"fields","required":false}],"responses":{}}},"/v1/entity/view":{"post":{"operationId":"createSavedView","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/view/{id}":{"get":{"operationId":"getSavedView","parameters":[{"$ref":"#/components/parameters/SavedViewIdPathParam"}],"responses":{}},"put":{"operationId":"updateSavedView","parameters":[{"$ref":"#/components/parameters/SavedViewIdPathParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSavedView","parameters":[{"$ref":"#/components/parameters/SavedViewIdPathParam"}],"responses":{}}},"/v1/entity/views/favorites":{"get":{"operationId":"listFavoriteViewsForUser","responses":{}}},"/v1/entity/taxonomies":{"get":{"operationId":"listTaxonomies","parameters":[{"in":"query","name":"include_disabled"}],"responses":{}},"post":{"operationId":"createTaxonomy","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/taxonomies/{taxonomySlug}":{"get":{"operationId":"getTaxonomy","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"}],"responses":{}},"put":{"operationId":"updateTaxonomy","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteTaxonomy","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"},{"in":"query","name":"permanent"}],"responses":{}}},"/v1/entity/taxonomies/{taxonomySlug}:autocomplete":{"get":{"operationId":"taxonomyAutocomplete","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"},{"in":"query","name":"query"},{"in":"query","name":"size"}],"responses":{}}},"/v1/entity/taxonomies/classifications:search":{"post":{"operationId":"taxonomiesClassificationsSearch","parameters":[{"$ref":"#/components/parameters/TaxonomySlugQueryParamOptional"},{"in":"query","name":"query"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/taxonomies/{taxonomySlug}/classifications":{"post":{"operationId":"updateClassificationsForTaxonomy","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}":{"get":{"operationId":"listTaxonomyClassificationsForSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/TaxonomySlugPathParam"},{"in":"query","name":"query"},{"in":"query","name":"size"}],"responses":{}}},"/v2/entity/taxonomies/classifications/{classificationSlug}":{"get":{"operationId":"getTaxonomyClassification","parameters":[{"$ref":"#/components/parameters/TaxonomyClassificationSlugPathParam"}],"responses":{}},"put":{"operationId":"updateTaxonomyClassification","parameters":[{"$ref":"#/components/parameters/TaxonomyClassificationSlugPathParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteTaxonomyClassification","parameters":[{"$ref":"#/components/parameters/TaxonomyClassificationSlugPathParam"}],"responses":{}}},"/v1/entity/schemas/attributes":{"post":{"operationId":"createSchemaAttribute","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/attributes/{composite_id}":{"get":{"operationId":"getSchemaAttribute","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putSchemaAttribute","parameters":[{"name":"composite_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchemaAttribute","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}}},"/v1/entity/schemas/capabilities":{"post":{"operationId":"createSchemaCapability","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/capabilities/{composite_id}":{"get":{"operationId":"getSchemaCapability","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putSchemaCapability","parameters":[{"name":"composite_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchemaCapability","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}}},"/v1/entity/schemas/group":{"post":{"operationId":"createSchemaGroup","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/group/{composite_id}":{"get":{"operationId":"getSchemaGroup","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putSchemaGroup","parameters":[{"name":"composite_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchemaGroup","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}}}},"components":{"parameters":{"EntityIdPathParam":{"name":"id","in":"path","required":true},"EntitySlugPathParam":{"name":"slug","in":"path","required":true},"EntitySlugPathPriceParam":{"name":"slug","in":"path","required":true},"TaxonomySlugQueryParam":{"name":"taxonomySlug","in":"query","required":true},"TaxonomySlugPathParam":{"name":"taxonomySlug","in":"path","required":true},"TaxonomySlugQueryParamOptional":{"name":"taxonomySlug","in":"query"},"TaxonomyClassificationSlugPathParam":{"name":"classificationSlug","in":"path","required":true},"SavedViewIdPathParam":{"name":"id","in":"path","required":true},"AsyncOperationQueryParam":{"name":"async","in":"query","required":false},"HydrateEntitiesQueryParam":{"name":"hydrate","in":"query"},"ActivityIdQueryParam":{"name":"activity_id","in":"query","required":false},"ActivityIdPathParam":{"name":"id","in":"path","required":true},"FromPageQueryParam":{"name":"from","in":"query"},"IncludeReverseDeprecatedQueryParam":{"name":"include_reverse","in":"query","deprecated":true},"IncludeReverseQueryParam":{"name":"include_reverse","in":"query"},"IncludeSchemasQueryParam":{"name":"include_schemas","in":"query","required":false,"style":"form","explode":false},"ExcludeSchemasQueryParam":{"name":"exclude_schemas","in":"query","required":false,"style":"form","explode":false},"EntityRelationsModeQueryParam":{"name":"mode","in":"query","required":false},"DryRunQueryParam":{"name":"dry_run","in":"query","required":false},"FillActivityQueryParam":{"name":"fill_activity","in":"query","required":false}}},"servers":[{"url":"https://entity.sls.epilot.io"}]}')}},t={},a=function a(r){var n=t[r];if(void 0!==n)return n.exports;var s=t[r]={exports:{}};return e[r].call(s.exports,s,s.exports,a),s.exports}(914),r=exports;for(var n in a)r[n]=a[n];a.__esModule&&Object.defineProperty(r,"__esModule",{value:!0})})();
|
|
1
|
+
(()=>{"use strict";var e={914:function(e,t,a){var r=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0});var n=r(a(240));t.default=n.default},240:e=>{e.exports=JSON.parse('{"openapi":"3.0.2","info":{"title":"","version":""},"paths":{"/v1/entity/schemas":{"get":{"operationId":"listSchemas","parameters":[{"in":"query","name":"unpublished"}],"responses":{}}},"/v1/entity/schemas/{slug}":{"get":{"operationId":"getSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"in":"query","name":"id"}],"responses":{}},"put":{"operationId":"putSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"in":"query","name":"draft"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"}],"responses":{}}},"/v1/entity/schemas/{slug}/json/schema":{"get":{"operationId":"getJsonSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"}],"responses":{}}},"/v1/entity/schemas/{slug}/json/example":{"get":{"operationId":"getSchemaExample","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"}],"responses":{}}},"/v1/entity/schemas/{slug}/versions":{"get":{"operationId":"getSchemaVersions","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"in":"query","name":"versions_from"},{"in":"query","name":"versions_size"},{"in":"query","name":"drafts_from"},{"in":"query","name":"drafts_size"},{"in":"query","name":"fields","required":false,"style":"form","explode":false}],"responses":{}}},"/v1/entity/schemas/blueprints":{"get":{"operationId":"listSchemaBlueprints","responses":{}}},"/v1/entity:search":{"post":{"operationId":"searchEntities","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity:list":{"post":{"operationId":"listEntities","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/{slug}":{"post":{"operationId":"createEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"$ref":"#/components/parameters/FillActivityQueryParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/{slug}:validate":{"post":{"operationId":"validateEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathPriceParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/{slug}:upsert":{"patch":{"operationId":"upsertEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"$ref":"#/components/parameters/FillActivityQueryParam"},{"$ref":"#/components/parameters/DryRunQueryParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"name":"strict","in":"query","required":false}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/entity/{slug}/{id}":{"get":{"operationId":"getEntityV2","parameters":[{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"},{"in":"query","name":"fields","style":"form","explode":false}],"responses":{}}},"/v1/entity/{slug}/{id}:restore":{"patch":{"operationId":"restoreEntity","parameters":[{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/{slug}/{id}":{"get":{"operationId":"getEntity","parameters":[{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"}],"responses":{}},"put":{"operationId":"updateEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"$ref":"#/components/parameters/FillActivityQueryParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"patch":{"operationId":"patchEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"$ref":"#/components/parameters/FillActivityQueryParam"},{"$ref":"#/components/parameters/DryRunQueryParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"}],"requestBody":{"content":{"application/json":{}},"required":true},"responses":{}},"delete":{"operationId":"deleteEntity","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"},{"in":"query","name":"purge","default":false}],"responses":{}}},"/v1/entity:autocomplete":{"get":{"operationId":"autocomplete","parameters":[{"name":"input","in":"query"},{"name":"attribute","in":"query","required":true},{"name":"slug","in":"query"},{"name":"size","in":"query"}],"responses":{}}},"/v1/entity/activity":{"post":{"operationId":"createActivity","parameters":[{"in":"query","name":"entities","style":"form","explode":false}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/activity/{id}":{"get":{"operationId":"getActivity","parameters":[{"$ref":"#/components/parameters/ActivityIdPathParam"},{"in":"query","name":"operations_size"},{"in":"query","name":"operations_from"}],"responses":{}}},"/v1/entity/activity/{id}:attach":{"post":{"operationId":"attachActivity","parameters":[{"$ref":"#/components/parameters/ActivityIdPathParam"},{"in":"query","name":"entities","style":"form","explode":false}],"responses":{}}},"/v1/entity/{slug}/{id}/activity":{"get":{"operationId":"getEntityActivityFeed","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"in":"query","name":"after"},{"in":"query","name":"before"},{"$ref":"#/components/parameters/FromPageQueryParam"},{"in":"query","name":"size"},{"in":"query","name":"type"},{"in":"query","name":"include_relations"}],"responses":{}}},"/v1/entity/{slug}/{id}/relations":{"get":{"operationId":"getRelations","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"},{"$ref":"#/components/parameters/IncludeReverseQueryParam"},{"$ref":"#/components/parameters/FromPageQueryParam"},{"in":"query","name":"size","required":false},{"$ref":"#/components/parameters/IncludeSchemasQueryParam"},{"$ref":"#/components/parameters/ExcludeSchemasQueryParam"}],"responses":{}},"post":{"operationId":"addRelations","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"removeRelations","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v2/entity/{slug}/{id}/relations":{"get":{"operationId":"getRelationsV2","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"},{"in":"query","name":"query"},{"$ref":"#/components/parameters/IncludeReverseQueryParam"},{"$ref":"#/components/parameters/FromPageQueryParam"},{"in":"query","name":"size"},{"in":"query","name":"fields"}],"responses":{}}},"/v3/entity/{slug}/{id}/relations":{"get":{"operationId":"getRelationsV3","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/HydrateEntitiesQueryParam"},{"$ref":"#/components/parameters/IncludeReverseDeprecatedQueryParam"},{"$ref":"#/components/parameters/FromPageQueryParam"},{"in":"query","name":"size","required":false},{"$ref":"#/components/parameters/IncludeSchemasQueryParam"},{"$ref":"#/components/parameters/ExcludeSchemasQueryParam"},{"$ref":"#/components/parameters/EntityRelationsModeQueryParam"}],"responses":{}}},"/v2/entity/{slug}/{id}/relations/count":{"get":{"operationId":"getRelatedEntitiesCount","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"$ref":"#/components/parameters/ExcludeSchemasQueryParam"}],"responses":{}}},"/v1/entity/{slug}/{id}/relations/{attribute}/{entity_id}":{"put":{"operationId":"updateRelation","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"in":"path","name":"attribute","required":true},{"in":"path","name":"entity_id","required":true},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteRelation","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/EntityIdPathParam"},{"in":"path","name":"attribute","required":true},{"in":"path","name":"entity_id","required":true},{"$ref":"#/components/parameters/AsyncOperationQueryParam"},{"$ref":"#/components/parameters/ActivityIdQueryParam"}],"responses":{}}},"/v1/entity:export":{"post":{"operationId":"exportEntities","parameters":[{"in":"query","name":"job_id"},{"in":"query","name":"is_template"},{"in":"query","name":"language"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity:import":{"post":{"operationId":"importEntities","parameters":[{"in":"query","name":"job_id"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/views":{"get":{"operationId":"listSavedViews","parameters":[{"in":"query","name":"slug","required":false},{"in":"query","name":"sort","required":false},{"in":"query","name":"from","required":false},{"in":"query","name":"size","required":false},{"in":"query","name":"fields","required":false}],"responses":{}}},"/v1/entity/view":{"post":{"operationId":"createSavedView","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/view/{id}":{"get":{"operationId":"getSavedView","parameters":[{"$ref":"#/components/parameters/SavedViewIdPathParam"}],"responses":{}},"put":{"operationId":"updateSavedView","parameters":[{"$ref":"#/components/parameters/SavedViewIdPathParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSavedView","parameters":[{"$ref":"#/components/parameters/SavedViewIdPathParam"}],"responses":{}}},"/v1/entity/views/favorites":{"get":{"operationId":"listFavoriteViewsForUser","responses":{}}},"/v1/entity/taxonomies":{"get":{"operationId":"listTaxonomies","parameters":[{"in":"query","name":"include_disabled"}],"responses":{}},"post":{"operationId":"createTaxonomy","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/taxonomies/{taxonomySlug}":{"get":{"operationId":"getTaxonomy","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"}],"responses":{}},"put":{"operationId":"updateTaxonomy","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteTaxonomy","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"},{"in":"query","name":"permanent"}],"responses":{}}},"/v1/entity/taxonomies/{taxonomySlug}:autocomplete":{"get":{"operationId":"taxonomyAutocomplete","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"},{"in":"query","name":"query"},{"in":"query","name":"size"}],"responses":{}}},"/v1/entity/taxonomies/classifications:search":{"post":{"operationId":"taxonomiesClassificationsSearch","parameters":[{"$ref":"#/components/parameters/TaxonomySlugQueryParamOptional"},{"in":"query","name":"query"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/taxonomies/{taxonomySlug}/classifications":{"post":{"operationId":"updateClassificationsForTaxonomy","parameters":[{"$ref":"#/components/parameters/TaxonomySlugPathParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/{slug}/taxonomy/{taxonomySlug}":{"get":{"operationId":"listTaxonomyClassificationsForSchema","parameters":[{"$ref":"#/components/parameters/EntitySlugPathParam"},{"$ref":"#/components/parameters/TaxonomySlugPathParam"},{"in":"query","name":"query"},{"in":"query","name":"size"}],"responses":{}}},"/v2/entity/taxonomies/classifications/{classificationSlug}":{"get":{"operationId":"getTaxonomyClassification","parameters":[{"$ref":"#/components/parameters/TaxonomyClassificationSlugPathParam"}],"responses":{}},"put":{"operationId":"updateTaxonomyClassification","parameters":[{"$ref":"#/components/parameters/TaxonomyClassificationSlugPathParam"}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteTaxonomyClassification","parameters":[{"$ref":"#/components/parameters/TaxonomyClassificationSlugPathParam"}],"responses":{}}},"/v1/entity/schemas/attributes":{"post":{"operationId":"createSchemaAttribute","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/attributes/{composite_id}":{"get":{"operationId":"getSchemaAttribute","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putSchemaAttribute","parameters":[{"name":"composite_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchemaAttribute","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}}},"/v1/entity/schemas/capabilities":{"post":{"operationId":"createSchemaCapability","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/capabilities/{composite_id}":{"get":{"operationId":"getSchemaCapability","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putSchemaCapability","parameters":[{"name":"composite_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchemaCapability","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}}},"/v1/entity/schemas/group":{"post":{"operationId":"createSchemaGroup","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/group/{composite_id}":{"get":{"operationId":"getSchemaGroup","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putSchemaGroup","parameters":[{"name":"composite_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchemaGroup","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}}},"/v1/entity/schemas/headline":{"post":{"operationId":"createSchemaGroupHeadline","requestBody":{"content":{"application/json":{}}},"responses":{}}},"/v1/entity/schemas/headline/{composite_id}":{"get":{"operationId":"getSchemaGroupHeadline","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}},"put":{"operationId":"putSchemaGroupHeadline","parameters":[{"name":"composite_id","in":"path","required":true}],"requestBody":{"content":{"application/json":{}}},"responses":{}},"delete":{"operationId":"deleteSchemaGroupHeadline","parameters":[{"name":"composite_id","in":"path","required":true}],"responses":{}}}},"components":{"parameters":{"EntityIdPathParam":{"name":"id","in":"path","required":true},"EntitySlugPathParam":{"name":"slug","in":"path","required":true},"EntitySlugPathPriceParam":{"name":"slug","in":"path","required":true},"TaxonomySlugQueryParam":{"name":"taxonomySlug","in":"query","required":true},"TaxonomySlugPathParam":{"name":"taxonomySlug","in":"path","required":true},"TaxonomySlugQueryParamOptional":{"name":"taxonomySlug","in":"query"},"TaxonomyClassificationSlugPathParam":{"name":"classificationSlug","in":"path","required":true},"SavedViewIdPathParam":{"name":"id","in":"path","required":true},"AsyncOperationQueryParam":{"name":"async","in":"query","required":false},"HydrateEntitiesQueryParam":{"name":"hydrate","in":"query"},"ActivityIdQueryParam":{"name":"activity_id","in":"query","required":false},"ActivityIdPathParam":{"name":"id","in":"path","required":true},"FromPageQueryParam":{"name":"from","in":"query"},"IncludeReverseDeprecatedQueryParam":{"name":"include_reverse","in":"query","deprecated":true},"IncludeReverseQueryParam":{"name":"include_reverse","in":"query"},"IncludeSchemasQueryParam":{"name":"include_schemas","in":"query","required":false,"style":"form","explode":false},"ExcludeSchemasQueryParam":{"name":"exclude_schemas","in":"query","required":false,"style":"form","explode":false},"EntityRelationsModeQueryParam":{"name":"mode","in":"query","required":false},"DryRunQueryParam":{"name":"dry_run","in":"query","required":false},"FillActivityQueryParam":{"name":"fill_activity","in":"query","required":false}}},"servers":[{"url":"https://entity.sls.epilot.io"}]}')}},t={},a=function a(r){var n=t[r];if(void 0!==n)return n.exports;var s=t[r]={exports:{}};return e[r].call(s.exports,s,s.exports,a),s.exports}(914),r=exports;for(var n in a)r[n]=a[n];a.__esModule&&Object.defineProperty(r,"__esModule",{value:!0})})();
|
|
@@ -1152,6 +1152,57 @@
|
|
|
1152
1152
|
],
|
|
1153
1153
|
"responses": {}
|
|
1154
1154
|
}
|
|
1155
|
+
},
|
|
1156
|
+
"/v1/entity/schemas/headline": {
|
|
1157
|
+
"post": {
|
|
1158
|
+
"operationId": "createSchemaGroupHeadline",
|
|
1159
|
+
"requestBody": {
|
|
1160
|
+
"content": {
|
|
1161
|
+
"application/json": {}
|
|
1162
|
+
}
|
|
1163
|
+
},
|
|
1164
|
+
"responses": {}
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"/v1/entity/schemas/headline/{composite_id}": {
|
|
1168
|
+
"get": {
|
|
1169
|
+
"operationId": "getSchemaGroupHeadline",
|
|
1170
|
+
"parameters": [
|
|
1171
|
+
{
|
|
1172
|
+
"name": "composite_id",
|
|
1173
|
+
"in": "path",
|
|
1174
|
+
"required": true
|
|
1175
|
+
}
|
|
1176
|
+
],
|
|
1177
|
+
"responses": {}
|
|
1178
|
+
},
|
|
1179
|
+
"put": {
|
|
1180
|
+
"operationId": "putSchemaGroupHeadline",
|
|
1181
|
+
"parameters": [
|
|
1182
|
+
{
|
|
1183
|
+
"name": "composite_id",
|
|
1184
|
+
"in": "path",
|
|
1185
|
+
"required": true
|
|
1186
|
+
}
|
|
1187
|
+
],
|
|
1188
|
+
"requestBody": {
|
|
1189
|
+
"content": {
|
|
1190
|
+
"application/json": {}
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"responses": {}
|
|
1194
|
+
},
|
|
1195
|
+
"delete": {
|
|
1196
|
+
"operationId": "deleteSchemaGroupHeadline",
|
|
1197
|
+
"parameters": [
|
|
1198
|
+
{
|
|
1199
|
+
"name": "composite_id",
|
|
1200
|
+
"in": "path",
|
|
1201
|
+
"required": true
|
|
1202
|
+
}
|
|
1203
|
+
],
|
|
1204
|
+
"responses": {}
|
|
1205
|
+
}
|
|
1155
1206
|
}
|
|
1156
1207
|
},
|
|
1157
1208
|
"components": {
|
package/dist/openapi.d.ts
CHANGED
|
@@ -15,13 +15,13 @@ declare namespace Components {
|
|
|
15
15
|
* example:
|
|
16
16
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
17
17
|
*/
|
|
18
|
-
Schemas.ActivityId /* ulid */;
|
|
18
|
+
Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */;
|
|
19
19
|
export type ActivityIdQueryParam = /**
|
|
20
20
|
* See https://github.com/ulid/spec
|
|
21
21
|
* example:
|
|
22
22
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
23
23
|
*/
|
|
24
|
-
Schemas.ActivityId /* ulid
|
|
24
|
+
Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
25
25
|
export type AsyncOperationQueryParam = boolean;
|
|
26
26
|
export type DryRunQueryParam = boolean;
|
|
27
27
|
export type EntityIdPathParam = Schemas.EntityId /* uuid */;
|
|
@@ -184,14 +184,14 @@ declare namespace Components {
|
|
|
184
184
|
* example:
|
|
185
185
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
186
186
|
*/
|
|
187
|
-
export type ActivityId = string; // ulid
|
|
187
|
+
export type ActivityId = string; // ulid ^01[0-9a-zA-Z]{24}$
|
|
188
188
|
export interface ActivityItem {
|
|
189
189
|
_id?: /**
|
|
190
190
|
* See https://github.com/ulid/spec
|
|
191
191
|
* example:
|
|
192
192
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
193
193
|
*/
|
|
194
|
-
ActivityId /* ulid */;
|
|
194
|
+
ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */;
|
|
195
195
|
timestamp?: string; // date-time
|
|
196
196
|
/**
|
|
197
197
|
* example:
|
|
@@ -303,6 +303,10 @@ declare namespace Components {
|
|
|
303
303
|
* taxonomy-slug:classification-slug
|
|
304
304
|
*/
|
|
305
305
|
ClassificationId[];
|
|
306
|
+
/**
|
|
307
|
+
* Manifest ID used to create/update the schema attribute
|
|
308
|
+
*/
|
|
309
|
+
_manifest?: string /* uuid */[] | null;
|
|
306
310
|
/**
|
|
307
311
|
* A set of constraints applicable to the attribute.
|
|
308
312
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -453,6 +457,10 @@ declare namespace Components {
|
|
|
453
457
|
* taxonomy-slug:classification-slug
|
|
454
458
|
*/
|
|
455
459
|
ClassificationId[];
|
|
460
|
+
/**
|
|
461
|
+
* Manifest ID used to create/update the schema attribute
|
|
462
|
+
*/
|
|
463
|
+
_manifest?: string /* uuid */[] | null;
|
|
456
464
|
/**
|
|
457
465
|
* A set of constraints applicable to the attribute.
|
|
458
466
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -525,7 +533,7 @@ declare namespace Components {
|
|
|
525
533
|
* example:
|
|
526
534
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
527
535
|
*/
|
|
528
|
-
ActivityId /* ulid */;
|
|
536
|
+
ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */;
|
|
529
537
|
timestamp?: string; // date-time
|
|
530
538
|
/**
|
|
531
539
|
* example:
|
|
@@ -627,6 +635,10 @@ declare namespace Components {
|
|
|
627
635
|
* taxonomy-slug:classification-slug
|
|
628
636
|
*/
|
|
629
637
|
ClassificationId[];
|
|
638
|
+
/**
|
|
639
|
+
* Manifest ID used to create/update the schema attribute
|
|
640
|
+
*/
|
|
641
|
+
_manifest?: string /* uuid */[] | null;
|
|
630
642
|
/**
|
|
631
643
|
* A set of constraints applicable to the attribute.
|
|
632
644
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -831,6 +843,10 @@ declare namespace Components {
|
|
|
831
843
|
* taxonomy-slug:classification-slug
|
|
832
844
|
*/
|
|
833
845
|
ClassificationId[];
|
|
846
|
+
/**
|
|
847
|
+
* Manifest ID used to create/update the schema attribute
|
|
848
|
+
*/
|
|
849
|
+
_manifest?: string /* uuid */[] | null;
|
|
834
850
|
/**
|
|
835
851
|
* A set of constraints applicable to the attribute.
|
|
836
852
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -983,6 +999,10 @@ declare namespace Components {
|
|
|
983
999
|
* taxonomy-slug:classification-slug
|
|
984
1000
|
*/
|
|
985
1001
|
ClassificationId[];
|
|
1002
|
+
/**
|
|
1003
|
+
* Manifest ID used to create/update the schema attribute
|
|
1004
|
+
*/
|
|
1005
|
+
_manifest?: string /* uuid */[] | null;
|
|
986
1006
|
/**
|
|
987
1007
|
* A set of constraints applicable to the attribute.
|
|
988
1008
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -1115,6 +1135,10 @@ declare namespace Components {
|
|
|
1115
1135
|
* taxonomy-slug:classification-slug
|
|
1116
1136
|
*/
|
|
1117
1137
|
ClassificationId[];
|
|
1138
|
+
/**
|
|
1139
|
+
* Manifest ID used to create/update the schema attribute
|
|
1140
|
+
*/
|
|
1141
|
+
_manifest?: string /* uuid */[] | null;
|
|
1118
1142
|
/**
|
|
1119
1143
|
* A set of constraints applicable to the attribute.
|
|
1120
1144
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -1249,6 +1273,10 @@ declare namespace Components {
|
|
|
1249
1273
|
* taxonomy-slug:classification-slug
|
|
1250
1274
|
*/
|
|
1251
1275
|
ClassificationId[];
|
|
1276
|
+
/**
|
|
1277
|
+
* Manifest ID used to create/update the schema attribute
|
|
1278
|
+
*/
|
|
1279
|
+
_manifest?: string /* uuid */[] | null;
|
|
1252
1280
|
/**
|
|
1253
1281
|
* A set of constraints applicable to the attribute.
|
|
1254
1282
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -1381,6 +1409,10 @@ declare namespace Components {
|
|
|
1381
1409
|
* taxonomy-slug:classification-slug
|
|
1382
1410
|
*/
|
|
1383
1411
|
ClassificationId[];
|
|
1412
|
+
/**
|
|
1413
|
+
* Manifest ID used to create/update the schema attribute
|
|
1414
|
+
*/
|
|
1415
|
+
_manifest?: string /* uuid */[] | null;
|
|
1384
1416
|
/**
|
|
1385
1417
|
* A set of constraints applicable to the attribute.
|
|
1386
1418
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -1523,6 +1555,10 @@ declare namespace Components {
|
|
|
1523
1555
|
* taxonomy-slug:classification-slug
|
|
1524
1556
|
*/
|
|
1525
1557
|
ClassificationId[];
|
|
1558
|
+
/**
|
|
1559
|
+
* Manifest ID used to create/update the schema attribute
|
|
1560
|
+
*/
|
|
1561
|
+
_manifest?: string /* uuid */[] | null;
|
|
1526
1562
|
/**
|
|
1527
1563
|
* A set of constraints applicable to the attribute.
|
|
1528
1564
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -1734,6 +1770,10 @@ declare namespace Components {
|
|
|
1734
1770
|
* taxonomy-slug:classification-slug
|
|
1735
1771
|
*/
|
|
1736
1772
|
ClassificationId[];
|
|
1773
|
+
/**
|
|
1774
|
+
* Manifest ID used to create/update the schema capabilility
|
|
1775
|
+
*/
|
|
1776
|
+
_manifest?: string /* uuid */[] | null;
|
|
1737
1777
|
ui_hooks?: {
|
|
1738
1778
|
[name: string]: any;
|
|
1739
1779
|
/**
|
|
@@ -1849,6 +1889,10 @@ declare namespace Components {
|
|
|
1849
1889
|
* taxonomy-slug:classification-slug
|
|
1850
1890
|
*/
|
|
1851
1891
|
ClassificationId[];
|
|
1892
|
+
/**
|
|
1893
|
+
* Manifest ID used to create/update the schema capabilility
|
|
1894
|
+
*/
|
|
1895
|
+
_manifest?: string /* uuid */[] | null;
|
|
1852
1896
|
ui_hooks?: {
|
|
1853
1897
|
[name: string]: any;
|
|
1854
1898
|
/**
|
|
@@ -2182,7 +2226,7 @@ declare namespace Components {
|
|
|
2182
2226
|
* example:
|
|
2183
2227
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
2184
2228
|
*/
|
|
2185
|
-
ActivityId /* ulid */;
|
|
2229
|
+
ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */;
|
|
2186
2230
|
operation: "createEntity" | "updateEntity" | "deleteEntity";
|
|
2187
2231
|
/**
|
|
2188
2232
|
* example:
|
|
@@ -2653,6 +2697,10 @@ declare namespace Components {
|
|
|
2653
2697
|
* taxonomy-slug:classification-slug
|
|
2654
2698
|
*/
|
|
2655
2699
|
ClassificationId[];
|
|
2700
|
+
/**
|
|
2701
|
+
* Manifest ID used to create/update the schema group
|
|
2702
|
+
*/
|
|
2703
|
+
_manifest?: string /* uuid */[] | null;
|
|
2656
2704
|
/**
|
|
2657
2705
|
* This group should only be active when the feature flag is enabled
|
|
2658
2706
|
* example:
|
|
@@ -2710,6 +2758,10 @@ declare namespace Components {
|
|
|
2710
2758
|
* taxonomy-slug:classification-slug
|
|
2711
2759
|
*/
|
|
2712
2760
|
ClassificationId[];
|
|
2761
|
+
/**
|
|
2762
|
+
* Manifest ID used to create/update the schema group
|
|
2763
|
+
*/
|
|
2764
|
+
_manifest?: string /* uuid */[] | null;
|
|
2713
2765
|
/**
|
|
2714
2766
|
* This group should only be active when the feature flag is enabled
|
|
2715
2767
|
* example:
|
|
@@ -3376,6 +3428,10 @@ declare namespace Components {
|
|
|
3376
3428
|
* taxonomy-slug:classification-slug
|
|
3377
3429
|
*/
|
|
3378
3430
|
ClassificationId[];
|
|
3431
|
+
/**
|
|
3432
|
+
* Manifest ID used to create/update the schema attribute
|
|
3433
|
+
*/
|
|
3434
|
+
_manifest?: string /* uuid */[] | null;
|
|
3379
3435
|
/**
|
|
3380
3436
|
* A set of constraints applicable to the attribute.
|
|
3381
3437
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -3526,7 +3582,7 @@ declare namespace Components {
|
|
|
3526
3582
|
relations?: GetRelationsResp;
|
|
3527
3583
|
}
|
|
3528
3584
|
export interface GroupHeadline {
|
|
3529
|
-
id
|
|
3585
|
+
id?: string; // uuid
|
|
3530
3586
|
name: string;
|
|
3531
3587
|
label: string;
|
|
3532
3588
|
layout?: string;
|
|
@@ -3541,6 +3597,45 @@ declare namespace Components {
|
|
|
3541
3597
|
type: "headline";
|
|
3542
3598
|
enable_divider?: boolean;
|
|
3543
3599
|
divider?: "top_divider" | "bottom_divider";
|
|
3600
|
+
/**
|
|
3601
|
+
* Manifest ID used to create/update the schema group headline
|
|
3602
|
+
*/
|
|
3603
|
+
_manifest?: string /* uuid */[] | null;
|
|
3604
|
+
}
|
|
3605
|
+
/**
|
|
3606
|
+
* a readonly computed ID for the entity group headline including schema slug and the headline ID
|
|
3607
|
+
*/
|
|
3608
|
+
export interface GroupHeadlineWithCompositeID {
|
|
3609
|
+
id?: string; // uuid
|
|
3610
|
+
name: string;
|
|
3611
|
+
label: string;
|
|
3612
|
+
layout?: string;
|
|
3613
|
+
/**
|
|
3614
|
+
* The group of headline attribute
|
|
3615
|
+
*/
|
|
3616
|
+
group: string;
|
|
3617
|
+
/**
|
|
3618
|
+
* The order of headline attribute
|
|
3619
|
+
*/
|
|
3620
|
+
order?: number;
|
|
3621
|
+
type: "headline";
|
|
3622
|
+
enable_divider?: boolean;
|
|
3623
|
+
divider?: "top_divider" | "bottom_divider";
|
|
3624
|
+
/**
|
|
3625
|
+
* Manifest ID used to create/update the schema group headline
|
|
3626
|
+
*/
|
|
3627
|
+
_manifest?: string /* uuid */[] | null;
|
|
3628
|
+
/**
|
|
3629
|
+
* example:
|
|
3630
|
+
* contact:97644baa-083f-4e49-9188-fcff2ecaad7d
|
|
3631
|
+
*/
|
|
3632
|
+
composite_id?: string;
|
|
3633
|
+
/**
|
|
3634
|
+
* Schema slug the capability belongs to
|
|
3635
|
+
* example:
|
|
3636
|
+
* contact
|
|
3637
|
+
*/
|
|
3638
|
+
schema?: string;
|
|
3544
3639
|
}
|
|
3545
3640
|
/**
|
|
3546
3641
|
* Entity with relation data resolved into the attribute values
|
|
@@ -3803,6 +3898,10 @@ declare namespace Components {
|
|
|
3803
3898
|
* taxonomy-slug:classification-slug
|
|
3804
3899
|
*/
|
|
3805
3900
|
ClassificationId[];
|
|
3901
|
+
/**
|
|
3902
|
+
* Manifest ID used to create/update the schema attribute
|
|
3903
|
+
*/
|
|
3904
|
+
_manifest?: string /* uuid */[] | null;
|
|
3806
3905
|
/**
|
|
3807
3906
|
* A set of constraints applicable to the attribute.
|
|
3808
3907
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -3935,6 +4034,10 @@ declare namespace Components {
|
|
|
3935
4034
|
* taxonomy-slug:classification-slug
|
|
3936
4035
|
*/
|
|
3937
4036
|
ClassificationId[];
|
|
4037
|
+
/**
|
|
4038
|
+
* Manifest ID used to create/update the schema attribute
|
|
4039
|
+
*/
|
|
4040
|
+
_manifest?: string /* uuid */[] | null;
|
|
3938
4041
|
/**
|
|
3939
4042
|
* A set of constraints applicable to the attribute.
|
|
3940
4043
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -4067,6 +4170,10 @@ declare namespace Components {
|
|
|
4067
4170
|
* taxonomy-slug:classification-slug
|
|
4068
4171
|
*/
|
|
4069
4172
|
ClassificationId[];
|
|
4173
|
+
/**
|
|
4174
|
+
* Manifest ID used to create/update the schema attribute
|
|
4175
|
+
*/
|
|
4176
|
+
_manifest?: string /* uuid */[] | null;
|
|
4070
4177
|
/**
|
|
4071
4178
|
* A set of constraints applicable to the attribute.
|
|
4072
4179
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -4207,6 +4314,10 @@ declare namespace Components {
|
|
|
4207
4314
|
* taxonomy-slug:classification-slug
|
|
4208
4315
|
*/
|
|
4209
4316
|
ClassificationId[];
|
|
4317
|
+
/**
|
|
4318
|
+
* Manifest ID used to create/update the schema attribute
|
|
4319
|
+
*/
|
|
4320
|
+
_manifest?: string /* uuid */[] | null;
|
|
4210
4321
|
/**
|
|
4211
4322
|
* A set of constraints applicable to the attribute.
|
|
4212
4323
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -4347,6 +4458,10 @@ declare namespace Components {
|
|
|
4347
4458
|
* taxonomy-slug:classification-slug
|
|
4348
4459
|
*/
|
|
4349
4460
|
ClassificationId[];
|
|
4461
|
+
/**
|
|
4462
|
+
* Manifest ID used to create/update the schema attribute
|
|
4463
|
+
*/
|
|
4464
|
+
_manifest?: string /* uuid */[] | null;
|
|
4350
4465
|
/**
|
|
4351
4466
|
* A set of constraints applicable to the attribute.
|
|
4352
4467
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -4495,6 +4610,10 @@ declare namespace Components {
|
|
|
4495
4610
|
* taxonomy-slug:classification-slug
|
|
4496
4611
|
*/
|
|
4497
4612
|
ClassificationId[];
|
|
4613
|
+
/**
|
|
4614
|
+
* Manifest ID used to create/update the schema attribute
|
|
4615
|
+
*/
|
|
4616
|
+
_manifest?: string /* uuid */[] | null;
|
|
4498
4617
|
/**
|
|
4499
4618
|
* A set of constraints applicable to the attribute.
|
|
4500
4619
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -4632,6 +4751,10 @@ declare namespace Components {
|
|
|
4632
4751
|
* taxonomy-slug:classification-slug
|
|
4633
4752
|
*/
|
|
4634
4753
|
ClassificationId[];
|
|
4754
|
+
/**
|
|
4755
|
+
* Manifest ID used to create/update the schema attribute
|
|
4756
|
+
*/
|
|
4757
|
+
_manifest?: string /* uuid */[] | null;
|
|
4635
4758
|
/**
|
|
4636
4759
|
* A set of constraints applicable to the attribute.
|
|
4637
4760
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -4764,6 +4887,10 @@ declare namespace Components {
|
|
|
4764
4887
|
* taxonomy-slug:classification-slug
|
|
4765
4888
|
*/
|
|
4766
4889
|
ClassificationId[];
|
|
4890
|
+
/**
|
|
4891
|
+
* Manifest ID used to create/update the schema attribute
|
|
4892
|
+
*/
|
|
4893
|
+
_manifest?: string /* uuid */[] | null;
|
|
4767
4894
|
/**
|
|
4768
4895
|
* A set of constraints applicable to the attribute.
|
|
4769
4896
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -4896,6 +5023,10 @@ declare namespace Components {
|
|
|
4896
5023
|
* taxonomy-slug:classification-slug
|
|
4897
5024
|
*/
|
|
4898
5025
|
ClassificationId[];
|
|
5026
|
+
/**
|
|
5027
|
+
* Manifest ID used to create/update the schema attribute
|
|
5028
|
+
*/
|
|
5029
|
+
_manifest?: string /* uuid */[] | null;
|
|
4899
5030
|
/**
|
|
4900
5031
|
* A set of constraints applicable to the attribute.
|
|
4901
5032
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -5028,6 +5159,10 @@ declare namespace Components {
|
|
|
5028
5159
|
* taxonomy-slug:classification-slug
|
|
5029
5160
|
*/
|
|
5030
5161
|
ClassificationId[];
|
|
5162
|
+
/**
|
|
5163
|
+
* Manifest ID used to create/update the schema attribute
|
|
5164
|
+
*/
|
|
5165
|
+
_manifest?: string /* uuid */[] | null;
|
|
5031
5166
|
/**
|
|
5032
5167
|
* A set of constraints applicable to the attribute.
|
|
5033
5168
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -5169,6 +5304,10 @@ declare namespace Components {
|
|
|
5169
5304
|
* taxonomy-slug:classification-slug
|
|
5170
5305
|
*/
|
|
5171
5306
|
ClassificationId[];
|
|
5307
|
+
/**
|
|
5308
|
+
* Manifest ID used to create/update the taxonomy classification
|
|
5309
|
+
*/
|
|
5310
|
+
_manifest?: string /* uuid */[] | null;
|
|
5172
5311
|
/**
|
|
5173
5312
|
* A set of constraints applicable to the attribute.
|
|
5174
5313
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -5329,6 +5468,10 @@ declare namespace Components {
|
|
|
5329
5468
|
* taxonomy-slug:classification-slug
|
|
5330
5469
|
*/
|
|
5331
5470
|
ClassificationId[];
|
|
5471
|
+
/**
|
|
5472
|
+
* Manifest ID used to create/update the schema attribute
|
|
5473
|
+
*/
|
|
5474
|
+
_manifest?: string /* uuid */[] | null;
|
|
5332
5475
|
/**
|
|
5333
5476
|
* A set of constraints applicable to the attribute.
|
|
5334
5477
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -5715,6 +5858,10 @@ declare namespace Components {
|
|
|
5715
5858
|
* taxonomy-slug:classification-slug
|
|
5716
5859
|
*/
|
|
5717
5860
|
ClassificationId[];
|
|
5861
|
+
/**
|
|
5862
|
+
* Manifest ID used to create/update the schema attribute
|
|
5863
|
+
*/
|
|
5864
|
+
_manifest?: string /* uuid */[] | null;
|
|
5718
5865
|
/**
|
|
5719
5866
|
* A set of constraints applicable to the attribute.
|
|
5720
5867
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -6180,6 +6327,10 @@ declare namespace Components {
|
|
|
6180
6327
|
* taxonomy-slug:classification-slug
|
|
6181
6328
|
*/
|
|
6182
6329
|
ClassificationId[];
|
|
6330
|
+
/**
|
|
6331
|
+
* Manifest ID used to create/update the schema attribute
|
|
6332
|
+
*/
|
|
6333
|
+
_manifest?: string /* uuid */[] | null;
|
|
6183
6334
|
/**
|
|
6184
6335
|
* A set of constraints applicable to the attribute.
|
|
6185
6336
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -6320,6 +6471,10 @@ declare namespace Components {
|
|
|
6320
6471
|
* taxonomy-slug:classification-slug
|
|
6321
6472
|
*/
|
|
6322
6473
|
ClassificationId[];
|
|
6474
|
+
/**
|
|
6475
|
+
* Manifest ID used to create/update the schema attribute
|
|
6476
|
+
*/
|
|
6477
|
+
_manifest?: string /* uuid */[] | null;
|
|
6323
6478
|
/**
|
|
6324
6479
|
* A set of constraints applicable to the attribute.
|
|
6325
6480
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -6469,6 +6624,10 @@ declare namespace Components {
|
|
|
6469
6624
|
* taxonomy-slug:classification-slug
|
|
6470
6625
|
*/
|
|
6471
6626
|
ClassificationId[];
|
|
6627
|
+
/**
|
|
6628
|
+
* Manifest ID used to create/update the schema attribute
|
|
6629
|
+
*/
|
|
6630
|
+
_manifest?: string /* uuid */[] | null;
|
|
6472
6631
|
/**
|
|
6473
6632
|
* A set of constraints applicable to the attribute.
|
|
6474
6633
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -6671,6 +6830,10 @@ declare namespace Components {
|
|
|
6671
6830
|
* taxonomy-slug:classification-slug
|
|
6672
6831
|
*/
|
|
6673
6832
|
ClassificationId[];
|
|
6833
|
+
/**
|
|
6834
|
+
* Manifest ID used to create/update the schema attribute
|
|
6835
|
+
*/
|
|
6836
|
+
_manifest?: string /* uuid */[] | null;
|
|
6674
6837
|
/**
|
|
6675
6838
|
* A set of constraints applicable to the attribute.
|
|
6676
6839
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -6829,6 +6992,10 @@ declare namespace Components {
|
|
|
6829
6992
|
ClassificationId[];
|
|
6830
6993
|
created_at?: string; // date-time
|
|
6831
6994
|
updated_at?: string; // date-time
|
|
6995
|
+
/**
|
|
6996
|
+
* Manifest ID used to create/update the taxonomy classification
|
|
6997
|
+
*/
|
|
6998
|
+
_manifest?: string /* uuid */[] | null;
|
|
6832
6999
|
}
|
|
6833
7000
|
export type TaxonomyLocationId = "account" | "contact" | "contract" | "email_template" | "file" | "journey" | "meter_counter" | "meter" | "opportunity" | "order" | "partner" | "price" | "product" | "submission" | "tax" | "message" | "portal_user" | "request" | "comment";
|
|
6834
7001
|
/**
|
|
@@ -6903,6 +7070,10 @@ declare namespace Components {
|
|
|
6903
7070
|
* taxonomy-slug:classification-slug
|
|
6904
7071
|
*/
|
|
6905
7072
|
ClassificationId[];
|
|
7073
|
+
/**
|
|
7074
|
+
* Manifest ID used to create/update the schema attribute
|
|
7075
|
+
*/
|
|
7076
|
+
_manifest?: string /* uuid */[] | null;
|
|
6906
7077
|
/**
|
|
6907
7078
|
* A set of constraints applicable to the attribute.
|
|
6908
7079
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -7036,6 +7207,10 @@ declare namespace Components {
|
|
|
7036
7207
|
* taxonomy-slug:classification-slug
|
|
7037
7208
|
*/
|
|
7038
7209
|
ClassificationId[];
|
|
7210
|
+
/**
|
|
7211
|
+
* Manifest ID used to create/update the schema attribute
|
|
7212
|
+
*/
|
|
7213
|
+
_manifest?: string /* uuid */[] | null;
|
|
7039
7214
|
/**
|
|
7040
7215
|
* A set of constraints applicable to the attribute.
|
|
7041
7216
|
* These constraints should and will be enforced by the attribute renderer.
|
|
@@ -7113,7 +7288,7 @@ declare namespace Paths {
|
|
|
7113
7288
|
* example:
|
|
7114
7289
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
7115
7290
|
*/
|
|
7116
|
-
Components.Schemas.ActivityId /* ulid
|
|
7291
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
7117
7292
|
export type Async = boolean;
|
|
7118
7293
|
export type Id = Components.Schemas.EntityId /* uuid */;
|
|
7119
7294
|
export type Slug = /**
|
|
@@ -7144,7 +7319,7 @@ declare namespace Paths {
|
|
|
7144
7319
|
* example:
|
|
7145
7320
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
7146
7321
|
*/
|
|
7147
|
-
Components.Schemas.ActivityId /* ulid */;
|
|
7322
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */;
|
|
7148
7323
|
}
|
|
7149
7324
|
export interface PathParameters {
|
|
7150
7325
|
id: Parameters.Id;
|
|
@@ -7220,7 +7395,7 @@ declare namespace Paths {
|
|
|
7220
7395
|
* example:
|
|
7221
7396
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
7222
7397
|
*/
|
|
7223
|
-
Components.Schemas.ActivityId /* ulid
|
|
7398
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
7224
7399
|
export type Async = boolean;
|
|
7225
7400
|
export type FillActivity = boolean;
|
|
7226
7401
|
export type Slug = /**
|
|
@@ -7348,6 +7523,12 @@ declare namespace Paths {
|
|
|
7348
7523
|
export type $201 = /* a readonly computed ID for the group including schema slug and the group ID */ Components.Schemas.EntitySchemaGroupWithCompositeID;
|
|
7349
7524
|
}
|
|
7350
7525
|
}
|
|
7526
|
+
namespace CreateSchemaGroupHeadline {
|
|
7527
|
+
export type RequestBody = /* a readonly computed ID for the entity group headline including schema slug and the headline ID */ Components.Schemas.GroupHeadlineWithCompositeID;
|
|
7528
|
+
namespace Responses {
|
|
7529
|
+
export type $201 = /* a readonly computed ID for the entity group headline including schema slug and the headline ID */ Components.Schemas.GroupHeadlineWithCompositeID;
|
|
7530
|
+
}
|
|
7531
|
+
}
|
|
7351
7532
|
namespace CreateTaxonomy {
|
|
7352
7533
|
export type RequestBody = Components.Schemas.Taxonomy;
|
|
7353
7534
|
namespace Responses {
|
|
@@ -7363,7 +7544,7 @@ declare namespace Paths {
|
|
|
7363
7544
|
* example:
|
|
7364
7545
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
7365
7546
|
*/
|
|
7366
|
-
Components.Schemas.ActivityId /* ulid
|
|
7547
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
7367
7548
|
export type Id = Components.Schemas.EntityId /* uuid */;
|
|
7368
7549
|
export type Purge = boolean;
|
|
7369
7550
|
export type Slug = /**
|
|
@@ -7393,7 +7574,7 @@ declare namespace Paths {
|
|
|
7393
7574
|
* example:
|
|
7394
7575
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
7395
7576
|
*/
|
|
7396
|
-
Components.Schemas.ActivityId /* ulid
|
|
7577
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
7397
7578
|
export type Async = boolean;
|
|
7398
7579
|
export type Attribute = string;
|
|
7399
7580
|
export type EntityId = string;
|
|
@@ -7506,6 +7687,25 @@ declare namespace Paths {
|
|
|
7506
7687
|
export type $200 = /* a readonly computed ID for the group including schema slug and the group ID */ Components.Schemas.EntitySchemaGroupWithCompositeID;
|
|
7507
7688
|
}
|
|
7508
7689
|
}
|
|
7690
|
+
namespace DeleteSchemaGroupHeadline {
|
|
7691
|
+
namespace Parameters {
|
|
7692
|
+
/**
|
|
7693
|
+
* example:
|
|
7694
|
+
* contact:97644baa-083f-4e49-9188-fcff2ecaad7d
|
|
7695
|
+
*/
|
|
7696
|
+
export type CompositeId = string; // ^.+:.+$
|
|
7697
|
+
}
|
|
7698
|
+
export interface PathParameters {
|
|
7699
|
+
composite_id: /**
|
|
7700
|
+
* example:
|
|
7701
|
+
* contact:97644baa-083f-4e49-9188-fcff2ecaad7d
|
|
7702
|
+
*/
|
|
7703
|
+
Parameters.CompositeId /* ^.+:.+$ */;
|
|
7704
|
+
}
|
|
7705
|
+
namespace Responses {
|
|
7706
|
+
export type $200 = /* a readonly computed ID for the entity group headline including schema slug and the headline ID */ Components.Schemas.GroupHeadlineWithCompositeID;
|
|
7707
|
+
}
|
|
7708
|
+
}
|
|
7509
7709
|
namespace DeleteTaxonomy {
|
|
7510
7710
|
namespace Parameters {
|
|
7511
7711
|
export type Permanent = boolean;
|
|
@@ -7562,7 +7762,7 @@ declare namespace Paths {
|
|
|
7562
7762
|
* example:
|
|
7563
7763
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
7564
7764
|
*/
|
|
7565
|
-
Components.Schemas.ActivityId /* ulid */;
|
|
7765
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */;
|
|
7566
7766
|
export type OperationsFrom = number;
|
|
7567
7767
|
export type OperationsSize = number;
|
|
7568
7768
|
}
|
|
@@ -8408,6 +8608,25 @@ declare namespace Paths {
|
|
|
8408
8608
|
export type $200 = /* a readonly computed ID for the group including schema slug and the group ID */ Components.Schemas.EntitySchemaGroupWithCompositeID;
|
|
8409
8609
|
}
|
|
8410
8610
|
}
|
|
8611
|
+
namespace GetSchemaGroupHeadline {
|
|
8612
|
+
namespace Parameters {
|
|
8613
|
+
/**
|
|
8614
|
+
* example:
|
|
8615
|
+
* contact:97644baa-083f-4e49-9188-fcff2ecaad7d
|
|
8616
|
+
*/
|
|
8617
|
+
export type CompositeId = string; // ^.+:.+$
|
|
8618
|
+
}
|
|
8619
|
+
export interface PathParameters {
|
|
8620
|
+
composite_id: /**
|
|
8621
|
+
* example:
|
|
8622
|
+
* contact:97644baa-083f-4e49-9188-fcff2ecaad7d
|
|
8623
|
+
*/
|
|
8624
|
+
Parameters.CompositeId /* ^.+:.+$ */;
|
|
8625
|
+
}
|
|
8626
|
+
namespace Responses {
|
|
8627
|
+
export type $200 = /* a readonly computed ID for the entity group headline including schema slug and the headline ID */ Components.Schemas.GroupHeadlineWithCompositeID;
|
|
8628
|
+
}
|
|
8629
|
+
}
|
|
8411
8630
|
namespace GetSchemaVersions {
|
|
8412
8631
|
namespace Parameters {
|
|
8413
8632
|
export type DraftsFrom = number;
|
|
@@ -8617,7 +8836,7 @@ declare namespace Paths {
|
|
|
8617
8836
|
* example:
|
|
8618
8837
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
8619
8838
|
*/
|
|
8620
|
-
Components.Schemas.ActivityId /* ulid
|
|
8839
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
8621
8840
|
export type Async = boolean;
|
|
8622
8841
|
export type DryRun = boolean;
|
|
8623
8842
|
export type FillActivity = boolean;
|
|
@@ -8808,6 +9027,26 @@ declare namespace Paths {
|
|
|
8808
9027
|
export type $200 = /* a readonly computed ID for the group including schema slug and the group ID */ Components.Schemas.EntitySchemaGroupWithCompositeID;
|
|
8809
9028
|
}
|
|
8810
9029
|
}
|
|
9030
|
+
namespace PutSchemaGroupHeadline {
|
|
9031
|
+
namespace Parameters {
|
|
9032
|
+
/**
|
|
9033
|
+
* example:
|
|
9034
|
+
* contact:97644baa-083f-4e49-9188-fcff2ecaad7d
|
|
9035
|
+
*/
|
|
9036
|
+
export type CompositeId = string; // ^.+:.+$
|
|
9037
|
+
}
|
|
9038
|
+
export interface PathParameters {
|
|
9039
|
+
composite_id: /**
|
|
9040
|
+
* example:
|
|
9041
|
+
* contact:97644baa-083f-4e49-9188-fcff2ecaad7d
|
|
9042
|
+
*/
|
|
9043
|
+
Parameters.CompositeId /* ^.+:.+$ */;
|
|
9044
|
+
}
|
|
9045
|
+
export type RequestBody = /* a readonly computed ID for the entity group headline including schema slug and the headline ID */ Components.Schemas.GroupHeadlineWithCompositeID;
|
|
9046
|
+
namespace Responses {
|
|
9047
|
+
export type $200 = /* a readonly computed ID for the entity group headline including schema slug and the headline ID */ Components.Schemas.GroupHeadlineWithCompositeID;
|
|
9048
|
+
}
|
|
9049
|
+
}
|
|
8811
9050
|
namespace RemoveRelations {
|
|
8812
9051
|
namespace Parameters {
|
|
8813
9052
|
export type ActivityId = /**
|
|
@@ -8815,7 +9054,7 @@ declare namespace Paths {
|
|
|
8815
9054
|
* example:
|
|
8816
9055
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
8817
9056
|
*/
|
|
8818
|
-
Components.Schemas.ActivityId /* ulid
|
|
9057
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
8819
9058
|
export type Async = boolean;
|
|
8820
9059
|
export type Id = Components.Schemas.EntityId /* uuid */;
|
|
8821
9060
|
export type Slug = /**
|
|
@@ -8846,7 +9085,7 @@ declare namespace Paths {
|
|
|
8846
9085
|
* example:
|
|
8847
9086
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
8848
9087
|
*/
|
|
8849
|
-
Components.Schemas.ActivityId /* ulid
|
|
9088
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
8850
9089
|
export type Id = Components.Schemas.EntityId /* uuid */;
|
|
8851
9090
|
export type Slug = /**
|
|
8852
9091
|
* URL-friendly identifier for the entity schema
|
|
@@ -9001,7 +9240,7 @@ declare namespace Paths {
|
|
|
9001
9240
|
* example:
|
|
9002
9241
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
9003
9242
|
*/
|
|
9004
|
-
Components.Schemas.ActivityId /* ulid
|
|
9243
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
9005
9244
|
export type Async = boolean;
|
|
9006
9245
|
export type FillActivity = boolean;
|
|
9007
9246
|
export type Id = Components.Schemas.EntityId /* uuid */;
|
|
@@ -9114,7 +9353,7 @@ declare namespace Paths {
|
|
|
9114
9353
|
* example:
|
|
9115
9354
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
9116
9355
|
*/
|
|
9117
|
-
Components.Schemas.ActivityId /* ulid
|
|
9356
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
9118
9357
|
export type Async = boolean;
|
|
9119
9358
|
export type Attribute = string;
|
|
9120
9359
|
export type EntityId = string;
|
|
@@ -9188,7 +9427,7 @@ declare namespace Paths {
|
|
|
9188
9427
|
* example:
|
|
9189
9428
|
* 01F130Q52Q6MWSNS8N2AVXV4JN
|
|
9190
9429
|
*/
|
|
9191
|
-
Components.Schemas.ActivityId /* ulid
|
|
9430
|
+
Components.Schemas.ActivityId /* ulid ^01[0-9a-zA-Z]{24}$ */ | ("");
|
|
9192
9431
|
export type Async = boolean;
|
|
9193
9432
|
export type DryRun = boolean;
|
|
9194
9433
|
export type FillActivity = boolean;
|
|
@@ -10315,6 +10554,46 @@ export interface OperationMethods {
|
|
|
10315
10554
|
data?: any,
|
|
10316
10555
|
config?: AxiosRequestConfig
|
|
10317
10556
|
): OperationResponse<Paths.DeleteSchemaGroup.Responses.$200>
|
|
10557
|
+
/**
|
|
10558
|
+
* createSchemaGroupHeadline - createSchemaGroupHeadline
|
|
10559
|
+
*
|
|
10560
|
+
* Create a headline in a schema group
|
|
10561
|
+
*/
|
|
10562
|
+
'createSchemaGroupHeadline'(
|
|
10563
|
+
parameters?: Parameters<UnknownParamsObject> | null,
|
|
10564
|
+
data?: Paths.CreateSchemaGroupHeadline.RequestBody,
|
|
10565
|
+
config?: AxiosRequestConfig
|
|
10566
|
+
): OperationResponse<Paths.CreateSchemaGroupHeadline.Responses.$201>
|
|
10567
|
+
/**
|
|
10568
|
+
* getSchemaGroupHeadline - getSchemaGroupHeadline
|
|
10569
|
+
*
|
|
10570
|
+
* Get a group headline from schema from given headline composite ID
|
|
10571
|
+
*/
|
|
10572
|
+
'getSchemaGroupHeadline'(
|
|
10573
|
+
parameters?: Parameters<Paths.GetSchemaGroupHeadline.PathParameters> | null,
|
|
10574
|
+
data?: any,
|
|
10575
|
+
config?: AxiosRequestConfig
|
|
10576
|
+
): OperationResponse<Paths.GetSchemaGroupHeadline.Responses.$200>
|
|
10577
|
+
/**
|
|
10578
|
+
* putSchemaGroupHeadline - putSchemaGroupHeadline
|
|
10579
|
+
*
|
|
10580
|
+
* Adds or updates a group headline in the schema
|
|
10581
|
+
*/
|
|
10582
|
+
'putSchemaGroupHeadline'(
|
|
10583
|
+
parameters?: Parameters<Paths.PutSchemaGroupHeadline.PathParameters> | null,
|
|
10584
|
+
data?: Paths.PutSchemaGroupHeadline.RequestBody,
|
|
10585
|
+
config?: AxiosRequestConfig
|
|
10586
|
+
): OperationResponse<Paths.PutSchemaGroupHeadline.Responses.$200>
|
|
10587
|
+
/**
|
|
10588
|
+
* deleteSchemaGroupHeadline - deleteSchemaGroupHeadline
|
|
10589
|
+
*
|
|
10590
|
+
* Deletes a group headline from a schema
|
|
10591
|
+
*/
|
|
10592
|
+
'deleteSchemaGroupHeadline'(
|
|
10593
|
+
parameters?: Parameters<Paths.DeleteSchemaGroupHeadline.PathParameters> | null,
|
|
10594
|
+
data?: any,
|
|
10595
|
+
config?: AxiosRequestConfig
|
|
10596
|
+
): OperationResponse<Paths.DeleteSchemaGroupHeadline.Responses.$200>
|
|
10318
10597
|
}
|
|
10319
10598
|
|
|
10320
10599
|
export interface PathsDictionary {
|
|
@@ -11302,6 +11581,50 @@ export interface PathsDictionary {
|
|
|
11302
11581
|
config?: AxiosRequestConfig
|
|
11303
11582
|
): OperationResponse<Paths.DeleteSchemaGroup.Responses.$200>
|
|
11304
11583
|
}
|
|
11584
|
+
['/v1/entity/schemas/headline']: {
|
|
11585
|
+
/**
|
|
11586
|
+
* createSchemaGroupHeadline - createSchemaGroupHeadline
|
|
11587
|
+
*
|
|
11588
|
+
* Create a headline in a schema group
|
|
11589
|
+
*/
|
|
11590
|
+
'post'(
|
|
11591
|
+
parameters?: Parameters<UnknownParamsObject> | null,
|
|
11592
|
+
data?: Paths.CreateSchemaGroupHeadline.RequestBody,
|
|
11593
|
+
config?: AxiosRequestConfig
|
|
11594
|
+
): OperationResponse<Paths.CreateSchemaGroupHeadline.Responses.$201>
|
|
11595
|
+
}
|
|
11596
|
+
['/v1/entity/schemas/headline/{composite_id}']: {
|
|
11597
|
+
/**
|
|
11598
|
+
* getSchemaGroupHeadline - getSchemaGroupHeadline
|
|
11599
|
+
*
|
|
11600
|
+
* Get a group headline from schema from given headline composite ID
|
|
11601
|
+
*/
|
|
11602
|
+
'get'(
|
|
11603
|
+
parameters?: Parameters<Paths.GetSchemaGroupHeadline.PathParameters> | null,
|
|
11604
|
+
data?: any,
|
|
11605
|
+
config?: AxiosRequestConfig
|
|
11606
|
+
): OperationResponse<Paths.GetSchemaGroupHeadline.Responses.$200>
|
|
11607
|
+
/**
|
|
11608
|
+
* putSchemaGroupHeadline - putSchemaGroupHeadline
|
|
11609
|
+
*
|
|
11610
|
+
* Adds or updates a group headline in the schema
|
|
11611
|
+
*/
|
|
11612
|
+
'put'(
|
|
11613
|
+
parameters?: Parameters<Paths.PutSchemaGroupHeadline.PathParameters> | null,
|
|
11614
|
+
data?: Paths.PutSchemaGroupHeadline.RequestBody,
|
|
11615
|
+
config?: AxiosRequestConfig
|
|
11616
|
+
): OperationResponse<Paths.PutSchemaGroupHeadline.Responses.$200>
|
|
11617
|
+
/**
|
|
11618
|
+
* deleteSchemaGroupHeadline - deleteSchemaGroupHeadline
|
|
11619
|
+
*
|
|
11620
|
+
* Deletes a group headline from a schema
|
|
11621
|
+
*/
|
|
11622
|
+
'delete'(
|
|
11623
|
+
parameters?: Parameters<Paths.DeleteSchemaGroupHeadline.PathParameters> | null,
|
|
11624
|
+
data?: any,
|
|
11625
|
+
config?: AxiosRequestConfig
|
|
11626
|
+
): OperationResponse<Paths.DeleteSchemaGroupHeadline.Responses.$200>
|
|
11627
|
+
}
|
|
11305
11628
|
}
|
|
11306
11629
|
|
|
11307
11630
|
export type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
@@ -11367,6 +11690,7 @@ export type GetRelatedEntitiesCount = Components.Schemas.GetRelatedEntitiesCount
|
|
|
11367
11690
|
export type GetRelationsResp = Components.Schemas.GetRelationsResp;
|
|
11368
11691
|
export type GetRelationsRespWithPagination = Components.Schemas.GetRelationsRespWithPagination;
|
|
11369
11692
|
export type GroupHeadline = Components.Schemas.GroupHeadline;
|
|
11693
|
+
export type GroupHeadlineWithCompositeID = Components.Schemas.GroupHeadlineWithCompositeID;
|
|
11370
11694
|
export type HydratedEntity = Components.Schemas.HydratedEntity;
|
|
11371
11695
|
export type HydratedEntityItem = Components.Schemas.HydratedEntityItem;
|
|
11372
11696
|
export type InternalAttribute = Components.Schemas.InternalAttribute;
|
package/dist/openapi.json
CHANGED
|
@@ -3218,6 +3218,147 @@
|
|
|
3218
3218
|
}
|
|
3219
3219
|
}
|
|
3220
3220
|
}
|
|
3221
|
+
},
|
|
3222
|
+
"/v1/entity/schemas/headline": {
|
|
3223
|
+
"post": {
|
|
3224
|
+
"operationId": "createSchemaGroupHeadline",
|
|
3225
|
+
"summary": "createSchemaGroupHeadline",
|
|
3226
|
+
"description": "Create a headline in a schema group",
|
|
3227
|
+
"tags": [
|
|
3228
|
+
"Schemas"
|
|
3229
|
+
],
|
|
3230
|
+
"requestBody": {
|
|
3231
|
+
"content": {
|
|
3232
|
+
"application/json": {
|
|
3233
|
+
"schema": {
|
|
3234
|
+
"$ref": "#/components/schemas/GroupHeadlineWithCompositeID"
|
|
3235
|
+
}
|
|
3236
|
+
}
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3239
|
+
"responses": {
|
|
3240
|
+
"201": {
|
|
3241
|
+
"description": "Success",
|
|
3242
|
+
"content": {
|
|
3243
|
+
"application/json": {
|
|
3244
|
+
"schema": {
|
|
3245
|
+
"$ref": "#/components/schemas/GroupHeadlineWithCompositeID"
|
|
3246
|
+
}
|
|
3247
|
+
}
|
|
3248
|
+
}
|
|
3249
|
+
}
|
|
3250
|
+
}
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
3253
|
+
"/v1/entity/schemas/headline/{composite_id}": {
|
|
3254
|
+
"get": {
|
|
3255
|
+
"operationId": "getSchemaGroupHeadline",
|
|
3256
|
+
"summary": "getSchemaGroupHeadline",
|
|
3257
|
+
"description": "Get a group headline from schema from given headline composite ID",
|
|
3258
|
+
"tags": [
|
|
3259
|
+
"Schemas"
|
|
3260
|
+
],
|
|
3261
|
+
"parameters": [
|
|
3262
|
+
{
|
|
3263
|
+
"name": "composite_id",
|
|
3264
|
+
"description": "Schema Slug and the Schema Group ID",
|
|
3265
|
+
"in": "path",
|
|
3266
|
+
"required": true,
|
|
3267
|
+
"schema": {
|
|
3268
|
+
"type": "string",
|
|
3269
|
+
"pattern": "^.+:.+$",
|
|
3270
|
+
"example": "contact:97644baa-083f-4e49-9188-fcff2ecaad7d"
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
],
|
|
3274
|
+
"responses": {
|
|
3275
|
+
"200": {
|
|
3276
|
+
"description": "Success",
|
|
3277
|
+
"content": {
|
|
3278
|
+
"application/json": {
|
|
3279
|
+
"schema": {
|
|
3280
|
+
"$ref": "#/components/schemas/GroupHeadlineWithCompositeID"
|
|
3281
|
+
}
|
|
3282
|
+
}
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3285
|
+
}
|
|
3286
|
+
},
|
|
3287
|
+
"put": {
|
|
3288
|
+
"operationId": "putSchemaGroupHeadline",
|
|
3289
|
+
"summary": "putSchemaGroupHeadline",
|
|
3290
|
+
"description": "Adds or updates a group headline in the schema",
|
|
3291
|
+
"tags": [
|
|
3292
|
+
"Schemas"
|
|
3293
|
+
],
|
|
3294
|
+
"parameters": [
|
|
3295
|
+
{
|
|
3296
|
+
"name": "composite_id",
|
|
3297
|
+
"description": "Schema Slug and the Schema Group ID",
|
|
3298
|
+
"in": "path",
|
|
3299
|
+
"required": true,
|
|
3300
|
+
"schema": {
|
|
3301
|
+
"type": "string",
|
|
3302
|
+
"pattern": "^.+:.+$",
|
|
3303
|
+
"example": "contact:97644baa-083f-4e49-9188-fcff2ecaad7d"
|
|
3304
|
+
}
|
|
3305
|
+
}
|
|
3306
|
+
],
|
|
3307
|
+
"requestBody": {
|
|
3308
|
+
"content": {
|
|
3309
|
+
"application/json": {
|
|
3310
|
+
"schema": {
|
|
3311
|
+
"$ref": "#/components/schemas/GroupHeadlineWithCompositeID"
|
|
3312
|
+
}
|
|
3313
|
+
}
|
|
3314
|
+
}
|
|
3315
|
+
},
|
|
3316
|
+
"responses": {
|
|
3317
|
+
"200": {
|
|
3318
|
+
"description": "Success",
|
|
3319
|
+
"content": {
|
|
3320
|
+
"application/json": {
|
|
3321
|
+
"schema": {
|
|
3322
|
+
"$ref": "#/components/schemas/GroupHeadlineWithCompositeID"
|
|
3323
|
+
}
|
|
3324
|
+
}
|
|
3325
|
+
}
|
|
3326
|
+
}
|
|
3327
|
+
}
|
|
3328
|
+
},
|
|
3329
|
+
"delete": {
|
|
3330
|
+
"operationId": "deleteSchemaGroupHeadline",
|
|
3331
|
+
"summary": "deleteSchemaGroupHeadline",
|
|
3332
|
+
"description": "Deletes a group headline from a schema",
|
|
3333
|
+
"tags": [
|
|
3334
|
+
"Schemas"
|
|
3335
|
+
],
|
|
3336
|
+
"parameters": [
|
|
3337
|
+
{
|
|
3338
|
+
"name": "composite_id",
|
|
3339
|
+
"description": "Schema Slug and the Schema Group ID",
|
|
3340
|
+
"in": "path",
|
|
3341
|
+
"required": true,
|
|
3342
|
+
"schema": {
|
|
3343
|
+
"type": "string",
|
|
3344
|
+
"pattern": "^.+:.+$",
|
|
3345
|
+
"example": "contact:97644baa-083f-4e49-9188-fcff2ecaad7d"
|
|
3346
|
+
}
|
|
3347
|
+
}
|
|
3348
|
+
],
|
|
3349
|
+
"responses": {
|
|
3350
|
+
"200": {
|
|
3351
|
+
"description": "Success",
|
|
3352
|
+
"content": {
|
|
3353
|
+
"application/json": {
|
|
3354
|
+
"schema": {
|
|
3355
|
+
"$ref": "#/components/schemas/GroupHeadlineWithCompositeID"
|
|
3356
|
+
}
|
|
3357
|
+
}
|
|
3358
|
+
}
|
|
3359
|
+
}
|
|
3360
|
+
}
|
|
3361
|
+
}
|
|
3221
3362
|
}
|
|
3222
3363
|
},
|
|
3223
3364
|
"components": {
|
|
@@ -3693,6 +3834,16 @@
|
|
|
3693
3834
|
"$ref": "#/components/schemas/ClassificationId"
|
|
3694
3835
|
}
|
|
3695
3836
|
},
|
|
3837
|
+
"_manifest": {
|
|
3838
|
+
"type": "array",
|
|
3839
|
+
"description": "Manifest ID used to create/update the schema group",
|
|
3840
|
+
"items": {
|
|
3841
|
+
"type": "string",
|
|
3842
|
+
"format": "uuid",
|
|
3843
|
+
"example": "123e4567-e89b-12d3-a456-426614174000"
|
|
3844
|
+
},
|
|
3845
|
+
"nullable": true
|
|
3846
|
+
},
|
|
3696
3847
|
"feature_flag": {
|
|
3697
3848
|
"type": "string",
|
|
3698
3849
|
"example": "FF_MY_FEATURE_FLAG",
|
|
@@ -3932,6 +4083,16 @@
|
|
|
3932
4083
|
"$ref": "#/components/schemas/ClassificationId"
|
|
3933
4084
|
}
|
|
3934
4085
|
},
|
|
4086
|
+
"_manifest": {
|
|
4087
|
+
"type": "array",
|
|
4088
|
+
"description": "Manifest ID used to create/update the schema attribute",
|
|
4089
|
+
"items": {
|
|
4090
|
+
"type": "string",
|
|
4091
|
+
"format": "uuid",
|
|
4092
|
+
"example": "123e4567-e89b-12d3-a456-426614174000"
|
|
4093
|
+
},
|
|
4094
|
+
"nullable": true
|
|
4095
|
+
},
|
|
3935
4096
|
"constraints": {
|
|
3936
4097
|
"type": "object",
|
|
3937
4098
|
"description": "A set of constraints applicable to the attribute.\nThese constraints should and will be enforced by the attribute renderer.\n",
|
|
@@ -5058,16 +5219,48 @@
|
|
|
5058
5219
|
"top_divider",
|
|
5059
5220
|
"bottom_divider"
|
|
5060
5221
|
]
|
|
5222
|
+
},
|
|
5223
|
+
"_manifest": {
|
|
5224
|
+
"type": "array",
|
|
5225
|
+
"description": "Manifest ID used to create/update the schema group headline",
|
|
5226
|
+
"items": {
|
|
5227
|
+
"type": "string",
|
|
5228
|
+
"format": "uuid",
|
|
5229
|
+
"example": "123e4567-e89b-12d3-a456-426614174000"
|
|
5230
|
+
},
|
|
5231
|
+
"nullable": true
|
|
5061
5232
|
}
|
|
5062
5233
|
},
|
|
5063
5234
|
"required": [
|
|
5064
|
-
"id",
|
|
5065
5235
|
"name",
|
|
5066
5236
|
"label",
|
|
5067
5237
|
"group",
|
|
5068
5238
|
"type"
|
|
5069
5239
|
]
|
|
5070
5240
|
},
|
|
5241
|
+
"GroupHeadlineWithCompositeID": {
|
|
5242
|
+
"allOf": [
|
|
5243
|
+
{
|
|
5244
|
+
"$ref": "#/components/schemas/GroupHeadline"
|
|
5245
|
+
},
|
|
5246
|
+
{
|
|
5247
|
+
"type": "object",
|
|
5248
|
+
"description": "a readonly computed ID for the entity group headline including schema slug and the headline ID",
|
|
5249
|
+
"properties": {
|
|
5250
|
+
"composite_id": {
|
|
5251
|
+
"type": "string",
|
|
5252
|
+
"readOnly": true,
|
|
5253
|
+
"example": "contact:97644baa-083f-4e49-9188-fcff2ecaad7d"
|
|
5254
|
+
},
|
|
5255
|
+
"schema": {
|
|
5256
|
+
"type": "string",
|
|
5257
|
+
"description": "Schema slug the capability belongs to",
|
|
5258
|
+
"example": "contact"
|
|
5259
|
+
}
|
|
5260
|
+
}
|
|
5261
|
+
}
|
|
5262
|
+
]
|
|
5263
|
+
},
|
|
5071
5264
|
"EntitySlug": {
|
|
5072
5265
|
"description": "URL-friendly identifier for the entity schema",
|
|
5073
5266
|
"type": "string",
|
|
@@ -5104,6 +5297,16 @@
|
|
|
5104
5297
|
"$ref": "#/components/schemas/ClassificationId"
|
|
5105
5298
|
}
|
|
5106
5299
|
},
|
|
5300
|
+
"_manifest": {
|
|
5301
|
+
"type": "array",
|
|
5302
|
+
"description": "Manifest ID used to create/update the schema capabilility",
|
|
5303
|
+
"items": {
|
|
5304
|
+
"type": "string",
|
|
5305
|
+
"format": "uuid",
|
|
5306
|
+
"example": "123e4567-e89b-12d3-a456-426614174000"
|
|
5307
|
+
},
|
|
5308
|
+
"nullable": true
|
|
5309
|
+
},
|
|
5107
5310
|
"ui_hooks": {
|
|
5108
5311
|
"type": "array",
|
|
5109
5312
|
"items": {
|
|
@@ -6233,7 +6436,8 @@
|
|
|
6233
6436
|
"type": "string",
|
|
6234
6437
|
"format": "ulid",
|
|
6235
6438
|
"description": "See https://github.com/ulid/spec",
|
|
6236
|
-
"example": "01F130Q52Q6MWSNS8N2AVXV4JN"
|
|
6439
|
+
"example": "01F130Q52Q6MWSNS8N2AVXV4JN",
|
|
6440
|
+
"pattern": "^01[0-9a-zA-Z]{24}$"
|
|
6237
6441
|
},
|
|
6238
6442
|
"ActivityCallerContext": {
|
|
6239
6443
|
"type": "object",
|
|
@@ -6715,6 +6919,16 @@
|
|
|
6715
6919
|
"updated_at": {
|
|
6716
6920
|
"type": "string",
|
|
6717
6921
|
"format": "date-time"
|
|
6922
|
+
},
|
|
6923
|
+
"_manifest": {
|
|
6924
|
+
"type": "array",
|
|
6925
|
+
"description": "Manifest ID used to create/update the taxonomy classification",
|
|
6926
|
+
"items": {
|
|
6927
|
+
"type": "string",
|
|
6928
|
+
"format": "uuid",
|
|
6929
|
+
"example": "123e4567-e89b-12d3-a456-426614174000"
|
|
6930
|
+
},
|
|
6931
|
+
"nullable": true
|
|
6718
6932
|
}
|
|
6719
6933
|
},
|
|
6720
6934
|
"required": [
|
|
@@ -6896,7 +7110,18 @@
|
|
|
6896
7110
|
"in": "query",
|
|
6897
7111
|
"required": false,
|
|
6898
7112
|
"schema": {
|
|
6899
|
-
"
|
|
7113
|
+
"oneOf": [
|
|
7114
|
+
{
|
|
7115
|
+
"$ref": "#/components/schemas/ActivityId"
|
|
7116
|
+
},
|
|
7117
|
+
{
|
|
7118
|
+
"type": "string",
|
|
7119
|
+
"nullable": true,
|
|
7120
|
+
"enum": [
|
|
7121
|
+
""
|
|
7122
|
+
]
|
|
7123
|
+
}
|
|
7124
|
+
]
|
|
6900
7125
|
}
|
|
6901
7126
|
},
|
|
6902
7127
|
"ActivityIdPathParam": {
|