@growi/sdk-typescript 1.3.0 → 1.5.0
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/CHANGELOG.md +12 -0
- package/dist/apiv3/index.d.ts +5 -9
- package/dist/apiv3/index.d.ts.map +1 -1
- package/dist/generated/v1/index.d.ts +1 -1
- package/dist/generated/v1/index.schemas.d.ts +72 -1
- package/dist/generated/v1/index.schemas.d.ts.map +1 -1
- package/dist/generated/v1/index.schemas.js +5 -0
- package/dist/generated/v1/index.schemas.js.map +1 -1
- package/dist/generated/v3/index.d.ts +11 -19
- package/dist/generated/v3/index.d.ts.map +1 -1
- package/dist/generated/v3/index.js +37 -79
- package/dist/generated/v3/index.js.map +1 -1
- package/dist/generated/v3/index.schemas.d.ts +114 -108
- package/dist/generated/v3/index.schemas.d.ts.map +1 -1
- package/dist/generated/v3/index.schemas.js +5 -0
- package/dist/generated/v3/index.schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1/index.schemas.ts +84 -1
- package/src/generated/v1/index.ts +1 -1
- package/src/generated/v3/index.schemas.ts +129 -107
- package/src/generated/v3/index.ts +56 -145
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## [2025-06-02] - SDK Update
|
|
2
2
|
|
|
3
|
+
## 1.5.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#13](https://github.com/growilabs/growi-sdk-typescript/pull/13) [`5cb35c6`](https://github.com/growilabs/growi-sdk-typescript/commit/5cb35c63a8c2a56e31687d7048f7ec783ab0109f) Thanks [@github-actions](https://github.com/apps/github-actions)! - SDK generated from OpenAPI spec update.
|
|
8
|
+
|
|
9
|
+
## 1.4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#11](https://github.com/growilabs/growi-sdk-typescript/pull/11) [`02f38f4`](https://github.com/growilabs/growi-sdk-typescript/commit/02f38f45cf8b85c579f544ffa9545484b5d5c046) Thanks [@github-actions](https://github.com/apps/github-actions)! - SDK generated from OpenAPI spec update.
|
|
14
|
+
|
|
3
15
|
## 1.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/dist/apiv3/index.d.ts
CHANGED
|
@@ -16,12 +16,6 @@ declare const _default: {
|
|
|
16
16
|
putSyncForExternalUserGroupsLdap: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutSyncForExternalUserGroupsLdap202>;
|
|
17
17
|
putSyncForExternalUserGroupsKeycloak: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutSyncForExternalUserGroupsKeycloak202>;
|
|
18
18
|
getSyncStatusForExternalUserGroupsLdap: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").SyncStatus>;
|
|
19
|
-
getOrdersForQuestionnaire: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetOrdersForQuestionnaire200>;
|
|
20
|
-
getIsEnabledForQuestionnaire: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetIsEnabledForQuestionnaire200>;
|
|
21
|
-
postAnswerForQuestionnaireProactive: (postAnswerForQuestionnaireProactiveBody: import("../generated/v3/index.schemas.js").PostAnswerForQuestionnaireProactiveBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PostAnswerForQuestionnaireProactive200>;
|
|
22
|
-
putAnswerForQuestionnaire: (putAnswerForQuestionnaireBody: import("../generated/v3/index.schemas.js").PutAnswerForQuestionnaireBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutAnswerForQuestionnaire201 | import("../generated/v3/index.schemas.js").PutAnswerForQuestionnaire204>;
|
|
23
|
-
putSkipForQuestionnaire: (putSkipForQuestionnaireBody: import("../generated/v3/index.schemas.js").PutSkipForQuestionnaireBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutSkipForQuestionnaire201 | import("../generated/v3/index.schemas.js").PutSkipForQuestionnaire204>;
|
|
24
|
-
putDenyForQuestionnaire: (putDenyForQuestionnaireBody: import("../generated/v3/index.schemas.js").PutDenyForQuestionnaireBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutDenyForQuestionnaire201 | import("../generated/v3/index.schemas.js").PutDenyForQuestionnaire204>;
|
|
25
19
|
getTemplates: (params?: import("../generated/v3/index.schemas.js").GetTemplatesParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetTemplates200>;
|
|
26
20
|
getPresetTemplatesByLocaleByTemplateIdForTemplates: (templateId: string, locale: string, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetPresetTemplatesByLocaleByTemplateIdForTemplates200>;
|
|
27
21
|
getPluginTemplatesByLocaleByTemplateIdByReposIdByOrganizationIdForTemplates: (organizationId: string, reposId: string, templateId: string, locale: string, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetPluginTemplatesByLocaleByTemplateIdByReposIdByOrganizationIdForTemplates200>;
|
|
@@ -37,7 +31,6 @@ declare const _default: {
|
|
|
37
31
|
postSmtpTestForAppSettings: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PostSmtpTestForAppSettings200>;
|
|
38
32
|
putSesSettingForAppSettings: (sesSettingParams: import("../generated/v3/index.schemas.js").SesSettingParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").SesSettingResponseParams>;
|
|
39
33
|
putFileUploadSettingsForAppSettings: (fileUploadSettingParams: import("../generated/v3/index.schemas.js").FileUploadSettingParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutFileUploadSettingsForAppSettings200>;
|
|
40
|
-
putQuestionnaireSettingsForAppSettings: (questionnaireSettingParams: import("../generated/v3/index.schemas.js").QuestionnaireSettingParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutQuestionnaireSettingsForAppSettings200>;
|
|
41
34
|
postV5SchemaMigrationForAppSettings: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PostV5SchemaMigrationForAppSettings200>;
|
|
42
35
|
postMaintenanceModeForAppSettings: (postMaintenanceModeForAppSettingsBody: import("../generated/v3/index.schemas.js").PostMaintenanceModeForAppSettingsBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PostMaintenanceModeForAppSettings200>;
|
|
43
36
|
getListForAttachment: (params: import("../generated/v3/index.schemas.js").GetListForAttachmentParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").AttachmentPaginateResult>;
|
|
@@ -117,7 +110,7 @@ declare const _default: {
|
|
|
117
110
|
putPage: (putPageBody: import("../generated/v3/index.schemas.js").PutPageBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutPage200>;
|
|
118
111
|
getExistForPage: (params: import("../generated/v3/index.schemas.js").GetExistForPageParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetExistForPage200>;
|
|
119
112
|
putLikesForPage: (likeParams: import("../generated/v3/index.schemas.js").LikeParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").Page>;
|
|
120
|
-
getInfoForPage: (
|
|
113
|
+
getInfoForPage: (params: import("../generated/v3/index.schemas.js").GetInfoForPageParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PageInfoAll>;
|
|
121
114
|
getGrantDataForPage: (params?: import("../generated/v3/index.schemas.js").GetGrantDataForPageParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetGrantDataForPage200>;
|
|
122
115
|
getNonUserRelatedGroupsGrantedForPage: (params: import("../generated/v3/index.schemas.js").GetNonUserRelatedGroupsGrantedForPageParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetNonUserRelatedGroupsGrantedForPage200>;
|
|
123
116
|
getApplicableGrantForPage: (params: import("../generated/v3/index.schemas.js").GetApplicableGrantForPageParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetApplicableGrantForPage200>;
|
|
@@ -148,13 +141,16 @@ declare const _default: {
|
|
|
148
141
|
getExternalAccountsForPersonalSetting: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetExternalAccountsForPersonalSetting200>;
|
|
149
142
|
putPasswordForPersonalSetting: (putPasswordForPersonalSettingBody: import("../generated/v3/index.schemas.js").PutPasswordForPersonalSettingBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutPasswordForPersonalSetting200>;
|
|
150
143
|
putApiTokenForPersonalSetting: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutApiTokenForPersonalSetting200>;
|
|
144
|
+
getAccessTokenForPersonalSetting: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetAccessTokenForPersonalSetting200>;
|
|
145
|
+
postAccessTokenForPersonalSetting: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PostAccessTokenForPersonalSetting200>;
|
|
146
|
+
deleteAccessTokenForPersonalSetting: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<void>;
|
|
147
|
+
deleteAllForPersonalSettingAccessToken: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<void>;
|
|
151
148
|
putAssociateLdapForPersonalSetting: (putAssociateLdapForPersonalSettingBody: import("../generated/v3/index.schemas.js").PutAssociateLdapForPersonalSettingBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutAssociateLdapForPersonalSetting200>;
|
|
152
149
|
putDisassociateLdapForPersonalSetting: (disassociateUser: import("../generated/v3/index.schemas.js").DisassociateUser, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutDisassociateLdapForPersonalSetting200>;
|
|
153
150
|
putEditorSettingsForPersonalSetting: (putEditorSettingsForPersonalSettingBody: import("../generated/v3/index.schemas.js").PutEditorSettingsForPersonalSettingBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutEditorSettingsForPersonalSetting200>;
|
|
154
151
|
getEditorSettingsForPersonalSetting: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetEditorSettingsForPersonalSetting200>;
|
|
155
152
|
putInAppNotificationSettingsForPersonalSetting: (putInAppNotificationSettingsForPersonalSettingBody: import("../generated/v3/index.schemas.js").PutInAppNotificationSettingsForPersonalSettingBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutInAppNotificationSettingsForPersonalSetting200>;
|
|
156
153
|
getInAppNotificationSettingsForPersonalSetting: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetInAppNotificationSettingsForPersonalSetting200>;
|
|
157
|
-
putQuestionnaireSettingsForPersonalSetting: (putQuestionnaireSettingsForPersonalSettingBody: import("../generated/v3/index.schemas.js").PutQuestionnaireSettingsForPersonalSettingBody, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").PutQuestionnaireSettingsForPersonalSetting200>;
|
|
158
154
|
getListForRevisions: (params?: import("../generated/v3/index.schemas.js").GetListForRevisionsParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetListForRevisions200>;
|
|
159
155
|
getRevisionsById: (id: string, params: import("../generated/v3/index.schemas.js").GetRevisionsByIdParams, options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetRevisionsById200>;
|
|
160
156
|
getIndicesForSearch: (options?: import("axios").AxiosRequestConfig<any> | undefined) => Promise<import("../generated/v3/index.schemas.js").GetIndicesForSearch200>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apiv3/index.ts"],"names":[],"mappings":"AACA,mBAAmB,0BAA0B,CAAC;AAC9C,mBAAmB,kCAAkC,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/apiv3/index.ts"],"names":[],"mappings":"AACA,mBAAmB,0BAA0B,CAAC;AAC9C,mBAAmB,kCAAkC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAItD,wBAAmC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Generated by orval v7.9.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* GROWI REST API v1
|
|
5
|
-
* OpenAPI spec version: 7.
|
|
5
|
+
* OpenAPI spec version: 7.3.0-RC.0
|
|
6
6
|
*/
|
|
7
7
|
import type { AddComment200, AddCommentBody, ApiResponseSuccess, GetComments200, GetCommentsParams, GetPageTagParams, GetUpdatePostParams, ListTags200, ListTagsParams, PageRemoveSuccessResponse, PageRevertSuccessResponse, PageTagsSuccessResponse, PageUnlinkSuccessResponse, PostLogin200, PostLoginBody, PostRegister200, PostRegisterBody, RemoveAttachmentBody, RemoveCommentBody, RemovePageBody, RemoveProfileImageBody, RevertRemovePageBody, SearchPages200, SearchPagesParams, SearchTags200, SearchTagsParams, UnlinkPageBody, UpdateComment200, UpdateCommentBody, UpdatePostSuccessResponse, UpdateTag200, UpdateTagBody, UploadProfileImage200, UploadProfileImageBodyOne, UploadProfileImageBodyTwo } from './index.schemas.js';
|
|
8
8
|
import { customInstance } from '../../utils/v1/axios-instance.js';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Generated by orval v7.9.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* GROWI REST API v1
|
|
5
|
-
* OpenAPI spec version: 7.
|
|
5
|
+
* OpenAPI spec version: 7.3.0-RC.0
|
|
6
6
|
*/
|
|
7
7
|
/**
|
|
8
8
|
* The type for Comment.comment
|
|
@@ -180,6 +180,77 @@ export type PagePath = string;
|
|
|
180
180
|
* Grant for page
|
|
181
181
|
*/
|
|
182
182
|
export type PageGrant = number;
|
|
183
|
+
/**
|
|
184
|
+
* Basic page information
|
|
185
|
+
*/
|
|
186
|
+
export interface PageInfo {
|
|
187
|
+
/** Whether the page is compatible with v5 */
|
|
188
|
+
isV5Compatible?: boolean;
|
|
189
|
+
/** Whether the page is empty */
|
|
190
|
+
isEmpty?: boolean;
|
|
191
|
+
/** Whether the page is movable */
|
|
192
|
+
isMovable?: boolean;
|
|
193
|
+
/** Whether the page is deletable */
|
|
194
|
+
isDeletable?: boolean;
|
|
195
|
+
/** Whether the page is able to delete completely */
|
|
196
|
+
isAbleToDeleteCompletely?: boolean;
|
|
197
|
+
/** Whether the page is revertible */
|
|
198
|
+
isRevertible?: boolean;
|
|
199
|
+
}
|
|
200
|
+
export type PageInfoForEntityAllOf = {
|
|
201
|
+
/** Number of bookmarks */
|
|
202
|
+
bookmarkCount?: number;
|
|
203
|
+
/** Number of users who have liked the page */
|
|
204
|
+
sumOfLikers?: number;
|
|
205
|
+
/** Ids of users who have liked the page */
|
|
206
|
+
likerIds?: string[];
|
|
207
|
+
/** Number of users who have seen the page */
|
|
208
|
+
sumOfSeenUsers?: number;
|
|
209
|
+
/** Ids of users who have seen the page */
|
|
210
|
+
seenUserIds?: string[];
|
|
211
|
+
/** Content age */
|
|
212
|
+
contentAge?: number;
|
|
213
|
+
/** Number of descendant pages */
|
|
214
|
+
descendantCount?: number;
|
|
215
|
+
/** Number of comments */
|
|
216
|
+
commentCount?: number;
|
|
217
|
+
};
|
|
218
|
+
/**
|
|
219
|
+
* Page information for entity (extends IPageInfo)
|
|
220
|
+
*/
|
|
221
|
+
export type PageInfoForEntity = PageInfo & PageInfoForEntityAllOf;
|
|
222
|
+
/**
|
|
223
|
+
* Subscription status
|
|
224
|
+
*/
|
|
225
|
+
export type PageInfoForOperationAllOfSubscriptionStatus = (typeof PageInfoForOperationAllOfSubscriptionStatus)[keyof typeof PageInfoForOperationAllOfSubscriptionStatus];
|
|
226
|
+
export declare const PageInfoForOperationAllOfSubscriptionStatus: {
|
|
227
|
+
readonly SUBSCRIBE: "SUBSCRIBE";
|
|
228
|
+
readonly UNSUBSCRIBE: "UNSUBSCRIBE";
|
|
229
|
+
};
|
|
230
|
+
export type PageInfoForOperationAllOf = {
|
|
231
|
+
/** Whether the page is bookmarked by the logged in user */
|
|
232
|
+
isBookmarked?: boolean;
|
|
233
|
+
/** Whether the page is liked by the logged in user */
|
|
234
|
+
isLiked?: boolean;
|
|
235
|
+
/** Subscription status */
|
|
236
|
+
subscriptionStatus?: PageInfoForOperationAllOfSubscriptionStatus;
|
|
237
|
+
};
|
|
238
|
+
/**
|
|
239
|
+
* Page information for operation (extends IPageInfoForEntity)
|
|
240
|
+
*/
|
|
241
|
+
export type PageInfoForOperation = PageInfoForEntity & PageInfoForOperationAllOf;
|
|
242
|
+
export type PageInfoForListingAllOf = {
|
|
243
|
+
/** Short body of the revision */
|
|
244
|
+
revisionShortBody?: string;
|
|
245
|
+
};
|
|
246
|
+
/**
|
|
247
|
+
* Page information for listing (extends IPageInfoForEntity with revision short body)
|
|
248
|
+
*/
|
|
249
|
+
export type PageInfoForListing = PageInfoForEntity & PageInfoForListingAllOf;
|
|
250
|
+
/**
|
|
251
|
+
* Page information (union of all page info types)
|
|
252
|
+
*/
|
|
253
|
+
export type PageInfoAll = PageInfo | PageInfoForEntity | PageInfoForOperation | PageInfoForListing;
|
|
183
254
|
/**
|
|
184
255
|
* extend data
|
|
185
256
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.schemas.d.ts","sourceRoot":"","sources":["../../../src/generated/v1/index.schemas.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AAErC;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,wBAAwB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,kDAAkD;IAClD,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,+CAA+C;IAC/C,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,cAAc;IAC7B,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,qCAAqC;IACrC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oCAAoC;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,cAAc;IAC7B,2BAA2B;IAC3B,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC3B;AAED,MAAM,WAAW,cAAc;IAC7B,4CAA4C;IAC5C,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,gEAAgE;IAChE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mDAAmD;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4CAA4C;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,uBAAuB,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,qBAAqB;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,cAAc;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,eAAe;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,qBAAqB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,oBAAoB;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yBAAyB;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,4BAA4B;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,oBAAoB;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,oBAAoB;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yBAAyB;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,4BAA4B;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,MAAM,YAAY,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC;AAE/B;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAGtE,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AAEX;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,wBAAwB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,kBAAkB;IAClB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,oBAAoB;IACpB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,oBAAoB;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oBAAoB;IACpB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,aAAa;IACb,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,MAAM,CAAC;AAE5B;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG,MAAM,CAAC;AAE3B,MAAM,MAAM,sBAAsB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,yBAAyB;IACzB,IAAI,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAChC,iEAAiE;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gEAAgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sDAAsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,iEAAiE;IACjE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,gEAAgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B,sCAAsC;IACtC,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAElC;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,wBAAwB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,aAAa;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;AAE7B;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC;AAE7B;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,aAAa;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,4BAA4B;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,8CAA8C;IAC9C,EAAE,EAAE,OAAO,CAAC;CACb;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,+DAA+D;IAC/D,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG,uBAAuB,CAAC;AAE3E;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEzE;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG,+BAA+B,CAAC;AAElF,MAAM,MAAM,qBAAqB,GAAG;IAClC,2DAA2D;IAC3D,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,yEAAyE;IACzE,KAAK,CAAC,EAAE,0BAA0B,CAAC;CACpC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,eAAe,GAAG,qBAAqB,CAAC;AAEvE,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,GAAG,YAAY,CAAC;AAExE,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG,cAAc,CAAC;AAE5E,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG,cAAc,CAAC;AAE5E,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG,cAAc,CAAC;AAE5E,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG,cAAc,CAAC;AAE5E;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;AAEjD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;AAEhD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;AAEhD;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,gBAAgB,CAAC;AAE3D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,WAAW,CAAC,EAAE,QAAQ,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,mBAAmB,CAAC;AAEtE,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,gBAAgB,CAAC,EAAE,eAAe,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,WAAW,EAAE,yBAAyB,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,gCAAgC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,kBAAkB,GAAG,kBAAkB,CAAC;AAEpE,MAAM,MAAM,gCAAgC,GAAG;IAC7C,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,WAAW,CAAC,EAAE,gCAAgC,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,qBAAqB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,0BAA0B;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,kBAAkB,GAAG,qBAAqB,CAAC;AAE1E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,EAAE,QAAQ,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,YAAY,CAAC,EAAE,4BAA4B,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,8CAA8C;IAC9C,OAAO,EAAE,MAAM,CAAC;IAChB,yCAAyC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0EAA0E;IAC1E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gDAAgD;IAChD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,+CAA+C;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,iDAAiD;IACjD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,0CAA0C;IAC1C,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,CAAC,EAAE,MAAM,CAAC;IACV,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,6BAA6B;IAC7B,IAAI,CAAC,EAAE,uBAAuB,CAAC;IAC/B,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB;IAChB,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,mBAAmB,CAAC;AAEtE,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,kBAAkB,GAAG,kBAAkB,CAAC;AAEpE,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,IAAI,CAAC,EAAE,IAAI,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,gCAAgC;IAChC,IAAI,CAAC,EAAE,IAAI,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG,iBAAiB,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,0CAA0C;IAC1C,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,kBAAkB,GAAG,gBAAgB,CAAC;AAEhE,MAAM,MAAM,yBAAyB,GAAG;IACtC,sBAAsB;IACtB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,sBAAsB;IACtB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,4CAA4C;IAC5C,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,kBAAkB,GAAG,0BAA0B,CAAC;AAEpF,MAAM,MAAM,oBAAoB,GAAG;IACjC,aAAa,EAAE,QAAQ,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.schemas.d.ts","sourceRoot":"","sources":["../../../src/generated/v1/index.schemas.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,MAAM,CAAC;AAEjC;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AAErC;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,wBAAwB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IAC3B,kDAAkD;IAClD,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACjB;AAED,MAAM,WAAW,cAAc;IAC7B,+CAA+C;IAC/C,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,cAAc;IAC7B,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,qCAAqC;IACrC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,oCAAoC;IACpC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,cAAc;IAC7B,2BAA2B;IAC3B,IAAI,CAAC,EAAE,kBAAkB,CAAC;CAC3B;AAED,MAAM,WAAW,cAAc;IAC7B,4CAA4C;IAC5C,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,uBAAuB;IACtC,gEAAgE;IAChE,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mDAAmD;IACnD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4CAA4C;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,uBAAuB,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,qBAAqB;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,cAAc;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,eAAe;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,wBAAwB;IACxB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,qBAAqB;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gBAAgB;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB,oBAAoB;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yBAAyB;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,qBAAqB;IACrB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,4BAA4B;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,oBAAoB;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,oBAAoB;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,yBAAyB;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,0BAA0B;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yBAAyB;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,4BAA4B;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B;AAED,MAAM,MAAM,YAAY,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,OAAO;IACtB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC;AAE9B;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,MAAM,CAAC;AAE/B;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,6CAA6C;IAC7C,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gCAAgC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,kCAAkC;IAClC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,oCAAoC;IACpC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,oDAAoD;IACpD,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,qCAAqC;IACrC,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,MAAM,MAAM,sBAAsB,GAAG;IACnC,0BAA0B;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,8CAA8C;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,6CAA6C;IAC7C,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,0CAA0C;IAC1C,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,kBAAkB;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iCAAiC;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yBAAyB;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,QAAQ,GAAG,sBAAsB,CAAC;AAElE;;GAEG;AACH,MAAM,MAAM,2CAA2C,GACrD,CAAC,OAAO,2CAA2C,CAAC,CAAC,MAAM,OAAO,2CAA2C,CAAC,CAAC;AAGjH,eAAO,MAAM,2CAA2C;;;CAG9C,CAAC;AAEX,MAAM,MAAM,yBAAyB,GAAG;IACtC,2DAA2D;IAC3D,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,sDAAsD;IACtD,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0BAA0B;IAC1B,kBAAkB,CAAC,EAAE,2CAA2C,CAAC;CAClE,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,iBAAiB,GAAG,yBAAyB,CAAC;AAEjF,MAAM,MAAM,uBAAuB,GAAG;IACpC,iCAAiC;IACjC,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,iBAAiB,GAAG,uBAAuB,CAAC;AAE7E;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,QAAQ,GAAG,iBAAiB,GAAG,oBAAoB,GAAG,kBAAkB,CAAC;AAEnG;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAC;AAGtE,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AAEX;;GAEG;AACH,MAAM,WAAW,IAAI;IACnB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,wBAAwB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,wBAAwB;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,IAAI,CAAC;IACf,kBAAkB;IAClB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,oBAAoB;IACpB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,cAAc,CAAC,EAAE,IAAI,CAAC;IACtB,oBAAoB;IACpB,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,oBAAoB;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oBAAoB;IACpB,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;IACrB,aAAa;IACb,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,MAAM,CAAC;AAE5B;;GAEG;AACH,MAAM,MAAM,KAAK,GAAG,MAAM,CAAC;AAE3B,MAAM,MAAM,sBAAsB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEhE;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,yBAAyB;IACzB,IAAI,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAChC,iEAAiE;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,6BAA6B;IAC7B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gEAAgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gDAAgD;IAChD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,iDAAiD;IACjD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,sDAAsD;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,iEAAiE;IACjE,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,gEAAgE;IAChE,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B,sCAAsC;IACtC,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC;AAElC;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB,GAAG,CAAC,EAAE,QAAQ,CAAC;IACf,wBAAwB;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,aAAa;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW;IACX,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sBAAsB;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;AAE7B;;GAEG;AACH,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC;AAE7B;;GAEG;AACH,MAAM,WAAW,GAAG;IAClB,aAAa;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,4BAA4B;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAe;IAC9B,8CAA8C;IAC9C,EAAE,EAAE,OAAO,CAAC;CACb;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,+DAA+D;IAC/D,EAAE,CAAC,EAAE,OAAO,CAAC;CACd,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,eAAe,GAAG,uBAAuB,CAAC;AAE3E;;GAEG;AACH,MAAM,MAAM,+BAA+B,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAEzE;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,MAAM,GAAG,+BAA+B,CAAC;AAElF,MAAM,MAAM,qBAAqB,GAAG;IAClC,2DAA2D;IAC3D,EAAE,CAAC,EAAE,OAAO,CAAC;IACb,yEAAyE;IACzE,KAAK,CAAC,EAAE,0BAA0B,CAAC;CACpC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,eAAe,GAAG,qBAAqB,CAAC;AAEvE,MAAM,MAAM,uBAAuB,GAAG,kBAAkB,GAAG,YAAY,CAAC;AAExE,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG,cAAc,CAAC;AAE5E,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG,cAAc,CAAC;AAE5E,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG,cAAc,CAAC;AAE5E,MAAM,MAAM,yBAAyB,GAAG,kBAAkB,GAAG,cAAc,CAAC;AAE5E;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,gBAAgB,CAAC;AAElD;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,gBAAgB,CAAC;AAEjD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;AAEhD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;AAEhD;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,gBAAgB,CAAC;AAE3D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,WAAW,CAAC,EAAE,QAAQ,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,mBAAmB,CAAC;AAEtE,MAAM,MAAM,yBAAyB,GAAG;IACtC,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,gBAAgB,CAAC,EAAE,eAAe,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,WAAW,EAAE,yBAAyB,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,gCAAgC;IAChC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,kBAAkB,GAAG,kBAAkB,CAAC;AAEpE,MAAM,MAAM,gCAAgC,GAAG;IAC7C,OAAO,CAAC,EAAE,QAAQ,CAAC;IACnB,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,WAAW,CAAC,EAAE,gCAAgC,CAAC;CAChD,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,qBAAqB,CAAC;CAC7B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG;IAClC,0BAA0B;IAC1B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,kBAAkB,GAAG,qBAAqB,CAAC;AAE1E,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,EAAE,QAAQ,CAAC;CACtB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,CAAC,EAAE,sBAAsB,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,YAAY,CAAC,EAAE,4BAA4B,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,8CAA8C;IAC9C,OAAO,EAAE,MAAM,CAAC;IAChB,yCAAyC;IACzC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0EAA0E;IAC1E,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gDAAgD;IAChD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,+CAA+C;IAC/C,OAAO,EAAE,MAAM,CAAC;IAChB,iDAAiD;IACjD,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC3B,0CAA0C;IAC1C,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,CAAC,EAAE,MAAM,CAAC;IACV,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,6BAA6B;IAC7B,IAAI,CAAC,EAAE,uBAAuB,CAAC;IAC/B,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB;IAChB,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,kBAAkB,GAAG,mBAAmB,CAAC;AAEtE,MAAM,MAAM,gBAAgB,GAAG;IAC7B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,CAAC;CACZ,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,4BAA4B;IAC5B,IAAI,CAAC,EAAE,IAAI,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,kBAAkB,GAAG,kBAAkB,CAAC;AAEpE,MAAM,MAAM,aAAa,GAAG;IAC1B,MAAM,CAAC,EAAE,QAAQ,CAAC;IAClB,UAAU,CAAC,EAAE,QAAQ,CAAC;IACtB,IAAI,CAAC,EAAE,IAAI,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,gCAAgC;IAChC,IAAI,CAAC,EAAE,IAAI,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG,iBAAiB,CAAC;AAElE,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,0CAA0C;IAC1C,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;CACd,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,kBAAkB,GAAG,gBAAgB,CAAC;AAEhE,MAAM,MAAM,yBAAyB,GAAG;IACtC,sBAAsB;IACtB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,gCAAgC;IAChC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,sBAAsB;IACtB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,4CAA4C;IAC5C,UAAU,CAAC,EAAE,iBAAiB,CAAC;CAChC,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,kBAAkB,GAAG,0BAA0B,CAAC;AAEpF,MAAM,MAAM,oBAAoB,GAAG;IACjC,aAAa,EAAE,QAAQ,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC"}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
2
|
+
export const PageInfoForOperationAllOfSubscriptionStatus = {
|
|
3
|
+
SUBSCRIBE: 'SUBSCRIBE',
|
|
4
|
+
UNSUBSCRIBE: 'UNSUBSCRIBE',
|
|
5
|
+
};
|
|
6
|
+
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
2
7
|
export const PageStatus = {
|
|
3
8
|
wip: 'wip',
|
|
4
9
|
published: 'published',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.schemas.js","sourceRoot":"","sources":["../../../src/generated/v1/index.schemas.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.schemas.js","sourceRoot":"","sources":["../../../src/generated/v1/index.schemas.ts"],"names":[],"mappings":"AAsPA,2DAA2D;AAC3D,MAAM,CAAC,MAAM,2CAA2C,GAAG;IACzD,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;CAClB,CAAC;AAyCX,2DAA2D;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,GAAG,EAAE,KAAK;IACV,SAAS,EAAE,WAAW;IACtB,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;CAChB,CAAC"}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Generated by orval v7.9.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* GROWI REST API v3
|
|
5
|
-
* OpenAPI spec version: 7.
|
|
5
|
+
* OpenAPI spec version: 7.3.0-RC.0
|
|
6
6
|
*/
|
|
7
|
-
import type { ActivityResponse, AppSettingPutParams, AttachmentPaginateResult, BookmarkInfo, BookmarkParams, Bookmarks, BotType, CustomizeCss, CustomizeFunction, CustomizeHighlight, CustomizeLayout, CustomizeLogo, CustomizeNoscript, CustomizePresentation, CustomizeScript, CustomizeSidebar, CustomizeTheme, CustomizeTitle, DeleteAllForShareLinks200, DeleteAllShareLinksForSecuritySetting200, DeleteBookmarkFolderById200, DeleteEmptyTrashForPages200, DeleteExportByFileName200, DeleteExternalUserGroupsById200, DeleteExternalUserGroupsByIdParams, DeleteRemoveByIdForPlugins200, DeleteRemoveByIdForUsers200, DeleteRemoveByIdForUsersExternalAccounts200, DeleteShareLinksParams, DeleteSlackAppIntegrationsByIdForSlackIntegrationSettings200, DeleteUserGroupsById200, DeleteUserGroupsByIdParams, DeleteUsersByUsernameByIdForUserGroups200, DisassociateUser, FileImportResponse, FileUploadSettingParams, GeneralSetting, GetActivityParams, GetAdminHome200, GetAllShareLinksForSecuritySetting200, GetAncestorsChildrenForPageListing200, GetAncestorsChildrenForPageListingParams, GetAncestorsForExternalUserGroups200, GetAncestorsForExternalUserGroupsParams, GetAncestorsForUserGroups200, GetAncestorsForUserGroupsParams, GetAppSettings200, GetApplicableGrantForPage200, GetApplicableGrantForPageParams, GetAttachmentById200, GetAuthenticationForSecuritySetting200, GetChildrenForExternalUserGroups200, GetChildrenForExternalUserGroupsParams, GetChildrenForPageListing200, GetChildrenForPageListingParams, GetChildrenForUserGroups200, GetChildrenForUserGroupsParams, GetCollectionsForMongo200, GetCustomizeSetting200, GetEditorSettingsForPersonalSetting200, GetExistForPage200, GetExistForPageParams, GetExistPathsForPage200, GetExistPathsForPageParams, GetExternalAccountsForPersonalSetting200, GetExternalAccountsForUsers200, GetExternalAccountsForUsersParams, GetExternalUserGroupRelations200, GetExternalUserGroupRelationsByIdForExternalUserGroups200, GetExternalUserGroupRelationsParams, GetExternalUserGroups200, GetExternalUserGroupsById200, GetExternalUserGroupsParams, GetFilesForG2gTransfer200, GetGlobalNotificationByIdForNotificationSetting200, GetGrantDataForPage200, GetGrantDataForPageParams, GetGrowiInfoForG2gTransfer200, GetHealthcheck200, GetHealthcheckParams, GetImport200, GetInAppNotificationSettingsForPersonalSetting200, GetIndicesForSearch200, GetInfoForBookmarksParams, GetInfoForPageListing200, GetInfoForPageListingParams, GetIsEnabledForQuestionnaire200, GetIsPasswordSetForPersonalSetting200, GetLimitForAttachment200, GetLimitForAttachmentParams, GetListByUserIdForBookmarkFolder200, GetListForAttachmentParams, GetListForInAppNotificationParams, GetListForPages200, GetListForPagesParams, GetListForRevisions200, GetListForRevisionsParams, GetListForUsers200, GetListForUsersParams, GetMarkdownSetting200, GetNonUserRelatedGroupsGrantedForPage200, GetNonUserRelatedGroupsGrantedForPageParams, GetNotificationSetting200, GetOrdersForQuestionnaire200, GetPageParams, GetPagesByIdForUserGroups200, GetPersonalSetting200, GetPluginTemplatesByLocaleByTemplateIdByReposIdByOrganizationIdForTemplates200, GetPresetTemplatesByLocaleByTemplateIdForTemplates200, GetRecentById200, GetRecentForPagesParams, GetRevisionsById200, GetRevisionsByIdParams, GetRootForPageListing200, GetSecuritySetting200, GetSelectableChildGroups200, GetSelectableChildGroupsParams, GetSelectableParentGroups200, GetSelectableParentGroupsParams, GetShareLinks200, GetShareLinksParams, GetSlackIntegrationLegacySetting200, GetSlackIntegrationSettings200, GetStatusForExport200, GetStatusForImport200, GetStatusForInAppNotification200, GetSubordinatedListForPages200, GetSubordinatedListForPagesParams, GetSupportedCommandsForSlackIntegration200, GetSyncSettingsForExternalUserGroupsKeycloak200, GetSyncSettingsForExternalUserGroupsLdap200, GetTemplates200, GetTemplatesParams, GetThemeForCustomizeSetting200, GetUnrelatedUsersByIdForUserGroups200, GetUnrelatedUsersByIdForUserGroupsParams, GetUserGroupRelations200, GetUserGroupRelationsByIdForUserGroups200, GetUserGroups200, GetUserGroupsById200, GetUserGroupsParams, GetUsernamesForUsers200, GetUsernamesForUsersParams, GetUsers200, GetUsersByIdForUserGroups200, GetUsersParams, GetV5MigrationStatusForPages200, GetYjsDataByPageId200, GitHubOAuthSetting, GlobalNotification, GlobalNotificationParams, GoogleOAuthSetting, InAppNotificationListResponse, IndentParams, LdapAuthSetting, LikeParams, LineBreakParams, LocalSetting, NotifyForPageGrant, OidcAuthSetting, Page, PageInfo, PageParams, PersonalSettings, PostAddBookmarkToFolderForBookmarkFolder200, PostAddBookmarkToFolderForBookmarkFolderBody, PostAnswerForQuestionnaireProactive200, PostAnswerForQuestionnaireProactiveBody, PostAttachment200, PostAttachmentBodyOne, PostAttachmentBodyTwo, PostAttachmentForG2gTransfer200, PostAttachmentForG2gTransferBody, PostBookmarkFolder200, PostBookmarkFolderBody, PostCommandsForSlackIntegrationBody, PostCommandsForSlackIntegrationProxiedBody, PostCompleteRegistration200, PostCompleteRegistrationBody, PostConvertPagesByPathForPages200, PostConvertPagesByPathForPagesBody, PostDeleteForPages200, PostDeleteForPagesBody, PostDuplicateForPages200, PostDuplicateForPagesBody, PostEventsForSlackIntegration200, PostEventsForSlackIntegrationBody, PostEventsForSlackIntegrationProxied200, PostEventsForSlackIntegrationProxiedBody, PostExport200, PostExportBody, PostForgotPassword200, PostForgotPasswordBody, PostG2gTransfer200, PostG2gTransferBody, PostGenerateKeyForG2gTransfer200, PostGenerateKeyForG2gTransferBody, PostGlobalNotificationForNotificationSetting200, PostImportBody, PostInstaller200, PostInstallerBody, PostInteractionsForSlackIntegrationBody, PostInteractionsForSlackIntegrationProxiedBody, PostInviteForUsers200, PostInviteForUsersParams, PostInvited200, PostInvitedBody, PostLegacyPagesMigrationForPages200, PostLegacyPagesMigrationForPagesBody, PostLogin200, PostLoginBody, PostMaintenanceModeForAppSettings200, PostMaintenanceModeForAppSettingsBody, PostOpenForInAppNotification200, PostOpenForInAppNotificationBody, PostPage201, PostPageBody, PostPlugins200, PostPluginsBody, PostRegister200, PostRegisterBody, PostRelationTestByIdForSlackIntegrationSettingsSlackAppIntegrationsBody, PostResumeRenameForPages200, PostResumeRenameForPagesBody, PostShareLinksParams, PostSlackAppIntegrationsForSlackIntegrationSettings200, PostSmtpTestForAppSettings200, PostTestForSlackIntegrationSettingsWithoutProxyBody, PostTransferForG2gTransfer200, PostTransferForG2gTransferBody, PostUploadForImportBody, PostUserGroups200, PostUserGroupsBody, PostUserNotificationForNotificationSetting200, PostUsersByUsernameByIdForUserGroups200, PostV5SchemaMigrationForAppSettings200, PostVerifyForSlackIntegrationProxied200, PostVerifyForSlackIntegrationProxiedBody, PutActivateByIdForPlugins200, PutActivateByIdForUsers200, PutAnswerForQuestionnaire201, PutAnswerForQuestionnaire204, PutAnswerForQuestionnaireBody, PutApiTokenForPersonalSetting200, PutAppSettingForAppSettings200, PutAssociateLdapForPersonalSetting200, PutAssociateLdapForPersonalSettingBody, PutBookmarkFolder200, PutBookmarkFolderBody, PutBookmarks200, PutContentWidthByPageId200, PutContentWidthByPageIdBody, PutCustomizeCssForCustomizeSetting200, PutCustomizeLogoForCustomizeSetting200, PutCustomizeNoscriptForCustomizeSetting200, PutCustomizeScriptForCustomizeSetting200, PutCustomizeTitleForCustomizeSetting200, PutDeactivateByIdForUsers200, PutDenyForQuestionnaire201, PutDenyForQuestionnaire204, PutDenyForQuestionnaireBody, PutDisassociateLdapForPersonalSetting200, PutEditorSettingsForPersonalSetting200, PutEditorSettingsForPersonalSettingBody, PutEnabledByIdForNotificationSettingGlobalNotification200, PutEnabledByIdForNotificationSettingGlobalNotificationBody, PutEnabledForSecuritySettingAuthentication200, PutEnabledForSecuritySettingAuthenticationBody, PutExternalUserGroupsById200, PutExternalUserGroupsByIdBody, PutFileUploadSettingsForAppSettings200, PutForgotPassword200, PutForgotPasswordBody, PutFunctionForCustomizeSetting200, PutGithubOauthForSecuritySetting200, PutGlobalNotificationByIdForNotificationSetting200, PutGoogleOauthForSecuritySetting200, PutGrantAdminByIdForUsers200, PutGrantByPageIdBody, PutGrantReadOnlyByIdForUsers200, PutHighlightForCustomizeSetting200, PutImageTypeForPersonalSetting200, PutImageTypeForPersonalSettingBody, PutInAppNotificationSettingsForPersonalSetting200, PutInAppNotificationSettingsForPersonalSettingBody, PutIndentForMarkdownSetting200, PutIndicesForSearch200, PutIndicesForSearchBody, PutLayoutForCustomizeSetting200, PutLdapForSecuritySetting200, PutLineBreakForMarkdownSetting200, PutLocalSettingForSecuritySetting200, PutOidcForSecuritySetting200, PutPage200, PutPageBody, PutPasswordForPersonalSetting200, PutPasswordForPersonalSettingBody, PutPermissionsByIdForSlackIntegrationSettingsSlackAppIntegrations200, PutPermissionsByIdForSlackIntegrationSettingsSlackAppIntegrationsBody, PutPersonalSetting200, PutPresentationForCustomizeSetting200, PutProxyUriForSlackIntegrationSettings200, PutProxyUriForSlackIntegrationSettingsBody, PutQuestionnaireSettingsForAppSettings200, PutQuestionnaireSettingsForPersonalSetting200, PutQuestionnaireSettingsForPersonalSettingBody, PutRegenerateTokensByIdForSlackIntegrationSettingsSlackAppIntegrations200, PutRenameForPages200, PutRenameForPagesBody, PutResetPasswordEmailForUsersBody, PutResetPasswordForUsers200, PutResetPasswordForUsersBody, PutRevokeAdminByIdForUsers200, PutRevokeReadOnlyByIdForUsers200, PutSamlForSecuritySetting200, PutSendInvitationEmailForUsers200, PutSendInvitationEmailForUsersBody, PutShareLinkSettingForSecuritySetting200, PutSidebarForCustomizeSetting200, PutSiteUrlSettingForAppSettings200, PutSkipForQuestionnaire201, PutSkipForQuestionnaire204, PutSkipForQuestionnaireBody, PutSlackIntegrationLegacySetting200, PutSlackIntegrationLegacySettingBody, PutSmtpSettingForAppSettings200, PutSubscribeForPageBody, PutSyncForExternalUserGroupsKeycloak202, PutSyncForExternalUserGroupsLdap202, PutSyncLatestRevisionBodyToYjsDraftByPageId200, PutSyncLatestRevisionBodyToYjsDraftByPageIdBody, PutSyncSettingsForExternalUserGroupsKeycloak204, PutSyncSettingsForExternalUserGroupsKeycloakBody, PutSyncSettingsForExternalUserGroupsLdap204, PutSyncSettingsForExternalUserGroupsLdapBody, PutThemeForCustomizeSetting200, PutUpdateBookmarkForBookmarkFolder200, PutUpdateBookmarkForBookmarkFolderBody, PutUpdateImageUrlCacheForUsers200, PutUpdateImageUrlCacheForUsersBody, PutUpdatePermissionsForSlackIntegrationSettingsWithoutProxyBody, PutUpdateSettingsForSlackIntegrationSettingsWithoutProxyBody, PutUploadBrandLogoForCustomizeSetting200, PutUploadBrandLogoForCustomizeSettingBody, PutUserGroupsById200, PutUserGroupsByIdBody, PutUserUiSettings200, PutUserUiSettingsBody, QuestionnaireSettingParams, SamlAuthSetting, SesSettingParams, SesSettingResponseParams, ShareLinkSetting, ShareLinkSimple, SiteUrlSettingParams, SmtpSettingParams, StatisticsUserResponse, SyncStatus, UserNotification, UserNotificationParams, XssParams } from './index.schemas.js';
|
|
7
|
+
import type { ActivityResponse, AppSettingPutParams, AttachmentPaginateResult, BookmarkInfo, BookmarkParams, Bookmarks, BotType, CustomizeCss, CustomizeFunction, CustomizeHighlight, CustomizeLayout, CustomizeLogo, CustomizeNoscript, CustomizePresentation, CustomizeScript, CustomizeSidebar, CustomizeTheme, CustomizeTitle, DeleteAllForShareLinks200, DeleteAllShareLinksForSecuritySetting200, DeleteBookmarkFolderById200, DeleteEmptyTrashForPages200, DeleteExportByFileName200, DeleteExternalUserGroupsById200, DeleteExternalUserGroupsByIdParams, DeleteRemoveByIdForPlugins200, DeleteRemoveByIdForUsers200, DeleteRemoveByIdForUsersExternalAccounts200, DeleteShareLinksParams, DeleteSlackAppIntegrationsByIdForSlackIntegrationSettings200, DeleteUserGroupsById200, DeleteUserGroupsByIdParams, DeleteUsersByUsernameByIdForUserGroups200, DisassociateUser, FileImportResponse, FileUploadSettingParams, GeneralSetting, GetAccessTokenForPersonalSetting200, GetActivityParams, GetAdminHome200, GetAllShareLinksForSecuritySetting200, GetAncestorsChildrenForPageListing200, GetAncestorsChildrenForPageListingParams, GetAncestorsForExternalUserGroups200, GetAncestorsForExternalUserGroupsParams, GetAncestorsForUserGroups200, GetAncestorsForUserGroupsParams, GetAppSettings200, GetApplicableGrantForPage200, GetApplicableGrantForPageParams, GetAttachmentById200, GetAuthenticationForSecuritySetting200, GetChildrenForExternalUserGroups200, GetChildrenForExternalUserGroupsParams, GetChildrenForPageListing200, GetChildrenForPageListingParams, GetChildrenForUserGroups200, GetChildrenForUserGroupsParams, GetCollectionsForMongo200, GetCustomizeSetting200, GetEditorSettingsForPersonalSetting200, GetExistForPage200, GetExistForPageParams, GetExistPathsForPage200, GetExistPathsForPageParams, GetExternalAccountsForPersonalSetting200, GetExternalAccountsForUsers200, GetExternalAccountsForUsersParams, GetExternalUserGroupRelations200, GetExternalUserGroupRelationsByIdForExternalUserGroups200, GetExternalUserGroupRelationsParams, GetExternalUserGroups200, GetExternalUserGroupsById200, GetExternalUserGroupsParams, GetFilesForG2gTransfer200, GetGlobalNotificationByIdForNotificationSetting200, GetGrantDataForPage200, GetGrantDataForPageParams, GetGrowiInfoForG2gTransfer200, GetHealthcheck200, GetHealthcheckParams, GetImport200, GetInAppNotificationSettingsForPersonalSetting200, GetIndicesForSearch200, GetInfoForBookmarksParams, GetInfoForPageListing200, GetInfoForPageListingParams, GetInfoForPageParams, GetIsPasswordSetForPersonalSetting200, GetLimitForAttachment200, GetLimitForAttachmentParams, GetListByUserIdForBookmarkFolder200, GetListForAttachmentParams, GetListForInAppNotificationParams, GetListForPages200, GetListForPagesParams, GetListForRevisions200, GetListForRevisionsParams, GetListForUsers200, GetListForUsersParams, GetMarkdownSetting200, GetNonUserRelatedGroupsGrantedForPage200, GetNonUserRelatedGroupsGrantedForPageParams, GetNotificationSetting200, GetPageParams, GetPagesByIdForUserGroups200, GetPersonalSetting200, GetPluginTemplatesByLocaleByTemplateIdByReposIdByOrganizationIdForTemplates200, GetPresetTemplatesByLocaleByTemplateIdForTemplates200, GetRecentById200, GetRecentForPagesParams, GetRevisionsById200, GetRevisionsByIdParams, GetRootForPageListing200, GetSecuritySetting200, GetSelectableChildGroups200, GetSelectableChildGroupsParams, GetSelectableParentGroups200, GetSelectableParentGroupsParams, GetShareLinks200, GetShareLinksParams, GetSlackIntegrationLegacySetting200, GetSlackIntegrationSettings200, GetStatusForExport200, GetStatusForImport200, GetStatusForInAppNotification200, GetSubordinatedListForPages200, GetSubordinatedListForPagesParams, GetSupportedCommandsForSlackIntegration200, GetSyncSettingsForExternalUserGroupsKeycloak200, GetSyncSettingsForExternalUserGroupsLdap200, GetTemplates200, GetTemplatesParams, GetThemeForCustomizeSetting200, GetUnrelatedUsersByIdForUserGroups200, GetUnrelatedUsersByIdForUserGroupsParams, GetUserGroupRelations200, GetUserGroupRelationsByIdForUserGroups200, GetUserGroups200, GetUserGroupsById200, GetUserGroupsParams, GetUsernamesForUsers200, GetUsernamesForUsersParams, GetUsers200, GetUsersByIdForUserGroups200, GetUsersParams, GetV5MigrationStatusForPages200, GetYjsDataByPageId200, GitHubOAuthSetting, GlobalNotification, GlobalNotificationParams, GoogleOAuthSetting, InAppNotificationListResponse, IndentParams, LdapAuthSetting, LikeParams, LineBreakParams, LocalSetting, NotifyForPageGrant, OidcAuthSetting, Page, PageInfoAll, PersonalSettings, PostAccessTokenForPersonalSetting200, PostAddBookmarkToFolderForBookmarkFolder200, PostAddBookmarkToFolderForBookmarkFolderBody, PostAttachment200, PostAttachmentBodyOne, PostAttachmentBodyTwo, PostAttachmentForG2gTransfer200, PostAttachmentForG2gTransferBody, PostBookmarkFolder200, PostBookmarkFolderBody, PostCommandsForSlackIntegrationBody, PostCommandsForSlackIntegrationProxiedBody, PostCompleteRegistration200, PostCompleteRegistrationBody, PostConvertPagesByPathForPages200, PostConvertPagesByPathForPagesBody, PostDeleteForPages200, PostDeleteForPagesBody, PostDuplicateForPages200, PostDuplicateForPagesBody, PostEventsForSlackIntegration200, PostEventsForSlackIntegrationBody, PostEventsForSlackIntegrationProxied200, PostEventsForSlackIntegrationProxiedBody, PostExport200, PostExportBody, PostForgotPassword200, PostForgotPasswordBody, PostG2gTransfer200, PostG2gTransferBody, PostGenerateKeyForG2gTransfer200, PostGenerateKeyForG2gTransferBody, PostGlobalNotificationForNotificationSetting200, PostImportBody, PostInstaller200, PostInstallerBody, PostInteractionsForSlackIntegrationBody, PostInteractionsForSlackIntegrationProxiedBody, PostInviteForUsers200, PostInviteForUsersParams, PostInvited200, PostInvitedBody, PostLegacyPagesMigrationForPages200, PostLegacyPagesMigrationForPagesBody, PostLogin200, PostLoginBody, PostMaintenanceModeForAppSettings200, PostMaintenanceModeForAppSettingsBody, PostOpenForInAppNotification200, PostOpenForInAppNotificationBody, PostPage201, PostPageBody, PostPlugins200, PostPluginsBody, PostRegister200, PostRegisterBody, PostRelationTestByIdForSlackIntegrationSettingsSlackAppIntegrationsBody, PostResumeRenameForPages200, PostResumeRenameForPagesBody, PostShareLinksParams, PostSlackAppIntegrationsForSlackIntegrationSettings200, PostSmtpTestForAppSettings200, PostTestForSlackIntegrationSettingsWithoutProxyBody, PostTransferForG2gTransfer200, PostTransferForG2gTransferBody, PostUploadForImportBody, PostUserGroups200, PostUserGroupsBody, PostUserNotificationForNotificationSetting200, PostUsersByUsernameByIdForUserGroups200, PostV5SchemaMigrationForAppSettings200, PostVerifyForSlackIntegrationProxied200, PostVerifyForSlackIntegrationProxiedBody, PutActivateByIdForPlugins200, PutActivateByIdForUsers200, PutApiTokenForPersonalSetting200, PutAppSettingForAppSettings200, PutAssociateLdapForPersonalSetting200, PutAssociateLdapForPersonalSettingBody, PutBookmarkFolder200, PutBookmarkFolderBody, PutBookmarks200, PutContentWidthByPageId200, PutContentWidthByPageIdBody, PutCustomizeCssForCustomizeSetting200, PutCustomizeLogoForCustomizeSetting200, PutCustomizeNoscriptForCustomizeSetting200, PutCustomizeScriptForCustomizeSetting200, PutCustomizeTitleForCustomizeSetting200, PutDeactivateByIdForUsers200, PutDisassociateLdapForPersonalSetting200, PutEditorSettingsForPersonalSetting200, PutEditorSettingsForPersonalSettingBody, PutEnabledByIdForNotificationSettingGlobalNotification200, PutEnabledByIdForNotificationSettingGlobalNotificationBody, PutEnabledForSecuritySettingAuthentication200, PutEnabledForSecuritySettingAuthenticationBody, PutExternalUserGroupsById200, PutExternalUserGroupsByIdBody, PutFileUploadSettingsForAppSettings200, PutForgotPassword200, PutForgotPasswordBody, PutFunctionForCustomizeSetting200, PutGithubOauthForSecuritySetting200, PutGlobalNotificationByIdForNotificationSetting200, PutGoogleOauthForSecuritySetting200, PutGrantAdminByIdForUsers200, PutGrantByPageIdBody, PutGrantReadOnlyByIdForUsers200, PutHighlightForCustomizeSetting200, PutImageTypeForPersonalSetting200, PutImageTypeForPersonalSettingBody, PutInAppNotificationSettingsForPersonalSetting200, PutInAppNotificationSettingsForPersonalSettingBody, PutIndentForMarkdownSetting200, PutIndicesForSearch200, PutIndicesForSearchBody, PutLayoutForCustomizeSetting200, PutLdapForSecuritySetting200, PutLineBreakForMarkdownSetting200, PutLocalSettingForSecuritySetting200, PutOidcForSecuritySetting200, PutPage200, PutPageBody, PutPasswordForPersonalSetting200, PutPasswordForPersonalSettingBody, PutPermissionsByIdForSlackIntegrationSettingsSlackAppIntegrations200, PutPermissionsByIdForSlackIntegrationSettingsSlackAppIntegrationsBody, PutPersonalSetting200, PutPresentationForCustomizeSetting200, PutProxyUriForSlackIntegrationSettings200, PutProxyUriForSlackIntegrationSettingsBody, PutRegenerateTokensByIdForSlackIntegrationSettingsSlackAppIntegrations200, PutRenameForPages200, PutRenameForPagesBody, PutResetPasswordEmailForUsersBody, PutResetPasswordForUsers200, PutResetPasswordForUsersBody, PutRevokeAdminByIdForUsers200, PutRevokeReadOnlyByIdForUsers200, PutSamlForSecuritySetting200, PutSendInvitationEmailForUsers200, PutSendInvitationEmailForUsersBody, PutShareLinkSettingForSecuritySetting200, PutSidebarForCustomizeSetting200, PutSiteUrlSettingForAppSettings200, PutSlackIntegrationLegacySetting200, PutSlackIntegrationLegacySettingBody, PutSmtpSettingForAppSettings200, PutSubscribeForPageBody, PutSyncForExternalUserGroupsKeycloak202, PutSyncForExternalUserGroupsLdap202, PutSyncLatestRevisionBodyToYjsDraftByPageId200, PutSyncLatestRevisionBodyToYjsDraftByPageIdBody, PutSyncSettingsForExternalUserGroupsKeycloak204, PutSyncSettingsForExternalUserGroupsKeycloakBody, PutSyncSettingsForExternalUserGroupsLdap204, PutSyncSettingsForExternalUserGroupsLdapBody, PutThemeForCustomizeSetting200, PutUpdateBookmarkForBookmarkFolder200, PutUpdateBookmarkForBookmarkFolderBody, PutUpdateImageUrlCacheForUsers200, PutUpdateImageUrlCacheForUsersBody, PutUpdatePermissionsForSlackIntegrationSettingsWithoutProxyBody, PutUpdateSettingsForSlackIntegrationSettingsWithoutProxyBody, PutUploadBrandLogoForCustomizeSetting200, PutUploadBrandLogoForCustomizeSettingBody, PutUserGroupsById200, PutUserGroupsByIdBody, PutUserUiSettings200, PutUserUiSettingsBody, SamlAuthSetting, SesSettingParams, SesSettingResponseParams, ShareLinkSetting, ShareLinkSimple, SiteUrlSettingParams, SmtpSettingParams, StatisticsUserResponse, SyncStatus, UserNotification, UserNotificationParams, XssParams } from './index.schemas.js';
|
|
8
8
|
import { customInstance } from '../../utils/v3/axios-instance.js';
|
|
9
9
|
type SecondParameter<T extends (...args: never) => unknown> = Parameters<T>[1];
|
|
10
10
|
export declare const getGrowirestapiv3: () => {
|
|
@@ -23,12 +23,6 @@ export declare const getGrowirestapiv3: () => {
|
|
|
23
23
|
putSyncForExternalUserGroupsLdap: (options?: SecondParameter<typeof customInstance>) => Promise<PutSyncForExternalUserGroupsLdap202>;
|
|
24
24
|
putSyncForExternalUserGroupsKeycloak: (options?: SecondParameter<typeof customInstance>) => Promise<PutSyncForExternalUserGroupsKeycloak202>;
|
|
25
25
|
getSyncStatusForExternalUserGroupsLdap: (options?: SecondParameter<typeof customInstance>) => Promise<SyncStatus>;
|
|
26
|
-
getOrdersForQuestionnaire: (options?: SecondParameter<typeof customInstance>) => Promise<GetOrdersForQuestionnaire200>;
|
|
27
|
-
getIsEnabledForQuestionnaire: (options?: SecondParameter<typeof customInstance>) => Promise<GetIsEnabledForQuestionnaire200>;
|
|
28
|
-
postAnswerForQuestionnaireProactive: (postAnswerForQuestionnaireProactiveBody: PostAnswerForQuestionnaireProactiveBody, options?: SecondParameter<typeof customInstance>) => Promise<PostAnswerForQuestionnaireProactive200>;
|
|
29
|
-
putAnswerForQuestionnaire: (putAnswerForQuestionnaireBody: PutAnswerForQuestionnaireBody, options?: SecondParameter<typeof customInstance>) => Promise<PutAnswerForQuestionnaire201 | PutAnswerForQuestionnaire204>;
|
|
30
|
-
putSkipForQuestionnaire: (putSkipForQuestionnaireBody: PutSkipForQuestionnaireBody, options?: SecondParameter<typeof customInstance>) => Promise<PutSkipForQuestionnaire201 | PutSkipForQuestionnaire204>;
|
|
31
|
-
putDenyForQuestionnaire: (putDenyForQuestionnaireBody: PutDenyForQuestionnaireBody, options?: SecondParameter<typeof customInstance>) => Promise<PutDenyForQuestionnaire201 | PutDenyForQuestionnaire204>;
|
|
32
26
|
getTemplates: (params?: GetTemplatesParams, options?: SecondParameter<typeof customInstance>) => Promise<GetTemplates200>;
|
|
33
27
|
getPresetTemplatesByLocaleByTemplateIdForTemplates: (templateId: string, locale: string, options?: SecondParameter<typeof customInstance>) => Promise<GetPresetTemplatesByLocaleByTemplateIdForTemplates200>;
|
|
34
28
|
getPluginTemplatesByLocaleByTemplateIdByReposIdByOrganizationIdForTemplates: (organizationId: string, reposId: string, templateId: string, locale: string, options?: SecondParameter<typeof customInstance>) => Promise<GetPluginTemplatesByLocaleByTemplateIdByReposIdByOrganizationIdForTemplates200>;
|
|
@@ -44,7 +38,6 @@ export declare const getGrowirestapiv3: () => {
|
|
|
44
38
|
postSmtpTestForAppSettings: (options?: SecondParameter<typeof customInstance>) => Promise<PostSmtpTestForAppSettings200>;
|
|
45
39
|
putSesSettingForAppSettings: (sesSettingParams: SesSettingParams, options?: SecondParameter<typeof customInstance>) => Promise<SesSettingResponseParams>;
|
|
46
40
|
putFileUploadSettingsForAppSettings: (fileUploadSettingParams: FileUploadSettingParams, options?: SecondParameter<typeof customInstance>) => Promise<PutFileUploadSettingsForAppSettings200>;
|
|
47
|
-
putQuestionnaireSettingsForAppSettings: (questionnaireSettingParams: QuestionnaireSettingParams, options?: SecondParameter<typeof customInstance>) => Promise<PutQuestionnaireSettingsForAppSettings200>;
|
|
48
41
|
postV5SchemaMigrationForAppSettings: (options?: SecondParameter<typeof customInstance>) => Promise<PostV5SchemaMigrationForAppSettings200>;
|
|
49
42
|
postMaintenanceModeForAppSettings: (postMaintenanceModeForAppSettingsBody: PostMaintenanceModeForAppSettingsBody, options?: SecondParameter<typeof customInstance>) => Promise<PostMaintenanceModeForAppSettings200>;
|
|
50
43
|
getListForAttachment: (params: GetListForAttachmentParams, options?: SecondParameter<typeof customInstance>) => Promise<AttachmentPaginateResult>;
|
|
@@ -124,7 +117,7 @@ export declare const getGrowirestapiv3: () => {
|
|
|
124
117
|
putPage: (putPageBody: PutPageBody, options?: SecondParameter<typeof customInstance>) => Promise<PutPage200>;
|
|
125
118
|
getExistForPage: (params: GetExistForPageParams, options?: SecondParameter<typeof customInstance>) => Promise<GetExistForPage200>;
|
|
126
119
|
putLikesForPage: (likeParams: LikeParams, options?: SecondParameter<typeof customInstance>) => Promise<Page>;
|
|
127
|
-
getInfoForPage: (
|
|
120
|
+
getInfoForPage: (params: GetInfoForPageParams, options?: SecondParameter<typeof customInstance>) => Promise<PageInfoAll>;
|
|
128
121
|
getGrantDataForPage: (params?: GetGrantDataForPageParams, options?: SecondParameter<typeof customInstance>) => Promise<GetGrantDataForPage200>;
|
|
129
122
|
getNonUserRelatedGroupsGrantedForPage: (params: GetNonUserRelatedGroupsGrantedForPageParams, options?: SecondParameter<typeof customInstance>) => Promise<GetNonUserRelatedGroupsGrantedForPage200>;
|
|
130
123
|
getApplicableGrantForPage: (params: GetApplicableGrantForPageParams, options?: SecondParameter<typeof customInstance>) => Promise<GetApplicableGrantForPage200>;
|
|
@@ -155,13 +148,16 @@ export declare const getGrowirestapiv3: () => {
|
|
|
155
148
|
getExternalAccountsForPersonalSetting: (options?: SecondParameter<typeof customInstance>) => Promise<GetExternalAccountsForPersonalSetting200>;
|
|
156
149
|
putPasswordForPersonalSetting: (putPasswordForPersonalSettingBody: PutPasswordForPersonalSettingBody, options?: SecondParameter<typeof customInstance>) => Promise<PutPasswordForPersonalSetting200>;
|
|
157
150
|
putApiTokenForPersonalSetting: (options?: SecondParameter<typeof customInstance>) => Promise<PutApiTokenForPersonalSetting200>;
|
|
151
|
+
getAccessTokenForPersonalSetting: (options?: SecondParameter<typeof customInstance>) => Promise<GetAccessTokenForPersonalSetting200>;
|
|
152
|
+
postAccessTokenForPersonalSetting: (options?: SecondParameter<typeof customInstance>) => Promise<PostAccessTokenForPersonalSetting200>;
|
|
153
|
+
deleteAccessTokenForPersonalSetting: (options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
154
|
+
deleteAllForPersonalSettingAccessToken: (options?: SecondParameter<typeof customInstance>) => Promise<void>;
|
|
158
155
|
putAssociateLdapForPersonalSetting: (putAssociateLdapForPersonalSettingBody: PutAssociateLdapForPersonalSettingBody, options?: SecondParameter<typeof customInstance>) => Promise<PutAssociateLdapForPersonalSetting200>;
|
|
159
156
|
putDisassociateLdapForPersonalSetting: (disassociateUser: DisassociateUser, options?: SecondParameter<typeof customInstance>) => Promise<PutDisassociateLdapForPersonalSetting200>;
|
|
160
157
|
putEditorSettingsForPersonalSetting: (putEditorSettingsForPersonalSettingBody: PutEditorSettingsForPersonalSettingBody, options?: SecondParameter<typeof customInstance>) => Promise<PutEditorSettingsForPersonalSetting200>;
|
|
161
158
|
getEditorSettingsForPersonalSetting: (options?: SecondParameter<typeof customInstance>) => Promise<GetEditorSettingsForPersonalSetting200>;
|
|
162
159
|
putInAppNotificationSettingsForPersonalSetting: (putInAppNotificationSettingsForPersonalSettingBody: PutInAppNotificationSettingsForPersonalSettingBody, options?: SecondParameter<typeof customInstance>) => Promise<PutInAppNotificationSettingsForPersonalSetting200>;
|
|
163
160
|
getInAppNotificationSettingsForPersonalSetting: (options?: SecondParameter<typeof customInstance>) => Promise<GetInAppNotificationSettingsForPersonalSetting200>;
|
|
164
|
-
putQuestionnaireSettingsForPersonalSetting: (putQuestionnaireSettingsForPersonalSettingBody: PutQuestionnaireSettingsForPersonalSettingBody, options?: SecondParameter<typeof customInstance>) => Promise<PutQuestionnaireSettingsForPersonalSetting200>;
|
|
165
161
|
getListForRevisions: (params?: GetListForRevisionsParams, options?: SecondParameter<typeof customInstance>) => Promise<GetListForRevisions200>;
|
|
166
162
|
getRevisionsById: (id: string, params: GetRevisionsByIdParams, options?: SecondParameter<typeof customInstance>) => Promise<GetRevisionsById200>;
|
|
167
163
|
getIndicesForSearch: (options?: SecondParameter<typeof customInstance>) => Promise<GetIndicesForSearch200>;
|
|
@@ -265,12 +261,6 @@ export type PutSyncSettingsForExternalUserGroupsKeycloakResult = NonNullable<Awa
|
|
|
265
261
|
export type PutSyncForExternalUserGroupsLdapResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putSyncForExternalUserGroupsLdap']>>>;
|
|
266
262
|
export type PutSyncForExternalUserGroupsKeycloakResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putSyncForExternalUserGroupsKeycloak']>>>;
|
|
267
263
|
export type GetSyncStatusForExternalUserGroupsLdapResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getSyncStatusForExternalUserGroupsLdap']>>>;
|
|
268
|
-
export type GetOrdersForQuestionnaireResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getOrdersForQuestionnaire']>>>;
|
|
269
|
-
export type GetIsEnabledForQuestionnaireResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getIsEnabledForQuestionnaire']>>>;
|
|
270
|
-
export type PostAnswerForQuestionnaireProactiveResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['postAnswerForQuestionnaireProactive']>>>;
|
|
271
|
-
export type PutAnswerForQuestionnaireResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putAnswerForQuestionnaire']>>>;
|
|
272
|
-
export type PutSkipForQuestionnaireResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putSkipForQuestionnaire']>>>;
|
|
273
|
-
export type PutDenyForQuestionnaireResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putDenyForQuestionnaire']>>>;
|
|
274
264
|
export type GetTemplatesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getTemplates']>>>;
|
|
275
265
|
export type GetPresetTemplatesByLocaleByTemplateIdForTemplatesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getPresetTemplatesByLocaleByTemplateIdForTemplates']>>>;
|
|
276
266
|
export type GetPluginTemplatesByLocaleByTemplateIdByReposIdByOrganizationIdForTemplatesResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getPluginTemplatesByLocaleByTemplateIdByReposIdByOrganizationIdForTemplates']>>>;
|
|
@@ -286,7 +276,6 @@ export type PutSmtpSettingForAppSettingsResult = NonNullable<Awaited<ReturnType<
|
|
|
286
276
|
export type PostSmtpTestForAppSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['postSmtpTestForAppSettings']>>>;
|
|
287
277
|
export type PutSesSettingForAppSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putSesSettingForAppSettings']>>>;
|
|
288
278
|
export type PutFileUploadSettingsForAppSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putFileUploadSettingsForAppSettings']>>>;
|
|
289
|
-
export type PutQuestionnaireSettingsForAppSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putQuestionnaireSettingsForAppSettings']>>>;
|
|
290
279
|
export type PostV5SchemaMigrationForAppSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['postV5SchemaMigrationForAppSettings']>>>;
|
|
291
280
|
export type PostMaintenanceModeForAppSettingsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['postMaintenanceModeForAppSettings']>>>;
|
|
292
281
|
export type GetListForAttachmentResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getListForAttachment']>>>;
|
|
@@ -397,13 +386,16 @@ export type PutImageTypeForPersonalSettingResult = NonNullable<Awaited<ReturnTyp
|
|
|
397
386
|
export type GetExternalAccountsForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getExternalAccountsForPersonalSetting']>>>;
|
|
398
387
|
export type PutPasswordForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putPasswordForPersonalSetting']>>>;
|
|
399
388
|
export type PutApiTokenForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putApiTokenForPersonalSetting']>>>;
|
|
389
|
+
export type GetAccessTokenForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getAccessTokenForPersonalSetting']>>>;
|
|
390
|
+
export type PostAccessTokenForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['postAccessTokenForPersonalSetting']>>>;
|
|
391
|
+
export type DeleteAccessTokenForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['deleteAccessTokenForPersonalSetting']>>>;
|
|
392
|
+
export type DeleteAllForPersonalSettingAccessTokenResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['deleteAllForPersonalSettingAccessToken']>>>;
|
|
400
393
|
export type PutAssociateLdapForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putAssociateLdapForPersonalSetting']>>>;
|
|
401
394
|
export type PutDisassociateLdapForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putDisassociateLdapForPersonalSetting']>>>;
|
|
402
395
|
export type PutEditorSettingsForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putEditorSettingsForPersonalSetting']>>>;
|
|
403
396
|
export type GetEditorSettingsForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getEditorSettingsForPersonalSetting']>>>;
|
|
404
397
|
export type PutInAppNotificationSettingsForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putInAppNotificationSettingsForPersonalSetting']>>>;
|
|
405
398
|
export type GetInAppNotificationSettingsForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getInAppNotificationSettingsForPersonalSetting']>>>;
|
|
406
|
-
export type PutQuestionnaireSettingsForPersonalSettingResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['putQuestionnaireSettingsForPersonalSetting']>>>;
|
|
407
399
|
export type GetListForRevisionsResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getListForRevisions']>>>;
|
|
408
400
|
export type GetRevisionsByIdResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getRevisionsById']>>>;
|
|
409
401
|
export type GetIndicesForSearchResult = NonNullable<Awaited<ReturnType<ReturnType<typeof getGrowirestapiv3>['getIndicesForSearch']>>>;
|