@@ -37,35 +37,75 @@ class Operator:
3737
3838 class Field :
3939 Args = "args"
40+ AuthenticationType = "authenticationType"
41+ Caption = "caption"
42+ Channel = "channel"
4043 CompletedAt = "completedAt"
44+ ConnectedWorkbookType = "connectedWorkbookType"
45+ ConnectionTo = "connectionTo"
46+ ConnectionType = "connectionType"
4147 ContentUrl = "contentUrl"
4248 CreatedAt = "createdAt"
49+ DatabaseName = "databaseName"
50+ DatabaseUserName = "databaseUserName"
51+ Description = "description"
52+ DisplayTabs = "displayTabs"
4353 DomainName = "domainName"
4454 DomainNickname = "domainNickname"
55+ FavoritesTotal = "favoritesTotal"
56+ Fields = "fields"
57+ FlowId = "flowId"
58+ FriendlyName = "friendlyName"
59+ HasAlert = "hasAlert"
60+ HasAlerts = "hasAlerts"
61+ HasEmbeddedPassword = "hasEmbeddedPassword"
62+ HasExtracts = "hasExtracts"
4563 HitsTotal = "hitsTotal"
64+ Id = "id"
65+ IsCertified = "isCertified"
66+ IsConnectable = "isConnectable"
67+ IsDefaultPort = "isDefaultPort"
68+ IsHierarchical = "isHierarchical"
4669 IsLocal = "isLocal"
70+ IsPublished = "isPublished"
4771 JobType = "jobType"
4872 LastLogin = "lastLogin"
73+ Luid = "luid"
4974 MinimumSiteRole = "minimumSiteRole"
5075 Name = "name"
5176 Notes = "notes"
77+ NotificationType = "notificationType"
5278 OwnerDomain = "ownerDomain"
5379 OwnerEmail = "ownerEmail"
5480 OwnerName = "ownerName"
5581 ParentProjectId = "parentProjectId"
82+ Priority = "priority"
5683 Progress = "progress"
84+ ProjectId = "projectId"
5785 ProjectName = "projectName"
5886 PublishSamples = "publishSamples"
87+ ServerName = "serverName"
88+ ServerPort = "serverPort"
89+ SheetCount = "sheetCount"
90+ SheetNumber = "sheetNumber"
91+ SheetType = "sheetType"
5992 SiteRole = "siteRole"
93+ Size = "size"
6094 StartedAt = "startedAt"
6195 Status = "status"
96+ SubscriptionsTotal = "subscriptionsTotal"
6297 Subtitle = "subtitle"
98+ TableName = "tableName"
6399 Tags = "tags"
64100 Title = "title"
65101 TopLevelProject = "topLevelProject"
66102 Type = "type"
67103 UpdatedAt = "updatedAt"
68104 UserCount = "userCount"
105+ UserId = "userId"
106+ ViewUrlName = "viewUrlName"
107+ WorkbookDescription = "workbookDescription"
108+ WorkbookName = "workbookName"
69109
70110 class Direction :
71111 Desc = "desc"
0 commit comments