@@ -37,35 +37,75 @@ class Operator:
37
37
38
38
class Field :
39
39
Args = "args"
40
+ AuthenticationType = "authenticationType"
41
+ Caption = "caption"
42
+ Channel = "channel"
40
43
CompletedAt = "completedAt"
44
+ ConnectedWorkbookType = "connectedWorkbookType"
45
+ ConnectionTo = "connectionTo"
46
+ ConnectionType = "connectionType"
41
47
ContentUrl = "contentUrl"
42
48
CreatedAt = "createdAt"
49
+ DatabaseName = "databaseName"
50
+ DatabaseUserName = "databaseUserName"
51
+ Description = "description"
52
+ DisplayTabs = "displayTabs"
43
53
DomainName = "domainName"
44
54
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"
45
63
HitsTotal = "hitsTotal"
64
+ Id = "id"
65
+ IsCertified = "isCertified"
66
+ IsConnectable = "isConnectable"
67
+ IsDefaultPort = "isDefaultPort"
68
+ IsHierarchical = "isHierarchical"
46
69
IsLocal = "isLocal"
70
+ IsPublished = "isPublished"
47
71
JobType = "jobType"
48
72
LastLogin = "lastLogin"
73
+ Luid = "luid"
49
74
MinimumSiteRole = "minimumSiteRole"
50
75
Name = "name"
51
76
Notes = "notes"
77
+ NotificationType = "notificationType"
52
78
OwnerDomain = "ownerDomain"
53
79
OwnerEmail = "ownerEmail"
54
80
OwnerName = "ownerName"
55
81
ParentProjectId = "parentProjectId"
82
+ Priority = "priority"
56
83
Progress = "progress"
84
+ ProjectId = "projectId"
57
85
ProjectName = "projectName"
58
86
PublishSamples = "publishSamples"
87
+ ServerName = "serverName"
88
+ ServerPort = "serverPort"
89
+ SheetCount = "sheetCount"
90
+ SheetNumber = "sheetNumber"
91
+ SheetType = "sheetType"
59
92
SiteRole = "siteRole"
93
+ Size = "size"
60
94
StartedAt = "startedAt"
61
95
Status = "status"
96
+ SubscriptionsTotal = "subscriptionsTotal"
62
97
Subtitle = "subtitle"
98
+ TableName = "tableName"
63
99
Tags = "tags"
64
100
Title = "title"
65
101
TopLevelProject = "topLevelProject"
66
102
Type = "type"
67
103
UpdatedAt = "updatedAt"
68
104
UserCount = "userCount"
105
+ UserId = "userId"
106
+ ViewUrlName = "viewUrlName"
107
+ WorkbookDescription = "workbookDescription"
108
+ WorkbookName = "workbookName"
69
109
70
110
class Direction :
71
111
Desc = "desc"
0 commit comments