@deliverart/sdk-js-integration 0.0.5 → 1.2.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/dist/index.cjs +12484 -1553
- package/dist/index.d.cts +8214 -25471
- package/dist/index.d.ts +8214 -25471
- package/dist/index.js +12344 -1407
- package/package.json +12 -27
- package/.changeset/config.json +0 -11
- package/.github/workflows/workflow.yml +0 -47
- package/.prettierrc +0 -7
- package/CHANGELOG.md +0 -25
- package/README.md +0 -3
- package/eslint.config.js +0 -37
- package/src/activatable-integration-data-schemas.ts +0 -50
- package/src/activatable-integration-types.ts +0 -17
- package/src/activatable-integration.ts +0 -86
- package/src/activation-request.ts +0 -53
- package/src/cancellation-request-types.ts +0 -42
- package/src/cancellation-request.ts +0 -21
- package/src/index.ts +0 -9
- package/src/integration-schemas.ts +0 -31
- package/src/requests/DeleteIntegration.ts +0 -27
- package/src/requests/GetIntegrationDetails.ts +0 -30
- package/src/requests/GetIntegrations.ts +0 -63
- package/src/requests/UpdateIntegration.ts +0 -36
- package/src/requests/activation-requests/ActivateIntegrationActivationRequest.ts +0 -38
- package/src/requests/activation-requests/AnnotateIntegrationActivationRequest.ts +0 -46
- package/src/requests/activation-requests/CreateIntegrationActivationRequest.ts +0 -80
- package/src/requests/activation-requests/DeleteIntegrationActivationRequest.ts +0 -27
- package/src/requests/activation-requests/GetIntegrationActivationRequestDetails.ts +0 -37
- package/src/requests/activation-requests/GetIntegrationActivationRequests.ts +0 -86
- package/src/requests/activation-requests/RespondIntegrationActivationRequest.ts +0 -58
- package/src/requests/activation-requests/SendIntegrationActivationRequestToPartner.ts +0 -38
- package/src/requests/activation-requests/UpdateIntegrationActivationRequest.ts +0 -91
- package/src/requests/activation-requests/index.ts +0 -9
- package/src/requests/cancellation-requests/CancelIntegrationCancellationRequest.ts +0 -38
- package/src/requests/cancellation-requests/CreateIntegrationCancellationRequest.ts +0 -41
- package/src/requests/cancellation-requests/DeleteIntegrationCancellationRequest.ts +0 -27
- package/src/requests/cancellation-requests/GetIntegrationCancellationRequestDetails.ts +0 -37
- package/src/requests/cancellation-requests/GetIntegrationCancellationRequests.ts +0 -72
- package/src/requests/cancellation-requests/index.ts +0 -5
- package/src/requests/index.ts +0 -7
- package/src/requests/services/cassa_in_cloud/CreateIntegrationCassaInCloud.ts +0 -42
- package/src/requests/services/cassa_in_cloud/DeleteIntegrationCassaInCloud.ts +0 -27
- package/src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudClientLogRequestDetails.ts +0 -40
- package/src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudClientLogRequests.ts +0 -64
- package/src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudDetails.ts +0 -36
- package/src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudList.ts +0 -61
- package/src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuProcessDetails.ts +0 -40
- package/src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudSyncMenuProcesses.ts +0 -69
- package/src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEventDetails.ts +0 -40
- package/src/requests/services/cassa_in_cloud/GetIntegrationCassaInCloudWebHookEvents.ts +0 -69
- package/src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncCustomers.ts +0 -27
- package/src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncOrganizations.ts +0 -27
- package/src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncProducts.ts +0 -27
- package/src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncSalesModes.ts +0 -27
- package/src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncStock.ts +0 -27
- package/src/requests/services/cassa_in_cloud/IntegrationCassaInCloudSyncTimetables.ts +0 -27
- package/src/requests/services/cassa_in_cloud/UpdateIntegrationCassaInCloud.ts +0 -39
- package/src/requests/services/cassa_in_cloud/index.ts +0 -17
- package/src/requests/services/deliveroo/CreateIntegrationDeliveroo.ts +0 -40
- package/src/requests/services/deliveroo/DeleteIntegrationDeliveroo.ts +0 -27
- package/src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequestDetails.ts +0 -40
- package/src/requests/services/deliveroo/GetIntegrationDeliverooClientLogRequests.ts +0 -64
- package/src/requests/services/deliveroo/GetIntegrationDeliverooDetails.ts +0 -36
- package/src/requests/services/deliveroo/GetIntegrationDeliverooList.ts +0 -61
- package/src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersionDetails.ts +0 -35
- package/src/requests/services/deliveroo/GetIntegrationDeliverooMenuVersions.ts +0 -62
- package/src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcessDetails.ts +0 -40
- package/src/requests/services/deliveroo/GetIntegrationDeliverooSyncMenuProcesses.ts +0 -69
- package/src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEventDetails.ts +0 -40
- package/src/requests/services/deliveroo/GetIntegrationDeliverooWebhookEvents.ts +0 -69
- package/src/requests/services/deliveroo/IntegrationDeliverooSyncMenu.ts +0 -27
- package/src/requests/services/deliveroo/IntegrationDeliverooSyncOpeningHours.ts +0 -27
- package/src/requests/services/deliveroo/UpdateIntegrationDeliveroo.ts +0 -39
- package/src/requests/services/deliveroo/UpdateIntegrationDeliverooSiteStatus.ts +0 -43
- package/src/requests/services/deliveroo/index.ts +0 -16
- package/src/requests/services/glovo/CreateIntegrationGlovo.ts +0 -39
- package/src/requests/services/glovo/DeleteIntegrationGlovo.ts +0 -27
- package/src/requests/services/glovo/GetIntegrationGlovoClientLogRequestDetails.ts +0 -39
- package/src/requests/services/glovo/GetIntegrationGlovoClientLogRequests.ts +0 -64
- package/src/requests/services/glovo/GetIntegrationGlovoDetails.ts +0 -36
- package/src/requests/services/glovo/GetIntegrationGlovoList.ts +0 -55
- package/src/requests/services/glovo/GetIntegrationGlovoMenuUpdateDetails.ts +0 -39
- package/src/requests/services/glovo/GetIntegrationGlovoMenuUpdates.ts +0 -66
- package/src/requests/services/glovo/GetIntegrationGlovoMenuVersionDetails.ts +0 -35
- package/src/requests/services/glovo/GetIntegrationGlovoMenuVersions.ts +0 -62
- package/src/requests/services/glovo/GetIntegrationGlovoWebhookEventDetails.ts +0 -39
- package/src/requests/services/glovo/GetIntegrationGlovoWebhookEvents.ts +0 -68
- package/src/requests/services/glovo/IntegrationGlovoSyncMenu.ts +0 -27
- package/src/requests/services/glovo/UpdateIntegrationGlovo.ts +0 -39
- package/src/requests/services/glovo/UpdateIntegrationGlovoStoreStatus.ts +0 -43
- package/src/requests/services/glovo/index.ts +0 -15
- package/src/requests/services/index.ts +0 -4
- package/src/requests/services/justeat/CreateIntegrationJustEat.ts +0 -39
- package/src/requests/services/justeat/DeleteIntegrationJustEat.ts +0 -27
- package/src/requests/services/justeat/GetIntegrationJustEatClientLogRequestDetails.ts +0 -40
- package/src/requests/services/justeat/GetIntegrationJustEatClientLogRequests.ts +0 -64
- package/src/requests/services/justeat/GetIntegrationJustEatDetails.ts +0 -36
- package/src/requests/services/justeat/GetIntegrationJustEatList.ts +0 -60
- package/src/requests/services/justeat/GetIntegrationJustEatMenuVersionDetails.ts +0 -35
- package/src/requests/services/justeat/GetIntegrationJustEatMenuVersions.ts +0 -62
- package/src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcessDetails.ts +0 -40
- package/src/requests/services/justeat/GetIntegrationJustEatSyncMenuProcesses.ts +0 -69
- package/src/requests/services/justeat/IntegrationJustEatSyncMenu.ts +0 -27
- package/src/requests/services/justeat/IntegrationJustEatSyncOpeningTimes.ts +0 -27
- package/src/requests/services/justeat/UpdateIntegrationJustEat.ts +0 -39
- package/src/requests/services/justeat/UpdateIntegrationJustEatRestaurantStatus.ts +0 -44
- package/src/requests/services/justeat/index.ts +0 -14
- package/src/schemas.ts +0 -104
- package/src/service-schemas/cassa_in_cloud.ts +0 -154
- package/src/service-schemas/deliveroo.ts +0 -159
- package/src/service-schemas/glovo.ts +0 -153
- package/src/service-schemas/justeat.ts +0 -121
- package/src/types.ts +0 -296
- package/tsconfig.json +0 -15
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
export const integrationCassaInCloudSyncSalesModesInputSchema = z.undefined()
|
|
5
|
-
export const integrationCassaInCloudSyncSalesModesResponseSchema = z.undefined()
|
|
6
|
-
|
|
7
|
-
export class IntegrationCassaInCloudSyncSalesModes extends AbstractApiRequest<void, void> {
|
|
8
|
-
readonly method = 'POST'
|
|
9
|
-
readonly contentType = 'application/json'
|
|
10
|
-
readonly accept = 'application/json'
|
|
11
|
-
|
|
12
|
-
readonly inputSchema = integrationCassaInCloudSyncSalesModesInputSchema
|
|
13
|
-
readonly outputSchema = integrationCassaInCloudSyncSalesModesResponseSchema
|
|
14
|
-
readonly querySchema = undefined
|
|
15
|
-
readonly headersSchema = undefined
|
|
16
|
-
|
|
17
|
-
private readonly integrationCassaInCloudId: string
|
|
18
|
-
|
|
19
|
-
constructor(integrationCassaInCloudId: string) {
|
|
20
|
-
super()
|
|
21
|
-
this.integrationCassaInCloudId = integrationCassaInCloudId
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
getPath(): string {
|
|
25
|
-
return `/integrations/cassa_in_cloud/${this.integrationCassaInCloudId}/sync/sales_modes`
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
export const integrationCassaInCloudSyncStockInputSchema = z.undefined()
|
|
5
|
-
export const integrationCassaInCloudSyncStockResponseSchema = z.undefined()
|
|
6
|
-
|
|
7
|
-
export class IntegrationCassaInCloudSyncStock extends AbstractApiRequest<void, void> {
|
|
8
|
-
readonly method = 'POST'
|
|
9
|
-
readonly contentType = 'application/json'
|
|
10
|
-
readonly accept = 'application/json'
|
|
11
|
-
|
|
12
|
-
readonly inputSchema = integrationCassaInCloudSyncStockInputSchema
|
|
13
|
-
readonly outputSchema = integrationCassaInCloudSyncStockResponseSchema
|
|
14
|
-
readonly querySchema = undefined
|
|
15
|
-
readonly headersSchema = undefined
|
|
16
|
-
|
|
17
|
-
private readonly integrationCassaInCloudId: string
|
|
18
|
-
|
|
19
|
-
constructor(integrationCassaInCloudId: string) {
|
|
20
|
-
super()
|
|
21
|
-
this.integrationCassaInCloudId = integrationCassaInCloudId
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
getPath(): string {
|
|
25
|
-
return `/integrations/cassa_in_cloud/${this.integrationCassaInCloudId}/sync/stock`
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
export const integrationCassaInCloudSyncTimetablesInputSchema = z.undefined()
|
|
5
|
-
export const integrationCassaInCloudSyncTimetablesResponseSchema = z.undefined()
|
|
6
|
-
|
|
7
|
-
export class IntegrationCassaInCloudSyncTimetables extends AbstractApiRequest<void, void> {
|
|
8
|
-
readonly method = 'POST'
|
|
9
|
-
readonly contentType = 'application/json'
|
|
10
|
-
readonly accept = 'application/json'
|
|
11
|
-
|
|
12
|
-
readonly inputSchema = integrationCassaInCloudSyncTimetablesInputSchema
|
|
13
|
-
readonly outputSchema = integrationCassaInCloudSyncTimetablesResponseSchema
|
|
14
|
-
readonly querySchema = undefined
|
|
15
|
-
readonly headersSchema = undefined
|
|
16
|
-
|
|
17
|
-
private readonly integrationCassaInCloudId: string
|
|
18
|
-
|
|
19
|
-
constructor(integrationCassaInCloudId: string) {
|
|
20
|
-
super()
|
|
21
|
-
this.integrationCassaInCloudId = integrationCassaInCloudId
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
getPath(): string {
|
|
25
|
-
return `/integrations/cassa_in_cloud/${this.integrationCassaInCloudId}/sync/timetables`
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
|
|
3
|
-
import {
|
|
4
|
-
IntegrationCassaInCloudDetails,
|
|
5
|
-
integrationCassaInCloudDetailsSchema,
|
|
6
|
-
IntegrationCassaInCloudEditableFields,
|
|
7
|
-
integrationCassaInCloudEditableFieldsSchema,
|
|
8
|
-
} from '../../../service-schemas/cassa_in_cloud'
|
|
9
|
-
|
|
10
|
-
export const updateIntegrationCassaInCloudInputSchema = integrationCassaInCloudEditableFieldsSchema
|
|
11
|
-
export type UpdateIntegrationCassaInCloudInput = IntegrationCassaInCloudEditableFields
|
|
12
|
-
|
|
13
|
-
export const updateIntegrationCassaInCloudResponseSchema = integrationCassaInCloudDetailsSchema
|
|
14
|
-
export type UpdateIntegrationCassaInCloudResponse = IntegrationCassaInCloudDetails
|
|
15
|
-
|
|
16
|
-
export class UpdateIntegrationCassaInCloud extends AbstractApiRequest<
|
|
17
|
-
UpdateIntegrationCassaInCloudInput,
|
|
18
|
-
UpdateIntegrationCassaInCloudResponse
|
|
19
|
-
> {
|
|
20
|
-
readonly method = 'PATCH'
|
|
21
|
-
readonly contentType = 'application/merge-patch+json'
|
|
22
|
-
readonly accept = 'application/json'
|
|
23
|
-
|
|
24
|
-
readonly inputSchema = updateIntegrationCassaInCloudInputSchema
|
|
25
|
-
readonly outputSchema = updateIntegrationCassaInCloudResponseSchema
|
|
26
|
-
readonly querySchema = undefined
|
|
27
|
-
readonly headersSchema = undefined
|
|
28
|
-
|
|
29
|
-
private readonly integrationCassaInCloudId: string
|
|
30
|
-
|
|
31
|
-
constructor(integrationCassaInCloudId: string, input: UpdateIntegrationCassaInCloudInput) {
|
|
32
|
-
super(input)
|
|
33
|
-
this.integrationCassaInCloudId = integrationCassaInCloudId
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
getPath(): string {
|
|
37
|
-
return `/integrations/cassa_in_cloud/${this.integrationCassaInCloudId}`
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export * from './CreateIntegrationCassaInCloud'
|
|
2
|
-
export * from './DeleteIntegrationCassaInCloud'
|
|
3
|
-
export * from './GetIntegrationCassaInCloudClientLogRequestDetails'
|
|
4
|
-
export * from './GetIntegrationCassaInCloudClientLogRequests'
|
|
5
|
-
export * from './GetIntegrationCassaInCloudDetails'
|
|
6
|
-
export * from './GetIntegrationCassaInCloudList'
|
|
7
|
-
export * from './GetIntegrationCassaInCloudSyncMenuProcessDetails'
|
|
8
|
-
export * from './GetIntegrationCassaInCloudSyncMenuProcesses'
|
|
9
|
-
export * from './GetIntegrationCassaInCloudWebHookEventDetails'
|
|
10
|
-
export * from './GetIntegrationCassaInCloudWebHookEvents'
|
|
11
|
-
export * from './IntegrationCassaInCloudSyncCustomers'
|
|
12
|
-
export * from './IntegrationCassaInCloudSyncOrganizations'
|
|
13
|
-
export * from './IntegrationCassaInCloudSyncProducts'
|
|
14
|
-
export * from './IntegrationCassaInCloudSyncSalesModes'
|
|
15
|
-
export * from './IntegrationCassaInCloudSyncStock'
|
|
16
|
-
export * from './IntegrationCassaInCloudSyncTimetables'
|
|
17
|
-
export * from './UpdateIntegrationCassaInCloud'
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { pointOfSalePathSchema } from '@deliverart/sdk-js-point-of-sale'
|
|
3
|
-
import { z } from 'zod'
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
IntegrationDeliverooDetails,
|
|
7
|
-
integrationDeliverooDetailsSchema,
|
|
8
|
-
integrationDeliverooEditableFieldsSchema,
|
|
9
|
-
} from '../../../service-schemas/deliveroo'
|
|
10
|
-
|
|
11
|
-
export const createIntegrationDeliverooInputSchema =
|
|
12
|
-
integrationDeliverooEditableFieldsSchema.extend({
|
|
13
|
-
pointOfSale: pointOfSalePathSchema,
|
|
14
|
-
})
|
|
15
|
-
export type CreateIntegrationDeliverooInput = z.infer<typeof createIntegrationDeliverooInputSchema>
|
|
16
|
-
|
|
17
|
-
export const createIntegrationDeliverooResponseSchema = integrationDeliverooDetailsSchema
|
|
18
|
-
export type CreateIntegrationDeliverooResponse = IntegrationDeliverooDetails
|
|
19
|
-
|
|
20
|
-
export class CreateIntegrationDeliveroo extends AbstractApiRequest<
|
|
21
|
-
CreateIntegrationDeliverooInput,
|
|
22
|
-
CreateIntegrationDeliverooResponse
|
|
23
|
-
> {
|
|
24
|
-
readonly method = 'POST'
|
|
25
|
-
readonly contentType = 'application/json'
|
|
26
|
-
readonly accept = 'application/json'
|
|
27
|
-
|
|
28
|
-
readonly inputSchema = createIntegrationDeliverooInputSchema
|
|
29
|
-
readonly outputSchema = createIntegrationDeliverooResponseSchema
|
|
30
|
-
readonly querySchema = undefined
|
|
31
|
-
readonly headersSchema = undefined
|
|
32
|
-
|
|
33
|
-
constructor(input: CreateIntegrationDeliverooInput) {
|
|
34
|
-
super(input)
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
getPath(): string {
|
|
38
|
-
return '/integrations/deliveroo'
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
export const deleteIntegrationDeliverooInputSchema = z.undefined()
|
|
5
|
-
export const deleteIntegrationDeliverooResponseSchema = z.undefined()
|
|
6
|
-
|
|
7
|
-
export class DeleteIntegrationDeliveroo extends AbstractApiRequest<void, void> {
|
|
8
|
-
readonly method = 'DELETE'
|
|
9
|
-
readonly contentType = 'application/json'
|
|
10
|
-
readonly accept = 'application/json'
|
|
11
|
-
|
|
12
|
-
readonly inputSchema = deleteIntegrationDeliverooInputSchema
|
|
13
|
-
readonly outputSchema = deleteIntegrationDeliverooResponseSchema
|
|
14
|
-
readonly querySchema = undefined
|
|
15
|
-
readonly headersSchema = undefined
|
|
16
|
-
|
|
17
|
-
private readonly integrationDeliverooId: string
|
|
18
|
-
|
|
19
|
-
constructor(integrationDeliverooId: string) {
|
|
20
|
-
super()
|
|
21
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
getPath(): string {
|
|
25
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}`
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
IntegrationClientLogRequestDetails,
|
|
6
|
-
integrationClientLogRequestDetailsSchema,
|
|
7
|
-
} from '../../../schemas'
|
|
8
|
-
|
|
9
|
-
export const getIntegrationDeliverooClientLogRequestDetailsInputSchema = z.undefined()
|
|
10
|
-
|
|
11
|
-
export const getIntegrationDeliverooClientLogRequestDetailsResponseSchema =
|
|
12
|
-
integrationClientLogRequestDetailsSchema
|
|
13
|
-
export type GetIntegrationDeliverooClientLogRequestDetailsResponse =
|
|
14
|
-
IntegrationClientLogRequestDetails
|
|
15
|
-
|
|
16
|
-
export class GetIntegrationDeliverooClientLogRequestDetails extends AbstractApiRequest<
|
|
17
|
-
void,
|
|
18
|
-
GetIntegrationDeliverooClientLogRequestDetailsResponse
|
|
19
|
-
> {
|
|
20
|
-
readonly method = 'GET'
|
|
21
|
-
readonly contentType = 'application/json'
|
|
22
|
-
readonly accept = 'application/json'
|
|
23
|
-
readonly inputSchema = getIntegrationDeliverooClientLogRequestDetailsInputSchema
|
|
24
|
-
readonly outputSchema = getIntegrationDeliverooClientLogRequestDetailsResponseSchema
|
|
25
|
-
readonly querySchema = undefined
|
|
26
|
-
readonly headersSchema = undefined
|
|
27
|
-
|
|
28
|
-
private readonly integrationDeliverooId: string
|
|
29
|
-
private readonly requestId: string
|
|
30
|
-
|
|
31
|
-
constructor(integrationDeliverooId: string, requestId: string) {
|
|
32
|
-
super()
|
|
33
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
34
|
-
this.requestId = requestId
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
getPath(): string {
|
|
38
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}/client_log_requests/${this.requestId}`
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import {
|
|
3
|
-
createPaginatedSchema,
|
|
4
|
-
Paginated,
|
|
5
|
-
responseToPagination,
|
|
6
|
-
} from '@deliverart/sdk-js-global-types'
|
|
7
|
-
import { AxiosResponse } from 'axios'
|
|
8
|
-
import { z } from 'zod'
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
ClientLogRequestQuery,
|
|
12
|
-
clientLogRequestQuerySchema,
|
|
13
|
-
IntegrationClientLogRequest,
|
|
14
|
-
integrationClientLogRequestSchema,
|
|
15
|
-
} from '../../../schemas'
|
|
16
|
-
|
|
17
|
-
export const getIntegrationDeliverooClientLogRequestsQuerySchema = clientLogRequestQuerySchema
|
|
18
|
-
export type GetIntegrationDeliverooClientLogRequestsQueryParams = ClientLogRequestQuery
|
|
19
|
-
|
|
20
|
-
export const getIntegrationDeliverooClientLogRequestsResponseSchema = createPaginatedSchema(
|
|
21
|
-
integrationClientLogRequestSchema,
|
|
22
|
-
)
|
|
23
|
-
export type GetIntegrationDeliverooClientLogRequestsResponse = z.infer<
|
|
24
|
-
typeof getIntegrationDeliverooClientLogRequestsResponseSchema
|
|
25
|
-
>
|
|
26
|
-
|
|
27
|
-
export const getIntegrationDeliverooClientLogRequestsInputSchema = z.undefined()
|
|
28
|
-
|
|
29
|
-
export class GetIntegrationDeliverooClientLogRequests extends AbstractApiRequest<
|
|
30
|
-
void,
|
|
31
|
-
GetIntegrationDeliverooClientLogRequestsResponse,
|
|
32
|
-
GetIntegrationDeliverooClientLogRequestsQueryParams
|
|
33
|
-
> {
|
|
34
|
-
readonly method = 'GET'
|
|
35
|
-
readonly contentType = 'application/json'
|
|
36
|
-
readonly accept = 'application/json'
|
|
37
|
-
|
|
38
|
-
readonly inputSchema = getIntegrationDeliverooClientLogRequestsInputSchema
|
|
39
|
-
readonly outputSchema = getIntegrationDeliverooClientLogRequestsResponseSchema
|
|
40
|
-
readonly querySchema = getIntegrationDeliverooClientLogRequestsQuerySchema
|
|
41
|
-
readonly headersSchema = undefined
|
|
42
|
-
|
|
43
|
-
private readonly integrationDeliverooId: string
|
|
44
|
-
|
|
45
|
-
constructor(
|
|
46
|
-
integrationDeliverooId: string,
|
|
47
|
-
options?: { query?: GetIntegrationDeliverooClientLogRequestsQueryParams },
|
|
48
|
-
) {
|
|
49
|
-
super(undefined, options)
|
|
50
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
getPath(): string {
|
|
54
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}/client_log_requests`
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
parseResponse(data: unknown, rawResponse: AxiosResponse): Paginated<IntegrationClientLogRequest> {
|
|
58
|
-
const integrations = z.array(integrationClientLogRequestSchema).parse(data)
|
|
59
|
-
return this.validateOutput({
|
|
60
|
-
data: integrations,
|
|
61
|
-
pagination: responseToPagination(rawResponse),
|
|
62
|
-
})
|
|
63
|
-
}
|
|
64
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
IntegrationDeliverooDetails,
|
|
6
|
-
integrationDeliverooDetailsSchema,
|
|
7
|
-
} from '../../../service-schemas/deliveroo'
|
|
8
|
-
|
|
9
|
-
export const getIntegrationDeliverooDetailsInputSchema = z.undefined()
|
|
10
|
-
|
|
11
|
-
export const getIntegrationDeliverooDetailsResponseSchema = integrationDeliverooDetailsSchema
|
|
12
|
-
export type GetIntegrationDeliverooDetailsResponse = IntegrationDeliverooDetails
|
|
13
|
-
|
|
14
|
-
export class GetIntegrationDeliverooDetails extends AbstractApiRequest<
|
|
15
|
-
void,
|
|
16
|
-
GetIntegrationDeliverooDetailsResponse
|
|
17
|
-
> {
|
|
18
|
-
readonly method = 'GET'
|
|
19
|
-
readonly contentType = 'application/json'
|
|
20
|
-
readonly accept = 'application/json'
|
|
21
|
-
readonly inputSchema = getIntegrationDeliverooDetailsInputSchema
|
|
22
|
-
readonly outputSchema = getIntegrationDeliverooDetailsResponseSchema
|
|
23
|
-
readonly querySchema = undefined
|
|
24
|
-
readonly headersSchema = undefined
|
|
25
|
-
|
|
26
|
-
private readonly integrationDeliverooId: string
|
|
27
|
-
|
|
28
|
-
constructor(integrationDeliverooId: string) {
|
|
29
|
-
super()
|
|
30
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
getPath(): string {
|
|
34
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}`
|
|
35
|
-
}
|
|
36
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import {
|
|
3
|
-
createPaginatedSchema,
|
|
4
|
-
Paginated,
|
|
5
|
-
responseToPagination,
|
|
6
|
-
} from '@deliverart/sdk-js-global-types'
|
|
7
|
-
import { AxiosResponse } from 'axios'
|
|
8
|
-
import { z } from 'zod'
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
IntegrationDeliveroo,
|
|
12
|
-
integrationDeliverooSchema,
|
|
13
|
-
integrationsDeliverooQuerySchema,
|
|
14
|
-
} from '../../../service-schemas/deliveroo'
|
|
15
|
-
|
|
16
|
-
export const getIntegrationDeliverooListQuerySchema = integrationsDeliverooQuerySchema.omit({
|
|
17
|
-
service: true,
|
|
18
|
-
})
|
|
19
|
-
export type GetIntegrationDeliverooListQueryParams = z.infer<
|
|
20
|
-
typeof getIntegrationDeliverooListQuerySchema
|
|
21
|
-
>
|
|
22
|
-
|
|
23
|
-
export const getIntegrationDeliverooListResponseSchema = createPaginatedSchema(
|
|
24
|
-
integrationDeliverooSchema,
|
|
25
|
-
)
|
|
26
|
-
export type GetIntegrationDeliverooListResponse = z.infer<
|
|
27
|
-
typeof getIntegrationDeliverooListResponseSchema
|
|
28
|
-
>
|
|
29
|
-
|
|
30
|
-
export const getIntegrationDeliverooListInputSchema = z.undefined()
|
|
31
|
-
|
|
32
|
-
export class GetIntegrationDeliverooList extends AbstractApiRequest<
|
|
33
|
-
void,
|
|
34
|
-
GetIntegrationDeliverooListResponse,
|
|
35
|
-
GetIntegrationDeliverooListQueryParams
|
|
36
|
-
> {
|
|
37
|
-
readonly method = 'GET'
|
|
38
|
-
readonly contentType = 'application/json'
|
|
39
|
-
readonly accept = 'application/json'
|
|
40
|
-
|
|
41
|
-
readonly inputSchema = getIntegrationDeliverooListInputSchema
|
|
42
|
-
readonly outputSchema = getIntegrationDeliverooListResponseSchema
|
|
43
|
-
readonly querySchema = getIntegrationDeliverooListQuerySchema
|
|
44
|
-
readonly headersSchema = undefined
|
|
45
|
-
|
|
46
|
-
constructor(options?: { query?: GetIntegrationDeliverooListQueryParams }) {
|
|
47
|
-
super(undefined, options)
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
getPath(): string {
|
|
51
|
-
return '/integrations/deliveroo'
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
parseResponse(data: unknown, rawResponse: AxiosResponse): Paginated<IntegrationDeliveroo> {
|
|
55
|
-
const integrations = z.array(integrationDeliverooSchema).parse(data)
|
|
56
|
-
return this.validateOutput({
|
|
57
|
-
data: integrations,
|
|
58
|
-
pagination: responseToPagination(rawResponse),
|
|
59
|
-
})
|
|
60
|
-
}
|
|
61
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
import { MenuVersionDetails, menuVersionDetailsSchema } from '../../../schemas'
|
|
5
|
-
|
|
6
|
-
export const getIntegrationDeliverooMenuVersionDetailsInputSchema = z.undefined()
|
|
7
|
-
|
|
8
|
-
export const getIntegrationDeliverooMenuVersionDetailsResponseSchema = menuVersionDetailsSchema
|
|
9
|
-
export type GetIntegrationDeliverooMenuVersionDetailsResponse = MenuVersionDetails
|
|
10
|
-
|
|
11
|
-
export class GetIntegrationDeliverooMenuVersionDetails extends AbstractApiRequest<
|
|
12
|
-
void,
|
|
13
|
-
GetIntegrationDeliverooMenuVersionDetailsResponse
|
|
14
|
-
> {
|
|
15
|
-
readonly method = 'GET'
|
|
16
|
-
readonly contentType = 'application/json'
|
|
17
|
-
readonly accept = 'application/json'
|
|
18
|
-
readonly inputSchema = getIntegrationDeliverooMenuVersionDetailsInputSchema
|
|
19
|
-
readonly outputSchema = getIntegrationDeliverooMenuVersionDetailsResponseSchema
|
|
20
|
-
readonly querySchema = undefined
|
|
21
|
-
readonly headersSchema = undefined
|
|
22
|
-
|
|
23
|
-
private readonly integrationDeliverooId: string
|
|
24
|
-
private readonly versionId: string
|
|
25
|
-
|
|
26
|
-
constructor(integrationDeliverooId: string, versionId: string) {
|
|
27
|
-
super()
|
|
28
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
29
|
-
this.versionId = versionId
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
getPath(): string {
|
|
33
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}/menu_versions/${this.versionId}`
|
|
34
|
-
}
|
|
35
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import {
|
|
3
|
-
createPaginatedSchema,
|
|
4
|
-
Paginated,
|
|
5
|
-
responseToPagination,
|
|
6
|
-
} from '@deliverart/sdk-js-global-types'
|
|
7
|
-
import { AxiosResponse } from 'axios'
|
|
8
|
-
import { z } from 'zod'
|
|
9
|
-
|
|
10
|
-
import { MenuVersion, menuVersionSchema } from '../../../schemas'
|
|
11
|
-
|
|
12
|
-
export const getIntegrationDeliverooMenuVersionsQuerySchema = z.object({
|
|
13
|
-
page: z.number().optional(),
|
|
14
|
-
})
|
|
15
|
-
export type GetIntegrationDeliverooMenuVersionsQueryParams = z.infer<
|
|
16
|
-
typeof getIntegrationDeliverooMenuVersionsQuerySchema
|
|
17
|
-
>
|
|
18
|
-
|
|
19
|
-
export const getIntegrationDeliverooMenuVersionsResponseSchema =
|
|
20
|
-
createPaginatedSchema(menuVersionSchema)
|
|
21
|
-
export type GetIntegrationDeliverooMenuVersionsResponse = z.infer<
|
|
22
|
-
typeof getIntegrationDeliverooMenuVersionsResponseSchema
|
|
23
|
-
>
|
|
24
|
-
|
|
25
|
-
export const getIntegrationDeliverooMenuVersionsInputSchema = z.undefined()
|
|
26
|
-
|
|
27
|
-
export class GetIntegrationDeliverooMenuVersions extends AbstractApiRequest<
|
|
28
|
-
void,
|
|
29
|
-
GetIntegrationDeliverooMenuVersionsResponse,
|
|
30
|
-
GetIntegrationDeliverooMenuVersionsQueryParams
|
|
31
|
-
> {
|
|
32
|
-
readonly method = 'GET'
|
|
33
|
-
readonly contentType = 'application/json'
|
|
34
|
-
readonly accept = 'application/json'
|
|
35
|
-
|
|
36
|
-
readonly inputSchema = getIntegrationDeliverooMenuVersionsInputSchema
|
|
37
|
-
readonly outputSchema = getIntegrationDeliverooMenuVersionsResponseSchema
|
|
38
|
-
readonly querySchema = getIntegrationDeliverooMenuVersionsQuerySchema
|
|
39
|
-
readonly headersSchema = undefined
|
|
40
|
-
|
|
41
|
-
private readonly integrationDeliverooId: string
|
|
42
|
-
|
|
43
|
-
constructor(
|
|
44
|
-
integrationDeliverooId: string,
|
|
45
|
-
options?: { query?: GetIntegrationDeliverooMenuVersionsQueryParams },
|
|
46
|
-
) {
|
|
47
|
-
super(undefined, options)
|
|
48
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
getPath(): string {
|
|
52
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}/menu_versions`
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
parseResponse(data: unknown, rawResponse: AxiosResponse): Paginated<MenuVersion> {
|
|
56
|
-
const integrations = z.array(menuVersionSchema).parse(data)
|
|
57
|
-
return this.validateOutput({
|
|
58
|
-
data: integrations,
|
|
59
|
-
pagination: responseToPagination(rawResponse),
|
|
60
|
-
})
|
|
61
|
-
}
|
|
62
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
IntegrationDeliverooSyncMenuProcessDetails,
|
|
6
|
-
integrationDeliverooSyncMenuProcessDetailsSchema,
|
|
7
|
-
} from '../../../service-schemas/deliveroo'
|
|
8
|
-
|
|
9
|
-
export const getIntegrationDeliverooSyncMenuProcessDetailsInputSchema = z.undefined()
|
|
10
|
-
|
|
11
|
-
export const getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema =
|
|
12
|
-
integrationDeliverooSyncMenuProcessDetailsSchema
|
|
13
|
-
export type GetIntegrationDeliverooSyncMenuProcessDetailsResponse =
|
|
14
|
-
IntegrationDeliverooSyncMenuProcessDetails
|
|
15
|
-
|
|
16
|
-
export class GetIntegrationDeliverooSyncMenuProcessDetails extends AbstractApiRequest<
|
|
17
|
-
void,
|
|
18
|
-
GetIntegrationDeliverooSyncMenuProcessDetailsResponse
|
|
19
|
-
> {
|
|
20
|
-
readonly method = 'GET'
|
|
21
|
-
readonly contentType = 'application/json'
|
|
22
|
-
readonly accept = 'application/json'
|
|
23
|
-
readonly inputSchema = getIntegrationDeliverooSyncMenuProcessDetailsInputSchema
|
|
24
|
-
readonly outputSchema = getIntegrationDeliverooSyncMenuProcessDetailsResponseSchema
|
|
25
|
-
readonly querySchema = undefined
|
|
26
|
-
readonly headersSchema = undefined
|
|
27
|
-
|
|
28
|
-
private readonly integrationDeliverooId: string
|
|
29
|
-
private readonly processId: string
|
|
30
|
-
|
|
31
|
-
constructor(integrationDeliverooId: string, processId: string) {
|
|
32
|
-
super()
|
|
33
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
34
|
-
this.processId = processId
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
getPath(): string {
|
|
38
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}/sync_menu_processes/${this.processId}`
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import {
|
|
3
|
-
createPaginatedSchema,
|
|
4
|
-
Paginated,
|
|
5
|
-
responseToPagination,
|
|
6
|
-
} from '@deliverart/sdk-js-global-types'
|
|
7
|
-
import { AxiosResponse } from 'axios'
|
|
8
|
-
import { z } from 'zod'
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
IntegrationDeliverooSyncMenuProcess,
|
|
12
|
-
integrationDeliverooSyncMenuProcessSchema,
|
|
13
|
-
} from '../../../service-schemas/deliveroo'
|
|
14
|
-
|
|
15
|
-
export const getIntegrationDeliverooSyncMenuProcessesQuerySchema = z.object({
|
|
16
|
-
page: z.number().optional(),
|
|
17
|
-
})
|
|
18
|
-
export type GetIntegrationDeliverooSyncMenuProcessesQueryParams = z.infer<
|
|
19
|
-
typeof getIntegrationDeliverooSyncMenuProcessesQuerySchema
|
|
20
|
-
>
|
|
21
|
-
|
|
22
|
-
export const getIntegrationDeliverooSyncMenuProcessesResponseSchema = createPaginatedSchema(
|
|
23
|
-
integrationDeliverooSyncMenuProcessSchema,
|
|
24
|
-
)
|
|
25
|
-
export type GetIntegrationDeliverooSyncMenuProcessesResponse = z.infer<
|
|
26
|
-
typeof getIntegrationDeliverooSyncMenuProcessesResponseSchema
|
|
27
|
-
>
|
|
28
|
-
|
|
29
|
-
export const getIntegrationDeliverooSyncMenuProcessesInputSchema = z.undefined()
|
|
30
|
-
|
|
31
|
-
export class GetIntegrationDeliverooSyncMenuProcesses extends AbstractApiRequest<
|
|
32
|
-
void,
|
|
33
|
-
GetIntegrationDeliverooSyncMenuProcessesResponse,
|
|
34
|
-
GetIntegrationDeliverooSyncMenuProcessesQueryParams
|
|
35
|
-
> {
|
|
36
|
-
readonly method = 'GET'
|
|
37
|
-
readonly contentType = 'application/json'
|
|
38
|
-
readonly accept = 'application/json'
|
|
39
|
-
|
|
40
|
-
readonly inputSchema = getIntegrationDeliverooSyncMenuProcessesInputSchema
|
|
41
|
-
readonly outputSchema = getIntegrationDeliverooSyncMenuProcessesResponseSchema
|
|
42
|
-
readonly querySchema = getIntegrationDeliverooSyncMenuProcessesQuerySchema
|
|
43
|
-
readonly headersSchema = undefined
|
|
44
|
-
|
|
45
|
-
private readonly integrationDeliverooId: string
|
|
46
|
-
|
|
47
|
-
constructor(
|
|
48
|
-
integrationDeliverooId: string,
|
|
49
|
-
options?: { query?: GetIntegrationDeliverooSyncMenuProcessesQueryParams },
|
|
50
|
-
) {
|
|
51
|
-
super(undefined, options)
|
|
52
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
getPath(): string {
|
|
56
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}/sync_menu_processes`
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
parseResponse(
|
|
60
|
-
data: unknown,
|
|
61
|
-
rawResponse: AxiosResponse,
|
|
62
|
-
): Paginated<IntegrationDeliverooSyncMenuProcess> {
|
|
63
|
-
const integrations = z.array(integrationDeliverooSyncMenuProcessSchema).parse(data)
|
|
64
|
-
return this.validateOutput({
|
|
65
|
-
data: integrations,
|
|
66
|
-
pagination: responseToPagination(rawResponse),
|
|
67
|
-
})
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { AbstractApiRequest } from '@deliverart/sdk-js-core'
|
|
2
|
-
import { z } from 'zod'
|
|
3
|
-
|
|
4
|
-
import {
|
|
5
|
-
IntegrationDeliverooWebhookEventDetails,
|
|
6
|
-
integrationDeliverooWebhookEventDetailsSchema,
|
|
7
|
-
} from '../../../service-schemas/deliveroo'
|
|
8
|
-
|
|
9
|
-
export const getIntegrationDeliverooWebhookEventDetailsInputSchema = z.undefined()
|
|
10
|
-
|
|
11
|
-
export const getIntegrationDeliverooWebhookEventDetailsResponseSchema =
|
|
12
|
-
integrationDeliverooWebhookEventDetailsSchema
|
|
13
|
-
export type GetIntegrationDeliverooWebhookEventDetailsResponse =
|
|
14
|
-
IntegrationDeliverooWebhookEventDetails
|
|
15
|
-
|
|
16
|
-
export class GetIntegrationDeliverooWebhookEventDetails extends AbstractApiRequest<
|
|
17
|
-
void,
|
|
18
|
-
GetIntegrationDeliverooWebhookEventDetailsResponse
|
|
19
|
-
> {
|
|
20
|
-
readonly method = 'GET'
|
|
21
|
-
readonly contentType = 'application/json'
|
|
22
|
-
readonly accept = 'application/json'
|
|
23
|
-
readonly inputSchema = getIntegrationDeliverooWebhookEventDetailsInputSchema
|
|
24
|
-
readonly outputSchema = getIntegrationDeliverooWebhookEventDetailsResponseSchema
|
|
25
|
-
readonly querySchema = undefined
|
|
26
|
-
readonly headersSchema = undefined
|
|
27
|
-
|
|
28
|
-
private readonly integrationDeliverooId: string
|
|
29
|
-
private readonly eventId: string
|
|
30
|
-
|
|
31
|
-
constructor(integrationDeliverooId: string, eventId: string) {
|
|
32
|
-
super()
|
|
33
|
-
this.integrationDeliverooId = integrationDeliverooId
|
|
34
|
-
this.eventId = eventId
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
getPath(): string {
|
|
38
|
-
return `/integrations/deliveroo/${this.integrationDeliverooId}/webhook_events/${this.eventId}`
|
|
39
|
-
}
|
|
40
|
-
}
|