@inverted-tech/fragments 0.10.4 → 0.10.6
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/esm/Dashboard/DashboardInterface_pb.js +27 -0
- package/dist/esm/Dashboard/DashboardMetrics_pb.js +90 -0
- package/dist/esm/Dashboard/connect/DashboardInterface_connect.js +22 -0
- package/dist/esm/Dashboard/index.js +4 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/validation.js +2 -2
- package/dist/protos/Dashboard/DashboardInterface_pb.d.ts +56 -0
- package/dist/protos/Dashboard/DashboardMetrics_pb.d.ts +294 -0
- package/dist/protos/Dashboard/connect/DashboardInterface_connect.d.ts +17 -0
- package/dist/protos/Dashboard/index.d.ts +3 -0
- package/dist/protos/index.d.ts +1 -1
- package/package.json +11 -11
- package/dist/esm/CreatorDashboard/Settings/CreatorSettings_pb.js +0 -19
- package/dist/esm/CreatorDashboard/Settings/SettingsManager_pb.js +0 -18
- package/dist/esm/CreatorDashboard/Settings/connect/SettingsManager_connect.js +0 -40
- package/dist/esm/CreatorDashboard/Settings/index.js +0 -4
- package/dist/esm/CreatorDashboard/Subscribers/Ban_pb.js +0 -49
- package/dist/esm/CreatorDashboard/Subscribers/Manage_pb.js +0 -14
- package/dist/esm/CreatorDashboard/Subscribers/Mute_pb.js +0 -49
- package/dist/esm/CreatorDashboard/Subscribers/connect/Manage_connect.js +0 -67
- package/dist/esm/CreatorDashboard/Subscribers/connect/index.js +0 -2
- package/dist/esm/CreatorDashboard/Subscribers/index.js +0 -5
- package/dist/esm/CreatorDashboard/index.js +0 -3
- package/dist/protos/CreatorDashboard/Settings/CreatorSettings_pb.d.ts +0 -61
- package/dist/protos/CreatorDashboard/Settings/SettingsManager_pb.d.ts +0 -45
- package/dist/protos/CreatorDashboard/Settings/connect/SettingsManager_connect.d.ts +0 -35
- package/dist/protos/CreatorDashboard/Settings/index.d.ts +0 -3
- package/dist/protos/CreatorDashboard/Subscribers/Ban_pb.d.ts +0 -186
- package/dist/protos/CreatorDashboard/Subscribers/Manage_pb.d.ts +0 -60
- package/dist/protos/CreatorDashboard/Subscribers/Mute_pb.d.ts +0 -186
- package/dist/protos/CreatorDashboard/Subscribers/connect/Manage_connect.d.ts +0 -62
- package/dist/protos/CreatorDashboard/Subscribers/connect/index.d.ts +0 -1
- package/dist/protos/CreatorDashboard/Subscribers/index.d.ts +0 -4
- package/dist/protos/CreatorDashboard/index.d.ts +0 -2
- /package/dist/esm/{CreatorDashboard/Settings → Dashboard}/connect/index.js +0 -0
- /package/dist/protos/{CreatorDashboard/Settings → Dashboard}/connect/index.d.ts +0 -0
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
-
import type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
-
import type { Message } from "@bufbuild/protobuf";
|
|
4
|
-
/**
|
|
5
|
-
* Describes the file Protos/IT/WebServices/Fragments/CreatorDashboard/Subscribers/Mute.proto.
|
|
6
|
-
*/
|
|
7
|
-
export declare const file_Protos_IT_WebServices_Fragments_CreatorDashboard_Subscribers_Mute: GenFile;
|
|
8
|
-
/**
|
|
9
|
-
* @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute
|
|
10
|
-
*/
|
|
11
|
-
export type Mute = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute"> & {
|
|
12
|
-
/**
|
|
13
|
-
* @generated from field: string Id = 1;
|
|
14
|
-
*/
|
|
15
|
-
Id: string;
|
|
16
|
-
/**
|
|
17
|
-
* @generated from field: bool IsValid = 2;
|
|
18
|
-
*/
|
|
19
|
-
IsValid: boolean;
|
|
20
|
-
/**
|
|
21
|
-
* @generated from field: string UserId = 3;
|
|
22
|
-
*/
|
|
23
|
-
UserId: string;
|
|
24
|
-
/**
|
|
25
|
-
* @generated from field: string Message = 4;
|
|
26
|
-
*/
|
|
27
|
-
Message: string;
|
|
28
|
-
/**
|
|
29
|
-
* @generated from field: string Reason = 5;
|
|
30
|
-
*/
|
|
31
|
-
Reason: string;
|
|
32
|
-
/**
|
|
33
|
-
* @generated from field: string Length = 6;
|
|
34
|
-
*/
|
|
35
|
-
Length: string;
|
|
36
|
-
/**
|
|
37
|
-
* @generated from field: string MutedBy = 7;
|
|
38
|
-
*/
|
|
39
|
-
MutedBy: string;
|
|
40
|
-
/**
|
|
41
|
-
* @generated from field: string UnmutedBy = 8;
|
|
42
|
-
*/
|
|
43
|
-
UnmutedBy: string;
|
|
44
|
-
/**
|
|
45
|
-
* @generated from field: google.protobuf.Timestamp DateMuted = 9;
|
|
46
|
-
*/
|
|
47
|
-
DateMuted?: Timestamp;
|
|
48
|
-
/**
|
|
49
|
-
* @generated from field: google.protobuf.Duration DurationMuted = 10;
|
|
50
|
-
*/
|
|
51
|
-
DurationMuted?: Duration;
|
|
52
|
-
/**
|
|
53
|
-
* @generated from field: google.protobuf.Timestamp DateUnmuted = 11;
|
|
54
|
-
*/
|
|
55
|
-
DateUnmuted?: Timestamp;
|
|
56
|
-
};
|
|
57
|
-
/**
|
|
58
|
-
* Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute.
|
|
59
|
-
* Use `create(MuteSchema)` to create a new message.
|
|
60
|
-
*/
|
|
61
|
-
export declare const MuteSchema: GenMessage<Mute>;
|
|
62
|
-
/**
|
|
63
|
-
* @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList
|
|
64
|
-
*/
|
|
65
|
-
export type MuteList = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList"> & {
|
|
66
|
-
/**
|
|
67
|
-
* @generated from field: repeated IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute Mutes = 1;
|
|
68
|
-
*/
|
|
69
|
-
Mutes: Mute[];
|
|
70
|
-
};
|
|
71
|
-
/**
|
|
72
|
-
* Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList.
|
|
73
|
-
* Use `create(MuteListSchema)` to create a new message.
|
|
74
|
-
*/
|
|
75
|
-
export declare const MuteListSchema: GenMessage<MuteList>;
|
|
76
|
-
/**
|
|
77
|
-
* @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest
|
|
78
|
-
*/
|
|
79
|
-
export type GetMuteListRequest = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest"> & {};
|
|
80
|
-
/**
|
|
81
|
-
* Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListRequest.
|
|
82
|
-
* Use `create(GetMuteListRequestSchema)` to create a new message.
|
|
83
|
-
*/
|
|
84
|
-
export declare const GetMuteListRequestSchema: GenMessage<GetMuteListRequest>;
|
|
85
|
-
/**
|
|
86
|
-
* @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse
|
|
87
|
-
*/
|
|
88
|
-
export type GetMuteListResponse = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse"> & {
|
|
89
|
-
/**
|
|
90
|
-
* @generated from field: IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteList MuteList = 1;
|
|
91
|
-
*/
|
|
92
|
-
MuteList?: MuteList;
|
|
93
|
-
};
|
|
94
|
-
/**
|
|
95
|
-
* Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.GetMuteListResponse.
|
|
96
|
-
* Use `create(GetMuteListResponseSchema)` to create a new message.
|
|
97
|
-
*/
|
|
98
|
-
export declare const GetMuteListResponseSchema: GenMessage<GetMuteListResponse>;
|
|
99
|
-
/**
|
|
100
|
-
* @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest
|
|
101
|
-
*/
|
|
102
|
-
export type MuteRequest = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest"> & {
|
|
103
|
-
/**
|
|
104
|
-
* @generated from field: string UserId = 1;
|
|
105
|
-
*/
|
|
106
|
-
UserId: string;
|
|
107
|
-
/**
|
|
108
|
-
* @generated from field: string Length = 2;
|
|
109
|
-
*/
|
|
110
|
-
Length: string;
|
|
111
|
-
/**
|
|
112
|
-
* @generated from field: string Message = 3;
|
|
113
|
-
*/
|
|
114
|
-
Message: string;
|
|
115
|
-
/**
|
|
116
|
-
* @generated from field: string Reason = 4;
|
|
117
|
-
*/
|
|
118
|
-
Reason: string;
|
|
119
|
-
/**
|
|
120
|
-
* @generated from field: string MutedBy = 6;
|
|
121
|
-
*/
|
|
122
|
-
MutedBy: string;
|
|
123
|
-
};
|
|
124
|
-
/**
|
|
125
|
-
* Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteRequest.
|
|
126
|
-
* Use `create(MuteRequestSchema)` to create a new message.
|
|
127
|
-
*/
|
|
128
|
-
export declare const MuteRequestSchema: GenMessage<MuteRequest>;
|
|
129
|
-
/**
|
|
130
|
-
* @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse
|
|
131
|
-
*/
|
|
132
|
-
export type MuteResponse = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse"> & {
|
|
133
|
-
/**
|
|
134
|
-
* @generated from field: string Message = 1;
|
|
135
|
-
*/
|
|
136
|
-
Message: string;
|
|
137
|
-
/**
|
|
138
|
-
* @generated from field: IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute Mute = 2;
|
|
139
|
-
*/
|
|
140
|
-
Mute?: Mute;
|
|
141
|
-
};
|
|
142
|
-
/**
|
|
143
|
-
* Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.MuteResponse.
|
|
144
|
-
* Use `create(MuteResponseSchema)` to create a new message.
|
|
145
|
-
*/
|
|
146
|
-
export declare const MuteResponseSchema: GenMessage<MuteResponse>;
|
|
147
|
-
/**
|
|
148
|
-
* @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest
|
|
149
|
-
*/
|
|
150
|
-
export type UnmuteRequest = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest"> & {
|
|
151
|
-
/**
|
|
152
|
-
* @generated from field: string UserId = 1;
|
|
153
|
-
*/
|
|
154
|
-
UserId: string;
|
|
155
|
-
/**
|
|
156
|
-
* @generated from field: string MuteId = 2;
|
|
157
|
-
*/
|
|
158
|
-
MuteId: string;
|
|
159
|
-
/**
|
|
160
|
-
* @generated from field: string UnmutedBy = 3;
|
|
161
|
-
*/
|
|
162
|
-
UnmutedBy: string;
|
|
163
|
-
};
|
|
164
|
-
/**
|
|
165
|
-
* Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteRequest.
|
|
166
|
-
* Use `create(UnmuteRequestSchema)` to create a new message.
|
|
167
|
-
*/
|
|
168
|
-
export declare const UnmuteRequestSchema: GenMessage<UnmuteRequest>;
|
|
169
|
-
/**
|
|
170
|
-
* @generated from message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse
|
|
171
|
-
*/
|
|
172
|
-
export type UnmuteResponse = Message<"IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse"> & {
|
|
173
|
-
/**
|
|
174
|
-
* @generated from field: string Message = 1;
|
|
175
|
-
*/
|
|
176
|
-
Message: string;
|
|
177
|
-
/**
|
|
178
|
-
* @generated from field: IT.WebServices.Fragments.CreatorDashboard.Subscribers.Mute Mute = 2;
|
|
179
|
-
*/
|
|
180
|
-
Mute?: Mute;
|
|
181
|
-
};
|
|
182
|
-
/**
|
|
183
|
-
* Describes the message IT.WebServices.Fragments.CreatorDashboard.Subscribers.UnmuteResponse.
|
|
184
|
-
* Use `create(UnmuteResponseSchema)` to create a new message.
|
|
185
|
-
*/
|
|
186
|
-
export declare const UnmuteResponseSchema: GenMessage<UnmuteResponse>;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated from service IT.WebServices.Fragments.CreatorDashboard.Subscribers.SubscriberInterface
|
|
3
|
-
*/
|
|
4
|
-
export declare const SubscriberInterface: {
|
|
5
|
-
readonly typeName: "IT.WebServices.Fragments.CreatorDashboard.Subscribers.SubscriberInterface";
|
|
6
|
-
readonly methods: {
|
|
7
|
-
/**
|
|
8
|
-
* @generated from rpc IT.WebServices.Fragments.CreatorDashboard.Subscribers.SubscriberInterface.MuteSubscriber
|
|
9
|
-
*/
|
|
10
|
-
readonly muteSubscriber: {
|
|
11
|
-
readonly name: "MuteSubscriber";
|
|
12
|
-
readonly I: any;
|
|
13
|
-
readonly O: any;
|
|
14
|
-
readonly kind: any;
|
|
15
|
-
};
|
|
16
|
-
/**
|
|
17
|
-
* @generated from rpc IT.WebServices.Fragments.CreatorDashboard.Subscribers.SubscriberInterface.UnmuteSubscriber
|
|
18
|
-
*/
|
|
19
|
-
readonly unmuteSubscriber: {
|
|
20
|
-
readonly name: "UnmuteSubscriber";
|
|
21
|
-
readonly I: any;
|
|
22
|
-
readonly O: any;
|
|
23
|
-
readonly kind: any;
|
|
24
|
-
};
|
|
25
|
-
/**
|
|
26
|
-
* @generated from rpc IT.WebServices.Fragments.CreatorDashboard.Subscribers.SubscriberInterface.GetMuteList
|
|
27
|
-
*/
|
|
28
|
-
readonly getMuteList: {
|
|
29
|
-
readonly name: "GetMuteList";
|
|
30
|
-
readonly I: any;
|
|
31
|
-
readonly O: any;
|
|
32
|
-
readonly kind: any;
|
|
33
|
-
};
|
|
34
|
-
/**
|
|
35
|
-
* @generated from rpc IT.WebServices.Fragments.CreatorDashboard.Subscribers.SubscriberInterface.BanSubscriber
|
|
36
|
-
*/
|
|
37
|
-
readonly banSubscriber: {
|
|
38
|
-
readonly name: "BanSubscriber";
|
|
39
|
-
readonly I: any;
|
|
40
|
-
readonly O: any;
|
|
41
|
-
readonly kind: any;
|
|
42
|
-
};
|
|
43
|
-
/**
|
|
44
|
-
* @generated from rpc IT.WebServices.Fragments.CreatorDashboard.Subscribers.SubscriberInterface.UnbanSubscriber
|
|
45
|
-
*/
|
|
46
|
-
readonly unbanSubscriber: {
|
|
47
|
-
readonly name: "UnbanSubscriber";
|
|
48
|
-
readonly I: any;
|
|
49
|
-
readonly O: any;
|
|
50
|
-
readonly kind: any;
|
|
51
|
-
};
|
|
52
|
-
/**
|
|
53
|
-
* @generated from rpc IT.WebServices.Fragments.CreatorDashboard.Subscribers.SubscriberInterface.GetBanList
|
|
54
|
-
*/
|
|
55
|
-
readonly getBanList: {
|
|
56
|
-
readonly name: "GetBanList";
|
|
57
|
-
readonly I: any;
|
|
58
|
-
readonly O: any;
|
|
59
|
-
readonly kind: any;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
File without changes
|