@rlvt/datasources-query-openapi-client 1.0.104 → 1.0.107

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/build/api.d.ts CHANGED
@@ -11,97 +11,97 @@ export default class {
11
11
  private queryValues;
12
12
  get Data(): {
13
13
  fetch: (params: {
14
- 'x-rlvt-no-cache'?: boolean;
15
- }, data: WorkerFetcherFetchOpts | IngesterFetcherFetchOpts | TrackingFetcherFetchOpts | ProxyFetcherFetchOpts | CarrefourStoresRetailsFetcherFetchOpts | CarrefourStoresWithDriveSlotsFetcherFetchOpts | CarrefourStoresWithFuelFetcherFetchOpts | BestWesternHotelsFetcherFetchOpts | FdjBetsFetcherFetchOpts | SarenzaSizesFetcherFetchOpts | RecommenderFetcherFetchOpts | RenaultPricesFetcherFetchOpts, options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<{
14
+ 'x-rlvt-no-cache'?: boolean | undefined;
15
+ }, data: WorkerFetcherFetchOpts | IngesterFetcherFetchOpts | TrackingFetcherFetchOpts | ProxyFetcherFetchOpts | CarrefourStoresRetailsFetcherFetchOpts | CarrefourStoresWithDriveSlotsFetcherFetchOpts | CarrefourStoresWithFuelFetcherFetchOpts | BestWesternHotelsFetcherFetchOpts | FdjBetsFetcherFetchOpts | SarenzaSizesFetcherFetchOpts | RecommenderFetcherFetchOpts | RenaultPricesFetcherFetchOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
16
16
  status: "success";
17
17
  program: string;
18
18
  version: string;
19
19
  datetime: string;
20
- code?: number;
20
+ code?: number | undefined;
21
21
  message: string;
22
22
  data: {
23
23
  entries: {
24
- distance?: number;
25
- rlvt_lat?: number;
26
- rlvt_lng?: number;
27
- rlvt_productKey?: string;
28
- rlvt_datasourceId?: string;
24
+ distance?: number | undefined;
25
+ rlvt_lat?: number | undefined;
26
+ rlvt_lng?: number | undefined;
27
+ rlvt_productKey?: string | undefined;
28
+ rlvt_datasourceId?: string | undefined;
29
29
  }[];
30
- meta?: CPMeta;
30
+ meta?: CPMeta | undefined;
31
31
  };
32
32
  }, any>>;
33
33
  count: (params: {
34
- 'x-rlvt-no-cache'?: boolean;
35
- }, data: CarrefourStoresWithFuelFetcherFetchOpts | WorkerFetcherCountOpts | IngesterFetcherCountOpts | TrackingFetcherCountOpts | ProxyFetcherCountOpts | CarrefourStoresRetailsFetcherCountOpts | CarrefourStoresWithDriveSlotsFetcherCountOpts | BestWesternHotelsFetcherCountOpts | FdjBetsFetcherCountOpts | SarenzaSizesFetcherCountOpts | RecommenderFetcherCountOpts | RenaultPricesFetcherCountOpts, options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<{
34
+ 'x-rlvt-no-cache'?: boolean | undefined;
35
+ }, data: CarrefourStoresWithFuelFetcherFetchOpts | WorkerFetcherCountOpts | IngesterFetcherCountOpts | TrackingFetcherCountOpts | ProxyFetcherCountOpts | CarrefourStoresRetailsFetcherCountOpts | CarrefourStoresWithDriveSlotsFetcherCountOpts | BestWesternHotelsFetcherCountOpts | FdjBetsFetcherCountOpts | SarenzaSizesFetcherCountOpts | RecommenderFetcherCountOpts | RenaultPricesFetcherCountOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
36
36
  status: "success";
37
37
  program: string;
38
38
  version: string;
39
39
  datetime: string;
40
- code?: number;
40
+ code?: number | undefined;
41
41
  message: string;
42
42
  data: number;
43
43
  }, any>>;
44
44
  findAndFetch: (params: {
45
- 'x-rlvt-no-cache'?: boolean;
45
+ 'x-rlvt-no-cache'?: boolean | undefined;
46
46
  }, data: (WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort & {
47
47
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
48
- companyId: string;
48
+ companyId: string | null;
49
49
  }) | (IngesterFetcherFetchOpts_Without_Query_Limit_Sort_Group & {
50
50
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
51
- companyId: string;
51
+ companyId: string | null;
52
52
  }) | (TrackingFetcherFetchOpts_Without_Query_Limit_Date_ExcludeQuery_UserIds_ExcludeDate & {
53
53
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
54
- companyId: string;
54
+ companyId: string | null;
55
55
  }) | (ProxyFetcherFetchOpts_Without_Query & {
56
56
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
57
- companyId: string;
57
+ companyId: string | null;
58
58
  }) | (CarrefourStoresRetailsFetcherFetchOpts_Without_Query & {
59
59
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
60
- companyId: string;
60
+ companyId: string | null;
61
61
  }) | (CarrefourStoresWithDriveSlotsFetcherFetchOpts_Without_Query & {
62
62
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
63
- companyId: string;
63
+ companyId: string | null;
64
64
  }) | (CarrefourStoresWithFuelFetcherFetchOpts_Without_Query & {
65
65
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
66
- companyId: string;
66
+ companyId: string | null;
67
67
  }) | (BestWesternHotelsFetcherFetchOpts_Without_Query_Cp_Geo_Sort & {
68
68
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
69
- companyId: string;
69
+ companyId: string | null;
70
70
  }) | (FdjBetsFetcherFetchOpts_Without_Query & {
71
71
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
72
- companyId: string;
72
+ companyId: string | null;
73
73
  }) | (SarenzaSizesFetcherFetchOpts_Without_Query_Cp_Sort & {
74
74
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
75
- companyId: string;
75
+ companyId: string | null;
76
76
  }) | (RecommenderFetcherFetchOpts_Without_Query_Limit & {
77
77
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
78
- companyId: string;
78
+ companyId: string | null;
79
79
  }) | (RenaultPricesFetcherFetchOpts_Without_Query_Limit_Geo_Sort & {
80
80
  type: DatasourceLocation | DatasourceGeneric | DatasourceProduct | DatasourceAnalytics;
81
- companyId: string;
82
- }), options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<{
81
+ companyId: string | null;
82
+ }), options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
83
83
  status: "success";
84
84
  program: string;
85
85
  version: string;
86
86
  datetime: string;
87
- code?: number;
87
+ code?: number | undefined;
88
88
  message: string;
89
89
  data: {
90
90
  entries: {
91
- distance?: number;
92
- rlvt_lat?: number;
93
- rlvt_lng?: number;
94
- rlvt_productKey?: string;
95
- rlvt_datasourceId?: string;
91
+ distance?: number | undefined;
92
+ rlvt_lat?: number | undefined;
93
+ rlvt_lng?: number | undefined;
94
+ rlvt_productKey?: string | undefined;
95
+ rlvt_datasourceId?: string | undefined;
96
96
  }[];
97
- meta?: CPMeta;
97
+ meta?: CPMeta | undefined;
98
98
  };
99
99
  }, any>>;
100
100
  query: (params: {
101
- page?: number;
102
- perPage?: number;
103
- 'x-rlvt-no-cache'?: boolean;
104
- }, data: CarrefourStoresWithFuelFetcherQueryOpts | FdjBetsFetcherQueryOpts | WorkerFetcherQueryOpts | IngesterFetcherQueryOpts | TrackingFetcherQueryOpts | ProxyFetcherQueryOpts | CarrefourStoresRetailsFetcherQueryOpts | CarrefourStoresWithDriveSlotsFetcherQueryOpts | BestWesternHotelsFetcherQueryOpts | SarenzaSizesFetcherQueryOpts | RecommenderFetcherQueryOpts | RenaultPricesFetcherQueryOpts, options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<{
101
+ page?: number | undefined;
102
+ perPage?: number | undefined;
103
+ 'x-rlvt-no-cache'?: boolean | undefined;
104
+ }, data: CarrefourStoresWithFuelFetcherQueryOpts | FdjBetsFetcherQueryOpts | WorkerFetcherQueryOpts | IngesterFetcherQueryOpts | TrackingFetcherQueryOpts | ProxyFetcherQueryOpts | CarrefourStoresRetailsFetcherQueryOpts | CarrefourStoresWithDriveSlotsFetcherQueryOpts | BestWesternHotelsFetcherQueryOpts | SarenzaSizesFetcherQueryOpts | RecommenderFetcherQueryOpts | RenaultPricesFetcherQueryOpts, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
105
105
  paginationCount: number;
106
106
  paginationPage: number;
107
107
  paginationLimit: number;
@@ -109,31 +109,31 @@ export default class {
109
109
  program: string;
110
110
  version: string;
111
111
  datetime: string;
112
- code?: number;
112
+ code?: number | undefined;
113
113
  message: string;
114
114
  data: {
115
115
  entries: {
116
- distance?: number;
117
- rlvt_lat?: number;
118
- rlvt_lng?: number;
119
- rlvt_productKey?: string;
120
- rlvt_datasourceId?: string;
116
+ distance?: number | undefined;
117
+ rlvt_lat?: number | undefined;
118
+ rlvt_lng?: number | undefined;
119
+ rlvt_productKey?: string | undefined;
120
+ rlvt_datasourceId?: string | undefined;
121
121
  }[];
122
122
  count: number;
123
123
  };
124
124
  }, any>>;
125
125
  queryValues: (params: {
126
- 'x-rlvt-no-cache'?: boolean;
126
+ 'x-rlvt-no-cache'?: boolean | undefined;
127
127
  }, data: {
128
128
  datasourceId: string;
129
129
  field: string;
130
- query?: string;
131
- }, options?: AxiosRequestConfig<any>) => Promise<import("axios").AxiosResponse<{
130
+ query?: string | undefined;
131
+ }, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
132
132
  status: "success";
133
133
  program: string;
134
134
  version: string;
135
135
  datetime: string;
136
- code?: number;
136
+ code?: number | undefined;
137
137
  message: string;
138
138
  data: string[];
139
139
  }, any>>;
@@ -234,7 +234,8 @@ export declare type WorkerFetcherFetchOpts_Without_Query_Limit_Cp_Geo_Sort = {
234
234
  export declare enum DatasourceLocationSubType {
235
235
  USER = "user",
236
236
  GOOGLE_MY_BUSINESS = "google_my_business",
237
- PARTOO = "partoo"
237
+ PARTOO = "partoo",
238
+ WEATHER = "weather"
238
239
  }
239
240
  export declare type DatasourceLocation = {
240
241
  name: "location";
@@ -8,6 +8,7 @@ var DatasourceLocationSubType;
8
8
  DatasourceLocationSubType["USER"] = "user";
9
9
  DatasourceLocationSubType["GOOGLE_MY_BUSINESS"] = "google_my_business";
10
10
  DatasourceLocationSubType["PARTOO"] = "partoo";
11
+ DatasourceLocationSubType["WEATHER"] = "weather";
11
12
  })(DatasourceLocationSubType = exports.DatasourceLocationSubType || (exports.DatasourceLocationSubType = {}));
12
13
  var DatasourceGenericSubType;
13
14
  (function (DatasourceGenericSubType) {
@@ -27,4 +28,4 @@ var DatasourceAnalyticsSubType;
27
28
  DatasourceAnalyticsSubType["SHOPIFY"] = "shopify";
28
29
  DatasourceAnalyticsSubType["WORKFLOW_EVENTS"] = "workflow_events";
29
30
  })(DatasourceAnalyticsSubType = exports.DatasourceAnalyticsSubType || (exports.DatasourceAnalyticsSubType = {}));
30
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBNE9wQixJQUFZLHlCQUlYO0FBSkQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0FBQ3JCLENBQUMsRUFKVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUlwQztBQU9ELElBQVksd0JBR1g7QUFIRCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsdURBQTJCLENBQUE7QUFDL0IsQ0FBQyxFQUhXLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBR25DO0FBT0QsSUFBWSx3QkFJWDtBQUpELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiwrQ0FBbUIsQ0FBQTtJQUNuQix5REFBNkIsQ0FBQTtBQUNqQyxDQUFDLEVBSlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFJbkM7QUFPRCxJQUFZLDBCQUtYO0FBTEQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQUxXLDBCQUEwQixHQUExQixrQ0FBMEIsS0FBMUIsa0NBQTBCLFFBS3JDIn0=
31
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBNE9wQixJQUFZLHlCQUtYO0FBTEQsV0FBWSx5QkFBeUI7SUFDakMsMENBQWEsQ0FBQTtJQUNiLHNFQUF5QyxDQUFBO0lBQ3pDLDhDQUFpQixDQUFBO0lBQ2pCLGdEQUFtQixDQUFBO0FBQ3ZCLENBQUMsRUFMVyx5QkFBeUIsR0FBekIsaUNBQXlCLEtBQXpCLGlDQUF5QixRQUtwQztBQU9ELElBQVksd0JBR1g7QUFIRCxXQUFZLHdCQUF3QjtJQUNoQyx5Q0FBYSxDQUFBO0lBQ2IsdURBQTJCLENBQUE7QUFDL0IsQ0FBQyxFQUhXLHdCQUF3QixHQUF4QixnQ0FBd0IsS0FBeEIsZ0NBQXdCLFFBR25DO0FBT0QsSUFBWSx3QkFJWDtBQUpELFdBQVksd0JBQXdCO0lBQ2hDLHlDQUFhLENBQUE7SUFDYiwrQ0FBbUIsQ0FBQTtJQUNuQix5REFBNkIsQ0FBQTtBQUNqQyxDQUFDLEVBSlcsd0JBQXdCLEdBQXhCLGdDQUF3QixLQUF4QixnQ0FBd0IsUUFJbkM7QUFPRCxJQUFZLDBCQUtYO0FBTEQsV0FBWSwwQkFBMEI7SUFDbEMscURBQXVCLENBQUE7SUFDdkIsdUVBQXlDLENBQUE7SUFDekMsaURBQW1CLENBQUE7SUFDbkIsaUVBQW1DLENBQUE7QUFDdkMsQ0FBQyxFQUxXLDBCQUEwQixHQUExQixrQ0FBMEIsS0FBMUIsa0NBQTBCLFFBS3JDIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rlvt/datasources-query-openapi-client",
3
- "version": "1.0.104+c26cf2e",
3
+ "version": "1.0.107+770d519",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",