@droz-js/sdk 0.9.10 → 0.9.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/package.json +1 -1
- package/src/drozanalytics.d.ts +7 -0
- package/src/drozbase-ws.d.ts +1 -1
- package/src/drozbase.d.ts +1 -1
- package/src/sdks/drozanalytics.d.ts +22 -13
- package/src/sdks/drozanalytics.js +42 -28
- package/src/sdks/drozbase.d.ts +38 -28
- package/src/sdks/drozbase.js +51 -57
package/package.json
CHANGED
package/src/drozanalytics.d.ts
CHANGED
|
@@ -9,29 +9,36 @@ declare const Drozanalytics_base: new (options?: import("./client/http").HttpCli
|
|
|
9
9
|
getFirstResponseTime(variables: import("./sdks/drozanalytics").Exact<{
|
|
10
10
|
startDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
11
11
|
endDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
12
|
+
filters?: import("./sdks/drozanalytics").InputMaybe<Array<import("./sdks/drozanalytics").TicketAnalyticsFilterInput> | import("./sdks/drozanalytics").TicketAnalyticsFilterInput>;
|
|
12
13
|
}>, options?: unknown): Promise<import("./sdks/drozanalytics").GetFirstResponseTimeQuery>;
|
|
13
14
|
getAttendanceTime(variables: import("./sdks/drozanalytics").Exact<{
|
|
14
15
|
startDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
15
16
|
endDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
17
|
+
filters?: import("./sdks/drozanalytics").InputMaybe<Array<import("./sdks/drozanalytics").TicketAnalyticsFilterInput> | import("./sdks/drozanalytics").TicketAnalyticsFilterInput>;
|
|
16
18
|
}>, options?: unknown): Promise<import("./sdks/drozanalytics").GetAttendanceTimeQuery>;
|
|
17
19
|
getTicketsByStatus(variables: import("./sdks/drozanalytics").Exact<{
|
|
18
20
|
startDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
19
21
|
endDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
22
|
+
filters?: import("./sdks/drozanalytics").InputMaybe<Array<import("./sdks/drozanalytics").TicketAnalyticsFilterInput> | import("./sdks/drozanalytics").TicketAnalyticsFilterInput>;
|
|
20
23
|
}>, options?: unknown): Promise<import("./sdks/drozanalytics").GetTicketsByStatusQuery>;
|
|
21
24
|
getVolumeOfTicketsPerDay(variables: import("./sdks/drozanalytics").Exact<{
|
|
22
25
|
startDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
23
26
|
endDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
27
|
+
filters?: import("./sdks/drozanalytics").InputMaybe<Array<import("./sdks/drozanalytics").TicketAnalyticsFilterInput> | import("./sdks/drozanalytics").TicketAnalyticsFilterInput>;
|
|
24
28
|
}>, options?: unknown): Promise<import("./sdks/drozanalytics").GetVolumeOfTicketsPerDayQuery>;
|
|
25
29
|
getVolumeOfTicketsPerHour(variables: import("./sdks/drozanalytics").Exact<{
|
|
26
30
|
date: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
31
|
+
filters?: import("./sdks/drozanalytics").InputMaybe<Array<import("./sdks/drozanalytics").TicketAnalyticsFilterInput> | import("./sdks/drozanalytics").TicketAnalyticsFilterInput>;
|
|
27
32
|
}>, options?: unknown): Promise<import("./sdks/drozanalytics").GetVolumeOfTicketsPerHourQuery>;
|
|
28
33
|
getTicketsByTriggerApp(variables: import("./sdks/drozanalytics").Exact<{
|
|
29
34
|
startDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
30
35
|
endDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
36
|
+
filters?: import("./sdks/drozanalytics").InputMaybe<Array<import("./sdks/drozanalytics").TicketAnalyticsFilterInput> | import("./sdks/drozanalytics").TicketAnalyticsFilterInput>;
|
|
31
37
|
}>, options?: unknown): Promise<import("./sdks/drozanalytics").GetTicketsByTriggerAppQuery>;
|
|
32
38
|
getFacets(variables: import("./sdks/drozanalytics").Exact<{
|
|
33
39
|
startDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
34
40
|
endDate: import("./sdks/drozanalytics").Scalars["Date"]["input"];
|
|
41
|
+
filters?: import("./sdks/drozanalytics").InputMaybe<Array<import("./sdks/drozanalytics").TicketAnalyticsFilterInput> | import("./sdks/drozanalytics").TicketAnalyticsFilterInput>;
|
|
35
42
|
}>, options?: unknown): Promise<import("./sdks/drozanalytics").GetFacetsQuery>;
|
|
36
43
|
};
|
|
37
44
|
export declare class Drozanalytics extends Drozanalytics_base {
|
package/src/drozbase-ws.d.ts
CHANGED
|
@@ -609,7 +609,7 @@ declare const DrozBaseWs_base: new () => {
|
|
|
609
609
|
[key: string]: never;
|
|
610
610
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/drozbase").OnNotificationSubscription>;
|
|
611
611
|
getOrganizationSettings(variables?: import("./sdks/drozbase").Exact<{
|
|
612
|
-
|
|
612
|
+
[key: string]: never;
|
|
613
613
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetOrganizationSettingsQuery>;
|
|
614
614
|
updateOrganizationSettingsInfo(variables: import("./sdks/drozbase").Exact<{
|
|
615
615
|
input: import("./sdks/drozbase").OrganizationSettingsInfoInput;
|
package/src/drozbase.d.ts
CHANGED
|
@@ -612,7 +612,7 @@ declare const DrozBase_base: new (options?: import("./client/http").HttpClientOp
|
|
|
612
612
|
[key: string]: never;
|
|
613
613
|
}>, options?: unknown): AsyncIterableIterator<import("./sdks/drozbase").OnNotificationSubscription>;
|
|
614
614
|
getOrganizationSettings(variables?: import("./sdks/drozbase").Exact<{
|
|
615
|
-
|
|
615
|
+
[key: string]: never;
|
|
616
616
|
}>, options?: unknown): Promise<import("./sdks/drozbase").GetOrganizationSettingsQuery>;
|
|
617
617
|
updateOrganizationSettingsInfo(variables: import("./sdks/drozbase").Exact<{
|
|
618
618
|
input: import("./sdks/drozbase").OrganizationSettingsInfoInput;
|
|
@@ -330,14 +330,16 @@ export type MultiValueFragment = {
|
|
|
330
330
|
})>;
|
|
331
331
|
summary: Array<ChartFragment>;
|
|
332
332
|
};
|
|
333
|
-
export type
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
333
|
+
export type FacetValueFragment = Pick<AnalyticsFacetValue, 'value' | 'display' | 'count'>;
|
|
334
|
+
export type FacetsFragment = {
|
|
335
|
+
customers?: Maybe<Array<Maybe<FacetValueFragment>>>;
|
|
336
|
+
agents?: Maybe<Array<Maybe<FacetValueFragment>>>;
|
|
337
|
+
statuses?: Maybe<Array<Maybe<FacetValueFragment>>>;
|
|
337
338
|
};
|
|
338
339
|
export type GetFirstResponseTimeQueryVariables = Exact<{
|
|
339
340
|
startDate: Scalars['Date']['input'];
|
|
340
341
|
endDate: Scalars['Date']['input'];
|
|
342
|
+
filters?: InputMaybe<Array<TicketAnalyticsFilterInput> | TicketAnalyticsFilterInput>;
|
|
341
343
|
}>;
|
|
342
344
|
export type GetFirstResponseTimeQuery = {
|
|
343
345
|
getFirstResponseTime?: Maybe<AverageFragment>;
|
|
@@ -345,6 +347,7 @@ export type GetFirstResponseTimeQuery = {
|
|
|
345
347
|
export type GetAttendanceTimeQueryVariables = Exact<{
|
|
346
348
|
startDate: Scalars['Date']['input'];
|
|
347
349
|
endDate: Scalars['Date']['input'];
|
|
350
|
+
filters?: InputMaybe<Array<TicketAnalyticsFilterInput> | TicketAnalyticsFilterInput>;
|
|
348
351
|
}>;
|
|
349
352
|
export type GetAttendanceTimeQuery = {
|
|
350
353
|
getAttendanceTime?: Maybe<AverageFragment>;
|
|
@@ -352,6 +355,7 @@ export type GetAttendanceTimeQuery = {
|
|
|
352
355
|
export type GetTicketsByStatusQueryVariables = Exact<{
|
|
353
356
|
startDate: Scalars['Date']['input'];
|
|
354
357
|
endDate: Scalars['Date']['input'];
|
|
358
|
+
filters?: InputMaybe<Array<TicketAnalyticsFilterInput> | TicketAnalyticsFilterInput>;
|
|
355
359
|
}>;
|
|
356
360
|
export type GetTicketsByStatusQuery = {
|
|
357
361
|
getTicketsByStatus?: Maybe<MultiValueFragment>;
|
|
@@ -359,12 +363,14 @@ export type GetTicketsByStatusQuery = {
|
|
|
359
363
|
export type GetVolumeOfTicketsPerDayQueryVariables = Exact<{
|
|
360
364
|
startDate: Scalars['Date']['input'];
|
|
361
365
|
endDate: Scalars['Date']['input'];
|
|
366
|
+
filters?: InputMaybe<Array<TicketAnalyticsFilterInput> | TicketAnalyticsFilterInput>;
|
|
362
367
|
}>;
|
|
363
368
|
export type GetVolumeOfTicketsPerDayQuery = {
|
|
364
369
|
getVolumeOfTicketsPerDay?: Maybe<VolumeFragment>;
|
|
365
370
|
};
|
|
366
371
|
export type GetVolumeOfTicketsPerHourQueryVariables = Exact<{
|
|
367
372
|
date: Scalars['Date']['input'];
|
|
373
|
+
filters?: InputMaybe<Array<TicketAnalyticsFilterInput> | TicketAnalyticsFilterInput>;
|
|
368
374
|
}>;
|
|
369
375
|
export type GetVolumeOfTicketsPerHourQuery = {
|
|
370
376
|
getVolumeOfTicketsPerHour?: Maybe<Array<Maybe<Pick<Grouped, 'name' | 'value'>>>>;
|
|
@@ -372,6 +378,7 @@ export type GetVolumeOfTicketsPerHourQuery = {
|
|
|
372
378
|
export type GetTicketsByTriggerAppQueryVariables = Exact<{
|
|
373
379
|
startDate: Scalars['Date']['input'];
|
|
374
380
|
endDate: Scalars['Date']['input'];
|
|
381
|
+
filters?: InputMaybe<Array<TicketAnalyticsFilterInput> | TicketAnalyticsFilterInput>;
|
|
375
382
|
}>;
|
|
376
383
|
export type GetTicketsByTriggerAppQuery = {
|
|
377
384
|
getTicketsByTriggerApp?: Maybe<Array<Maybe<ChartFragment>>>;
|
|
@@ -379,22 +386,24 @@ export type GetTicketsByTriggerAppQuery = {
|
|
|
379
386
|
export type GetFacetsQueryVariables = Exact<{
|
|
380
387
|
startDate: Scalars['Date']['input'];
|
|
381
388
|
endDate: Scalars['Date']['input'];
|
|
389
|
+
filters?: InputMaybe<Array<TicketAnalyticsFilterInput> | TicketAnalyticsFilterInput>;
|
|
382
390
|
}>;
|
|
383
391
|
export type GetFacetsQuery = {
|
|
384
|
-
getFacets?: Maybe<
|
|
392
|
+
getFacets?: Maybe<FacetsFragment>;
|
|
385
393
|
};
|
|
386
394
|
export declare const AverageFragmentDoc = "\n fragment average on AnalyticsAverage {\n delta\n current\n previous\n}\n ";
|
|
387
395
|
export declare const VolumeFragmentDoc = "\n fragment volume on AnalyticsVolume {\n delta\n total\n prevTotal\n data {\n name\n value\n }\n}\n ";
|
|
388
396
|
export declare const ChartFragmentDoc = "\n fragment chart on AnalyticsChart {\n delta\n current\n previous\n name\n}\n ";
|
|
389
397
|
export declare const MultiValueFragmentDoc = "\n fragment multiValue on AnalyticsMultiValue {\n results {\n name\n values {\n name\n value\n }\n }\n summary {\n ...chart\n }\n}\n ";
|
|
390
|
-
export declare const
|
|
391
|
-
export declare const
|
|
392
|
-
export declare const
|
|
393
|
-
export declare const
|
|
394
|
-
export declare const
|
|
395
|
-
export declare const
|
|
396
|
-
export declare const
|
|
397
|
-
export declare const
|
|
398
|
+
export declare const FacetValueFragmentDoc = "\n fragment facetValue on AnalyticsFacetValue {\n value\n display\n count\n}\n ";
|
|
399
|
+
export declare const FacetsFragmentDoc = "\n fragment facets on AnalyticsFacets {\n customers {\n ...facetValue\n }\n agents {\n ...facetValue\n }\n statuses {\n ...facetValue\n }\n}\n ";
|
|
400
|
+
export declare const GetFirstResponseTimeDocument = "\n query getFirstResponseTime($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {\n getFirstResponseTime(\n startDate: $startDate\n endDate: $endDate\n filters: $filters\n ) {\n ...average\n }\n}\n \n fragment average on AnalyticsAverage {\n delta\n current\n previous\n}\n ";
|
|
401
|
+
export declare const GetAttendanceTimeDocument = "\n query getAttendanceTime($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {\n getAttendanceTime(startDate: $startDate, endDate: $endDate, filters: $filters) {\n ...average\n }\n}\n \n fragment average on AnalyticsAverage {\n delta\n current\n previous\n}\n ";
|
|
402
|
+
export declare const GetTicketsByStatusDocument = "\n query getTicketsByStatus($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {\n getTicketsByStatus(startDate: $startDate, endDate: $endDate, filters: $filters) {\n ...multiValue\n }\n}\n \n fragment multiValue on AnalyticsMultiValue {\n results {\n name\n values {\n name\n value\n }\n }\n summary {\n ...chart\n }\n}\n \n\n fragment chart on AnalyticsChart {\n delta\n current\n previous\n name\n}\n ";
|
|
403
|
+
export declare const GetVolumeOfTicketsPerDayDocument = "\n query getVolumeOfTicketsPerDay($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {\n getVolumeOfTicketsPerDay(\n startDate: $startDate\n endDate: $endDate\n filters: $filters\n ) {\n ...volume\n }\n}\n \n fragment volume on AnalyticsVolume {\n delta\n total\n prevTotal\n data {\n name\n value\n }\n}\n ";
|
|
404
|
+
export declare const GetVolumeOfTicketsPerHourDocument = "\n query getVolumeOfTicketsPerHour($date: Date!, $filters: [TicketAnalyticsFilterInput!]) {\n getVolumeOfTicketsPerHour(date: $date, filters: $filters) {\n name\n value\n }\n}\n ";
|
|
405
|
+
export declare const GetTicketsByTriggerAppDocument = "\n query getTicketsByTriggerApp($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {\n getTicketsByTriggerApp(\n startDate: $startDate\n endDate: $endDate\n filters: $filters\n ) {\n ...chart\n }\n}\n \n fragment chart on AnalyticsChart {\n delta\n current\n previous\n name\n}\n ";
|
|
406
|
+
export declare const GetFacetsDocument = "\n query getFacets($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {\n getFacets(startDate: $startDate, endDate: $endDate, filters: $filters) {\n ...facets\n }\n}\n \n fragment facets on AnalyticsFacets {\n customers {\n ...facetValue\n }\n agents {\n ...facetValue\n }\n statuses {\n ...facetValue\n }\n}\n \n\n fragment facetValue on AnalyticsFacetValue {\n value\n display\n count\n}\n ";
|
|
398
407
|
export type Requester<C = {}> = <R, V>(doc: string, vars?: V, options?: C) => Promise<R> | AsyncIterableIterator<R>;
|
|
399
408
|
export declare function getSdk<C>(requester: Requester<C>): {
|
|
400
409
|
getFirstResponseTime(variables: GetFirstResponseTimeQueryVariables, options?: C): Promise<GetFirstResponseTimeQuery>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/* istanbul ignore file */
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.serviceName = exports.GetFacetsDocument = exports.GetTicketsByTriggerAppDocument = exports.GetVolumeOfTicketsPerHourDocument = exports.GetVolumeOfTicketsPerDayDocument = exports.GetTicketsByStatusDocument = exports.GetAttendanceTimeDocument = exports.GetFirstResponseTimeDocument = exports.
|
|
4
|
+
exports.serviceName = exports.GetFacetsDocument = exports.GetTicketsByTriggerAppDocument = exports.GetVolumeOfTicketsPerHourDocument = exports.GetVolumeOfTicketsPerDayDocument = exports.GetTicketsByStatusDocument = exports.GetAttendanceTimeDocument = exports.GetFirstResponseTimeDocument = exports.FacetsFragmentDoc = exports.FacetValueFragmentDoc = exports.MultiValueFragmentDoc = exports.ChartFragmentDoc = exports.VolumeFragmentDoc = exports.AverageFragmentDoc = exports.Typenames = exports.Can = exports.AppInstanceStatus = void 0;
|
|
5
5
|
exports.getSdk = getSdk;
|
|
6
6
|
var AppInstanceStatus;
|
|
7
7
|
(function (AppInstanceStatus) {
|
|
@@ -62,76 +62,90 @@ exports.MultiValueFragmentDoc = `
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
`;
|
|
65
|
-
exports.
|
|
66
|
-
fragment
|
|
65
|
+
exports.FacetValueFragmentDoc = `
|
|
66
|
+
fragment facetValue on AnalyticsFacetValue {
|
|
67
|
+
value
|
|
68
|
+
display
|
|
69
|
+
count
|
|
70
|
+
}
|
|
71
|
+
`;
|
|
72
|
+
exports.FacetsFragmentDoc = `
|
|
73
|
+
fragment facets on AnalyticsFacets {
|
|
67
74
|
customers {
|
|
68
|
-
|
|
69
|
-
display
|
|
70
|
-
count
|
|
75
|
+
...facetValue
|
|
71
76
|
}
|
|
72
77
|
agents {
|
|
73
|
-
|
|
74
|
-
display
|
|
75
|
-
count
|
|
78
|
+
...facetValue
|
|
76
79
|
}
|
|
77
80
|
statuses {
|
|
78
|
-
|
|
79
|
-
display
|
|
80
|
-
count
|
|
81
|
+
...facetValue
|
|
81
82
|
}
|
|
82
83
|
}
|
|
83
84
|
`;
|
|
84
85
|
exports.GetFirstResponseTimeDocument = `
|
|
85
|
-
query getFirstResponseTime($startDate: Date!, $endDate: Date!) {
|
|
86
|
-
getFirstResponseTime(
|
|
86
|
+
query getFirstResponseTime($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {
|
|
87
|
+
getFirstResponseTime(
|
|
88
|
+
startDate: $startDate
|
|
89
|
+
endDate: $endDate
|
|
90
|
+
filters: $filters
|
|
91
|
+
) {
|
|
87
92
|
...average
|
|
88
93
|
}
|
|
89
94
|
}
|
|
90
95
|
${exports.AverageFragmentDoc}`;
|
|
91
96
|
exports.GetAttendanceTimeDocument = `
|
|
92
|
-
query getAttendanceTime($startDate: Date!, $endDate: Date!) {
|
|
93
|
-
getAttendanceTime(startDate: $startDate, endDate: $endDate) {
|
|
97
|
+
query getAttendanceTime($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {
|
|
98
|
+
getAttendanceTime(startDate: $startDate, endDate: $endDate, filters: $filters) {
|
|
94
99
|
...average
|
|
95
100
|
}
|
|
96
101
|
}
|
|
97
102
|
${exports.AverageFragmentDoc}`;
|
|
98
103
|
exports.GetTicketsByStatusDocument = `
|
|
99
|
-
query getTicketsByStatus($startDate: Date!, $endDate: Date!) {
|
|
100
|
-
getTicketsByStatus(startDate: $startDate, endDate: $endDate) {
|
|
104
|
+
query getTicketsByStatus($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {
|
|
105
|
+
getTicketsByStatus(startDate: $startDate, endDate: $endDate, filters: $filters) {
|
|
101
106
|
...multiValue
|
|
102
107
|
}
|
|
103
108
|
}
|
|
104
109
|
${exports.MultiValueFragmentDoc}
|
|
105
110
|
${exports.ChartFragmentDoc}`;
|
|
106
111
|
exports.GetVolumeOfTicketsPerDayDocument = `
|
|
107
|
-
query getVolumeOfTicketsPerDay($startDate: Date!, $endDate: Date!) {
|
|
108
|
-
getVolumeOfTicketsPerDay(
|
|
112
|
+
query getVolumeOfTicketsPerDay($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {
|
|
113
|
+
getVolumeOfTicketsPerDay(
|
|
114
|
+
startDate: $startDate
|
|
115
|
+
endDate: $endDate
|
|
116
|
+
filters: $filters
|
|
117
|
+
) {
|
|
109
118
|
...volume
|
|
110
119
|
}
|
|
111
120
|
}
|
|
112
121
|
${exports.VolumeFragmentDoc}`;
|
|
113
122
|
exports.GetVolumeOfTicketsPerHourDocument = `
|
|
114
|
-
query getVolumeOfTicketsPerHour($date: Date!) {
|
|
115
|
-
getVolumeOfTicketsPerHour(date: $date) {
|
|
123
|
+
query getVolumeOfTicketsPerHour($date: Date!, $filters: [TicketAnalyticsFilterInput!]) {
|
|
124
|
+
getVolumeOfTicketsPerHour(date: $date, filters: $filters) {
|
|
116
125
|
name
|
|
117
126
|
value
|
|
118
127
|
}
|
|
119
128
|
}
|
|
120
129
|
`;
|
|
121
130
|
exports.GetTicketsByTriggerAppDocument = `
|
|
122
|
-
query getTicketsByTriggerApp($startDate: Date!, $endDate: Date!) {
|
|
123
|
-
getTicketsByTriggerApp(
|
|
131
|
+
query getTicketsByTriggerApp($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {
|
|
132
|
+
getTicketsByTriggerApp(
|
|
133
|
+
startDate: $startDate
|
|
134
|
+
endDate: $endDate
|
|
135
|
+
filters: $filters
|
|
136
|
+
) {
|
|
124
137
|
...chart
|
|
125
138
|
}
|
|
126
139
|
}
|
|
127
140
|
${exports.ChartFragmentDoc}`;
|
|
128
141
|
exports.GetFacetsDocument = `
|
|
129
|
-
query getFacets($startDate: Date!, $endDate: Date!) {
|
|
130
|
-
getFacets(startDate: $startDate, endDate: $endDate) {
|
|
131
|
-
...
|
|
142
|
+
query getFacets($startDate: Date!, $endDate: Date!, $filters: [TicketAnalyticsFilterInput!]) {
|
|
143
|
+
getFacets(startDate: $startDate, endDate: $endDate, filters: $filters) {
|
|
144
|
+
...facets
|
|
132
145
|
}
|
|
133
146
|
}
|
|
134
|
-
${exports.
|
|
147
|
+
${exports.FacetsFragmentDoc}
|
|
148
|
+
${exports.FacetValueFragmentDoc}`;
|
|
135
149
|
function getSdk(requester) {
|
|
136
150
|
return {
|
|
137
151
|
getFirstResponseTime(variables, options) {
|
package/src/sdks/drozbase.d.ts
CHANGED
|
@@ -1096,6 +1096,7 @@ export type Mutation = {
|
|
|
1096
1096
|
removeUserFromGroup?: Maybe<Scalars['Void']['output']>;
|
|
1097
1097
|
removeWebhook?: Maybe<Webhook>;
|
|
1098
1098
|
renameContentsTag?: Maybe<Scalars['Void']['output']>;
|
|
1099
|
+
replaceContentsAuthor?: Maybe<Scalars['Void']['output']>;
|
|
1099
1100
|
requestChangesOnCourseVersion?: Maybe<CourseVersion>;
|
|
1100
1101
|
requestChangesOnDocVersion?: Maybe<DocVersion>;
|
|
1101
1102
|
requestChangesOnFormVersion?: Maybe<FormVersion>;
|
|
@@ -1415,6 +1416,9 @@ export type MutationRemoveWebhookArgs = {
|
|
|
1415
1416
|
export type MutationRenameContentsTagArgs = {
|
|
1416
1417
|
input: RenameContentsTagInput;
|
|
1417
1418
|
};
|
|
1419
|
+
export type MutationReplaceContentsAuthorArgs = {
|
|
1420
|
+
input: ReplaceContentsAuthorInput;
|
|
1421
|
+
};
|
|
1418
1422
|
export type MutationRequestChangesOnCourseVersionArgs = {
|
|
1419
1423
|
input: RequestChangesOnCourseVersionInput;
|
|
1420
1424
|
};
|
|
@@ -1896,7 +1900,16 @@ export type Query = {
|
|
|
1896
1900
|
listSynonyms?: Maybe<Array<Synonyms>>;
|
|
1897
1901
|
listWebhooks?: Maybe<Array<Maybe<Webhook>>>;
|
|
1898
1902
|
me?: Maybe<User>;
|
|
1899
|
-
|
|
1903
|
+
organizationSettingsContent: OrganizationSettingsContent;
|
|
1904
|
+
organizationSettingsGame: OrganizationSettingsGame;
|
|
1905
|
+
organizationSettingsGroups: OrganizationSettingsGroups;
|
|
1906
|
+
organizationSettingsInfo: OrganizationSettingsInfo;
|
|
1907
|
+
organizationSettingsLicense: OrganizationSettingsLicense;
|
|
1908
|
+
organizationSettingsReactions: OrganizationSettingsReactions;
|
|
1909
|
+
organizationSettingsSecurity: OrganizationSettingsSecurity;
|
|
1910
|
+
organizationSettingsTheme: OrganizationSettingsTheme;
|
|
1911
|
+
organizationSettingsTypography: OrganizationSettingsTypography;
|
|
1912
|
+
organizationSettingsUsage: OrganizationSettingsUsage;
|
|
1900
1913
|
permissions?: Maybe<Array<Maybe<PermissionMatrix>>>;
|
|
1901
1914
|
permissionsMatrix?: Maybe<Scalars['JSON']['output']>;
|
|
1902
1915
|
policies?: Maybe<Array<Maybe<Policy>>>;
|
|
@@ -2138,9 +2151,6 @@ export type QueryIconsArgs = {
|
|
|
2138
2151
|
export type QueryListAvailablePrefixCodesArgs = {
|
|
2139
2152
|
id: Scalars['ID']['input'];
|
|
2140
2153
|
};
|
|
2141
|
-
export type QueryOrganizationSettingsArgs = {
|
|
2142
|
-
scopes?: InputMaybe<Array<OrganizationScopes>>;
|
|
2143
|
-
};
|
|
2144
2154
|
export type QueryPermissionsArgs = {
|
|
2145
2155
|
resource: Scalars['ID']['input'];
|
|
2146
2156
|
};
|
|
@@ -2521,6 +2531,10 @@ export type RenameContentsTagInput = {
|
|
|
2521
2531
|
from: Scalars['String']['input'];
|
|
2522
2532
|
to: Scalars['String']['input'];
|
|
2523
2533
|
};
|
|
2534
|
+
export type ReplaceContentsAuthorInput = {
|
|
2535
|
+
from: Scalars['ID']['input'];
|
|
2536
|
+
to?: InputMaybe<Scalars['ID']['input']>;
|
|
2537
|
+
};
|
|
2524
2538
|
export type RequestChangesOnCourseVersionInput = {
|
|
2525
2539
|
id: Scalars['ID']['input'];
|
|
2526
2540
|
};
|
|
@@ -4554,20 +4568,18 @@ export type OrganizationSettingsSecurityFragment = Pick<OrganizationSettingsSecu
|
|
|
4554
4568
|
export type OrganizationSettingsGameFragment = Pick<OrganizationSettingsGame, 'variablePointsFactor' | 'enableGameWeeklyDigest'>;
|
|
4555
4569
|
export type OrganizationSettingsGroupsFragment = Pick<OrganizationSettingsGroups, 'groupsMapping'>;
|
|
4556
4570
|
export type GetOrganizationSettingsQueryVariables = Exact<{
|
|
4557
|
-
|
|
4571
|
+
[key: string]: never;
|
|
4558
4572
|
}>;
|
|
4559
4573
|
export type GetOrganizationSettingsQuery = {
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
usage?: Maybe<OrganizationSettingsUsageFragment>;
|
|
4570
|
-
};
|
|
4574
|
+
organizationSettingsInfo: OrganizationSettingsInfoFragment;
|
|
4575
|
+
organizationSettingsContent: OrganizationSettingsContentFragment;
|
|
4576
|
+
organizationSettingsTheme: OrganizationSettingsThemeFragment;
|
|
4577
|
+
organizationSettingsTypography: OrganizationSettingsTypographyFragment;
|
|
4578
|
+
organizationSettingsGroups: OrganizationSettingsGroupsFragment;
|
|
4579
|
+
organizationSettingsSecurity: OrganizationSettingsSecurityFragment;
|
|
4580
|
+
organizationSettingsGame: OrganizationSettingsGameFragment;
|
|
4581
|
+
organizationSettingsLicense: OrganizationSettingsLicenseFragment;
|
|
4582
|
+
organizationSettingsUsage: OrganizationSettingsUsageFragment;
|
|
4571
4583
|
};
|
|
4572
4584
|
export type UpdateOrganizationSettingsInfoMutationVariables = Exact<{
|
|
4573
4585
|
input: OrganizationSettingsInfoInput;
|
|
@@ -4964,16 +4976,14 @@ export type BootstrapQueryVariables = Exact<{
|
|
|
4964
4976
|
export type BootstrapQuery = {
|
|
4965
4977
|
session?: Maybe<SessionFragment>;
|
|
4966
4978
|
systemInfo?: Maybe<SystemInfoFragment>;
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
usage?: Maybe<OrganizationSettingsUsageFragment>;
|
|
4976
|
-
};
|
|
4979
|
+
organizationSettingsInfo: OrganizationSettingsInfoFragment;
|
|
4980
|
+
organizationSettingsContent: OrganizationSettingsContentFragment;
|
|
4981
|
+
organizationSettingsReactions: OrganizationSettingsReactionsFragment;
|
|
4982
|
+
organizationSettingsTheme: OrganizationSettingsThemeFragment;
|
|
4983
|
+
organizationSettingsTypography: OrganizationSettingsTypographyFragment;
|
|
4984
|
+
organizationSettingsSecurity: OrganizationSettingsSecurityFragment;
|
|
4985
|
+
organizationSettingsLicense: OrganizationSettingsLicenseFragment;
|
|
4986
|
+
organizationSettingsUsage: OrganizationSettingsUsageFragment;
|
|
4977
4987
|
apps: Array<Maybe<AppFragment>>;
|
|
4978
4988
|
spaces?: Maybe<Array<SpaceFragment>>;
|
|
4979
4989
|
};
|
|
@@ -5383,7 +5393,7 @@ export declare const MarkNotificationsAsReadDocument = "\n mutation markNotif
|
|
|
5383
5393
|
export declare const UnsubscribeDocument = "\n mutation unsubscribe($input: UnsubscribeInput!) {\n unsubscribe(input: $input)\n}\n ";
|
|
5384
5394
|
export declare const NotifyPlanUpgradeDocument = "\n mutation notifyPlanUpgrade($input: NotifyPlanUpgradeInput!) {\n notifyPlanUpgrade(input: $input)\n}\n ";
|
|
5385
5395
|
export declare const OnNotificationDocument = "\n subscription onNotification {\n onNotification {\n ...notification\n }\n}\n \n fragment notification on Notification {\n id\n actor {\n ...userInfo\n }\n action\n ref {\n ...record\n }\n alternativeRef {\n ...record\n }\n content\n seen\n read\n createdAt\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5386
|
-
export declare const GetOrganizationSettingsDocument = "\n query getOrganizationSettings
|
|
5396
|
+
export declare const GetOrganizationSettingsDocument = "\n query getOrganizationSettings {\n organizationSettingsInfo {\n ...organizationSettingsInfo\n }\n organizationSettingsContent {\n ...organizationSettingsContent\n }\n organizationSettingsTheme {\n ...organizationSettingsTheme\n }\n organizationSettingsTypography {\n ...organizationSettingsTypography\n }\n organizationSettingsGroups {\n ...organizationSettingsGroups\n }\n organizationSettingsSecurity {\n ...organizationSettingsSecurity\n }\n organizationSettingsGame {\n ...organizationSettingsGame\n }\n organizationSettingsLicense {\n ...organizationSettingsLicense\n }\n organizationSettingsUsage {\n ...organizationSettingsUsage\n }\n}\n \n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n \n\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n \n\n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n \n\n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n \n\n fragment organizationSettingsGroups on OrganizationSettingsGroups {\n groupsMapping\n}\n \n\n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n \n\n fragment organizationSettingsGame on OrganizationSettingsGame {\n variablePointsFactor\n enableGameWeeklyDigest\n}\n \n\n fragment organizationSettingsLicense on OrganizationSettingsLicense {\n storageInBytes\n maxUsers\n readOnly\n}\n \n\n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n ";
|
|
5387
5397
|
export declare const UpdateOrganizationSettingsInfoDocument = "\n mutation updateOrganizationSettingsInfo($input: OrganizationSettingsInfoInput!) {\n updateOrganizationSettingsInfo(input: $input) {\n ...organizationSettingsInfo\n }\n}\n \n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n ";
|
|
5388
5398
|
export declare const UpdateOrganizationSettingsContentDocument = "\n mutation updateOrganizationSettingsContent($input: OrganizationSettingsContentInput!) {\n updateOrganizationSettingsContent(input: $input) {\n ...organizationSettingsContent\n }\n}\n \n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n ";
|
|
5389
5399
|
export declare const UpdateOrganizationSettingsTypographyDocument = "\n mutation updateOrganizationSettingsTypography($input: OrganizationSettingsTypographyInput!) {\n updateOrganizationSettingsTypography(input: $input) {\n ...organizationSettingsTypography\n }\n}\n \n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n ";
|
|
@@ -5434,7 +5444,7 @@ export declare const OnFileDocument = "\n subscription onFile($id: ID!) {\n
|
|
|
5434
5444
|
export declare const OnFilesDocument = "\n subscription onFiles($parent: ID!) {\n onFiles(parent: $parent) {\n ...storage\n }\n}\n \n fragment storage on Storage {\n typename\n id\n version\n createdAt\n updatedAt\n title\n content\n slug\n downloadUrl\n thumbnailUrl\n contentType\n size\n downloads\n views\n imageProcessed\n imageOptimized\n imageAnalyzed\n videoStatus\n videoTranscodeError\n videoTranscodeProgress\n videoM3u8Url\n videoMpdUrl\n isPdfCompatible\n}\n ";
|
|
5435
5445
|
export declare const GetSystemInfoDocument = "\n query getSystemInfo {\n systemInfo {\n ...systemInfo\n }\n}\n \n fragment systemInfo on SystemInfo {\n region\n stage\n version\n apiEndpoint\n graphqlEndpoint\n realtimeEndpoint\n authInfo {\n ...authInfo\n }\n}\n \n\n fragment authInfo on AuthInfo {\n loginUrl\n logoutUrl\n authenticationEndpoint\n cognitoConfig {\n region\n userPoolId\n userPoolWebClientId\n }\n}\n ";
|
|
5436
5446
|
export declare const GetSystemTimeDocument = "\n query getSystemTime {\n systemTime\n}\n ";
|
|
5437
|
-
export declare const BootstrapDocument = "\n query bootstrap {\n session {\n ...session\n }\n systemInfo {\n ...systemInfo\n }\n
|
|
5447
|
+
export declare const BootstrapDocument = "\n query bootstrap {\n session {\n ...session\n }\n systemInfo {\n ...systemInfo\n }\n organizationSettingsInfo {\n ...organizationSettingsInfo\n }\n organizationSettingsContent {\n ...organizationSettingsContent\n }\n organizationSettingsReactions {\n ...organizationSettingsReactions\n }\n organizationSettingsTheme {\n ...organizationSettingsTheme\n }\n organizationSettingsTypography {\n ...organizationSettingsTypography\n }\n organizationSettingsSecurity {\n ...organizationSettingsSecurity\n }\n organizationSettingsLicense {\n ...organizationSettingsLicense\n }\n organizationSettingsUsage {\n ...organizationSettingsUsage\n }\n apps {\n ...app\n }\n spaces(parent: \"ROOT\") {\n ...space\n }\n}\n \n fragment session on Session {\n token_use\n sub\n name\n email\n picture\n groups\n error {\n code\n message\n }\n}\n \n\n fragment systemInfo on SystemInfo {\n region\n stage\n version\n apiEndpoint\n graphqlEndpoint\n realtimeEndpoint\n authInfo {\n ...authInfo\n }\n}\n \n\n fragment authInfo on AuthInfo {\n loginUrl\n logoutUrl\n authenticationEndpoint\n cognitoConfig {\n region\n userPoolId\n userPoolWebClientId\n }\n}\n \n\n fragment organizationSettingsInfo on OrganizationSettingsInfo {\n title\n logo\n description\n content\n showTitleOnHomePage\n showLogoOnHomePage\n domain\n}\n \n\n fragment organizationSettingsContent on OrganizationSettingsContent {\n requireTags\n enableAnswers\n notifyRecordUpdates\n scriptsHeader\n scriptsFooter\n}\n \n\n fragment organizationSettingsReactions on OrganizationSettingsReactions {\n positive1\n positive2\n positive3\n positive4\n positive5\n negative1\n negative2\n negative3\n negative4\n negative5\n}\n \n\n fragment organizationSettingsTheme on OrganizationSettingsTheme {\n enabled\n primaryColor\n backgroundImage\n showUnsplashInfo\n keepThemeOnHeader\n clipPath\n}\n \n\n fragment organizationSettingsTypography on OrganizationSettingsTypography {\n fontFamily\n letterSpacing\n h1 {\n ...typographyStyle\n }\n h2 {\n ...typographyStyle\n }\n h3 {\n ...typographyStyle\n }\n h4 {\n ...typographyStyle\n }\n h5 {\n ...typographyStyle\n }\n h6 {\n ...typographyStyle\n }\n p {\n ...typographyStyle\n }\n cssStyle\n}\n \n\n fragment typographyStyle on TypographyStyle {\n color\n fontSize\n fontVariant\n fontWeight\n letterSpacing\n lineHeight\n marginBottom\n marginTop\n textTransform\n}\n \n\n fragment organizationSettingsSecurity on OrganizationSettingsSecurity {\n requiresAuthentication\n doNotAllowUserSignup\n allowedEmailDomains\n allowedIPs\n allowedContentTypes\n maxFileSizeInBytes\n sessionCookieSameSite\n}\n \n\n fragment organizationSettingsLicense on OrganizationSettingsLicense {\n storageInBytes\n maxUsers\n readOnly\n}\n \n\n fragment organizationSettingsUsage on OrganizationSettingsUsage {\n storageInBytes\n}\n \n\n fragment app on App {\n typename\n enabled\n}\n \n\n fragment space on Space {\n ...spaceWithoutContent\n content\n tags\n parent {\n ...record\n }\n}\n \n\n fragment spaceWithoutContent on Space {\n id\n typename\n title\n slug\n thumbnailUrl\n color\n createdAt\n updatedAt\n ttl\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5438
5448
|
export declare const GetTaskDocument = "\n query getTask($id: ID!) {\n task(id: $id) {\n ...task\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
|
5439
5449
|
export declare const GetUserTasksDocument = "\n query getUserTasks($after: Base64, $limit: Int) {\n userTasks(after: $after, limit: $limit) {\n nodes {\n ...task\n }\n pageInfo {\n ...pageInfo\n }\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n \n\n fragment pageInfo on PageInfo {\n next\n hasNext\n}\n ";
|
|
5440
5450
|
export declare const LeaveTaskDocument = "\n mutation leaveTask($input: LeaveTaskInput!) {\n leaveTask(input: $input) {\n ...task\n }\n}\n \n fragment task on Task {\n id\n assignees {\n ...userInfo\n }\n action\n content\n createdAt\n updatedAt\n record {\n ...recordWithParent\n }\n}\n \n\n fragment userInfo on UserInfo {\n username\n name\n picture\n enabled\n bio\n department\n}\n \n\n fragment recordWithParent on Record {\n ...record\n parent {\n id\n slug\n title\n typename\n color\n thumbnailUrl\n }\n}\n \n\n fragment record on Record {\n id\n slug\n title\n trail\n typename\n color\n thumbnailUrl\n downloadUrl\n origin\n identifier\n createdAt\n updatedAt\n status\n}\n ";
|
package/src/sdks/drozbase.js
CHANGED
|
@@ -3437,35 +3437,33 @@ exports.OnNotificationDocument = `
|
|
|
3437
3437
|
${exports.UserInfoFragmentDoc}
|
|
3438
3438
|
${exports.RecordFragmentDoc}`;
|
|
3439
3439
|
exports.GetOrganizationSettingsDocument = `
|
|
3440
|
-
query getOrganizationSettings
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
...organizationSettingsUsage
|
|
3468
|
-
}
|
|
3440
|
+
query getOrganizationSettings {
|
|
3441
|
+
organizationSettingsInfo {
|
|
3442
|
+
...organizationSettingsInfo
|
|
3443
|
+
}
|
|
3444
|
+
organizationSettingsContent {
|
|
3445
|
+
...organizationSettingsContent
|
|
3446
|
+
}
|
|
3447
|
+
organizationSettingsTheme {
|
|
3448
|
+
...organizationSettingsTheme
|
|
3449
|
+
}
|
|
3450
|
+
organizationSettingsTypography {
|
|
3451
|
+
...organizationSettingsTypography
|
|
3452
|
+
}
|
|
3453
|
+
organizationSettingsGroups {
|
|
3454
|
+
...organizationSettingsGroups
|
|
3455
|
+
}
|
|
3456
|
+
organizationSettingsSecurity {
|
|
3457
|
+
...organizationSettingsSecurity
|
|
3458
|
+
}
|
|
3459
|
+
organizationSettingsGame {
|
|
3460
|
+
...organizationSettingsGame
|
|
3461
|
+
}
|
|
3462
|
+
organizationSettingsLicense {
|
|
3463
|
+
...organizationSettingsLicense
|
|
3464
|
+
}
|
|
3465
|
+
organizationSettingsUsage {
|
|
3466
|
+
...organizationSettingsUsage
|
|
3469
3467
|
}
|
|
3470
3468
|
}
|
|
3471
3469
|
${exports.OrganizationSettingsInfoFragmentDoc}
|
|
@@ -3983,33 +3981,29 @@ exports.BootstrapDocument = `
|
|
|
3983
3981
|
systemInfo {
|
|
3984
3982
|
...systemInfo
|
|
3985
3983
|
}
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
}
|
|
4010
|
-
usage {
|
|
4011
|
-
...organizationSettingsUsage
|
|
4012
|
-
}
|
|
3984
|
+
organizationSettingsInfo {
|
|
3985
|
+
...organizationSettingsInfo
|
|
3986
|
+
}
|
|
3987
|
+
organizationSettingsContent {
|
|
3988
|
+
...organizationSettingsContent
|
|
3989
|
+
}
|
|
3990
|
+
organizationSettingsReactions {
|
|
3991
|
+
...organizationSettingsReactions
|
|
3992
|
+
}
|
|
3993
|
+
organizationSettingsTheme {
|
|
3994
|
+
...organizationSettingsTheme
|
|
3995
|
+
}
|
|
3996
|
+
organizationSettingsTypography {
|
|
3997
|
+
...organizationSettingsTypography
|
|
3998
|
+
}
|
|
3999
|
+
organizationSettingsSecurity {
|
|
4000
|
+
...organizationSettingsSecurity
|
|
4001
|
+
}
|
|
4002
|
+
organizationSettingsLicense {
|
|
4003
|
+
...organizationSettingsLicense
|
|
4004
|
+
}
|
|
4005
|
+
organizationSettingsUsage {
|
|
4006
|
+
...organizationSettingsUsage
|
|
4013
4007
|
}
|
|
4014
4008
|
apps {
|
|
4015
4009
|
...app
|
|
@@ -4024,9 +4018,9 @@ ${exports.AuthInfoFragmentDoc}
|
|
|
4024
4018
|
${exports.OrganizationSettingsInfoFragmentDoc}
|
|
4025
4019
|
${exports.OrganizationSettingsContentFragmentDoc}
|
|
4026
4020
|
${exports.OrganizationSettingsReactionsFragmentDoc}
|
|
4021
|
+
${exports.OrganizationSettingsThemeFragmentDoc}
|
|
4027
4022
|
${exports.OrganizationSettingsTypographyFragmentDoc}
|
|
4028
4023
|
${exports.TypographyStyleFragmentDoc}
|
|
4029
|
-
${exports.OrganizationSettingsThemeFragmentDoc}
|
|
4030
4024
|
${exports.OrganizationSettingsSecurityFragmentDoc}
|
|
4031
4025
|
${exports.OrganizationSettingsLicenseFragmentDoc}
|
|
4032
4026
|
${exports.OrganizationSettingsUsageFragmentDoc}
|