@@ -3226,6 +3226,9 @@ components:
32263226 minLength: 0
32273227 maxLength: 9223372036854775807
32283228 example: any_string
3229+ sync_to_ecosystem:
3230+ type: boolean
3231+ example: true
32293232 id:
32303233 type: integer
32313234 minimum: -9223372036854775807
@@ -3262,6 +3265,9 @@ components:
32623265 minLength: 0
32633266 maxLength: 9223372036854775807
32643267 example: any_string
3268+ sync_to_ecosystem:
3269+ type: boolean
3270+ example: true
32653271 id:
32663272 type: integer
32673273 minimum: -9223372036854775807
@@ -3298,6 +3304,9 @@ components:
32983304 minLength: 0
32993305 maxLength: 9223372036854775807
33003306 example: any_string
3307+ sync_to_ecosystem:
3308+ type: boolean
3309+ example: true
33013310 id:
33023311 type: integer
33033312 minimum: -9223372036854775807
@@ -3334,6 +3343,9 @@ components:
33343343 minLength: 0
33353344 maxLength: 9223372036854775807
33363345 example: any_string
3346+ sync_to_ecosystem:
3347+ type: boolean
3348+ example: true
33373349 id:
33383350 type: integer
33393351 minimum: -9223372036854775807
@@ -13672,6 +13684,12 @@ components:
1367213684 - MANUAL
1367313685 example: AUTO_HEX
1367413686 default: AUTO_HEX
13687+ default_length:
13688+ type: integer
13689+ minimum: 1
13690+ maximum: 512
13691+ example: 256
13692+ default: 32
1367513693 value:
1367613694 type: string
1367713695 minLength: 1
@@ -13748,6 +13766,12 @@ components:
1374813766 - MANUAL
1374913767 example: AUTO_HEX
1375013768 default: AUTO_HEX
13769+ default_length:
13770+ type: integer
13771+ minimum: 1
13772+ maximum: 512
13773+ example: 256
13774+ default: 32
1375113775 value:
1375213776 type: string
1375313777 minLength: 1
@@ -13824,6 +13848,12 @@ components:
1382413848 - MANUAL
1382513849 example: AUTO_HEX
1382613850 default: AUTO_HEX
13851+ default_length:
13852+ type: integer
13853+ minimum: 1
13854+ maximum: 512
13855+ example: 256
13856+ default: 32
1382713857 value:
1382813858 type: string
1382913859 minLength: 1
@@ -13900,6 +13930,12 @@ components:
1390013930 - MANUAL
1390113931 example: AUTO_HEX
1390213932 default: AUTO_HEX
13933+ default_length:
13934+ type: integer
13935+ minimum: 1
13936+ maximum: 512
13937+ example: 256
13938+ default: 32
1390313939 value:
1390413940 type: string
1390513941 minLength: 1
@@ -17004,6 +17040,12 @@ components:
1700417040 example: 00000000-0000-0000-0000-000000000000
1700517041 format: uuid
1700617042 required: true
17043+ sync_to_ecosystem:
17044+ name: sync_to_ecosystem
17045+ in: query
17046+ schema:
17047+ type: boolean
17048+ example: true
1700717049 id:
1700817050 name: id
1700917051 in: query
@@ -18479,6 +18521,15 @@ components:
1847918521 example: 00000000-0000-0000-0000-000000000000
1848018522 format: uuid
1848118523 required: true
18524+ default_length:
18525+ name: default_length
18526+ in: query
18527+ schema:
18528+ type: integer
18529+ minimum: 1
18530+ maximum: 512
18531+ example: 256
18532+ default: 32
1848218533 RSAKeyUuid:
1848318534 name: RSAKeyUuid
1848418535 in: path
@@ -20065,6 +20116,11 @@ paths:
2006520116 maxLength: 255
2006620117 example: any_string
2006720118 default: ''
20119+ - name: sync_to_ecosystem
20120+ in: query
20121+ schema:
20122+ type: boolean
20123+ example: true
2006820124 - name: id
2006920125 in: query
2007020126 schema:
@@ -21022,6 +21078,180 @@ paths:
2102221078 default:
2102321079 $ref: '#/components/responses/Error'
2102421080 operationId: Set_profile_v1_em_elements_ElementUuid_actions_set_profile_invoke
21081+ /v1/em/exports/:
21082+ get:
21083+ summary: Get Exports
21084+ tags:
21085+ - Export
21086+ parameters:
21087+ - name: created_at
21088+ in: query
21089+ schema:
21090+ type: string
21091+ x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
21092+ example: '2006-01-02T15:04:05.000576Z'
21093+ format: date-time
21094+ default: '2006-01-02T15:04:05.000576Z'
21095+ - name: updated_at
21096+ in: query
21097+ schema:
21098+ type: string
21099+ x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
21100+ example: '2006-01-02T15:04:05.000576Z'
21101+ format: date-time
21102+ default: '2006-01-02T15:04:05.000576Z'
21103+ - name: element
21104+ in: query
21105+ schema:
21106+ type: string
21107+ - name: name
21108+ in: query
21109+ schema:
21110+ type: string
21111+ minLength: 0
21112+ maxLength: 255
21113+ example: any_string
21114+ default: ''
21115+ - name: kind
21116+ in: query
21117+ schema:
21118+ type: string
21119+ minLength: 2
21120+ maxLength: 256
21121+ example: any_string
21122+ - name: link
21123+ in: query
21124+ schema:
21125+ type: string
21126+ minLength: 2
21127+ maxLength: 256
21128+ example: any_string
21129+ responses:
21130+ '200':
21131+ description: Export_Filter
21132+ content:
21133+ application/json:
21134+ schema:
21135+ type: array
21136+ items:
21137+ $ref: '#/components/schemas/Export_Filter'
21138+ default:
21139+ $ref: '#/components/responses/Error'
21140+ operationId: Filter_v1_em_exports
21141+ /v1/em/exports/{ExportUuid}:
21142+ get:
21143+ summary: Get Export
21144+ tags:
21145+ - Export
21146+ parameters:
21147+ - name: ExportUuid
21148+ in: path
21149+ schema:
21150+ type: string
21151+ example: 00000000-0000-0000-0000-000000000000
21152+ format: uuid
21153+ required: true
21154+ responses:
21155+ '200':
21156+ description: Export_Get
21157+ content:
21158+ application/json:
21159+ schema:
21160+ $ref: '#/components/schemas/Export_Get'
21161+ default:
21162+ $ref: '#/components/responses/Error'
21163+ operationId: Get_v1_em_exports_ExportUuid
21164+ /v1/em/imports/:
21165+ get:
21166+ summary: Get Imports
21167+ tags:
21168+ - Import
21169+ parameters:
21170+ - name: created_at
21171+ in: query
21172+ schema:
21173+ type: string
21174+ x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
21175+ example: '2006-01-02T15:04:05.000576Z'
21176+ format: date-time
21177+ default: '2006-01-02T15:04:05.000576Z'
21178+ - name: updated_at
21179+ in: query
21180+ schema:
21181+ type: string
21182+ x-ogen-time-format: '2006-01-02T15:04:05.000576Z'
21183+ example: '2006-01-02T15:04:05.000576Z'
21184+ format: date-time
21185+ default: '2006-01-02T15:04:05.000576Z'
21186+ - name: element
21187+ in: query
21188+ schema:
21189+ type: string
21190+ - name: from_element
21191+ in: query
21192+ schema:
21193+ type: string
21194+ - name: from_resource
21195+ in: query
21196+ schema:
21197+ type: string
21198+ - name: name
21199+ in: query
21200+ schema:
21201+ type: string
21202+ minLength: 0
21203+ maxLength: 255
21204+ example: any_string
21205+ default: ''
21206+ - name: kind
21207+ in: query
21208+ schema:
21209+ type: string
21210+ minLength: 2
21211+ maxLength: 256
21212+ example: any_string
21213+ - name: link
21214+ in: query
21215+ schema:
21216+ type: string
21217+ minLength: 2
21218+ maxLength: 256
21219+ example: any_string
21220+ responses:
21221+ '200':
21222+ description: Import_Filter
21223+ content:
21224+ application/json:
21225+ schema:
21226+ type: array
21227+ items:
21228+ $ref: '#/components/schemas/Import_Filter'
21229+ default:
21230+ $ref: '#/components/responses/Error'
21231+ operationId: Filter_v1_em_imports
21232+ /v1/em/imports/{ImportUuid}:
21233+ get:
21234+ summary: Get Import
21235+ tags:
21236+ - Import
21237+ parameters:
21238+ - name: ImportUuid
21239+ in: path
21240+ schema:
21241+ type: string
21242+ example: 00000000-0000-0000-0000-000000000000
21243+ format: uuid
21244+ required: true
21245+ responses:
21246+ '200':
21247+ description: Import_Get
21248+ content:
21249+ application/json:
21250+ schema:
21251+ $ref: '#/components/schemas/Import_Get'
21252+ default:
21253+ $ref: '#/components/responses/Error'
21254+ operationId: Get_v1_em_imports_ImportUuid
2102521255 /v1/em/manifests/:
2102621256 get:
2102721257 summary: Get Manifests
@@ -25081,6 +25311,14 @@ paths:
2508125311 - MANUAL
2508225312 example: AUTO_HEX
2508325313 default: AUTO_HEX
25314+ - name: default_length
25315+ in: query
25316+ schema:
25317+ type: integer
25318+ minimum: 1
25319+ maximum: 512
25320+ example: 256
25321+ default: 32
2508425322 - name: value
2508525323 in: query
2508625324 schema:
@@ -26379,7 +26617,7 @@ paths:
2637926617 $ref: '#/components/responses/Error'
2638026618 operationId: Select_value_v1_vs_variables_VariableUuid_actions_select_value_invoke
2638126619servers:
26382- - url: http://127.0.0.1:42579
26620+ - url: http://127.0.0.1:11010
2638326621 description: ''
2638426622 variables:
2638526623 version:
@@ -26401,12 +26639,12 @@ tags:
2640126639 description: ''
2640226640 - name: Domain
2640326641 description: ''
26642+ - name: Element
26643+ description: ''
2640426644 - name: Export
2640526645 description: ''
2640626646 - name: Import
2640726647 description: ''
26408- - name: Element
26409- description: ''
2641026648 - name: Manifest
2641126649 description: ''
2641226650 - name: Resource
0 commit comments