@gbl-uzh/platform 0.4.21 → 0.4.23
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/lib/SSELink.d.ts.map +1 -1
- package/dist/lib/SSELink.js +8 -1
- package/dist/lib/SSELink.js.map +1 -1
- package/dist/ops/FGameData.graphql +1 -0
- package/dist/ops/MCreateGame.graphql +2 -2
- package/dist/schema.prisma +8 -6
- package/dist/services/GameService.d.ts +15 -6
- package/dist/services/GameService.d.ts.map +1 -1
- package/dist/services/GameService.js +183 -138
- package/dist/services/GameService.js.map +1 -1
- package/dist/services/PlayService.d.ts +53 -1
- package/dist/services/PlayService.d.ts.map +1 -1
- package/dist/services/PlayService.js +118 -54
- package/dist/services/PlayService.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/Game.d.ts.map +1 -1
- package/dist/types/Game.js +3 -0
- package/dist/types/Game.js.map +1 -1
- package/dist/types/Mutation.d.ts +1 -1
- package/dist/types/Mutation.d.ts.map +1 -1
- package/dist/types/Mutation.js +4 -0
- package/dist/types/Mutation.js.map +1 -1
- package/dist/types.d.ts +50 -28
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SSELink.d.ts","sourceRoot":"","sources":["../../src/lib/SSELink.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,WAAW,EACX,UAAU,EACV,SAAS,EACV,MAAM,qBAAqB,CAAA;AAE5B,OAAO,EAAU,aAAa,EAAgB,MAAM,aAAa,CAAA;AAEjE,cAAM,OAAQ,SAAQ,UAAU;IAC9B,OAAO,CAAC,MAAM,CAAQ;gBAEV,OAAO,EAAE,aAAa;IAKlB,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,UAAU,CAAC,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"SSELink.d.ts","sourceRoot":"","sources":["../../src/lib/SSELink.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,UAAU,EACV,WAAW,EACX,UAAU,EACV,SAAS,EACV,MAAM,qBAAqB,CAAA;AAE5B,OAAO,EAAU,aAAa,EAAgB,MAAM,aAAa,CAAA;AAEjE,cAAM,OAAQ,SAAQ,UAAU;IAC9B,OAAO,CAAC,MAAM,CAAQ;gBAEV,OAAO,EAAE,aAAa;IAKlB,OAAO,CAAC,SAAS,EAAE,SAAS,GAAG,UAAU,CAAC,WAAW,CAAC;CAkBvE;AAED,eAAe,OAAO,CAAA"}
|
package/dist/lib/SSELink.js
CHANGED
|
@@ -12,7 +12,14 @@ class SSELink extends ApolloLink {
|
|
|
12
12
|
request(operation) {
|
|
13
13
|
return new Observable((sink) => {
|
|
14
14
|
return this.client.subscribe({ ...operation, query: print(operation.query) }, {
|
|
15
|
-
next:
|
|
15
|
+
next: (value) => {
|
|
16
|
+
if (value.errors) {
|
|
17
|
+
sink.error(value.errors);
|
|
18
|
+
}
|
|
19
|
+
else if (value.data) {
|
|
20
|
+
sink.next(value.data);
|
|
21
|
+
}
|
|
22
|
+
},
|
|
16
23
|
complete: sink.complete.bind(sink),
|
|
17
24
|
error: sink.error.bind(sink),
|
|
18
25
|
});
|
package/dist/lib/SSELink.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SSELink.js","sources":["../../src/lib/SSELink.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAAA;AAWA,MAAM,OAAQ,SAAQ,UAAU,CAAA;AACtB,IAAA,MAAM;AAEd,IAAA,WAAA,CAAY,OAAsB,EAAA;AAChC,QAAA,KAAK,EAAE;AACP,QAAA,IAAI,CAAC,MAAM,GAAG,YAAY,CAAC,OAAO,CAAC;;AAGrB,IAAA,OAAO,CAAC,SAAoB,EAAA;AAC1C,QAAA,OAAO,IAAI,UAAU,CAAC,CAAC,IAAI,KAAI;AAC7B,YAAA,OAAO,IAAI,CAAC,MAAM,CAAC,SAAS,CAC1B,EAAE,GAAG,SAAS,EAAE,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,EAC/C;
|
|
1
|
+
{"version":3,"file":"SSELink.js","sources":["../../src/lib/SSELink.ts"],"sourcesContent":[null],"names":[],"mappings":";;;;AAAA;AAWA,MAAM,OAAQ,SAAQ,UAAU,CAAA;AACtB,IAAA,MAAM;AAEd,IAAA,WAAA,CAAY,OAAsB,EAAA;AAChC,QAAA,KAAK,EAAE;AACP,QAAA,IAAI,CAAC,MAAM,GAAG,YAAY,CAAC,OAAO,CAAC;;AAGrB,IAAA,OAAO,CAAC,SAAoB,EAAA;AAC1C,QAAA,OAAO,IAAI,UAAU,CAAC,CAAC,IAAI,KAAI;AAC7B,YAAA,OAAO,IAAI,CAAC,MAAM,CAAC,SAAS,CAC1B,EAAE,GAAG,SAAS,EAAE,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,EAC/C;AACE,gBAAA,IAAI,EAAE,CAAC,KAAK,KAAI;AACd,oBAAA,IAAI,KAAK,CAAC,MAAM,EAAE;AAChB,wBAAA,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,CAAC;;AACnB,yBAAA,IAAI,KAAK,CAAC,IAAI,EAAE;AACrB,wBAAA,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,IAAmB,CAAC;;iBAEvC;gBACD,QAAQ,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC;gBAClC,KAAK,EAAE,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,CAAC;AAC7B,aAAA,CACF;AACH,SAAC,CAAC;;AAEL;;;;"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#import "./FGameData.graphql"
|
|
2
2
|
|
|
3
|
-
mutation CreateGame($name: String!, $playerCount: Int!) {
|
|
4
|
-
createGame(name: $name, playerCount: $playerCount) {
|
|
3
|
+
mutation CreateGame($name: String!, $playerCount: Int!, $facts: GameFactsInput!) {
|
|
4
|
+
createGame(name: $name, playerCount: $playerCount, facts: $facts) {
|
|
5
5
|
...GameData
|
|
6
6
|
}
|
|
7
7
|
}
|
package/dist/schema.prisma
CHANGED
|
@@ -90,6 +90,8 @@ model Game {
|
|
|
90
90
|
|
|
91
91
|
name String
|
|
92
92
|
|
|
93
|
+
facts Json
|
|
94
|
+
|
|
93
95
|
decisions PlayerDecision[]
|
|
94
96
|
actions PlayerAction[]
|
|
95
97
|
players Player[]
|
|
@@ -98,7 +100,7 @@ model Game {
|
|
|
98
100
|
|
|
99
101
|
activePeriodIx Int @default(-1)
|
|
100
102
|
activePeriodId Int?
|
|
101
|
-
activePeriod Period? @relation("activePeriod", fields: [activePeriodId], references: [id], onUpdate: NoAction, onDelete:
|
|
103
|
+
activePeriod Period? @relation("activePeriod", fields: [activePeriodId], references: [id], onUpdate: NoAction, onDelete: SetNull)
|
|
102
104
|
|
|
103
105
|
segments PeriodSegment[]
|
|
104
106
|
|
|
@@ -123,7 +125,7 @@ model Period {
|
|
|
123
125
|
|
|
124
126
|
activeSegmentIx Int @default(-1)
|
|
125
127
|
activeSegmentId Int?
|
|
126
|
-
activeSegment PeriodSegment? @relation("activeSegment", fields: [activeSegmentId], references: [id], onUpdate: NoAction, onDelete:
|
|
128
|
+
activeSegment PeriodSegment? @relation("activeSegment", fields: [activeSegmentId], references: [id], onUpdate: NoAction, onDelete: SetNull)
|
|
127
129
|
|
|
128
130
|
decisions PlayerDecision[]
|
|
129
131
|
results PlayerResult[]
|
|
@@ -132,7 +134,7 @@ model Period {
|
|
|
132
134
|
|
|
133
135
|
previousPeriod Period[] @relation("periodSequence")
|
|
134
136
|
nextPeriodId Int?
|
|
135
|
-
nextPeriod Period? @relation("periodSequence", fields: [nextPeriodId], references: [id], onUpdate: NoAction, onDelete:
|
|
137
|
+
nextPeriod Period? @relation("periodSequence", fields: [nextPeriodId], references: [id], onUpdate: NoAction, onDelete: SetNull)
|
|
136
138
|
|
|
137
139
|
gameId Int
|
|
138
140
|
game Game @relation(fields: [gameId], references: [id], onDelete: Cascade)
|
|
@@ -172,7 +174,7 @@ model PeriodSegment {
|
|
|
172
174
|
|
|
173
175
|
previousSegment PeriodSegment[] @relation("segmentSequence")
|
|
174
176
|
nextSegmentId Int?
|
|
175
|
-
nextSegment PeriodSegment? @relation("segmentSequence", fields: [nextSegmentId], references: [id], onUpdate: NoAction, onDelete:
|
|
177
|
+
nextSegment PeriodSegment? @relation("segmentSequence", fields: [nextSegmentId], references: [id], onUpdate: NoAction, onDelete: SetNull)
|
|
176
178
|
|
|
177
179
|
createdAt DateTime @default(now())
|
|
178
180
|
updatedAt DateTime @updatedAt
|
|
@@ -189,7 +191,7 @@ model Player {
|
|
|
189
191
|
|
|
190
192
|
experience Int @default(0)
|
|
191
193
|
experienceToNext Int @default(100)
|
|
192
|
-
level PlayerLevel @relation(fields: [levelIx], references: [index], onDelete:
|
|
194
|
+
level PlayerLevel @relation(fields: [levelIx], references: [index], onDelete: NoAction)
|
|
193
195
|
levelIx Int
|
|
194
196
|
tutorialCompleted Boolean @default(false)
|
|
195
197
|
|
|
@@ -269,7 +271,7 @@ model PlayerResult {
|
|
|
269
271
|
|
|
270
272
|
segmentId Int?
|
|
271
273
|
segmentIx Int?
|
|
272
|
-
segment PeriodSegment? @relation(fields: [segmentId], references: [id])
|
|
274
|
+
segment PeriodSegment? @relation(fields: [segmentId], references: [id], onDelete: SetNull)
|
|
273
275
|
|
|
274
276
|
createdAt DateTime @default(now())
|
|
275
277
|
updatedAt DateTime @updatedAt
|
|
@@ -3,11 +3,13 @@ import { PrismaClient } from '@prisma/client';
|
|
|
3
3
|
import * as yup from 'yup';
|
|
4
4
|
import { CtxWithFacts, CtxWithFactsAndSchema, CtxWithPrisma, UpdatePlayerDataArgs } from '../types.js';
|
|
5
5
|
type Context = CtxWithPrisma<PrismaClient>;
|
|
6
|
-
interface CreateGameArgs {
|
|
6
|
+
interface CreateGameArgs<T> {
|
|
7
7
|
name: string;
|
|
8
8
|
playerCount: number;
|
|
9
|
+
facts: T;
|
|
9
10
|
}
|
|
10
|
-
export declare function createGame({ name, playerCount }: CreateGameArgs
|
|
11
|
+
export declare function createGame<TFacts>({ name, playerCount, facts }: CreateGameArgs<TFacts>, ctx: Context, { schema, roleAssigner, }: {
|
|
12
|
+
schema: yup.Schema<TFacts>;
|
|
11
13
|
roleAssigner?: (ix: number) => any;
|
|
12
14
|
}): Promise<{
|
|
13
15
|
players: {
|
|
@@ -45,6 +47,7 @@ export declare function createGame({ name, playerCount }: CreateGameArgs, ctx: C
|
|
|
45
47
|
} & {
|
|
46
48
|
id: number;
|
|
47
49
|
name: string;
|
|
50
|
+
facts: import("@prisma/client/runtime/library").JsonValue;
|
|
48
51
|
createdAt: Date;
|
|
49
52
|
updatedAt: Date;
|
|
50
53
|
status: DB.$Enums.GameStatus;
|
|
@@ -178,6 +181,7 @@ export declare function activateNextPeriod({ gameId }: ActivateNextPeriodArgs, c
|
|
|
178
181
|
} & {
|
|
179
182
|
id: number;
|
|
180
183
|
name: string;
|
|
184
|
+
facts: import("@prisma/client/runtime/library").JsonValue;
|
|
181
185
|
createdAt: Date;
|
|
182
186
|
updatedAt: Date;
|
|
183
187
|
status: DB.$Enums.GameStatus;
|
|
@@ -249,6 +253,7 @@ export declare function activateNextSegment({ gameId }: ActivateSegmentArgs, ctx
|
|
|
249
253
|
} & {
|
|
250
254
|
id: number;
|
|
251
255
|
name: string;
|
|
256
|
+
facts: import("@prisma/client/runtime/library").JsonValue;
|
|
252
257
|
createdAt: Date;
|
|
253
258
|
updatedAt: Date;
|
|
254
259
|
status: DB.$Enums.GameStatus;
|
|
@@ -328,6 +333,7 @@ export declare function activateNextSegment({ gameId }: ActivateSegmentArgs, ctx
|
|
|
328
333
|
} & {
|
|
329
334
|
id: number;
|
|
330
335
|
name: string;
|
|
336
|
+
facts: import("@prisma/client/runtime/library").JsonValue;
|
|
331
337
|
createdAt: Date;
|
|
332
338
|
updatedAt: Date;
|
|
333
339
|
status: DB.$Enums.GameStatus;
|
|
@@ -432,6 +438,7 @@ export declare function getGames(args: any, ctx: Context): Promise<{
|
|
|
432
438
|
} | null;
|
|
433
439
|
id: number;
|
|
434
440
|
name: string;
|
|
441
|
+
facts: import("@prisma/client/runtime/library").JsonValue;
|
|
435
442
|
createdAt: Date;
|
|
436
443
|
updatedAt: Date;
|
|
437
444
|
status: DB.$Enums.GameStatus;
|
|
@@ -567,6 +574,7 @@ export declare function getGame(args: any, ctx: Context): Promise<({
|
|
|
567
574
|
} & {
|
|
568
575
|
id: number;
|
|
569
576
|
name: string;
|
|
577
|
+
facts: import("@prisma/client/runtime/library").JsonValue;
|
|
570
578
|
createdAt: Date;
|
|
571
579
|
updatedAt: Date;
|
|
572
580
|
status: DB.$Enums.GameStatus;
|
|
@@ -590,6 +598,7 @@ export declare function getGameFromContext(ctx: Context): Promise<({
|
|
|
590
598
|
} & {
|
|
591
599
|
id: number;
|
|
592
600
|
name: string;
|
|
601
|
+
facts: import("@prisma/client/runtime/library").JsonValue;
|
|
593
602
|
createdAt: Date;
|
|
594
603
|
updatedAt: Date;
|
|
595
604
|
status: DB.$Enums.GameStatus;
|
|
@@ -625,11 +634,11 @@ export declare function getStoryElements(args: any, ctx: Context): Promise<{
|
|
|
625
634
|
content: string | null;
|
|
626
635
|
contentRole: import("@prisma/client/runtime/library").JsonValue | null;
|
|
627
636
|
}[]>;
|
|
628
|
-
export declare function computePeriodStartResults({ results, players, activePeriodIx,
|
|
637
|
+
export declare function computePeriodStartResults({ results, players, activePeriodIx, game, periodFacts }: {
|
|
629
638
|
results: any;
|
|
630
639
|
players: any;
|
|
631
640
|
activePeriodIx: any;
|
|
632
|
-
|
|
641
|
+
game: any;
|
|
633
642
|
periodFacts: any;
|
|
634
643
|
}, ctx: any, { services }: {
|
|
635
644
|
services: any;
|
|
@@ -637,7 +646,7 @@ export declare function computePeriodStartResults({ results, players, activePeri
|
|
|
637
646
|
results: any;
|
|
638
647
|
extras: any[];
|
|
639
648
|
};
|
|
640
|
-
export declare function computePeriodEndResults({ segmentEndResults, players, activeSegmentResults, periodFacts, periodDecisions, segmentFacts, activePeriodIx, activeSegmentIx,
|
|
649
|
+
export declare function computePeriodEndResults({ segmentEndResults, players, activeSegmentResults, periodFacts, periodDecisions, segmentFacts, activePeriodIx, activeSegmentIx, game, }: {
|
|
641
650
|
segmentEndResults: any;
|
|
642
651
|
players: any;
|
|
643
652
|
activeSegmentResults: any;
|
|
@@ -646,7 +655,7 @@ export declare function computePeriodEndResults({ segmentEndResults, players, ac
|
|
|
646
655
|
segmentFacts: any;
|
|
647
656
|
activePeriodIx: any;
|
|
648
657
|
activeSegmentIx: any;
|
|
649
|
-
|
|
658
|
+
game: any;
|
|
650
659
|
}, ctx: Context, { services }: {
|
|
651
660
|
services: any;
|
|
652
661
|
}): Promise<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GameService.d.ts","sourceRoot":"","sources":["../../src/services/GameService.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,gBAAgB,CAAA;AACpC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AAI7C,OAAO,KAAK,GAAG,MAAM,KAAK,CAAA;AAE1B,OAAO,EACL,YAAY,EACZ,qBAAqB,EACrB,aAAa,EACb,oBAAoB,EACrB,MAAM,aAAa,CAAA;AAGpB,KAAK,OAAO,GAAG,aAAa,CAAC,YAAY,CAAC,CAAA;AAE1C,UAAU,cAAc;
|
|
1
|
+
{"version":3,"file":"GameService.d.ts","sourceRoot":"","sources":["../../src/services/GameService.ts"],"names":[],"mappings":"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"}
|