@nycu-sdc/core-system-sdk 0.1.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/LICENSE +201 -0
- package/README.md +74 -0
- package/dist/index.d.ts +756 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +664 -0
- package/dist/model/authLoginGoogleParams.d.ts +17 -0
- package/dist/model/authLoginGoogleParams.d.ts.map +1 -0
- package/dist/model/authLoginGoogleParams.js +7 -0
- package/dist/model/authOAuthProviders.d.ts +11 -0
- package/dist/model/authOAuthProviders.d.ts.map +1 -0
- package/dist/model/authOAuthProviders.js +9 -0
- package/dist/model/authRefreshToken.d.ts +15 -0
- package/dist/model/authRefreshToken.d.ts.map +1 -0
- package/dist/model/authRefreshToken.js +7 -0
- package/dist/model/formsChoice.d.ts +17 -0
- package/dist/model/formsChoice.d.ts.map +1 -0
- package/dist/model/formsChoice.js +1 -0
- package/dist/model/formsChoiceOption.d.ts +14 -0
- package/dist/model/formsChoiceOption.d.ts.map +1 -0
- package/dist/model/formsChoiceOption.js +7 -0
- package/dist/model/formsForm.d.ts +34 -0
- package/dist/model/formsForm.d.ts.map +1 -0
- package/dist/model/formsForm.js +1 -0
- package/dist/model/formsFormRequest.d.ts +20 -0
- package/dist/model/formsFormRequest.d.ts.map +1 -0
- package/dist/model/formsFormRequest.js +7 -0
- package/dist/model/formsFormStatus.d.ts +15 -0
- package/dist/model/formsFormStatus.d.ts.map +1 -0
- package/dist/model/formsFormStatus.js +10 -0
- package/dist/model/formsQuestion.d.ts +35 -0
- package/dist/model/formsQuestion.d.ts.map +1 -0
- package/dist/model/formsQuestion.js +1 -0
- package/dist/model/formsQuestionRequest.d.ts +26 -0
- package/dist/model/formsQuestionRequest.d.ts.map +1 -0
- package/dist/model/formsQuestionRequest.js +1 -0
- package/dist/model/formsQuestionTypes.d.ts +18 -0
- package/dist/model/formsQuestionTypes.d.ts.map +1 -0
- package/dist/model/formsQuestionTypes.js +13 -0
- package/dist/model/formsRecipientSelectionRequest.d.ts +17 -0
- package/dist/model/formsRecipientSelectionRequest.d.ts.map +1 -0
- package/dist/model/formsRecipientSelectionRequest.js +1 -0
- package/dist/model/formsRecipientSelectionResponse.d.ts +14 -0
- package/dist/model/formsRecipientSelectionResponse.d.ts.map +1 -0
- package/dist/model/formsRecipientSelectionResponse.js +1 -0
- package/dist/model/formsRecipientUser.d.ts +15 -0
- package/dist/model/formsRecipientUser.d.ts.map +1 -0
- package/dist/model/formsRecipientUser.js +1 -0
- package/dist/model/inboxGetInboxMessages200.d.ts +16 -0
- package/dist/model/inboxGetInboxMessages200.d.ts.map +1 -0
- package/dist/model/inboxGetInboxMessages200.js +1 -0
- package/dist/model/inboxGetInboxMessagesParams.d.ts +17 -0
- package/dist/model/inboxGetInboxMessagesParams.d.ts.map +1 -0
- package/dist/model/inboxGetInboxMessagesParams.js +1 -0
- package/dist/model/inboxInboxFormMessage.d.ts +34 -0
- package/dist/model/inboxInboxFormMessage.d.ts.map +1 -0
- package/dist/model/inboxInboxFormMessage.js +1 -0
- package/dist/model/inboxInboxFormMessageType.d.ts +15 -0
- package/dist/model/inboxInboxFormMessageType.d.ts.map +1 -0
- package/dist/model/inboxInboxFormMessageType.js +10 -0
- package/dist/model/inboxUpdateInboxMessageFlagBody.d.ts +12 -0
- package/dist/model/inboxUpdateInboxMessageFlagBody.d.ts.map +1 -0
- package/dist/model/inboxUpdateInboxMessageFlagBody.js +7 -0
- package/dist/model/inboxUserInboxMessage.d.ts +24 -0
- package/dist/model/inboxUserInboxMessage.d.ts.map +1 -0
- package/dist/model/inboxUserInboxMessage.js +1 -0
- package/dist/model/inboxUserInboxMessageDetail.d.ts +27 -0
- package/dist/model/inboxUserInboxMessageDetail.d.ts.map +1 -0
- package/dist/model/inboxUserInboxMessageDetail.js +1 -0
- package/dist/model/inboxUserInboxMessageFilters.d.ts +18 -0
- package/dist/model/inboxUserInboxMessageFilters.d.ts.map +1 -0
- package/dist/model/inboxUserInboxMessageFilters.js +7 -0
- package/dist/model/index.d.ts +80 -0
- package/dist/model/index.d.ts.map +1 -0
- package/dist/model/index.js +79 -0
- package/dist/model/notFound.d.ts +16 -0
- package/dist/model/notFound.d.ts.map +1 -0
- package/dist/model/notFound.js +1 -0
- package/dist/model/notFoundStatus.d.ts +11 -0
- package/dist/model/notFoundStatus.d.ts.map +1 -0
- package/dist/model/notFoundStatus.js +9 -0
- package/dist/model/notFoundTitle.d.ts +11 -0
- package/dist/model/notFoundTitle.d.ts.map +1 -0
- package/dist/model/notFoundTitle.js +9 -0
- package/dist/model/notFoundType.d.ts +11 -0
- package/dist/model/notFoundType.d.ts.map +1 -0
- package/dist/model/notFoundType.js +9 -0
- package/dist/model/problemDetail.d.ts +20 -0
- package/dist/model/problemDetail.d.ts.map +1 -0
- package/dist/model/problemDetail.js +7 -0
- package/dist/model/responsesAnswerForQuestionResponse.d.ts +25 -0
- package/dist/model/responsesAnswerForQuestionResponse.d.ts.map +1 -0
- package/dist/model/responsesAnswerForQuestionResponse.js +1 -0
- package/dist/model/responsesAnswerRequest.d.ts +17 -0
- package/dist/model/responsesAnswerRequest.d.ts.map +1 -0
- package/dist/model/responsesAnswerRequest.js +1 -0
- package/dist/model/responsesAnswersForQuestionResponse.d.ts +18 -0
- package/dist/model/responsesAnswersForQuestionResponse.d.ts.map +1 -0
- package/dist/model/responsesAnswersForQuestionResponse.js +1 -0
- package/dist/model/responsesGetResponse.d.ts +26 -0
- package/dist/model/responsesGetResponse.d.ts.map +1 -0
- package/dist/model/responsesGetResponse.js +1 -0
- package/dist/model/responsesListResponse.d.ts +18 -0
- package/dist/model/responsesListResponse.d.ts.map +1 -0
- package/dist/model/responsesListResponse.js +1 -0
- package/dist/model/responsesQuestionAnswerForGetResponse.d.ts +17 -0
- package/dist/model/responsesQuestionAnswerForGetResponse.d.ts.map +1 -0
- package/dist/model/responsesQuestionAnswerForGetResponse.js +1 -0
- package/dist/model/responsesResponseJSON.d.ts +21 -0
- package/dist/model/responsesResponseJSON.d.ts.map +1 -0
- package/dist/model/responsesResponseJSON.js +1 -0
- package/dist/model/responsesSubmitRequest.d.ts +15 -0
- package/dist/model/responsesSubmitRequest.d.ts.map +1 -0
- package/dist/model/responsesSubmitRequest.js +1 -0
- package/dist/model/responsesSubmitResponse.d.ts +21 -0
- package/dist/model/responsesSubmitResponse.d.ts.map +1 -0
- package/dist/model/responsesSubmitResponse.js +1 -0
- package/dist/model/slugGetSlugHistory200.d.ts +13 -0
- package/dist/model/slugGetSlugHistory200.d.ts.map +1 -0
- package/dist/model/slugGetSlugHistory200.js +1 -0
- package/dist/model/slugHistory.d.ts +21 -0
- package/dist/model/slugHistory.d.ts.map +1 -0
- package/dist/model/slugHistory.js +1 -0
- package/dist/model/slugStatus.d.ts +17 -0
- package/dist/model/slugStatus.d.ts.map +1 -0
- package/dist/model/slugStatus.js +1 -0
- package/dist/model/unauthorized.d.ts +16 -0
- package/dist/model/unauthorized.d.ts.map +1 -0
- package/dist/model/unauthorized.js +1 -0
- package/dist/model/unauthorizedStatus.d.ts +11 -0
- package/dist/model/unauthorizedStatus.d.ts.map +1 -0
- package/dist/model/unauthorizedStatus.js +9 -0
- package/dist/model/unauthorizedTitle.d.ts +11 -0
- package/dist/model/unauthorizedTitle.d.ts.map +1 -0
- package/dist/model/unauthorizedTitle.js +9 -0
- package/dist/model/unauthorizedType.d.ts +11 -0
- package/dist/model/unauthorizedType.d.ts.map +1 -0
- package/dist/model/unauthorizedType.js +9 -0
- package/dist/model/unitBase.d.ts +26 -0
- package/dist/model/unitBase.d.ts.map +1 -0
- package/dist/model/unitBase.js +1 -0
- package/dist/model/unitBaseMetadata.d.ts +13 -0
- package/dist/model/unitBaseMetadata.d.ts.map +1 -0
- package/dist/model/unitBaseMetadata.js +7 -0
- package/dist/model/unitBaseRequest.d.ts +19 -0
- package/dist/model/unitBaseRequest.d.ts.map +1 -0
- package/dist/model/unitBaseRequest.js +1 -0
- package/dist/model/unitBaseRequestMetadata.d.ts +13 -0
- package/dist/model/unitBaseRequestMetadata.d.ts.map +1 -0
- package/dist/model/unitBaseRequestMetadata.js +7 -0
- package/dist/model/unitCreateOrgRequest.d.ts +17 -0
- package/dist/model/unitCreateOrgRequest.d.ts.map +1 -0
- package/dist/model/unitCreateOrgRequest.js +1 -0
- package/dist/model/unitCreateOrgRequestMetadata.d.ts +13 -0
- package/dist/model/unitCreateOrgRequestMetadata.d.ts.map +1 -0
- package/dist/model/unitCreateOrgRequestMetadata.js +7 -0
- package/dist/model/unitCreateUnitRequest.d.ts +16 -0
- package/dist/model/unitCreateUnitRequest.d.ts.map +1 -0
- package/dist/model/unitCreateUnitRequest.js +1 -0
- package/dist/model/unitCreateUnitRequestMetadata.d.ts +13 -0
- package/dist/model/unitCreateUnitRequestMetadata.d.ts.map +1 -0
- package/dist/model/unitCreateUnitRequestMetadata.js +7 -0
- package/dist/model/unitListOrgSubUnitIdsParams.d.ts +14 -0
- package/dist/model/unitListOrgSubUnitIdsParams.d.ts.map +1 -0
- package/dist/model/unitListOrgSubUnitIdsParams.js +1 -0
- package/dist/model/unitListOrgSubUnitsParams.d.ts +14 -0
- package/dist/model/unitListOrgSubUnitsParams.d.ts.map +1 -0
- package/dist/model/unitListOrgSubUnitsParams.js +1 -0
- package/dist/model/unitListUnitSubUnitIdsParams.d.ts +14 -0
- package/dist/model/unitListUnitSubUnitIdsParams.d.ts.map +1 -0
- package/dist/model/unitListUnitSubUnitIdsParams.js +1 -0
- package/dist/model/unitListUnitSubUnitsParams.d.ts +14 -0
- package/dist/model/unitListUnitSubUnitsParams.d.ts.map +1 -0
- package/dist/model/unitListUnitSubUnitsParams.js +1 -0
- package/dist/model/unitOrgMember.d.ts +17 -0
- package/dist/model/unitOrgMember.d.ts.map +1 -0
- package/dist/model/unitOrgMember.js +1 -0
- package/dist/model/unitOrgMemberRequest.d.ts +10 -0
- package/dist/model/unitOrgMemberRequest.d.ts.map +1 -0
- package/dist/model/unitOrgMemberRequest.js +7 -0
- package/dist/model/unitOrganization.d.ts +25 -0
- package/dist/model/unitOrganization.d.ts.map +1 -0
- package/dist/model/unitOrganization.js +1 -0
- package/dist/model/unitOrganizationMetadata.d.ts +13 -0
- package/dist/model/unitOrganizationMetadata.d.ts.map +1 -0
- package/dist/model/unitOrganizationMetadata.js +7 -0
- package/dist/model/unitParentChild.d.ts +19 -0
- package/dist/model/unitParentChild.d.ts.map +1 -0
- package/dist/model/unitParentChild.js +1 -0
- package/dist/model/unitParentChildRequest.d.ts +13 -0
- package/dist/model/unitParentChildRequest.d.ts.map +1 -0
- package/dist/model/unitParentChildRequest.js +1 -0
- package/dist/model/unitUnit.d.ts +23 -0
- package/dist/model/unitUnit.d.ts.map +1 -0
- package/dist/model/unitUnit.js +1 -0
- package/dist/model/unitUnitMember.d.ts +17 -0
- package/dist/model/unitUnitMember.d.ts.map +1 -0
- package/dist/model/unitUnitMember.js +1 -0
- package/dist/model/unitUnitMemberRequest.d.ts +10 -0
- package/dist/model/unitUnitMemberRequest.d.ts.map +1 -0
- package/dist/model/unitUnitMemberRequest.js +7 -0
- package/dist/model/unitUnitMetadata.d.ts +13 -0
- package/dist/model/unitUnitMetadata.d.ts.map +1 -0
- package/dist/model/unitUnitMetadata.js +7 -0
- package/dist/model/unitUpdateOrgRequest.d.ts +17 -0
- package/dist/model/unitUpdateOrgRequest.d.ts.map +1 -0
- package/dist/model/unitUpdateOrgRequest.js +1 -0
- package/dist/model/unitUpdateOrgRequestMetadata.d.ts +13 -0
- package/dist/model/unitUpdateOrgRequestMetadata.d.ts.map +1 -0
- package/dist/model/unitUpdateOrgRequestMetadata.js +7 -0
- package/dist/model/unitUpdateUnitRequest.d.ts +16 -0
- package/dist/model/unitUpdateUnitRequest.d.ts.map +1 -0
- package/dist/model/unitUpdateUnitRequest.js +1 -0
- package/dist/model/unitUpdateUnitRequestMetadata.d.ts +13 -0
- package/dist/model/unitUpdateUnitRequestMetadata.d.ts.map +1 -0
- package/dist/model/unitUpdateUnitRequestMetadata.js +7 -0
- package/dist/model/userRole.d.ts +11 -0
- package/dist/model/userRole.d.ts.map +1 -0
- package/dist/model/userRole.js +9 -0
- package/dist/model/userUser.d.ts +21 -0
- package/dist/model/userUser.d.ts.map +1 -0
- package/dist/model/userUser.js +1 -0
- package/dist/model/uuid.d.ts +8 -0
- package/dist/model/uuid.d.ts.map +1 -0
- package/dist/model/uuid.js +7 -0
- package/dist/model/versions.d.ts +11 -0
- package/dist/model/versions.d.ts.map +1 -0
- package/dist/model/versions.js +9 -0
- package/package.json +17 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* The filters that can be applied by the user for their inbox messages.
|
|
9
|
+
*/
|
|
10
|
+
export interface InboxUserInboxMessageFilters {
|
|
11
|
+
/** Indicates whether the user has read the inbox message. */
|
|
12
|
+
isRead: boolean;
|
|
13
|
+
/** User can mark the inbox message as starred. */
|
|
14
|
+
isStarred: boolean;
|
|
15
|
+
/** User can archive the inbox message and hide it from the inbox view. */
|
|
16
|
+
isArchived: boolean;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=inboxUserInboxMessageFilters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inboxUserInboxMessageFilters.d.ts","sourceRoot":"","sources":["../../src/model/inboxUserInboxMessageFilters.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,6DAA6D;IAC7D,MAAM,EAAE,OAAO,CAAC;IAChB,kDAAkD;IAClD,SAAS,EAAE,OAAO,CAAC;IACnB,0EAA0E;IAC1E,UAAU,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
export * from './authLoginGoogleParams';
|
|
8
|
+
export * from './authOAuthProviders';
|
|
9
|
+
export * from './authRefreshToken';
|
|
10
|
+
export * from './formsChoice';
|
|
11
|
+
export * from './formsChoiceOption';
|
|
12
|
+
export * from './formsForm';
|
|
13
|
+
export * from './formsFormRequest';
|
|
14
|
+
export * from './formsFormStatus';
|
|
15
|
+
export * from './formsQuestion';
|
|
16
|
+
export * from './formsQuestionRequest';
|
|
17
|
+
export * from './formsQuestionTypes';
|
|
18
|
+
export * from './formsRecipientSelectionRequest';
|
|
19
|
+
export * from './formsRecipientSelectionResponse';
|
|
20
|
+
export * from './formsRecipientUser';
|
|
21
|
+
export * from './inboxGetInboxMessages200';
|
|
22
|
+
export * from './inboxGetInboxMessagesParams';
|
|
23
|
+
export * from './inboxInboxFormMessage';
|
|
24
|
+
export * from './inboxInboxFormMessageType';
|
|
25
|
+
export * from './inboxUpdateInboxMessageFlagBody';
|
|
26
|
+
export * from './inboxUserInboxMessage';
|
|
27
|
+
export * from './inboxUserInboxMessageDetail';
|
|
28
|
+
export * from './inboxUserInboxMessageFilters';
|
|
29
|
+
export * from './notFound';
|
|
30
|
+
export * from './notFoundStatus';
|
|
31
|
+
export * from './notFoundTitle';
|
|
32
|
+
export * from './notFoundType';
|
|
33
|
+
export * from './problemDetail';
|
|
34
|
+
export * from './responsesAnswerForQuestionResponse';
|
|
35
|
+
export * from './responsesAnswerRequest';
|
|
36
|
+
export * from './responsesAnswersForQuestionResponse';
|
|
37
|
+
export * from './responsesGetResponse';
|
|
38
|
+
export * from './responsesListResponse';
|
|
39
|
+
export * from './responsesQuestionAnswerForGetResponse';
|
|
40
|
+
export * from './responsesResponseJSON';
|
|
41
|
+
export * from './responsesSubmitRequest';
|
|
42
|
+
export * from './responsesSubmitResponse';
|
|
43
|
+
export * from './slugGetSlugHistory200';
|
|
44
|
+
export * from './slugHistory';
|
|
45
|
+
export * from './slugStatus';
|
|
46
|
+
export * from './unauthorized';
|
|
47
|
+
export * from './unauthorizedStatus';
|
|
48
|
+
export * from './unauthorizedTitle';
|
|
49
|
+
export * from './unauthorizedType';
|
|
50
|
+
export * from './unitBase';
|
|
51
|
+
export * from './unitBaseMetadata';
|
|
52
|
+
export * from './unitBaseRequest';
|
|
53
|
+
export * from './unitBaseRequestMetadata';
|
|
54
|
+
export * from './unitCreateOrgRequest';
|
|
55
|
+
export * from './unitCreateOrgRequestMetadata';
|
|
56
|
+
export * from './unitCreateUnitRequest';
|
|
57
|
+
export * from './unitCreateUnitRequestMetadata';
|
|
58
|
+
export * from './unitListOrgSubUnitIdsParams';
|
|
59
|
+
export * from './unitListOrgSubUnitsParams';
|
|
60
|
+
export * from './unitListUnitSubUnitIdsParams';
|
|
61
|
+
export * from './unitListUnitSubUnitsParams';
|
|
62
|
+
export * from './unitOrganization';
|
|
63
|
+
export * from './unitOrganizationMetadata';
|
|
64
|
+
export * from './unitOrgMember';
|
|
65
|
+
export * from './unitOrgMemberRequest';
|
|
66
|
+
export * from './unitParentChild';
|
|
67
|
+
export * from './unitParentChildRequest';
|
|
68
|
+
export * from './unitUnit';
|
|
69
|
+
export * from './unitUnitMember';
|
|
70
|
+
export * from './unitUnitMemberRequest';
|
|
71
|
+
export * from './unitUnitMetadata';
|
|
72
|
+
export * from './unitUpdateOrgRequest';
|
|
73
|
+
export * from './unitUpdateOrgRequestMetadata';
|
|
74
|
+
export * from './unitUpdateUnitRequest';
|
|
75
|
+
export * from './unitUpdateUnitRequestMetadata';
|
|
76
|
+
export * from './userRole';
|
|
77
|
+
export * from './userUser';
|
|
78
|
+
export * from './uuid';
|
|
79
|
+
export * from './versions';
|
|
80
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/model/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,cAAc,yBAAyB,CAAC;AACxC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAC9B,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mCAAmC,CAAC;AAClD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sCAAsC,CAAC;AACrD,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,+BAA+B,CAAC;AAC9C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,oBAAoB,CAAC;AACnC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAC3B,cAAc,kBAAkB,CAAC;AACjC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,yBAAyB,CAAC;AACxC,cAAc,iCAAiC,CAAC;AAChD,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
export * from './authLoginGoogleParams';
|
|
8
|
+
export * from './authOAuthProviders';
|
|
9
|
+
export * from './authRefreshToken';
|
|
10
|
+
export * from './formsChoice';
|
|
11
|
+
export * from './formsChoiceOption';
|
|
12
|
+
export * from './formsForm';
|
|
13
|
+
export * from './formsFormRequest';
|
|
14
|
+
export * from './formsFormStatus';
|
|
15
|
+
export * from './formsQuestion';
|
|
16
|
+
export * from './formsQuestionRequest';
|
|
17
|
+
export * from './formsQuestionTypes';
|
|
18
|
+
export * from './formsRecipientSelectionRequest';
|
|
19
|
+
export * from './formsRecipientSelectionResponse';
|
|
20
|
+
export * from './formsRecipientUser';
|
|
21
|
+
export * from './inboxGetInboxMessages200';
|
|
22
|
+
export * from './inboxGetInboxMessagesParams';
|
|
23
|
+
export * from './inboxInboxFormMessage';
|
|
24
|
+
export * from './inboxInboxFormMessageType';
|
|
25
|
+
export * from './inboxUpdateInboxMessageFlagBody';
|
|
26
|
+
export * from './inboxUserInboxMessage';
|
|
27
|
+
export * from './inboxUserInboxMessageDetail';
|
|
28
|
+
export * from './inboxUserInboxMessageFilters';
|
|
29
|
+
export * from './notFound';
|
|
30
|
+
export * from './notFoundStatus';
|
|
31
|
+
export * from './notFoundTitle';
|
|
32
|
+
export * from './notFoundType';
|
|
33
|
+
export * from './problemDetail';
|
|
34
|
+
export * from './responsesAnswerForQuestionResponse';
|
|
35
|
+
export * from './responsesAnswerRequest';
|
|
36
|
+
export * from './responsesAnswersForQuestionResponse';
|
|
37
|
+
export * from './responsesGetResponse';
|
|
38
|
+
export * from './responsesListResponse';
|
|
39
|
+
export * from './responsesQuestionAnswerForGetResponse';
|
|
40
|
+
export * from './responsesResponseJSON';
|
|
41
|
+
export * from './responsesSubmitRequest';
|
|
42
|
+
export * from './responsesSubmitResponse';
|
|
43
|
+
export * from './slugGetSlugHistory200';
|
|
44
|
+
export * from './slugHistory';
|
|
45
|
+
export * from './slugStatus';
|
|
46
|
+
export * from './unauthorized';
|
|
47
|
+
export * from './unauthorizedStatus';
|
|
48
|
+
export * from './unauthorizedTitle';
|
|
49
|
+
export * from './unauthorizedType';
|
|
50
|
+
export * from './unitBase';
|
|
51
|
+
export * from './unitBaseMetadata';
|
|
52
|
+
export * from './unitBaseRequest';
|
|
53
|
+
export * from './unitBaseRequestMetadata';
|
|
54
|
+
export * from './unitCreateOrgRequest';
|
|
55
|
+
export * from './unitCreateOrgRequestMetadata';
|
|
56
|
+
export * from './unitCreateUnitRequest';
|
|
57
|
+
export * from './unitCreateUnitRequestMetadata';
|
|
58
|
+
export * from './unitListOrgSubUnitIdsParams';
|
|
59
|
+
export * from './unitListOrgSubUnitsParams';
|
|
60
|
+
export * from './unitListUnitSubUnitIdsParams';
|
|
61
|
+
export * from './unitListUnitSubUnitsParams';
|
|
62
|
+
export * from './unitOrganization';
|
|
63
|
+
export * from './unitOrganizationMetadata';
|
|
64
|
+
export * from './unitOrgMember';
|
|
65
|
+
export * from './unitOrgMemberRequest';
|
|
66
|
+
export * from './unitParentChild';
|
|
67
|
+
export * from './unitParentChildRequest';
|
|
68
|
+
export * from './unitUnit';
|
|
69
|
+
export * from './unitUnitMember';
|
|
70
|
+
export * from './unitUnitMemberRequest';
|
|
71
|
+
export * from './unitUnitMetadata';
|
|
72
|
+
export * from './unitUpdateOrgRequest';
|
|
73
|
+
export * from './unitUpdateOrgRequestMetadata';
|
|
74
|
+
export * from './unitUpdateUnitRequest';
|
|
75
|
+
export * from './unitUpdateUnitRequestMetadata';
|
|
76
|
+
export * from './userRole';
|
|
77
|
+
export * from './userUser';
|
|
78
|
+
export * from './uuid';
|
|
79
|
+
export * from './versions';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { NotFoundStatus } from './notFoundStatus';
|
|
8
|
+
import type { NotFoundTitle } from './notFoundTitle';
|
|
9
|
+
import type { NotFoundType } from './notFoundType';
|
|
10
|
+
export interface NotFound {
|
|
11
|
+
title: NotFoundTitle;
|
|
12
|
+
status: NotFoundStatus;
|
|
13
|
+
type: NotFoundType;
|
|
14
|
+
detail: string;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=notFound.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notFound.d.ts","sourceRoot":"","sources":["../../src/model/notFound.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEnD,MAAM,WAAW,QAAQ;IACvB,KAAK,EAAE,aAAa,CAAC;IACrB,MAAM,EAAE,cAAc,CAAC;IACvB,IAAI,EAAE,YAAY,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
export type NotFoundStatus = typeof NotFoundStatus[keyof typeof NotFoundStatus];
|
|
8
|
+
export declare const NotFoundStatus: {
|
|
9
|
+
readonly NUMBER_404: 404;
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=notFoundStatus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notFoundStatus.d.ts","sourceRoot":"","sources":["../../src/model/notFoundStatus.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,cAAc,GAAG,OAAO,cAAc,CAAC,MAAM,OAAO,cAAc,CAAC,CAAC;AAGhF,eAAO,MAAM,cAAc;;CAEjB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
export type NotFoundTitle = typeof NotFoundTitle[keyof typeof NotFoundTitle];
|
|
8
|
+
export declare const NotFoundTitle: {
|
|
9
|
+
readonly Not_Found: "Not Found";
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=notFoundTitle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notFoundTitle.d.ts","sourceRoot":"","sources":["../../src/model/notFoundTitle.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC;AAG7E,eAAO,MAAM,aAAa;;CAEhB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
export type NotFoundType = typeof NotFoundType[keyof typeof NotFoundType];
|
|
8
|
+
export declare const NotFoundType: {
|
|
9
|
+
readonly 'https://developermozillaorg/en-US/docs/Web/HTTP/Status/404': "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404";
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=notFoundType.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"notFoundType.d.ts","sourceRoot":"","sources":["../../src/model/notFoundType.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,MAAM,YAAY,GAAG,OAAO,YAAY,CAAC,MAAM,OAAO,YAAY,CAAC,CAAC;AAG1E,eAAO,MAAM,YAAY;;CAEf,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
export const NotFoundType = {
|
|
8
|
+
'https://developermozillaorg/en-US/docs/Web/HTTP/Status/404': 'https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404',
|
|
9
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
/**
|
|
8
|
+
* Problem represents a problem detail as defined in RFC 7807
|
|
9
|
+
*/
|
|
10
|
+
export interface ProblemDetail {
|
|
11
|
+
/** The problem's title. */
|
|
12
|
+
title: string;
|
|
13
|
+
/** The problem's status code. */
|
|
14
|
+
status: number;
|
|
15
|
+
/** Type indicates the URI that identifies the problem type, we use an MDN URI here. */
|
|
16
|
+
type: string;
|
|
17
|
+
/** The problem's detail. */
|
|
18
|
+
detail: string;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=problemDetail.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"problemDetail.d.ts","sourceRoot":"","sources":["../../src/model/problemDetail.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,2BAA2B;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,iCAAiC;IACjC,MAAM,EAAE,MAAM,CAAC;IACf,uFAAuF;IACvF,IAAI,EAAE,MAAM,CAAC;IACb,4BAA4B;IAC5B,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { Uuid } from './uuid';
|
|
8
|
+
/**
|
|
9
|
+
* Response model for a single answer in question answers view
|
|
10
|
+
*/
|
|
11
|
+
export interface ResponsesAnswerForQuestionResponse {
|
|
12
|
+
/** The answer's unique identifier. */
|
|
13
|
+
id: Uuid;
|
|
14
|
+
/** The response this answer belongs to. */
|
|
15
|
+
responseId: Uuid;
|
|
16
|
+
/** The user who submitted this answer. */
|
|
17
|
+
submittedBy: Uuid;
|
|
18
|
+
/** The answer value. */
|
|
19
|
+
value: string;
|
|
20
|
+
/** The creation timestamp of the answer. */
|
|
21
|
+
createdAt: string;
|
|
22
|
+
/** The last updated timestamp of the answer. */
|
|
23
|
+
updatedAt: string;
|
|
24
|
+
}
|
|
25
|
+
//# sourceMappingURL=responsesAnswerForQuestionResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesAnswerForQuestionResponse.d.ts","sourceRoot":"","sources":["../../src/model/responsesAnswerForQuestionResponse.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD,sCAAsC;IACtC,EAAE,EAAE,IAAI,CAAC;IACT,2CAA2C;IAC3C,UAAU,EAAE,IAAI,CAAC;IACjB,0CAA0C;IAC1C,WAAW,EAAE,IAAI,CAAC;IAClB,wBAAwB;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,4CAA4C;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,gDAAgD;IAChD,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { Uuid } from './uuid';
|
|
8
|
+
/**
|
|
9
|
+
* Request model for submitting an individual answer
|
|
10
|
+
*/
|
|
11
|
+
export interface ResponsesAnswerRequest {
|
|
12
|
+
/** The question being answered. */
|
|
13
|
+
questionId: Uuid;
|
|
14
|
+
/** The answer value (format depends on questionType from questionId). */
|
|
15
|
+
value: string;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=responsesAnswerRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesAnswerRequest.d.ts","sourceRoot":"","sources":["../../src/model/responsesAnswerRequest.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,mCAAmC;IACnC,UAAU,EAAE,IAAI,CAAC;IACjB,yEAAyE;IACzE,KAAK,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { FormsQuestion } from './formsQuestion';
|
|
8
|
+
import type { ResponsesAnswerForQuestionResponse } from './responsesAnswerForQuestionResponse';
|
|
9
|
+
/**
|
|
10
|
+
* Response model for getting all answers for a specific question
|
|
11
|
+
*/
|
|
12
|
+
export interface ResponsesAnswersForQuestionResponse {
|
|
13
|
+
/** The question details. */
|
|
14
|
+
question: FormsQuestion;
|
|
15
|
+
/** All answers for this question. */
|
|
16
|
+
answers: ResponsesAnswerForQuestionResponse[];
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=responsesAnswersForQuestionResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesAnswersForQuestionResponse.d.ts","sourceRoot":"","sources":["../../src/model/responsesAnswersForQuestionResponse.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,KAAK,EAAE,kCAAkC,EAAE,MAAM,sCAAsC,CAAC;AAE/F;;GAEG;AACH,MAAM,WAAW,mCAAmC;IAClD,4BAA4B;IAC5B,QAAQ,EAAE,aAAa,CAAC;IACxB,qCAAqC;IACrC,OAAO,EAAE,kCAAkC,EAAE,CAAC;CAC/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { ResponsesQuestionAnswerForGetResponse } from './responsesQuestionAnswerForGetResponse';
|
|
8
|
+
import type { Uuid } from './uuid';
|
|
9
|
+
/**
|
|
10
|
+
* Response model for getting a specific form response
|
|
11
|
+
*/
|
|
12
|
+
export interface ResponsesGetResponse {
|
|
13
|
+
/** The response's unique identifier. */
|
|
14
|
+
id: Uuid;
|
|
15
|
+
/** The form that this response belongs to. */
|
|
16
|
+
formId: Uuid;
|
|
17
|
+
/** The user who submitted this response. */
|
|
18
|
+
submittedBy: Uuid;
|
|
19
|
+
/** All questions with their answers for this response. */
|
|
20
|
+
questionAnswerPairs: ResponsesQuestionAnswerForGetResponse[];
|
|
21
|
+
/** The creation timestamp of the response. */
|
|
22
|
+
createdAt: string;
|
|
23
|
+
/** The last updated timestamp of the response. */
|
|
24
|
+
updatedAt: string;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=responsesGetResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesGetResponse.d.ts","sourceRoot":"","sources":["../../src/model/responsesGetResponse.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,qCAAqC,EAAE,MAAM,yCAAyC,CAAC;AACrG,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,wCAAwC;IACxC,EAAE,EAAE,IAAI,CAAC;IACT,8CAA8C;IAC9C,MAAM,EAAE,IAAI,CAAC;IACb,4CAA4C;IAC5C,WAAW,EAAE,IAAI,CAAC;IAClB,0DAA0D;IAC1D,mBAAmB,EAAE,qCAAqC,EAAE,CAAC;IAC7D,8CAA8C;IAC9C,SAAS,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { ResponsesResponseJSON } from './responsesResponseJSON';
|
|
8
|
+
import type { Uuid } from './uuid';
|
|
9
|
+
/**
|
|
10
|
+
* Response model for listing all responses of a form
|
|
11
|
+
*/
|
|
12
|
+
export interface ResponsesListResponse {
|
|
13
|
+
/** The form ID. */
|
|
14
|
+
formId: Uuid;
|
|
15
|
+
/** All responses for this form. */
|
|
16
|
+
responses: ResponsesResponseJSON[];
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=responsesListResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesListResponse.d.ts","sourceRoot":"","sources":["../../src/model/responsesListResponse.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,mBAAmB;IACnB,MAAM,EAAE,IAAI,CAAC;IACb,mCAAmC;IACnC,SAAS,EAAE,qBAAqB,EAAE,CAAC;CACpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { Uuid } from './uuid';
|
|
8
|
+
/**
|
|
9
|
+
* Response model for a question with its answer
|
|
10
|
+
*/
|
|
11
|
+
export interface ResponsesQuestionAnswerForGetResponse {
|
|
12
|
+
/** The question details. */
|
|
13
|
+
questionId: Uuid;
|
|
14
|
+
/** The answer value. */
|
|
15
|
+
answer: string;
|
|
16
|
+
}
|
|
17
|
+
//# sourceMappingURL=responsesQuestionAnswerForGetResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesQuestionAnswerForGetResponse.d.ts","sourceRoot":"","sources":["../../src/model/responsesQuestionAnswerForGetResponse.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,MAAM,WAAW,qCAAqC;IACpD,4BAA4B;IAC5B,UAAU,EAAE,IAAI,CAAC;IACjB,wBAAwB;IACxB,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { Uuid } from './uuid';
|
|
8
|
+
/**
|
|
9
|
+
* Response model for a single response in list view
|
|
10
|
+
*/
|
|
11
|
+
export interface ResponsesResponseJSON {
|
|
12
|
+
/** The response's unique identifier. */
|
|
13
|
+
id: Uuid;
|
|
14
|
+
/** The user who submitted this response. */
|
|
15
|
+
submittedBy: Uuid;
|
|
16
|
+
/** The creation timestamp of the response. */
|
|
17
|
+
createdAt: string;
|
|
18
|
+
/** The last updated timestamp of the response. */
|
|
19
|
+
updatedAt: string;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=responsesResponseJSON.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesResponseJSON.d.ts","sourceRoot":"","sources":["../../src/model/responsesResponseJSON.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,wCAAwC;IACxC,EAAE,EAAE,IAAI,CAAC;IACT,4CAA4C;IAC5C,WAAW,EAAE,IAAI,CAAC;IAClB,8CAA8C;IAC9C,SAAS,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { ResponsesAnswerRequest } from './responsesAnswerRequest';
|
|
8
|
+
/**
|
|
9
|
+
* Request model for submitting a complete form response
|
|
10
|
+
*/
|
|
11
|
+
export interface ResponsesSubmitRequest {
|
|
12
|
+
/** All answers for this form submission. */
|
|
13
|
+
answers: ResponsesAnswerRequest[];
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=responsesSubmitRequest.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesSubmitRequest.d.ts","sourceRoot":"","sources":["../../src/model/responsesSubmitRequest.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAEvE;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC,4CAA4C;IAC5C,OAAO,EAAE,sBAAsB,EAAE,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { Uuid } from './uuid';
|
|
8
|
+
/**
|
|
9
|
+
* Response model for a submitted form response
|
|
10
|
+
*/
|
|
11
|
+
export interface ResponsesSubmitResponse {
|
|
12
|
+
/** The response's unique identifier. */
|
|
13
|
+
id: Uuid;
|
|
14
|
+
/** The form that this response belongs to. */
|
|
15
|
+
formId: Uuid;
|
|
16
|
+
/** The creation timestamp of the response. */
|
|
17
|
+
createdAt: string;
|
|
18
|
+
/** The last updated timestamp of the response. */
|
|
19
|
+
updatedAt: string;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=responsesSubmitResponse.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"responsesSubmitResponse.d.ts","sourceRoot":"","sources":["../../src/model/responsesSubmitResponse.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAEnC;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,wCAAwC;IACxC,EAAE,EAAE,IAAI,CAAC;IACT,8CAA8C;IAC9C,MAAM,EAAE,IAAI,CAAC;IACb,8CAA8C;IAC9C,SAAS,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { SlugHistory } from './slugHistory';
|
|
8
|
+
import type { SlugStatus } from './slugStatus';
|
|
9
|
+
export type SlugGetSlugHistory200 = {
|
|
10
|
+
current: SlugStatus;
|
|
11
|
+
history: SlugHistory[];
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=slugGetSlugHistory200.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"slugGetSlugHistory200.d.ts","sourceRoot":"","sources":["../../src/model/slugGetSlugHistory200.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,MAAM,MAAM,qBAAqB,GAAG;IAClC,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,WAAW,EAAE,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Generated by orval v8.1.0 🍺
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
* Core System API
|
|
5
|
+
* OpenAPI spec version: 1.0.0
|
|
6
|
+
*/
|
|
7
|
+
import type { Uuid } from './uuid';
|
|
8
|
+
/**
|
|
9
|
+
* The usage history of the slug.
|
|
10
|
+
*/
|
|
11
|
+
export interface SlugHistory {
|
|
12
|
+
/** The unique identifier of the organization that used the slug. */
|
|
13
|
+
orgId: Uuid;
|
|
14
|
+
/** The name of the organization that used the slug. */
|
|
15
|
+
orgName: string;
|
|
16
|
+
/** The timestamp when the organization started using the slug. */
|
|
17
|
+
startedAt: string;
|
|
18
|
+
/** The timestamp when the organization stopped using the slug, if applicable. */
|
|
19
|
+
endedAt: string | null;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=slugHistory.d.ts.map
|