@remit/api-zod-schemas 0.0.33 → 0.0.34
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/README.md +23 -9
- package/package.json +1 -1
- package/schemas.d.ts +695 -231
- package/schemas.d.ts.map +1 -1
- package/schemas.js +153 -44
- package/schemas.js.map +1 -1
- package/schemas.ts +176 -53
package/README.md
CHANGED
|
@@ -51,6 +51,13 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
|
|
|
51
51
|
- `FilterClauseFieldSchema` - Enum for FilterClauseField
|
|
52
52
|
- `LabelColorSchema` - Enum for LabelColor
|
|
53
53
|
- `OrganizeJobStateSchema` - Enum for OrganizeJobState
|
|
54
|
+
- `CalendarColorSchema` - Enum for CalendarColor
|
|
55
|
+
- `CalendarComponentSetSchema` - Enum for CalendarComponentSet
|
|
56
|
+
- `CalendarSourceSchema` - Enum for CalendarSource
|
|
57
|
+
- `CalendarEventStatusSchema` - Enum for CalendarEventStatus
|
|
58
|
+
- `CalendarTransparencySchema` - Enum for CalendarTransparency
|
|
59
|
+
- `ZoneCertaintySchema` - Enum for ZoneCertainty
|
|
60
|
+
- `RecurrenceScopeSchema` - Enum for RecurrenceScope
|
|
54
61
|
- `SortOrderSchema` - Enum for SortOrder
|
|
55
62
|
- `StarColorSchema` - Enum for StarColor
|
|
56
63
|
- `MessageCategorySchema` - Enum for MessageCategory
|
|
@@ -81,12 +88,6 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
|
|
|
81
88
|
- `AccountSettingNameSchema` - Enum for AccountSettingName
|
|
82
89
|
- `ConfigImportStateSchema` - Enum for ConfigImportState
|
|
83
90
|
- `ConfigImportRefKindSchema` - Enum for ConfigImportRefKind
|
|
84
|
-
- `CalendarColorSchema` - Enum for CalendarColor
|
|
85
|
-
- `CalendarComponentSetSchema` - Enum for CalendarComponentSet
|
|
86
|
-
- `CalendarSourceSchema` - Enum for CalendarSource
|
|
87
|
-
- `CalendarEventStatusSchema` - Enum for CalendarEventStatus
|
|
88
|
-
- `CalendarTransparencySchema` - Enum for CalendarTransparency
|
|
89
|
-
- `ZoneCertaintySchema` - Enum for ZoneCertainty
|
|
90
91
|
- `MessagePlacementMoveStateSchema` - Enum for MessagePlacementMoveState
|
|
91
92
|
- `FlagPushOperationSchema` - Enum for FlagPushOperation
|
|
92
93
|
- `MessageFlagPushStateSchema` - Enum for MessageFlagPushState
|
|
@@ -95,10 +96,11 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
|
|
|
95
96
|
- `ApiErrorSchema` - ApiError model
|
|
96
97
|
- `FolderRoleConflictSchema` - FolderRoleConflict model
|
|
97
98
|
- `AppointFolderRoleConflictSchema` - AppointFolderRoleConflict model
|
|
99
|
+
- `NotFoundErrorSchema` - NotFoundError model
|
|
100
|
+
- `PreconditionFailedErrorSchema` - PreconditionFailedError model
|
|
98
101
|
- `DeleteMessagesConflictSchema` - DeleteMessagesConflict model
|
|
99
102
|
- `MessagePlacementConflictSchema` - MessagePlacementConflict model
|
|
100
103
|
- `AmazonApiGatewayIntegrationSchema` - AmazonApiGatewayIntegration model
|
|
101
|
-
- `NotFoundErrorSchema` - NotFoundError model
|
|
102
104
|
- `InternalServerErrorSchema` - InternalServerError model
|
|
103
105
|
- `UnauthorizedErrorSchema` - UnauthorizedError model
|
|
104
106
|
- `ForbiddenErrorSchema` - ForbiddenError model
|
|
@@ -150,6 +152,20 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
|
|
|
150
152
|
- `OrganizePreviewResponseSchema` - OrganizePreviewResponse model
|
|
151
153
|
- `OrganizeJobRequestSchema` - OrganizeJobRequest model
|
|
152
154
|
- `OrganizeJobResponseSchema` - OrganizeJobResponse model
|
|
155
|
+
- `CalendarListResponseSchema` - CalendarListResponse model
|
|
156
|
+
- `CalendarCollectionSchema` - CalendarCollection model
|
|
157
|
+
- `CalendarResponseSchema` - CalendarResponse model
|
|
158
|
+
- `CreateCalendarInputSchema` - CreateCalendarInput model
|
|
159
|
+
- `UpdateCalendarInputSchema` - UpdateCalendarInput model
|
|
160
|
+
- `CalendarNoContentSchema` - CalendarNoContent model
|
|
161
|
+
- `CalendarEventListResponseSchema` - CalendarEventListResponse model
|
|
162
|
+
- `CalendarEventInstanceSchema` - CalendarEventInstance model
|
|
163
|
+
- `CreateCalendarEventInputSchema` - CreateCalendarEventInput model
|
|
164
|
+
- `CalendarObjectSchema` - CalendarObject model
|
|
165
|
+
- `CalendarEventResponseSchema` - CalendarEventResponse model
|
|
166
|
+
- `UpdateCalendarEventInputSchema` - UpdateCalendarEventInput model
|
|
167
|
+
- `CalendarFreeBusyResponseSchema` - CalendarFreeBusyResponse model
|
|
168
|
+
- `CalendarFreeBusySpanSchema` - CalendarFreeBusySpan model
|
|
153
169
|
- `EmptyTrashResponseSchema` - EmptyTrashResponse model
|
|
154
170
|
- `SyncTriggerResponseSchema` - SyncTriggerResponse model
|
|
155
171
|
- `AccountSyncStatusResponseSchema` - AccountSyncStatusResponse model
|
|
@@ -238,8 +254,6 @@ type CognitoAuthorizer = z.infer<typeof CognitoAuthorizerSchema>;
|
|
|
238
254
|
- `RawMessageStorageSchema` - RawMessageStorage model
|
|
239
255
|
- `BodyPartStorageSchema` - BodyPartStorage model
|
|
240
256
|
- `BodyPartContentSchema` - BodyPartContent model
|
|
241
|
-
- `CalendarCollectionSchema` - CalendarCollection model
|
|
242
|
-
- `CalendarObjectSchema` - CalendarObject model
|
|
243
257
|
- `CalendarEventIndexSchema` - CalendarEventIndex model
|
|
244
258
|
- `MessageLabelSchema` - MessageLabel model
|
|
245
259
|
- `FilterAnchorSchema` - FilterAnchor model
|