@inverted-tech/fragments 0.9.2 → 0.10.1

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.
Files changed (55) hide show
  1. package/dist/esm/Authentication/UserInterface_pb.js +1 -1
  2. package/dist/esm/Authorization/Events/AdminEventInterface_pb.js +2 -2
  3. package/dist/esm/Authorization/Events/EventInterface_pb.js +2 -2
  4. package/dist/esm/Authorization/Events/index.js +0 -1
  5. package/dist/esm/Authorization/Payment/index.js +0 -1
  6. package/dist/esm/Comment/CommentInterface_pb.js +2 -2
  7. package/dist/esm/Comment/index.js +0 -1
  8. package/dist/esm/Content/Stats/StatsProgressInterface_pb.js +2 -2
  9. package/dist/esm/Content/index.js +0 -3
  10. package/dist/esm/Notification/NotificationInterface_pb.js +2 -2
  11. package/dist/esm/Notification/UserNotificationInterface_pb.js +2 -2
  12. package/dist/esm/Notification/index.js +0 -1
  13. package/dist/esm/Page/PageInterface_pb.js +2 -2
  14. package/dist/esm/Page/index.js +0 -1
  15. package/dist/esm/Settings/SettingsInterface_pb.js +2 -2
  16. package/dist/esm/Settings/index.js +0 -1
  17. package/dist/protos/Authentication/UserInterface_pb.d.ts +6 -0
  18. package/dist/protos/Authorization/Events/AdminEventInterface_pb.d.ts +19 -19
  19. package/dist/protos/Authorization/Events/EventInterface_pb.d.ts +15 -15
  20. package/dist/protos/Authorization/Events/index.d.ts +0 -1
  21. package/dist/protos/Authorization/Payment/index.d.ts +0 -1
  22. package/dist/protos/Comment/CommentInterface_pb.d.ts +5 -5
  23. package/dist/protos/Comment/index.d.ts +0 -1
  24. package/dist/protos/Content/Stats/StatsProgressInterface_pb.d.ts +3 -3
  25. package/dist/protos/Content/index.d.ts +0 -3
  26. package/dist/protos/Notification/NotificationInterface_pb.d.ts +3 -3
  27. package/dist/protos/Notification/UserNotificationInterface_pb.d.ts +7 -7
  28. package/dist/protos/Notification/index.d.ts +0 -1
  29. package/dist/protos/Page/PageInterface_pb.d.ts +25 -25
  30. package/dist/protos/Page/index.d.ts +0 -1
  31. package/dist/protos/Settings/SettingsInterface_pb.d.ts +37 -37
  32. package/dist/protos/Settings/index.d.ts +0 -1
  33. package/package.json +335 -338
  34. package/dist/esm/Authorization/Events/EventError_pb.js +0 -208
  35. package/dist/esm/Authorization/Payment/PaymentError_pb.js +0 -150
  36. package/dist/esm/Comment/CommentError_pb.js +0 -124
  37. package/dist/esm/Content/ContentError_pb.js +0 -110
  38. package/dist/esm/Content/Rumble_pb.js +0 -65
  39. package/dist/esm/Content/Video_pb.js +0 -35
  40. package/dist/esm/Content/connect/Rumble_connect.js +0 -53
  41. package/dist/esm/Content/connect/Video_connect.js +0 -22
  42. package/dist/esm/Notification/NotificationError_pb.js +0 -68
  43. package/dist/esm/Page/PageError_pb.js +0 -138
  44. package/dist/esm/Settings/SettingsError_pb.js +0 -86
  45. package/dist/protos/Authorization/Events/EventError_pb.d.ts +0 -222
  46. package/dist/protos/Authorization/Payment/PaymentError_pb.d.ts +0 -164
  47. package/dist/protos/Comment/CommentError_pb.d.ts +0 -138
  48. package/dist/protos/Content/ContentError_pb.d.ts +0 -124
  49. package/dist/protos/Content/Rumble_pb.d.ts +0 -247
  50. package/dist/protos/Content/Video_pb.d.ts +0 -93
  51. package/dist/protos/Content/connect/Rumble_connect.d.ts +0 -48
  52. package/dist/protos/Content/connect/Video_connect.d.ts +0 -17
  53. package/dist/protos/Notification/NotificationError_pb.d.ts +0 -82
  54. package/dist/protos/Page/PageError_pb.d.ts +0 -152
  55. package/dist/protos/Settings/SettingsError_pb.d.ts +0 -101
