File tree Expand file tree Collapse file tree 18 files changed +108
-478
lines changed
generated/pyfirebase/pyfirebase_mapswipe Expand file tree Collapse file tree 18 files changed +108
-478
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbAnnouncement :
24 model : alias
35 # path: v2/announcement
Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://schema. typesync.org/v0.13 .json
1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/ typesync/refs/tags/v1.0.0/schema.local .json
22
33# ENUM
44
@@ -150,8 +150,8 @@ FbObjRasterTileServer:
150150 apiKey :
151151 optional : true
152152 type : string
153- # NOTE: @deprecated
154153 wmtsLayerName :
154+ deprecated : true
155155 optional : true
156156 type : string
157157 credits :
@@ -271,9 +271,9 @@ FbProjectUpdateInput:
271271 type : string
272272 projectTopic :
273273 type : string
274- # TODO: We can remove this @deprecated
275274 projectTopicKey :
276275 type : string
276+ deprecated : true
277277 # NOTE: Name of the organisation
278278 requestingOrganisation :
279279 type : string
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbOrganisation :
24 model : alias
35 # path: organisations/{organisation_id}
@@ -10,8 +12,9 @@ FbOrganisation:
1012 description :
1113 optional : true
1214 type : string
13- nameKey : # NOTE: this is deprecated
15+ nameKey :
1416 type : string
17+ deprecated : true
1518 abbreviation :
1619 optional : true
1720 type : string
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbTeam :
24 model : alias
35 # path: teams/{teamId}
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbEnumInformationPageBlockType :
24 model : alias
35 type :
@@ -68,13 +70,14 @@ FbBaseTutorial:
6870 type :
6971 type : object
7072 fields :
71- # deprecated
7273 exampleImage1 :
7374 type : string
7475 optional : true
76+ deprecated : true
7577 exampleImage2 :
7678 type : string
7779 optional : true
80+ deprecated : true
7881 contributorCount : # NOTE: intially zero
7982 type : int
8083 informationPages :
@@ -91,14 +94,16 @@ FbBaseTutorial:
9194 type : string
9295 projectId :
9396 type : string
94- projectTopicKey : # NOTE: deprecated
97+ projectTopicKey :
9598 type : string
99+ deprecated : true
96100 status :
97101 type :
98102 type : literal
99103 value : tutorial
100- tutorialDraftId : # NOTE: deprecated
104+ tutorialDraftId :
101105 type : string
106+ deprecated : true
102107
103108FbBaseTutorialGroup :
104109 model : alias
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbCompareTutorial :
24 model : alias
35 type :
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbCompletenessTutorial :
24 model : alias
35 type :
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbFindTutorial :
24 model : alias
35 type :
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbValidateTutorial :
24 model : alias
35 type :
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/toggle-corp/typesync/refs/tags/v1.0.0/schema.local.json
2+
13FbUserReadonlyType :
24 model : alias
35 docs : Represents user fields that cannot be updated from backend
@@ -8,14 +10,14 @@ FbUserReadonlyType:
810 type : timestamp
911 userName :
1012 type : string
11- # NOTE: We can remove this @deprecated
1213 userNameKey :
1314 type : string
15+ deprecated : true
1416 username :
1517 type : string
16- # NOTE: We can remove this @deprecated
1718 usernameKey :
1819 type : string
20+ deprecated : true
1921 accessibility :
2022 optional : true
2123 type : boolean
You can’t perform that action at this time.
0 commit comments