@a1liu/solidarity-tech-api 0.1.6 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +77 -0
- package/dist/client.js +145 -0
- package/dist/endpoints.d.ts +377 -0
- package/dist/endpoints.js +369 -0
- package/dist/index.d.ts +21 -5
- package/dist/index.js +34 -9
- package/dist/schemas.d.ts +255 -0
- package/dist/schemas.js +136 -0
- package/package.json +4 -6
- package/dist/.api/apis/solidarity-tech/index.d.ts +0 -568
- package/dist/.api/apis/solidarity-tech/index.js +0 -759
- package/dist/.api/apis/solidarity-tech/openapi.json +0 -5849
- package/dist/.api/apis/solidarity-tech/schemas.d.ts +0 -4682
- package/dist/.api/apis/solidarity-tech/schemas.js +0 -184
- package/dist/.api/apis/solidarity-tech/types.d.ts +0 -122
- package/dist/.api/apis/solidarity-tech/types.js +0 -2
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
import type { FromSchema } from 'json-schema-to-ts';
|
|
2
|
-
import * as schemas from './schemas';
|
|
3
|
-
export type DeleteAgentAssignmentsIdMetadataParam = FromSchema<typeof schemas.DeleteAgentAssignmentsId.metadata>;
|
|
4
|
-
export type DeleteCustomUserPropertiesCustomUserPropertyIdOptionsIdMetadataParam = FromSchema<typeof schemas.DeleteCustomUserPropertiesCustomUserPropertyIdOptionsId.metadata>;
|
|
5
|
-
export type DeleteCustomUserPropertiesCustomUserPropertyIdOptionsIdResponse200 = FromSchema<typeof schemas.DeleteCustomUserPropertiesCustomUserPropertyIdOptionsId.response['200']>;
|
|
6
|
-
export type DeleteCustomUserPropertiesCustomUserPropertyIdOptionsIdResponse404 = FromSchema<typeof schemas.DeleteCustomUserPropertiesCustomUserPropertyIdOptionsId.response['404']>;
|
|
7
|
-
export type DeleteCustomUserPropertiesCustomUserPropertyIdOptionsIdResponse422 = FromSchema<typeof schemas.DeleteCustomUserPropertiesCustomUserPropertyIdOptionsId.response['422']>;
|
|
8
|
-
export type DeleteEventAttendancesIdMetadataParam = FromSchema<typeof schemas.DeleteEventAttendancesId.metadata>;
|
|
9
|
-
export type DeleteEventRsvpsIdMetadataParam = FromSchema<typeof schemas.DeleteEventRsvpsId.metadata>;
|
|
10
|
-
export type DeleteEventSessionsIdMetadataParam = FromSchema<typeof schemas.DeleteEventSessionsId.metadata>;
|
|
11
|
-
export type DeleteScheduledTasksIdMetadataParam = FromSchema<typeof schemas.DeleteScheduledTasksId.metadata>;
|
|
12
|
-
export type DeleteTaskAgentsIdMetadataParam = FromSchema<typeof schemas.DeleteTaskAgentsId.metadata>;
|
|
13
|
-
export type DeleteTaskAssignmentsIdMetadataParam = FromSchema<typeof schemas.DeleteTaskAssignmentsId.metadata>;
|
|
14
|
-
export type DeleteTextTemplatesIdMetadataParam = FromSchema<typeof schemas.DeleteTextTemplatesId.metadata>;
|
|
15
|
-
export type DeleteUserListsIdMetadataParam = FromSchema<typeof schemas.DeleteUserListsId.metadata>;
|
|
16
|
-
export type DeleteUserNotesIdMetadataParam = FromSchema<typeof schemas.DeleteUserNotesId.metadata>;
|
|
17
|
-
export type DeleteUserRelationshipsIdMetadataParam = FromSchema<typeof schemas.DeleteUserRelationshipsId.metadata>;
|
|
18
|
-
export type GetActivitiesMetadataParam = FromSchema<typeof schemas.GetActivities.metadata>;
|
|
19
|
-
export type GetActivitiesResponse200 = FromSchema<typeof schemas.GetActivities.response['200']>;
|
|
20
|
-
export type GetAgentAssignmentsIdMetadataParam = FromSchema<typeof schemas.GetAgentAssignmentsId.metadata>;
|
|
21
|
-
export type GetAgentAssignmentsMetadataParam = FromSchema<typeof schemas.GetAgentAssignments.metadata>;
|
|
22
|
-
export type GetCallsMetadataParam = FromSchema<typeof schemas.GetCalls.metadata>;
|
|
23
|
-
export type GetCallsResponse200 = FromSchema<typeof schemas.GetCalls.response['200']>;
|
|
24
|
-
export type GetChapterPhoneNumbersMetadataParam = FromSchema<typeof schemas.GetChapterPhoneNumbers.metadata>;
|
|
25
|
-
export type GetChaptersMetadataParam = FromSchema<typeof schemas.GetChapters.metadata>;
|
|
26
|
-
export type GetChaptersResponse200 = FromSchema<typeof schemas.GetChapters.response['200']>;
|
|
27
|
-
export type GetCustomUserPropertiesMetadataParam = FromSchema<typeof schemas.GetCustomUserProperties.metadata>;
|
|
28
|
-
export type GetCustomUserPropertiesResponse200 = FromSchema<typeof schemas.GetCustomUserProperties.response['200']>;
|
|
29
|
-
export type GetDonationChargesIdMetadataParam = FromSchema<typeof schemas.GetDonationChargesId.metadata>;
|
|
30
|
-
export type GetDonationChargesMetadataParam = FromSchema<typeof schemas.GetDonationCharges.metadata>;
|
|
31
|
-
export type GetDonationChargesResponse200 = FromSchema<typeof schemas.GetDonationCharges.response['200']>;
|
|
32
|
-
export type GetEmailBlastsIdMetadataParam = FromSchema<typeof schemas.GetEmailBlastsId.metadata>;
|
|
33
|
-
export type GetEmailBlastsMetadataParam = FromSchema<typeof schemas.GetEmailBlasts.metadata>;
|
|
34
|
-
export type GetEmailSendersMetadataParam = FromSchema<typeof schemas.GetEmailSenders.metadata>;
|
|
35
|
-
export type GetEmailSendersResponse200 = FromSchema<typeof schemas.GetEmailSenders.response['200']>;
|
|
36
|
-
export type GetEventAttendancesMetadataParam = FromSchema<typeof schemas.GetEventAttendances.metadata>;
|
|
37
|
-
export type GetEventRsvpsIdMetadataParam = FromSchema<typeof schemas.GetEventRsvpsId.metadata>;
|
|
38
|
-
export type GetEventRsvpsMetadataParam = FromSchema<typeof schemas.GetEventRsvps.metadata>;
|
|
39
|
-
export type GetEventSessionsIdMetadataParam = FromSchema<typeof schemas.GetEventSessionsId.metadata>;
|
|
40
|
-
export type GetEventSessionsMetadataParam = FromSchema<typeof schemas.GetEventSessions.metadata>;
|
|
41
|
-
export type GetEventsIdMetadataParam = FromSchema<typeof schemas.GetEventsId.metadata>;
|
|
42
|
-
export type GetEventsMetadataParam = FromSchema<typeof schemas.GetEvents.metadata>;
|
|
43
|
-
export type GetOrganizationsIdMetadataParam = FromSchema<typeof schemas.GetOrganizationsId.metadata>;
|
|
44
|
-
export type GetOrganizationsMetadataParam = FromSchema<typeof schemas.GetOrganizations.metadata>;
|
|
45
|
-
export type GetPagesIdMetadataParam = FromSchema<typeof schemas.GetPagesId.metadata>;
|
|
46
|
-
export type GetPagesMetadataParam = FromSchema<typeof schemas.GetPages.metadata>;
|
|
47
|
-
export type GetPhonebanksIdMetadataParam = FromSchema<typeof schemas.GetPhonebanksId.metadata>;
|
|
48
|
-
export type GetPhonebanksMetadataParam = FromSchema<typeof schemas.GetPhonebanks.metadata>;
|
|
49
|
-
export type GetScheduledCallsIdMetadataParam = FromSchema<typeof schemas.GetScheduledCallsId.metadata>;
|
|
50
|
-
export type GetScheduledCallsMetadataParam = FromSchema<typeof schemas.GetScheduledCalls.metadata>;
|
|
51
|
-
export type GetScheduledTasksIdMetadataParam = FromSchema<typeof schemas.GetScheduledTasksId.metadata>;
|
|
52
|
-
export type GetScheduledTasksMetadataParam = FromSchema<typeof schemas.GetScheduledTasks.metadata>;
|
|
53
|
-
export type GetTaskAgentsIdMetadataParam = FromSchema<typeof schemas.GetTaskAgentsId.metadata>;
|
|
54
|
-
export type GetTaskAgentsMetadataParam = FromSchema<typeof schemas.GetTaskAgents.metadata>;
|
|
55
|
-
export type GetTaskAssignmentsIdMetadataParam = FromSchema<typeof schemas.GetTaskAssignmentsId.metadata>;
|
|
56
|
-
export type GetTaskAssignmentsMetadataParam = FromSchema<typeof schemas.GetTaskAssignments.metadata>;
|
|
57
|
-
export type GetTeamMembersMetadataParam = FromSchema<typeof schemas.GetTeamMembers.metadata>;
|
|
58
|
-
export type GetTextBlastsIdMetadataParam = FromSchema<typeof schemas.GetTextBlastsId.metadata>;
|
|
59
|
-
export type GetTextBlastsMetadataParam = FromSchema<typeof schemas.GetTextBlasts.metadata>;
|
|
60
|
-
export type GetTextTemplatesIdMetadataParam = FromSchema<typeof schemas.GetTextTemplatesId.metadata>;
|
|
61
|
-
export type GetTextTemplatesMetadataParam = FromSchema<typeof schemas.GetTextTemplates.metadata>;
|
|
62
|
-
export type GetTextbanksIdMetadataParam = FromSchema<typeof schemas.GetTextbanksId.metadata>;
|
|
63
|
-
export type GetTextbanksMetadataParam = FromSchema<typeof schemas.GetTextbanks.metadata>;
|
|
64
|
-
export type GetTextsMetadataParam = FromSchema<typeof schemas.GetTexts.metadata>;
|
|
65
|
-
export type GetTextsResponse200 = FromSchema<typeof schemas.GetTexts.response['200']>;
|
|
66
|
-
export type GetUserActionsMetadataParam = FromSchema<typeof schemas.GetUserActions.metadata>;
|
|
67
|
-
export type GetUserListsIdMetadataParam = FromSchema<typeof schemas.GetUserListsId.metadata>;
|
|
68
|
-
export type GetUserListsMetadataParam = FromSchema<typeof schemas.GetUserLists.metadata>;
|
|
69
|
-
export type GetUserRelationshipsMetadataParam = FromSchema<typeof schemas.GetUserRelationships.metadata>;
|
|
70
|
-
export type GetUserRelationshipsResponse200 = FromSchema<typeof schemas.GetUserRelationships.response['200']>;
|
|
71
|
-
export type GetUsersIdMetadataParam = FromSchema<typeof schemas.GetUsersId.metadata>;
|
|
72
|
-
export type GetUsersIdResponse200 = FromSchema<typeof schemas.GetUsersId.response['200']>;
|
|
73
|
-
export type GetUsersMetadataParam = FromSchema<typeof schemas.GetUsers.metadata>;
|
|
74
|
-
export type GetUsersResponse200 = FromSchema<typeof schemas.GetUsers.response['200']>;
|
|
75
|
-
export type PostAgentAssignmentsBodyParam = FromSchema<typeof schemas.PostAgentAssignments.body>;
|
|
76
|
-
export type PostAutomationEnrollmentsBodyParam = FromSchema<typeof schemas.PostAutomationEnrollments.body>;
|
|
77
|
-
export type PostCustomUserPropertiesBodyParam = FromSchema<typeof schemas.PostCustomUserProperties.body>;
|
|
78
|
-
export type PostCustomUserPropertiesIdOptionsBodyParam = FromSchema<typeof schemas.PostCustomUserPropertiesIdOptions.body>;
|
|
79
|
-
export type PostCustomUserPropertiesIdOptionsMetadataParam = FromSchema<typeof schemas.PostCustomUserPropertiesIdOptions.metadata>;
|
|
80
|
-
export type PostCustomUserPropertiesIdOptionsResponse201 = FromSchema<typeof schemas.PostCustomUserPropertiesIdOptions.response['201']>;
|
|
81
|
-
export type PostCustomUserPropertiesIdOptionsResponse404 = FromSchema<typeof schemas.PostCustomUserPropertiesIdOptions.response['404']>;
|
|
82
|
-
export type PostCustomUserPropertiesIdOptionsResponse422 = FromSchema<typeof schemas.PostCustomUserPropertiesIdOptions.response['422']>;
|
|
83
|
-
export type PostCustomUserPropertiesResponse201 = FromSchema<typeof schemas.PostCustomUserProperties.response['201']>;
|
|
84
|
-
export type PostCustomUserPropertiesResponse422 = FromSchema<typeof schemas.PostCustomUserProperties.response['422']>;
|
|
85
|
-
export type PostEmailsMetadataParam = FromSchema<typeof schemas.PostEmails.metadata>;
|
|
86
|
-
export type PostEventAttendancesBodyParam = FromSchema<typeof schemas.PostEventAttendances.body>;
|
|
87
|
-
export type PostEventRsvpsBodyParam = FromSchema<typeof schemas.PostEventRsvps.body>;
|
|
88
|
-
export type PostEventSessionsBodyParam = FromSchema<typeof schemas.PostEventSessions.body>;
|
|
89
|
-
export type PostEventsBodyParam = FromSchema<typeof schemas.PostEvents.body>;
|
|
90
|
-
export type PostFieldSurveyUrlsBodyParam = FromSchema<typeof schemas.PostFieldSurveyUrls.body>;
|
|
91
|
-
export type PostFieldSurveyUrlsResponse200 = FromSchema<typeof schemas.PostFieldSurveyUrls.response['200']>;
|
|
92
|
-
export type PostScheduledTasksBodyParam = FromSchema<typeof schemas.PostScheduledTasks.body>;
|
|
93
|
-
export type PostTaskAgentsBodyParam = FromSchema<typeof schemas.PostTaskAgents.body>;
|
|
94
|
-
export type PostTaskAssignmentsBodyParam = FromSchema<typeof schemas.PostTaskAssignments.body>;
|
|
95
|
-
export type PostTeamMembersBodyParam = FromSchema<typeof schemas.PostTeamMembers.body>;
|
|
96
|
-
export type PostTextTemplatesBodyParam = FromSchema<typeof schemas.PostTextTemplates.body>;
|
|
97
|
-
export type PostTextsMetadataParam = FromSchema<typeof schemas.PostTexts.metadata>;
|
|
98
|
-
export type PostUserActionsBodyParam = FromSchema<typeof schemas.PostUserActions.body>;
|
|
99
|
-
export type PostUserListsBodyParam = FromSchema<typeof schemas.PostUserLists.body>;
|
|
100
|
-
export type PostUserNotesMetadataParam = FromSchema<typeof schemas.PostUserNotes.metadata>;
|
|
101
|
-
export type PostUserRelationshipsMetadataParam = FromSchema<typeof schemas.PostUserRelationships.metadata>;
|
|
102
|
-
export type PostUsersBodyParam = FromSchema<typeof schemas.PostUsers.body>;
|
|
103
|
-
export type PostUsersMergeBodyParam = FromSchema<typeof schemas.PostUsersMerge.body>;
|
|
104
|
-
export type PostUsersMergeResponse200 = FromSchema<typeof schemas.PostUsersMerge.response['200']>;
|
|
105
|
-
export type PutAgentAssignmentsIdBodyParam = FromSchema<typeof schemas.PutAgentAssignmentsId.body>;
|
|
106
|
-
export type PutAgentAssignmentsIdMetadataParam = FromSchema<typeof schemas.PutAgentAssignmentsId.metadata>;
|
|
107
|
-
export type PutEventRsvpsIdBodyParam = FromSchema<typeof schemas.PutEventRsvpsId.body>;
|
|
108
|
-
export type PutEventRsvpsIdMetadataParam = FromSchema<typeof schemas.PutEventRsvpsId.metadata>;
|
|
109
|
-
export type PutEventSessionsIdBodyParam = FromSchema<typeof schemas.PutEventSessionsId.body>;
|
|
110
|
-
export type PutEventSessionsIdMetadataParam = FromSchema<typeof schemas.PutEventSessionsId.metadata>;
|
|
111
|
-
export type PutScheduledTasksIdBodyParam = FromSchema<typeof schemas.PutScheduledTasksId.body>;
|
|
112
|
-
export type PutScheduledTasksIdMetadataParam = FromSchema<typeof schemas.PutScheduledTasksId.metadata>;
|
|
113
|
-
export type PutTaskAssignmentsIdBodyParam = FromSchema<typeof schemas.PutTaskAssignmentsId.body>;
|
|
114
|
-
export type PutTaskAssignmentsIdMetadataParam = FromSchema<typeof schemas.PutTaskAssignmentsId.metadata>;
|
|
115
|
-
export type PutTeamMembersIdBodyParam = FromSchema<typeof schemas.PutTeamMembersId.body>;
|
|
116
|
-
export type PutTeamMembersIdMetadataParam = FromSchema<typeof schemas.PutTeamMembersId.metadata>;
|
|
117
|
-
export type PutTextTemplatesIdBodyParam = FromSchema<typeof schemas.PutTextTemplatesId.body>;
|
|
118
|
-
export type PutTextTemplatesIdMetadataParam = FromSchema<typeof schemas.PutTextTemplatesId.metadata>;
|
|
119
|
-
export type PutUserListsIdBodyParam = FromSchema<typeof schemas.PutUserListsId.body>;
|
|
120
|
-
export type PutUserListsIdMetadataParam = FromSchema<typeof schemas.PutUserListsId.metadata>;
|
|
121
|
-
export type PutUsersIdBodyParam = FromSchema<typeof schemas.PutUsersId.body>;
|
|
122
|
-
export type PutUsersIdMetadataParam = FromSchema<typeof schemas.PutUsersId.metadata>;
|