Syncing APIs and Generating Clients #103
Annotations
10 errors
build (18.x):
packages/notifications/tests/integration/notifications.v1.integration.test.ts#L35
Property 'drawerResourceV1GetDrawerEntries' does not exist on type 'BaseAPI & APIFactoryResponse<{ drawerResourceGetDrawerEntries: (...config: [DrawerResourceGetDrawerEntriesParams] | [any, any, any, any, any, ... 6 more ..., AxiosRequestConfig<...>]) => Promise<...>; ... 21 more ...; orgConfigResourceSaveDailyDigestTimePreference: (...config: [...] | [...]) => Promise<...>; }, endp...'. Did you mean 'drawerResourceGetDrawerEntries'?
|
build (18.x):
packages/notifications/tests/integration/notifications.v1.integration.test.ts#L41
Property 'eventResourceV1GetEvents' does not exist on type 'BaseAPI & APIFactoryResponse<{ drawerResourceGetDrawerEntries: (...config: [DrawerResourceGetDrawerEntriesParams] | [any, any, any, any, any, ... 6 more ..., AxiosRequestConfig<...>]) => Promise<...>; ... 21 more ...; orgConfigResourceSaveDailyDigestTimePreference: (...config: [...] | [...]) => Promise<...>; }, endp...'. Did you mean 'eventResourceGetEvents'?
|
build (18.x):
packages/notifications/tests/integration/notifications.v1.integration.test.ts#L47
Property 'drawerResourceV1UpdateNotificationReadStatus' does not exist on type 'BaseAPI & APIFactoryResponse<{ drawerResourceGetDrawerEntries: (...config: [DrawerResourceGetDrawerEntriesParams] | [any, any, any, any, any, ... 6 more ..., AxiosRequestConfig<...>]) => Promise<...>; ... 21 more ...; orgConfigResourceSaveDailyDigestTimePreference: (...config: [...] | [...]) => Promise<...>; }, endp...'. Did you mean 'drawerResourceUpdateNotificationReadStatus'?
|
build (18.x):
packages/notifications/tests/integration/notifications.v1.integration.test.ts#L96
Property 'body' is missing in type '{ behaviorGroupId: string; }' but required in type 'NotificationResourceV1UpdateBehaviorGroupActionsParams'.
|
build (18.x):
packages/notifications/tests/integration/notifications.v1.integration.test.ts#L111
Property 'orgConfigResourceV1GetDailyDigestTimePreference' does not exist on type 'BaseAPI & APIFactoryResponse<{ drawerResourceGetDrawerEntries: (...config: [DrawerResourceGetDrawerEntriesParams] | [any, any, any, any, any, ... 6 more ..., AxiosRequestConfig<...>]) => Promise<...>; ... 21 more ...; orgConfigResourceSaveDailyDigestTimePreference: (...config: [...] | [...]) => Promise<...>; }, endp...'. Did you mean 'orgConfigResourceGetDailyDigestTimePreference'?
|
build (18.x):
packages/notifications/tests/integration/notifications.v1.integration.test.ts#L117
Property 'orgConfigResourceV1SaveDailyDigestTimePreference' does not exist on type 'BaseAPI & APIFactoryResponse<{ drawerResourceGetDrawerEntries: (...config: [DrawerResourceGetDrawerEntriesParams] | [any, any, any, any, any, ... 6 more ..., AxiosRequestConfig<...>]) => Promise<...>; ... 21 more ...; orgConfigResourceSaveDailyDigestTimePreference: (...config: [...] | [...]) => Promise<...>; }, endp...'. Did you mean 'orgConfigResourceSaveDailyDigestTimePreference'?
|
build (18.x):
packages/notifications/tests/integration/notifications.v1.integration.test.ts#L128
Property 'body' is missing in type '{ eventTypeId: string; }' but required in type 'NotificationResourceV1UpdateEventTypeEndpointsParams'.
|
build (18.x):
packages/notifications/tests/integration/notifications.v1.integration.test.ts#L144
Property 'body' is missing in type '{ eventTypeId: string; }' but required in type 'NotificationResourceV1UpdateEventTypeBehaviorsParams'.
|
build (18.x):
packages/notifications/v2/tests/integration/notifications.v2.integration.test.ts#L58
Type '{ behaviorGroupId: string; requestBody: never[]; }' is not assignable to type 'NotificationResourceV2UpdateBehaviorGroupActionsParams'.
|
build (18.x):
packages/notifications/v2/tests/integration/notifications.v2.integration.test.ts#L127
Type '{ eventTypeId: string; requestBody: Set<string>; }' is not assignable to type 'NotificationResourceV2UpdateEventTypeBehaviorsParams'.
|