do the swag

This commit is contained in:
viehlieb 2023-01-27 13:49:30 +01:00
parent 3ef25e7be5
commit a2d5f06cde
3 changed files with 36 additions and 0 deletions

View File

@ -8740,6 +8740,11 @@ const docTemplate = `{
"maxLength": 250, "maxLength": 250,
"minLength": 1 "minLength": 1
}, },
"oidc_id": {
"description": "The team's oidc id delivered by the oidc provider",
"type": "string",
"maxLength": 250
},
"updated": { "updated": {
"description": "A timestamp when this relation was last updated. You cannot change this value.", "description": "A timestamp when this relation was last updated. You cannot change this value.",
"type": "string" "type": "string"
@ -8901,6 +8906,11 @@ const docTemplate = `{
"maxLength": 250, "maxLength": 250,
"minLength": 1 "minLength": 1
}, },
"oidc_id": {
"description": "The team's oidc id delivered by the oidc provider",
"type": "string",
"maxLength": 250
},
"right": { "right": {
"$ref": "#/definitions/models.Right" "$ref": "#/definitions/models.Right"
}, },
@ -8997,6 +9007,9 @@ const docTemplate = `{
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"scope": {
"type": "string"
} }
} }
}, },

View File

@ -8731,6 +8731,11 @@
"maxLength": 250, "maxLength": 250,
"minLength": 1 "minLength": 1
}, },
"oidc_id": {
"description": "The team's oidc id delivered by the oidc provider",
"type": "string",
"maxLength": 250
},
"updated": { "updated": {
"description": "A timestamp when this relation was last updated. You cannot change this value.", "description": "A timestamp when this relation was last updated. You cannot change this value.",
"type": "string" "type": "string"
@ -8892,6 +8897,11 @@
"maxLength": 250, "maxLength": 250,
"minLength": 1 "minLength": 1
}, },
"oidc_id": {
"description": "The team's oidc id delivered by the oidc provider",
"type": "string",
"maxLength": 250
},
"right": { "right": {
"$ref": "#/definitions/models.Right" "$ref": "#/definitions/models.Right"
}, },
@ -8988,6 +8998,9 @@
}, },
"name": { "name": {
"type": "string" "type": "string"
},
"scope": {
"type": "string"
} }
} }
}, },

View File

@ -924,6 +924,10 @@ definitions:
maxLength: 250 maxLength: 250
minLength: 1 minLength: 1
type: string type: string
oidc_id:
description: The team's oidc id delivered by the oidc provider
maxLength: 250
type: string
updated: updated:
description: A timestamp when this relation was last updated. You cannot change description: A timestamp when this relation was last updated. You cannot change
this value. this value.
@ -1051,6 +1055,10 @@ definitions:
maxLength: 250 maxLength: 250
minLength: 1 minLength: 1
type: string type: string
oidc_id:
description: The team's oidc id delivered by the oidc provider
maxLength: 250
type: string
right: right:
$ref: '#/definitions/models.Right' $ref: '#/definitions/models.Right'
updated: updated:
@ -1124,6 +1132,8 @@ definitions:
type: string type: string
name: name:
type: string type: string
scope:
type: string
type: object type: object
todoist.Migration: todoist.Migration:
properties: properties: