@paris-ias/trees 2.2.11 → 2.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/form/fellowships.d.ts +1 -1
- package/dist/graphql/client/events/query.get.events.gql +1 -0
- package/dist/graphql/client/events/query.list.events.gql +1 -0
- package/dist/graphql/client/fellowships/query.get.fellowships.gql +1 -7
- package/dist/graphql/client/fellowships/query.list.fellowships.gql +1 -7
- package/dist/graphql/client/publications/query.get.publications.gql +1 -0
- package/dist/graphql/client/publications/query.list.publications.gql +1 -0
- package/dist/graphql/schemas/schema.apex.graphql +3 -2
- package/dist/graphql/schemas/schema.website.graphql +3 -2
- package/dist/list/fellowships.d.ts +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ export interface Fellowships {
|
|
|
5
5
|
action?: string
|
|
6
6
|
affiliations?: Affiliations[] // AKA members behind the fellowships
|
|
7
7
|
applicationStart?: Date
|
|
8
|
-
disciplines?:
|
|
8
|
+
disciplines?: DisciplinesOptions[] // 3 - Server & Client //Inside=> Presentation
|
|
9
9
|
fellowshipStart?: Date
|
|
10
10
|
contact?: string
|
|
11
11
|
description: string
|
|
@@ -325,6 +325,7 @@ type Event {
|
|
|
325
325
|
delay: AWSDateTime
|
|
326
326
|
description: String
|
|
327
327
|
details: String
|
|
328
|
+
disciplines: [String]
|
|
328
329
|
eventType: eventType
|
|
329
330
|
image: Image
|
|
330
331
|
location: Location
|
|
@@ -375,7 +376,7 @@ type Fellowship {
|
|
|
375
376
|
action: String
|
|
376
377
|
affiliations: [Affiliation]
|
|
377
378
|
applicationStart: String
|
|
378
|
-
disciplines: [
|
|
379
|
+
disciplines: [String]
|
|
379
380
|
fellowshipStart: String
|
|
380
381
|
contact: String
|
|
381
382
|
description: String
|
|
@@ -1071,7 +1072,7 @@ type Publication {
|
|
|
1071
1072
|
color: String
|
|
1072
1073
|
date: AWSDateTime
|
|
1073
1074
|
description: String
|
|
1074
|
-
disciplines: [
|
|
1075
|
+
disciplines: [String]
|
|
1075
1076
|
eventCategories: eventCategories
|
|
1076
1077
|
featured: AWSDateTime
|
|
1077
1078
|
files: [File]
|
|
@@ -115,6 +115,7 @@ type Event {
|
|
|
115
115
|
delay: AWSDateTime
|
|
116
116
|
description: String
|
|
117
117
|
details: String
|
|
118
|
+
disciplines: [String]
|
|
118
119
|
eventType: eventType
|
|
119
120
|
image: Image
|
|
120
121
|
location: Location
|
|
@@ -165,7 +166,7 @@ type Fellowship {
|
|
|
165
166
|
action: String
|
|
166
167
|
affiliations: [Affiliation]
|
|
167
168
|
applicationStart: String
|
|
168
|
-
disciplines: [
|
|
169
|
+
disciplines: [String]
|
|
169
170
|
fellowshipStart: String
|
|
170
171
|
contact: String
|
|
171
172
|
description: String
|
|
@@ -888,7 +889,7 @@ type Publication {
|
|
|
888
889
|
color: String
|
|
889
890
|
date: AWSDateTime
|
|
890
891
|
description: String
|
|
891
|
-
disciplines: [
|
|
892
|
+
disciplines: [String]
|
|
892
893
|
eventCategories: eventCategories
|
|
893
894
|
featured: AWSDateTime
|
|
894
895
|
files: [File]
|
|
@@ -5,7 +5,7 @@ export interface Fellowships {
|
|
|
5
5
|
action?: string
|
|
6
6
|
affiliations?: Affiliations[] // AKA members behind the fellowships
|
|
7
7
|
applicationStart?: Date
|
|
8
|
-
disciplines?:
|
|
8
|
+
disciplines?: DisciplinesOptions[] // 3 - Server & Client //Inside=> Presentation
|
|
9
9
|
fellowshipStart?: Date
|
|
10
10
|
contact?: string
|
|
11
11
|
description: string
|