File tree Expand file tree Collapse file tree 4 files changed +136
-0
lines changed
Expand file tree Collapse file tree 4 files changed +136
-0
lines changed Original file line number Diff line number Diff line change @@ -16103,6 +16103,20 @@ paths:
1610316103 $ref: '#/components/schemas/InternalServerErrorExceptionResource'
1610416104components:
1610516105 schemas:
16106+ InternalApplicationModulesCollectionResource:
16107+ description: 'Internal Application Modules Collection Resource'
16108+ type: object
16109+ allOf:
16110+ -
16111+ $ref: '#/components/schemas/CollectionResource'
16112+ -
16113+ $ref: '#/components/schemas/CollectionResource'
16114+ -
16115+ properties:
16116+ data:
16117+ type: array
16118+ items:
16119+ $ref: '#/components/schemas/AuthGuardModule'
1610616120 AiCustomPlaceholderPatchForm:
1610716121 description: 'A JSON Patch document as defined by <a href="https://tools.ietf.org/html/rfc6902#section-3" target="_blank">RFC 6902</a>'
1610816122 type: array
@@ -18679,6 +18693,26 @@ components:
1867918693 type: boolean
1868018694 example: true
1868118695 type: object
18696+ AuthGuardModule:
18697+ title: 'Auth Guard Module'
18698+ type: object
18699+ allOf:
18700+ -
18701+ $ref: '#/components/schemas/Module'
18702+ -
18703+ properties:
18704+ identifier:
18705+ type: string
18706+ example: example-application
18707+ name:
18708+ type: string
18709+ example: 'Auth Guard Module'
18710+ description:
18711+ type: string
18712+ example: 'Description of the Auth Guard Module'
18713+ nullable: true
18714+ url:
18715+ type: string
1868218716 AutomationActionModule:
1868318717 title: 'Automation Action Module'
1868418718 type: object
Original file line number Diff line number Diff line change @@ -14755,6 +14755,20 @@ paths:
1475514755 $ref: '#/components/schemas/InternalServerErrorExceptionResource'
1475614756components:
1475714757 schemas:
14758+ InternalApplicationModulesCollectionResource:
14759+ description: 'Internal Application Modules Collection Resource'
14760+ type: object
14761+ allOf:
14762+ -
14763+ $ref: '#/components/schemas/CollectionResource'
14764+ -
14765+ $ref: '#/components/schemas/CollectionResource'
14766+ -
14767+ properties:
14768+ data:
14769+ type: array
14770+ items:
14771+ $ref: '#/components/schemas/AuthGuardModule'
1475814772 AiCustomPlaceholderPatchForm:
1475914773 description: 'A JSON Patch document as defined by <a href="https://tools.ietf.org/html/rfc6902#section-3" target="_blank">RFC 6902</a>'
1476014774 type: array
@@ -17331,6 +17345,26 @@ components:
1733117345 type: boolean
1733217346 example: true
1733317347 type: object
17348+ AuthGuardModule:
17349+ title: 'Auth Guard Module'
17350+ type: object
17351+ allOf:
17352+ -
17353+ $ref: '#/components/schemas/Module'
17354+ -
17355+ properties:
17356+ identifier:
17357+ type: string
17358+ example: example-application
17359+ name:
17360+ type: string
17361+ example: 'Auth Guard Module'
17362+ description:
17363+ type: string
17364+ example: 'Description of the Auth Guard Module'
17365+ nullable: true
17366+ url:
17367+ type: string
1733417368 AutomationActionModule:
1733517369 title: 'Automation Action Module'
1733617370 type: object
Original file line number Diff line number Diff line change @@ -19476,6 +19476,20 @@ paths:
1947619476 $ref: '#/components/schemas/MethodNotAllowedExceptionResource'
1947719477components:
1947819478 schemas:
19479+ InternalApplicationModulesCollectionResource:
19480+ description: 'Internal Application Modules Collection Resource'
19481+ type: object
19482+ allOf:
19483+ -
19484+ $ref: '#/components/schemas/CollectionResource'
19485+ -
19486+ $ref: '#/components/schemas/CollectionResource'
19487+ -
19488+ properties:
19489+ data:
19490+ type: array
19491+ items:
19492+ $ref: '#/components/schemas/AuthGuardModule'
1947919493 AiCustomPlaceholderPatchForm:
1948019494 description: 'A JSON Patch document as defined by <a href="https://tools.ietf.org/html/rfc6902#section-3" target="_blank">RFC 6902</a>'
1948119495 type: array
@@ -22057,6 +22071,26 @@ components:
2205722071 type: boolean
2205822072 example: true
2205922073 type: object
22074+ AuthGuardModule:
22075+ title: 'Auth Guard Module'
22076+ type: object
22077+ allOf:
22078+ -
22079+ $ref: '#/components/schemas/Module'
22080+ -
22081+ properties:
22082+ identifier:
22083+ type: string
22084+ example: example-application
22085+ name:
22086+ type: string
22087+ example: 'Auth Guard Module'
22088+ description:
22089+ type: string
22090+ example: 'Description of the Auth Guard Module'
22091+ nullable: true
22092+ url:
22093+ type: string
2206022094 AutomationActionModule:
2206122095 title: 'Automation Action Module'
2206222096 type: object
Original file line number Diff line number Diff line change @@ -17912,6 +17912,20 @@ paths:
1791217912 $ref: '#/components/schemas/MethodNotAllowedExceptionResource'
1791317913components:
1791417914 schemas:
17915+ InternalApplicationModulesCollectionResource:
17916+ description: 'Internal Application Modules Collection Resource'
17917+ type: object
17918+ allOf:
17919+ -
17920+ $ref: '#/components/schemas/CollectionResource'
17921+ -
17922+ $ref: '#/components/schemas/CollectionResource'
17923+ -
17924+ properties:
17925+ data:
17926+ type: array
17927+ items:
17928+ $ref: '#/components/schemas/AuthGuardModule'
1791517929 AiCustomPlaceholderPatchForm:
1791617930 description: 'A JSON Patch document as defined by <a href="https://tools.ietf.org/html/rfc6902#section-3" target="_blank">RFC 6902</a>'
1791717931 type: array
@@ -20493,6 +20507,26 @@ components:
2049320507 type: boolean
2049420508 example: true
2049520509 type: object
20510+ AuthGuardModule:
20511+ title: 'Auth Guard Module'
20512+ type: object
20513+ allOf:
20514+ -
20515+ $ref: '#/components/schemas/Module'
20516+ -
20517+ properties:
20518+ identifier:
20519+ type: string
20520+ example: example-application
20521+ name:
20522+ type: string
20523+ example: 'Auth Guard Module'
20524+ description:
20525+ type: string
20526+ example: 'Description of the Auth Guard Module'
20527+ nullable: true
20528+ url:
20529+ type: string
2049620530 AutomationActionModule:
2049720531 title: 'Automation Action Module'
2049820532 type: object
You can’t perform that action at this time.
0 commit comments