Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v5.0.0
with:
token: ${{ secrets.WORKFLOW_SECRET }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v4.1.0
uses: actions/checkout@v5.0.0

- name: Set up node
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v5.0.0
with:
node-version: 20
node-version: 24

- name: Build - Install
run: npm i
Expand Down
51 changes: 43 additions & 8 deletions openapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"x-generator": "NSwag v14.1.0.0 (NJsonSchema v11.0.2.0 (Newtonsoft.Json v13.0.0.0))",
"x-generator": "NSwag v14.7.1.0 (NJsonSchema v11.6.1.0 (Newtonsoft.Json v13.0.0.0))",
"openapi": "3.0.0",
"info": {
"title": "Squidex API",
Expand Down Expand Up @@ -8517,9 +8517,9 @@
"x-position": 1
},
{
"name": "scheduleFrom",
"name": "scheduledFrom",
"in": "query",
"description": "The start of the schedule.",
"description": "The start time of the scheduled content period (see scheduledTo).",
"schema": {
"type": "string",
"format": "date-time",
Expand All @@ -8528,9 +8528,9 @@
"x-position": 2
},
{
"name": "scheduleTo",
"name": "scheduledTo",
"in": "query",
"description": "The end of the schedule.",
"description": "The end time of the scheduled content period (see scheduledFrom).",
"schema": {
"type": "string",
"format": "date-time",
Expand Down Expand Up @@ -13723,6 +13723,14 @@
"type": "boolean",
"description": "True to validate the content items on publish."
},
"searchFields": {
"type": "array",
"description": "The fields for automation processes.",
"nullable": true,
"items": {
"type": "string"
}
},
"tags": {
"type": "array",
"description": "Tags for automation processes.",
Expand Down Expand Up @@ -13887,7 +13895,8 @@
"RichText": "#/components/schemas/RichTextFieldPropertiesDto",
"String": "#/components/schemas/StringFieldPropertiesDto",
"Tags": "#/components/schemas/TagsFieldPropertiesDto",
"UI": "#/components/schemas/UIFieldPropertiesDto"
"UI": "#/components/schemas/UIFieldPropertiesDto",
"UserInfo": "#/components/schemas/UserInfoFieldPropertiesDto"
}
},
"x-abstract": true,
Expand Down Expand Up @@ -14918,6 +14927,24 @@
"Separator"
]
},
"UserInfoFieldPropertiesDto": {
"allOf": [
{
"$ref": "#/components/schemas/FieldPropertiesDto"
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"defaultRole": {
"type": "string",
"description": "The role to create a default value.",
"nullable": true
}
}
}
]
},
"NestedFieldDto": {
"allOf": [
{
Expand Down Expand Up @@ -15423,6 +15450,14 @@
"type": "boolean",
"description": "True to validate the content items on publish."
},
"searchFields": {
"type": "array",
"description": "The fields for automation processes.",
"nullable": true,
"items": {
"type": "string"
}
},
"tags": {
"type": "array",
"description": "Tags for automation processes.",
Expand Down Expand Up @@ -19028,13 +19063,13 @@
},
"scheduledFrom": {
"type": "string",
"description": "The start of the schedule.",
"description": "The start time of the scheduled content period (see scheduledTo).",
"format": "date-time",
"nullable": true
},
"scheduledTo": {
"type": "string",
"description": "The end of the schedule.",
"description": "The end time of the scheduled content period (see scheduledFrom).",
"format": "date-time",
"nullable": true
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 61 additions & 5 deletions src/generated/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ apis/UserManagementApi.ts
apis/UsersApi.ts
apis/index.ts
index.ts
models/ActionTypeEnum.ts
models/AddFieldDto.ts
models/AddLanguageDto.ts
models/AddRoleDto.ts
models/AddWorkflowDto.ts
models/AlgoliaFlowStepDto.ts
models/AlgoliaRuleActionDto.ts
models/AllContentsByPostDto.ts
models/AnnotateAssetDto.ts
Expand All @@ -50,6 +50,7 @@ models/AssignContributorDto.ts
models/AuthSchemeDto.ts
models/AuthSchemeResponseDto.ts
models/AuthSchemeValueDto.ts
models/AzureQueueFlowStepDto.ts
models/AzureQueueRuleActionDto.ts
models/BackupJobDto.ts
models/BackupJobsDto.ts
Expand All @@ -62,13 +63,14 @@ models/BulkUpdateAssetsJobDto.ts
models/BulkUpdateContentType.ts
models/BulkUpdateContentsDto.ts
models/BulkUpdateContentsJobDto.ts
models/CallsUsageDtoDto.ts
models/CallsUsageDto.ts
models/CallsUsagePerDateDto.ts
models/ChangeCategoryDto.ts
models/ChangePlanDto.ts
models/ChangeStatusDto.ts
models/ClientDto.ts
models/ClientsDto.ts
models/CommentFlowStepDto.ts
models/CommentRuleActionDto.ts
models/CommentRuleTriggerDto.ts
models/ComponentFieldPropertiesDto.ts
Expand All @@ -84,34 +86,77 @@ models/ContributorsMetadata.ts
models/CreateAppDto.ts
models/CreateAssetFolderDto.ts
models/CreateClientDto.ts
models/CreateContentFlowStepDto.ts
models/CreateContentRuleActionDto.ts
models/CreateIndexDto.ts
models/CreateRuleDto.ts
models/CreateSchemaDto.ts
models/CreateTeamDto.ts
models/CreateUserDto.ts
models/CronJobRuleTriggerDto.ts
models/CurrentStorageDto.ts
models/DateTimeCalculatedDefaultValue.ts
models/DateTimeFieldEditor.ts
models/DateTimeFieldPropertiesDto.ts
models/DelayFlowStepDto.ts
models/DiscourseFlowStepDto.ts
models/DiscourseRuleActionDto.ts
models/DynamicCreateRuleDto.ts
models/DynamicFlowDefinitionDto.ts
models/DynamicFlowExecutionStateDto.ts
models/DynamicFlowStepDefinitionDto.ts
models/DynamicRuleDto.ts
models/DynamicRulesDto.ts
models/DynamicUpdateRuleDto.ts
models/EditorDto.ts
models/ElasticSearchFlowStepDto.ts
models/ElasticSearchRuleActionDto.ts
models/EmailFlowStepDto.ts
models/EmailRuleActionDto.ts
models/EnrichedAssetEventDto.ts
models/EnrichedAssetEventType.ts
models/EnrichedCommentEventDto.ts
models/EnrichedContentEventDto.ts
models/EnrichedContentEventType.ts
models/EnrichedCronJobEventDto.ts
models/EnrichedEventDto.ts
models/EnrichedManualEventDto.ts
models/EnrichedSchemaEventBaseEventDto.ts
models/EnrichedSchemaEventDto.ts
models/EnrichedSchemaEventType.ts
models/EnrichedUsageExceededEventDto.ts
models/EnrichedUserEventBaseEventDto.ts
models/ErrorDto.ts
models/EventConsumerDto.ts
models/EventConsumersDto.ts
models/FastlyFlowStepDto.ts
models/FastlyRuleActionDto.ts
models/FeatureDto.ts
models/FeaturesDto.ts
models/FieldDto.ts
models/FieldPropertiesDto.ts
models/FieldRuleAction.ts
models/FieldRuleDto.ts
models/FlowDefinitionDto.ts
models/FlowExecutionStateDto.ts
models/FlowExecutionStatus.ts
models/FlowExecutionStepAttemptDto.ts
models/FlowExecutionStepLogEntryDto.ts
models/FlowExecutionStepStateDto.ts
models/FlowStepDefinitionDto.ts
models/FlowStepDto.ts
models/GenerateSchemaDto.ts
models/GenerateSchemaResponseDto.ts
models/GeolocationFieldEditor.ts
models/GeolocationFieldPropertiesDto.ts
models/HistoryEventDto.ts
models/IfFlowBranch.ts
models/IfFlowStepDto.ts
models/ImageFormat.ts
models/ImportContentsDto.ts
models/IndexDto.ts
models/IndexFieldDto.ts
models/IndexesDto.ts
models/JobDto.ts
models/JobLogMessageDto.ts
models/JobStatus.ts
Expand All @@ -120,19 +165,23 @@ models/JsonFieldPropertiesDto.ts
models/LanguageDto.ts
models/LogDownloadDto.ts
models/ManualRuleTriggerDto.ts
models/MediumFlowStepDto.ts
models/MediumRuleActionDto.ts
models/MoveAssetDto.ts
models/MoveAssetFolderDto.ts
models/NestedFieldDto.ts
models/NotificationFlowStepDto.ts
models/NotificationRuleActionDto.ts
models/NumberFieldEditor.ts
models/NumberFieldPropertiesDto.ts
models/OpenSearchFlowStepDto.ts
models/OpenSearchRuleActionDto.ts
models/PatternDto.ts
models/PlanChangedDto.ts
models/PlanDto.ts
models/PlansDto.ts
models/PlansLockedReason.ts
models/PrerenderFlowStepDto.ts
models/PrerenderRuleActionDto.ts
models/QueryDto.ts
models/QueryJsonDto.ts
Expand All @@ -157,9 +206,6 @@ models/RuleElementDto.ts
models/RuleElementPropertyDto.ts
models/RuleEventDto.ts
models/RuleEventsDto.ts
models/RuleFieldEditor.ts
models/RuleJobResult.ts
models/RuleResult.ts
models/RuleTriggerDto.ts
models/RulesDto.ts
models/ScheduleJobDto.ts
Expand All @@ -170,13 +216,17 @@ models/SchemaPropertiesDto.ts
models/SchemaScriptsDto.ts
models/SchemaType.ts
models/SchemasDto.ts
models/ScriptFlowStepDto.ts
models/ScriptRuleActionDto.ts
models/SearchResultDto.ts
models/SearchResultType.ts
models/SignalRActionType.ts
models/SignalRFlowStepDto.ts
models/SignalRRuleActionDto.ts
models/SimulatedRuleEventDto.ts
models/SimulatedRuleEventsDto.ts
models/SkipReason.ts
models/SlackFlowStepDto.ts
models/SlackRuleActionDto.ts
models/SortNode.ts
models/SortOrder.ts
Expand All @@ -196,7 +246,10 @@ models/TransferToTeamDto.ts
models/TranslateDto.ts
models/TranslationDto.ts
models/TranslationStatus.ts
models/TriggerRuleDto.ts
models/TweetFlowStepDto.ts
models/TweetRuleActionDto.ts
models/TypesenseFlowStepDto.ts
models/TypesenseRuleActionDto.ts
models/UIFieldEditor.ts
models/UIFieldPropertiesDto.ts
Expand All @@ -219,8 +272,11 @@ models/UpsertSchemaFieldDto.ts
models/UpsertSchemaNestedFieldDto.ts
models/UsageRuleTriggerDto.ts
models/UserDto.ts
models/UserInfoFieldPropertiesDto.ts
models/UserProperty.ts
models/UsersDto.ts
models/WatermarkAnchor.ts
models/WebhookFlowStepDto.ts
models/WebhookMethod.ts
models/WebhookRuleActionDto.ts
models/WorkflowDto.ts
Expand Down
2 changes: 1 addition & 1 deletion src/generated/.openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.9.0-SNAPSHOT
7.22.0-SNAPSHOT
Loading