@pipedream/tookan
Version:
Pipedream Tookan Components
154 lines (153 loc) • 6.64 kB
TypeScript
declare const _default: {
props: {
tookan: import("@pipedream/types").App<{
_baseUrl(): string;
_httpRequest({ $, endpoint, data, method, }: import("../common/requestParams.js").HttpRequestParams): Promise<object>;
createTask(params: {
data: object;
}): Promise<import("../common/responseSchemas").TaskData>;
createAppointmentTask(params: import("../common/requestParams.js").CreateAppointmentTaskParams): Promise<object>;
createDeliveryTask(params: import("../common/requestParams.js").CreateDeliveryTaskParams): Promise<object>;
createFieldWorkforceTask(params: import("../common/requestParams.js").CreateFieldWorkforceTaskParams): Promise<object>;
createPickupAndDeliveryTask(params: import("../common/requestParams.js").CreatePickupAndDeliveryTaskParams): Promise<object>;
createPickupTask(params: import("../common/requestParams.js").CreatePickupTaskParams): Promise<object>;
}, {
timezone: {
label: string;
description: string;
type: string;
options: {
label: string;
value: string;
}[];
};
customerAddress: {
label: string;
description: string;
type: string;
};
jobDeliveryDatetime: {
label: string;
description: string;
type: string;
};
jobPickupDatetime: {
label: string;
description: string;
type: string;
};
jobPickupAddress: {
label: string;
description: string;
type: string;
};
additionalOptions: {
label: string;
description: string;
type: string;
optional: boolean;
};
}>;
additionalOptions: {
propDefinition: (string | import("@pipedream/types").App<{
_baseUrl(): string;
_httpRequest({ $, endpoint, data, method, }: import("../common/requestParams.js").HttpRequestParams): Promise<object>;
createTask(params: {
data: object;
}): Promise<import("../common/responseSchemas").TaskData>;
createAppointmentTask(params: import("../common/requestParams.js").CreateAppointmentTaskParams): Promise<object>;
createDeliveryTask(params: import("../common/requestParams.js").CreateDeliveryTaskParams): Promise<object>;
createFieldWorkforceTask(params: import("../common/requestParams.js").CreateFieldWorkforceTaskParams): Promise<object>;
createPickupAndDeliveryTask(params: import("../common/requestParams.js").CreatePickupAndDeliveryTaskParams): Promise<object>;
createPickupTask(params: import("../common/requestParams.js").CreatePickupTaskParams): Promise<object>;
}, {
timezone: {
label: string;
description: string;
type: string;
options: {
label: string;
value: string;
}[];
};
customerAddress: {
label: string;
description: string;
type: string;
};
jobDeliveryDatetime: {
label: string;
description: string;
type: string;
};
jobPickupDatetime: {
label: string;
description: string;
type: string;
};
jobPickupAddress: {
label: string;
description: string;
type: string;
};
additionalOptions: {
label: string;
description: string;
type: string;
optional: boolean;
};
}>)[];
};
timezone: {
propDefinition: (string | import("@pipedream/types").App<{
_baseUrl(): string;
_httpRequest({ $, endpoint, data, method, }: import("../common/requestParams.js").HttpRequestParams): Promise<object>;
createTask(params: {
data: object;
}): Promise<import("../common/responseSchemas").TaskData>;
createAppointmentTask(params: import("../common/requestParams.js").CreateAppointmentTaskParams): Promise<object>;
createDeliveryTask(params: import("../common/requestParams.js").CreateDeliveryTaskParams): Promise<object>;
createFieldWorkforceTask(params: import("../common/requestParams.js").CreateFieldWorkforceTaskParams): Promise<object>;
createPickupAndDeliveryTask(params: import("../common/requestParams.js").CreatePickupAndDeliveryTaskParams): Promise<object>;
createPickupTask(params: import("../common/requestParams.js").CreatePickupTaskParams): Promise<object>;
}, {
timezone: {
label: string;
description: string;
type: string;
options: {
label: string;
value: string;
}[];
};
customerAddress: {
label: string;
description: string;
type: string;
};
jobDeliveryDatetime: {
label: string;
description: string;
type: string;
};
jobPickupDatetime: {
label: string;
description: string;
type: string;
};
jobPickupAddress: {
label: string;
description: string;
type: string;
};
additionalOptions: {
label: string;
description: string;
type: string;
optional: boolean;
};
}>)[];
};
};
};
export default _default;