@@ -1,247 +0,0 @@
1
- import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
- import type { ContentError } from "./ContentError_pb";
3
- import type { Message } from "@bufbuild/protobuf";
4
- /**
5
- * Describes the file Protos/IT/WebServices/Fragments/Content/Rumble.proto.
6
- */
7
- export declare const file_Protos_IT_WebServices_Fragments_Content_Rumble: GenFile;
8
- /**
9
- * @generated from message IT.WebServices.Fragments.Content.RumbleVideo
10
- */
11
- export type RumbleVideo = Message<"IT.WebServices.Fragments.Content.RumbleVideo"> & {
12
- /**
13
- * @generated from field: string Id = 1;
14
- */
15
- Id: string;
16
- /**
17
- * @generated from field: string Embed = 2;
18
- */
19
- Embed: string;
20
- /**
21
- * @generated from field: string Title = 3;
22
- */
23
- Title: string;
24
- /**
25
- * @generated from field: bool IsPrivate = 4;
26
- */
27
- IsPrivate: boolean;
28
- /**
29
- * @generated from field: string Channel = 5;
30
- */
31
- Channel: string;
32
- /**
33
- * @generated from field: string UploadDate = 6;
34
- */
35
- UploadDate: string;
36
- };
37
- /**
38
- * Describes the message IT.WebServices.Fragments.Content.RumbleVideo.
39
- * Use `create(RumbleVideoSchema)` to create a new message.
40
- */
41
- export declare const RumbleVideoSchema: GenMessage<RumbleVideo>;
42
- /**
43
- * @generated from message IT.WebServices.Fragments.Content.EmptyRequest
44
- */
45
- export type EmptyRequest = Message<"IT.WebServices.Fragments.Content.EmptyRequest"> & {};
46
- /**
47
- * Describes the message IT.WebServices.Fragments.Content.EmptyRequest.
48
- * Use `create(EmptyRequestSchema)` to create a new message.
49
- */
50
- export declare const EmptyRequestSchema: GenMessage<EmptyRequest>;
51
- /**
52
- * @generated from message IT.WebServices.Fragments.Content.StoredDataRequest
53
- */
54
- export type StoredDataRequest = Message<"IT.WebServices.Fragments.Content.StoredDataRequest"> & {
55
- /**
56
- * @generated from field: string VideoId = 1;
57
- */
58
- VideoId: string;
59
- };
60
- /**
61
- * Describes the message IT.WebServices.Fragments.Content.StoredDataRequest.
62
- * Use `create(StoredDataRequestSchema)` to create a new message.
63
- */
64
- export declare const StoredDataRequestSchema: GenMessage<StoredDataRequest>;
65
- /**
66
- * @generated from message IT.WebServices.Fragments.Content.StoredDataResponse
67
- */
68
- export type StoredDataResponse = Message<"IT.WebServices.Fragments.Content.StoredDataResponse"> & {
69
- /**
70
- * @generated from field: bool Success = 1;
71
- */
72
- Success: boolean;
73
- /**
74
- * @generated from field: string Msg = 2;
75
- */
76
- Msg: string;
77
- /**
78
- * @generated from field: IT.WebServices.Fragments.Content.ContentError Error = 3;
79
- */
80
- Error?: ContentError;
81
- /**
82
- * @generated from field: IT.WebServices.Fragments.Content.RumbleData Data = 4;
83
- */
84
- Data?: RumbleData;
85
- };
86
- /**
87
- * Describes the message IT.WebServices.Fragments.Content.StoredDataResponse.
88
- * Use `create(StoredDataResponseSchema)` to create a new message.
89
- */
90
- export declare const StoredDataResponseSchema: GenMessage<StoredDataResponse>;
91
- /**
92
- * @generated from message IT.WebServices.Fragments.Content.RumbleData
93
- */
94
- export type RumbleData = Message<"IT.WebServices.Fragments.Content.RumbleData"> & {
95
- /**
96
- * @generated from field: repeated IT.WebServices.Fragments.Content.RumbleVideo Videos = 1;
97
- */
98
- Videos: RumbleVideo[];
99
- };
100
- /**
101
- * Describes the message IT.WebServices.Fragments.Content.RumbleData.
102
- * Use `create(RumbleDataSchema)` to create a new message.
103
- */
104
- export declare const RumbleDataSchema: GenMessage<RumbleData>;
105
- /**
106
- * @generated from message IT.WebServices.Fragments.Content.RumbleVideoRequest
107
- */
108
- export type RumbleVideoRequest = Message<"IT.WebServices.Fragments.Content.RumbleVideoRequest"> & {
109
- /**
110
- * @generated from field: string VideoId = 1;
111
- */
112
- VideoId: string;
113
- };
114
- /**
115
- * Describes the message IT.WebServices.Fragments.Content.RumbleVideoRequest.
116
- * Use `create(RumbleVideoRequestSchema)` to create a new message.
117
- */
118
- export declare const RumbleVideoRequestSchema: GenMessage<RumbleVideoRequest>;
119
- /**
120
- * @generated from message IT.WebServices.Fragments.Content.RumbleVideoResponse
121
- */
122
- export type RumbleVideoResponse = Message<"IT.WebServices.Fragments.Content.RumbleVideoResponse"> & {
123
- /**
124
- * @generated from field: bool Success = 1;
125
- */
126
- Success: boolean;
127
- /**
128
- * @generated from field: string Msg = 2;
129
- */
130
- Msg: string;
131
- /**
132
- * @generated from field: IT.WebServices.Fragments.Content.ContentError Error = 3;
133
- */
134
- Error?: ContentError;
135
- /**
136
- * @generated from field: IT.WebServices.Fragments.Content.RumbleVideo Video = 4;
137
- */
138
- Video?: RumbleVideo;
139
- };
140
- /**
141
- * Describes the message IT.WebServices.Fragments.Content.RumbleVideoResponse.
142
- * Use `create(RumbleVideoResponseSchema)` to create a new message.
143
- */
144
- export declare const RumbleVideoResponseSchema: GenMessage<RumbleVideoResponse>;
145
- /**
146
- * @generated from message IT.WebServices.Fragments.Content.DateFilter
147
- */
148
- export type DateFilter = Message<"IT.WebServices.Fragments.Content.DateFilter"> & {
149
- /**
150
- * @generated from field: string BeginDate = 1;
151
- */
152
- BeginDate: string;
153
- /**
154
- * @generated from field: string EndDate = 2;
155
- */
156
- EndDate: string;
157
- };
158
- /**
159
- * Describes the message IT.WebServices.Fragments.Content.DateFilter.
160
- * Use `create(DateFilterSchema)` to create a new message.
161
- */
162
- export declare const DateFilterSchema: GenMessage<DateFilter>;
163
- /**
164
- * @generated from message IT.WebServices.Fragments.Content.RumbleChannelRequest
165
- */
166
- export type RumbleChannelRequest = Message<"IT.WebServices.Fragments.Content.RumbleChannelRequest"> & {
167
- /**
168
- * @generated from field: string ChannelId = 1;
169
- */
170
- ChannelId: string;
171
- /**
172
- * @generated from field: IT.WebServices.Fragments.Content.DateFilter dates = 2;
173
- */
174
- dates?: DateFilter;
175
- };
176
- /**
177
- * Describes the message IT.WebServices.Fragments.Content.RumbleChannelRequest.
178
- * Use `create(RumbleChannelRequestSchema)` to create a new message.
179
- */
180
- export declare const RumbleChannelRequestSchema: GenMessage<RumbleChannelRequest>;
181
- /**
182
- * @generated from message IT.WebServices.Fragments.Content.RumbleChannelResponse
183
- */
184
- export type RumbleChannelResponse = Message<"IT.WebServices.Fragments.Content.RumbleChannelResponse"> & {
185
- /**
186
- * @generated from field: bool Success = 1;
187
- */
188
- Success: boolean;
189
- /**
190
- * @generated from field: string Msg = 2;
191
- */
192
- Msg: string;
193
- /**
194
- * @generated from field: IT.WebServices.Fragments.Content.ContentError Error = 3;
195
- */
196
- Error?: ContentError;
197
- /**
198
- * @generated from field: IT.WebServices.Fragments.Content.RumbleData Data = 4;
199
- */
200
- Data?: RumbleData;
201
- };
202
- /**
203
- * Describes the message IT.WebServices.Fragments.Content.RumbleChannelResponse.
204
- * Use `create(RumbleChannelResponseSchema)` to create a new message.
205
- */
206
- export declare const RumbleChannelResponseSchema: GenMessage<RumbleChannelResponse>;
207
- /**
208
- * @generated from service IT.WebServices.Fragments.Content.RumbleInterface
209
- */
210
- export declare const RumbleInterface: GenService<{
211
- /**
212
- * Grab a Rumble Channel (Rumble API Method: Media.Search)
213
- *
214
- * @generated from rpc IT.WebServices.Fragments.Content.RumbleInterface.GetRumbleChannel
215
- */
216
- getRumbleChannel: {
217
- methodKind: "unary";
218
- input: typeof RumbleChannelRequestSchema;
219
- output: typeof RumbleChannelResponseSchema;
220
- };
221
- /**
222
- * Grab a Rumble Channel (Rumble API Method: Media.Item)
223
- *
224
- * @generated from rpc IT.WebServices.Fragments.Content.RumbleInterface.GetRumbleVideo
225
- */
226
- getRumbleVideo: {
227
- methodKind: "unary";
228
- input: typeof RumbleVideoRequestSchema;
229
- output: typeof RumbleVideoResponseSchema;
230
- };
231
- /**
232
- * @generated from rpc IT.WebServices.Fragments.Content.RumbleInterface.GetAllStoredData
233
- */
234
- getAllStoredData: {
235
- methodKind: "unary";
236
- input: typeof EmptyRequestSchema;
237
- output: typeof StoredDataResponseSchema;
238
- };
239
- /**
240
- * @generated from rpc IT.WebServices.Fragments.Content.RumbleInterface.GetStoredDataById
241
- */
242
- getStoredDataById: {
243
- methodKind: "unary";
244
- input: typeof StoredDataRequestSchema;
245
- output: typeof StoredDataResponseSchema;
246
- };
247
- }>;
@@ -1,93 +0,0 @@
1
- import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
- import type { RumbleData } from "./Rumble_pb";
3
- import type { ContentError } from "./ContentError_pb";
4
- import type { Message } from "@bufbuild/protobuf";
5
- /**
6
- * Describes the file Protos/IT/WebServices/Fragments/Content/Video.proto.
7
- */
8
- export declare const file_Protos_IT_WebServices_Fragments_Content_Video: GenFile;
9
- /**
10
- * @generated from message IT.WebServices.Fragments.Content.RequestOpts
11
- */
12
- export type RequestOpts = Message<"IT.WebServices.Fragments.Content.RequestOpts"> & {
13
- /**
14
- * @generated from field: string Provider = 1;
15
- */
16
- Provider: string;
17
- /**
18
- * @generated from field: string FID = 2;
19
- */
20
- FID: string;
21
- };
22
- /**
23
- * Describes the message IT.WebServices.Fragments.Content.RequestOpts.
24
- * Use `create(RequestOptsSchema)` to create a new message.
25
- */
26
- export declare const RequestOptsSchema: GenMessage<RequestOpts>;
27
- /**
28
- * @generated from message IT.WebServices.Fragments.Content.VideoProviderData
29
- */
30
- export type VideoProviderData = Message<"IT.WebServices.Fragments.Content.VideoProviderData"> & {
31
- /**
32
- * @generated from field: IT.WebServices.Fragments.Content.RumbleData Rumble = 1;
33
- */
34
- Rumble?: RumbleData;
35
- };
36
- /**
37
- * Describes the message IT.WebServices.Fragments.Content.VideoProviderData.
38
- * Use `create(VideoProviderDataSchema)` to create a new message.
39
- */
40
- export declare const VideoProviderDataSchema: GenMessage<VideoProviderData>;
41
- /**
42
- * @generated from message IT.WebServices.Fragments.Content.GetDataRequest
43
- */
44
- export type GetDataRequest = Message<"IT.WebServices.Fragments.Content.GetDataRequest"> & {
45
- /**
46
- * @generated from field: IT.WebServices.Fragments.Content.RequestOpts Options = 1;
47
- */
48
- Options?: RequestOpts;
49
- };
50
- /**
51
- * Describes the message IT.WebServices.Fragments.Content.GetDataRequest.
52
- * Use `create(GetDataRequestSchema)` to create a new message.
53
- */
54
- export declare const GetDataRequestSchema: GenMessage<GetDataRequest>;
55
- /**
56
- * @generated from message IT.WebServices.Fragments.Content.DataResponse
57
- */
58
- export type DataResponse = Message<"IT.WebServices.Fragments.Content.DataResponse"> & {
59
- /**
60
- * @generated from field: bool Success = 1;
61
- */
62
- Success: boolean;
63
- /**
64
- * @generated from field: IT.WebServices.Fragments.Content.ContentError Error = 2;
65
- */
66
- Error?: ContentError;
67
- /**
68
- * @generated from field: string Msg = 3;
69
- */
70
- Msg: string;
71
- /**
72
- * @generated from field: IT.WebServices.Fragments.Content.VideoProviderData Data = 4;
73
- */
74
- Data?: VideoProviderData;
75
- };
76
- /**
77
- * Describes the message IT.WebServices.Fragments.Content.DataResponse.
78
- * Use `create(DataResponseSchema)` to create a new message.
79
- */
80
- export declare const DataResponseSchema: GenMessage<DataResponse>;
81
- /**
82
- * @generated from service IT.WebServices.Fragments.Content.VideoInterface
83
- */
84
- export declare const VideoInterface: GenService<{
85
- /**
86
- * @generated from rpc IT.WebServices.Fragments.Content.VideoInterface.GetData
87
- */
88
- getData: {
89
- methodKind: "unary";
90
- input: typeof GetDataRequestSchema;
91
- output: typeof DataResponseSchema;
92
- };
93
- }>;
@@ -1,48 +0,0 @@
1
- /**
2
- * @generated from service IT.WebServices.Fragments.Content.RumbleInterface
3
- */
4
- export declare const RumbleInterface: {
5
- readonly typeName: "IT.WebServices.Fragments.Content.RumbleInterface";
6
- readonly methods: {
7
- /**
8
- * Grab a Rumble Channel (Rumble API Method: Media.Search)
9
- *
10
- * @generated from rpc IT.WebServices.Fragments.Content.RumbleInterface.GetRumbleChannel
11
- */
12
- readonly getRumbleChannel: {
13
- readonly name: "GetRumbleChannel";
14
- readonly I: any;
15
- readonly O: any;
16
- readonly kind: any;
17
- };
18
- /**
19
- * Grab a Rumble Channel (Rumble API Method: Media.Item)
20
- *
21
- * @generated from rpc IT.WebServices.Fragments.Content.RumbleInterface.GetRumbleVideo
22
- */
23
- readonly getRumbleVideo: {
24
- readonly name: "GetRumbleVideo";
25
- readonly I: any;
26
- readonly O: any;
27
- readonly kind: any;
28
- };
29
- /**
30
- * @generated from rpc IT.WebServices.Fragments.Content.RumbleInterface.GetAllStoredData
31
- */
32
- readonly getAllStoredData: {
33
- readonly name: "GetAllStoredData";
34
- readonly I: any;
35
- readonly O: any;
36
- readonly kind: any;
37
- };
38
- /**
39
- * @generated from rpc IT.WebServices.Fragments.Content.RumbleInterface.GetStoredDataById
40
- */
41
- readonly getStoredDataById: {
42
- readonly name: "GetStoredDataById";
43
- readonly I: any;
44
- readonly O: any;
45
- readonly kind: any;
46
- };
47
- };
48
- };
@@ -1,17 +0,0 @@
1
- /**
2
- * @generated from service IT.WebServices.Fragments.Content.VideoInterface
3
- */
4
- export declare const VideoInterface: {
5
- readonly typeName: "IT.WebServices.Fragments.Content.VideoInterface";
6
- readonly methods: {
7
- /**
8
- * @generated from rpc IT.WebServices.Fragments.Content.VideoInterface.GetData
9
- */
10
- readonly getData: {
11
- readonly name: "GetData";
12
- readonly I: any;
13
- readonly O: any;
14
- readonly kind: any;
15
- };
16
- };
17
- };
@@ -1,82 +0,0 @@
1
- import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { ValidationIssue } from "../Errors_pb";
3
- import type { Message } from "@bufbuild/protobuf";
4
- /**
5
- * Describes the file Protos/IT/WebServices/Fragments/Notification/NotificationError.proto.
6
- */
7
- export declare const file_Protos_IT_WebServices_Fragments_Notification_NotificationError: GenFile;
8
- /**
9
- * @generated from message IT.WebServices.Fragments.Notification.NotificationError
10
- */
11
- export type NotificationError = Message<"IT.WebServices.Fragments.Notification.NotificationError"> & {
12
- /**
13
- * @generated from field: IT.WebServices.Fragments.Notification.NotificationErrorReason Type = 1;
14
- */
15
- Type: NotificationErrorReason;
16
- /**
17
- * @generated from field: string Message = 2;
18
- */
19
- Message: string;
20
- /**
21
- * @generated from field: repeated IT.WebServices.Fragments.ValidationIssue Validation = 3;
22
- */
23
- Validation: ValidationIssue[];
24
- };
25
- /**
26
- * Describes the message IT.WebServices.Fragments.Notification.NotificationError.
27
- * Use `create(NotificationErrorSchema)` to create a new message.
28
- */
29
- export declare const NotificationErrorSchema: GenMessage<NotificationError>;
30
- /**
31
- * @generated from enum IT.WebServices.Fragments.Notification.NotificationErrorReason
32
- */
33
- export declare enum NotificationErrorReason {
34
- /**
35
- * @generated from enum value: NOTIFICATION_REASON_UNSPECIFIED = 0;
36
- */
37
- NOTIFICATION_REASON_UNSPECIFIED = 0,
38
- /**
39
- * Email Sending 100-149
40
- *
41
- * @generated from enum value: SEND_EMAIL_ERROR_INVALID_ADDRESS = 100;
42
- */
43
- SEND_EMAIL_ERROR_INVALID_ADDRESS = 100,
44
- /**
45
- * @generated from enum value: SEND_EMAIL_ERROR_DELIVERY_FAILED = 101;
46
- */
47
- SEND_EMAIL_ERROR_DELIVERY_FAILED = 101,
48
- /**
49
- * @generated from enum value: SEND_EMAIL_ERROR_TEMPLATE_ERROR = 102;
50
- */
51
- SEND_EMAIL_ERROR_TEMPLATE_ERROR = 102,
52
- /**
53
- * @generated from enum value: SEND_EMAIL_ERROR_RATE_LIMITED = 103;
54
- */
55
- SEND_EMAIL_ERROR_RATE_LIMITED = 103,
56
- /**
57
- * @generated from enum value: SEND_EMAIL_ERROR_UNKNOWN = 149;
58
- */
59
- SEND_EMAIL_ERROR_UNKNOWN = 149,
60
- /**
61
- * Generic 900-999
62
- *
63
- * @generated from enum value: NOTIFICATION_ERROR_SERVICE_OFFLINE = 900;
64
- */
65
- NOTIFICATION_ERROR_SERVICE_OFFLINE = 900,
66
- /**
67
- * @generated from enum value: NOTIFICATION_ERROR_VALIDATION_FAILED = 901;
68
- */
69
- NOTIFICATION_ERROR_VALIDATION_FAILED = 901,
70
- /**
71
- * @generated from enum value: NOTIFICATION_ERROR_UNAUTHORIZED = 902;
72
- */
73
- NOTIFICATION_ERROR_UNAUTHORIZED = 902,
74
- /**
75
- * @generated from enum value: NOTIFICATION_ERROR_UNKNOWN = 999;
76
- */
77
- NOTIFICATION_ERROR_UNKNOWN = 999
78
- }
79
- /**
80
- * Describes the enum IT.WebServices.Fragments.Notification.NotificationErrorReason.
81
- */
82
- export declare const NotificationErrorReasonSchema: GenEnum<NotificationErrorReason>;
@@ -1,152 +0,0 @@
1
- import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
2
- import type { ValidationIssue } from "../Errors_pb";
3
- import type { Message } from "@bufbuild/protobuf";
4
- /**
5
- * Describes the file Protos/IT/WebServices/Fragments/Page/PageError.proto.
6
- */
7
- export declare const file_Protos_IT_WebServices_Fragments_Page_PageError: GenFile;
8
- /**
9
- * @generated from message IT.WebServices.Fragments.Page.PageError
10
- */
11
- export type PageError = Message<"IT.WebServices.Fragments.Page.PageError"> & {
12
- /**
13
- * @generated from field: IT.WebServices.Fragments.Page.PageErrorReason Type = 1;
14
- */
15
- Type: PageErrorReason;
16
- /**
17
- * @generated from field: string Message = 2;
18
- */
19
- Message: string;
20
- /**
21
- * @generated from field: repeated IT.WebServices.Fragments.ValidationIssue Validation = 3;
22
- */
23
- Validation: ValidationIssue[];
24
- };
25
- /**
26
- * Describes the message IT.WebServices.Fragments.Page.PageError.
27
- * Use `create(PageErrorSchema)` to create a new message.
28
- */
29
- export declare const PageErrorSchema: GenMessage<PageError>;
30
- /**
31
- * @generated from enum IT.WebServices.Fragments.Page.PageErrorReason
32
- */
33
- export declare enum PageErrorReason {
34
- /**
35
- * @generated from enum value: PAGE_REASON_UNSPECIFIED = 0;
36
- */
37
- PAGE_REASON_UNSPECIFIED = 0,
38
- /**
39
- * Page Creation 100-149
40
- *
41
- * @generated from enum value: CREATE_PAGE_ERROR_URL_CONFLICT = 100;
42
- */
43
- CREATE_PAGE_ERROR_URL_CONFLICT = 100,
44
- /**
45
- * @generated from enum value: CREATE_PAGE_ERROR_INVALID_CONTENT = 101;
46
- */
47
- CREATE_PAGE_ERROR_INVALID_CONTENT = 101,
48
- /**
49
- * @generated from enum value: CREATE_PAGE_ERROR_UNAUTHORIZED = 102;
50
- */
51
- CREATE_PAGE_ERROR_UNAUTHORIZED = 102,
52
- /**
53
- * @generated from enum value: CREATE_PAGE_ERROR_UNKNOWN = 149;
54
- */
55
- CREATE_PAGE_ERROR_UNKNOWN = 149,
56
- /**
57
- * Page Retrieval 200-249
58
- *
59
- * @generated from enum value: GET_PAGE_ERROR_NOT_FOUND = 200;
60
- */
61
- GET_PAGE_ERROR_NOT_FOUND = 200,
62
- /**
63
- * @generated from enum value: GET_PAGE_ERROR_UNAUTHORIZED = 201;
64
- */
65
- GET_PAGE_ERROR_UNAUTHORIZED = 201,
66
- /**
67
- * @generated from enum value: GET_PAGE_ERROR_UNKNOWN = 249;
68
- */
69
- GET_PAGE_ERROR_UNKNOWN = 249,
70
- /**
71
- * Page Modification 300-349
72
- *
73
- * @generated from enum value: MODIFY_PAGE_ERROR_NOT_FOUND = 300;
74
- */
75
- MODIFY_PAGE_ERROR_NOT_FOUND = 300,
76
- /**
77
- * @generated from enum value: MODIFY_PAGE_ERROR_UNAUTHORIZED = 301;
78
- */
79
- MODIFY_PAGE_ERROR_UNAUTHORIZED = 301,
80
- /**
81
- * @generated from enum value: MODIFY_PAGE_ERROR_URL_CONFLICT = 302;
82
- */
83
- MODIFY_PAGE_ERROR_URL_CONFLICT = 302,
84
- /**
85
- * @generated from enum value: MODIFY_PAGE_ERROR_UNKNOWN = 349;
86
- */
87
- MODIFY_PAGE_ERROR_UNKNOWN = 349,
88
- /**
89
- * Page Publishing 400-449
90
- *
91
- * @generated from enum value: PUBLISH_PAGE_ERROR_NOT_FOUND = 400;
92
- */
93
- PUBLISH_PAGE_ERROR_NOT_FOUND = 400,
94
- /**
95
- * @generated from enum value: PUBLISH_PAGE_ERROR_UNAUTHORIZED = 401;
96
- */
97
- PUBLISH_PAGE_ERROR_UNAUTHORIZED = 401,
98
- /**
99
- * @generated from enum value: PUBLISH_PAGE_ERROR_INVALID_DATE = 402;
100
- */
101
- PUBLISH_PAGE_ERROR_INVALID_DATE = 402,
102
- /**
103
- * @generated from enum value: PUBLISH_PAGE_ERROR_UNKNOWN = 449;
104
- */
105
- PUBLISH_PAGE_ERROR_UNKNOWN = 449,
106
- /**
107
- * Page Deletion 500-549
108
- *
109
- * @generated from enum value: DELETE_PAGE_ERROR_NOT_FOUND = 500;
110
- */
111
- DELETE_PAGE_ERROR_NOT_FOUND = 500,
112
- /**
113
- * @generated from enum value: DELETE_PAGE_ERROR_UNAUTHORIZED = 501;
114
- */
115
- DELETE_PAGE_ERROR_UNAUTHORIZED = 501,
116
- /**
117
- * @generated from enum value: DELETE_PAGE_ERROR_UNKNOWN = 549;
118
- */
119
- DELETE_PAGE_ERROR_UNKNOWN = 549,
120
- /**
121
- * Page Search 600-649
122
- *
123
- * @generated from enum value: SEARCH_PAGE_ERROR_INVALID_QUERY = 600;
124
- */
125
- SEARCH_PAGE_ERROR_INVALID_QUERY = 600,
126
- /**
127
- * @generated from enum value: SEARCH_PAGE_ERROR_UNKNOWN = 649;
128
- */
129
- SEARCH_PAGE_ERROR_UNKNOWN = 649,
130
- /**
131
- * Generic 900-999
132
- *
133
- * @generated from enum value: PAGE_ERROR_SERVICE_OFFLINE = 900;
134
- */
135
- PAGE_ERROR_SERVICE_OFFLINE = 900,
136
- /**
137
- * @generated from enum value: PAGE_ERROR_VALIDATION_FAILED = 901;
138
- */
139
- PAGE_ERROR_VALIDATION_FAILED = 901,
140
- /**
141
- * @generated from enum value: PAGE_ERROR_UNAUTHORIZED = 902;
142
- */
143
- PAGE_ERROR_UNAUTHORIZED = 902,
144
- /**
145
- * @generated from enum value: PAGE_ERROR_UNKNOWN = 999;
146
- */
147
- PAGE_ERROR_UNKNOWN = 999
148
- }
149
- /**
150
- * Describes the enum IT.WebServices.Fragments.Page.PageErrorReason.
151
- */
152
- export declare const PageErrorReasonSchema: GenEnum<PageErrorReason>;