feat: ym sync
This commit is contained in:
8
src/client/models/GetYandexMarketCampaignsRequest.ts
Normal file
8
src/client/models/GetYandexMarketCampaignsRequest.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type GetYandexMarketCampaignsRequest = {
|
||||
apiKey: string;
|
||||
};
|
||||
|
||||
9
src/client/models/GetYandexMarketCampaignsResponse.ts
Normal file
9
src/client/models/GetYandexMarketCampaignsResponse.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
import type { YandexMarketCampaignSchema } from './YandexMarketCampaignSchema';
|
||||
export type GetYandexMarketCampaignsResponse = {
|
||||
campaigns: Array<YandexMarketCampaignSchema>;
|
||||
};
|
||||
|
||||
9
src/client/models/YandexMarketCampaignSchema.ts
Normal file
9
src/client/models/YandexMarketCampaignSchema.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* generated using openapi-typescript-codegen -- do not edit */
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type YandexMarketCampaignSchema = {
|
||||
id: number;
|
||||
name: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user