@indigina/wms-api 0.0.177 → 0.0.178

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.177",
3
+ "version": "0.0.178",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -296,22 +296,21 @@ declare class AddressesService extends BaseService {
296
296
  * @param $top
297
297
  * @param $orderby
298
298
  * @param $filter
299
- * @param $search
300
299
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
301
300
  * @param reportProgress flag to report request and response progress.
302
301
  * @param options additional options
303
302
  */
304
- getAddressesByCompany(companyId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
303
+ getAddressesByCompany(companyId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
305
304
  httpHeaderAccept?: 'application/json';
306
305
  context?: HttpContext;
307
306
  transferCache?: boolean;
308
307
  }): Observable<Addresses>;
309
- getAddressesByCompany(companyId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
308
+ getAddressesByCompany(companyId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
310
309
  httpHeaderAccept?: 'application/json';
311
310
  context?: HttpContext;
312
311
  transferCache?: boolean;
313
312
  }): Observable<HttpResponse<Addresses>>;
314
- getAddressesByCompany(companyId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
313
+ getAddressesByCompany(companyId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
315
314
  httpHeaderAccept?: 'application/json';
316
315
  context?: HttpContext;
317
316
  transferCache?: boolean;
@@ -325,22 +324,21 @@ declare class AddressesService extends BaseService {
325
324
  * @param $top
326
325
  * @param $orderby
327
326
  * @param $filter
328
- * @param $search
329
327
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
330
328
  * @param reportProgress flag to report request and response progress.
331
329
  * @param options additional options
332
330
  */
333
- getAddressesByPerson(personId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
331
+ getAddressesByPerson(personId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
334
332
  httpHeaderAccept?: 'application/json';
335
333
  context?: HttpContext;
336
334
  transferCache?: boolean;
337
335
  }): Observable<Addresses>;
338
- getAddressesByPerson(personId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
336
+ getAddressesByPerson(personId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
339
337
  httpHeaderAccept?: 'application/json';
340
338
  context?: HttpContext;
341
339
  transferCache?: boolean;
342
340
  }): Observable<HttpResponse<Addresses>>;
343
- getAddressesByPerson(personId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
341
+ getAddressesByPerson(personId: string, addressType: AddressType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
344
342
  httpHeaderAccept?: 'application/json';
345
343
  context?: HttpContext;
346
344
  transferCache?: boolean;
@@ -2171,22 +2169,21 @@ declare class CompaniesService extends BaseService {
2171
2169
  * @param $top
2172
2170
  * @param $orderby
2173
2171
  * @param $filter
2174
- * @param $search
2175
2172
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
2176
2173
  * @param reportProgress flag to report request and response progress.
2177
2174
  * @param options additional options
2178
2175
  */
2179
- getCompaniesByCompanyType(companyType: CompanyType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
2176
+ getCompaniesByCompanyType(companyType: CompanyType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
2180
2177
  httpHeaderAccept?: 'application/json';
2181
2178
  context?: HttpContext;
2182
2179
  transferCache?: boolean;
2183
2180
  }): Observable<Companies>;
2184
- getCompaniesByCompanyType(companyType: CompanyType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
2181
+ getCompaniesByCompanyType(companyType: CompanyType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
2185
2182
  httpHeaderAccept?: 'application/json';
2186
2183
  context?: HttpContext;
2187
2184
  transferCache?: boolean;
2188
2185
  }): Observable<HttpResponse<Companies>>;
2189
- getCompaniesByCompanyType(companyType: CompanyType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
2186
+ getCompaniesByCompanyType(companyType: CompanyType, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
2190
2187
  httpHeaderAccept?: 'application/json';
2191
2188
  context?: HttpContext;
2192
2189
  transferCache?: boolean;
@@ -2277,22 +2274,21 @@ declare class ContactsService extends BaseService {
2277
2274
  * @param $top
2278
2275
  * @param $orderby
2279
2276
  * @param $filter
2280
- * @param $search
2281
2277
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
2282
2278
  * @param reportProgress flag to report request and response progress.
2283
2279
  * @param options additional options
2284
2280
  */
2285
- getContactsByCompany(companyId: string, contactType: PeopleGroup, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
2281
+ getContactsByCompany(companyId: string, contactType: PeopleGroup, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
2286
2282
  httpHeaderAccept?: 'application/json';
2287
2283
  context?: HttpContext;
2288
2284
  transferCache?: boolean;
2289
2285
  }): Observable<Contacts>;
2290
- getContactsByCompany(companyId: string, contactType: PeopleGroup, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
2286
+ getContactsByCompany(companyId: string, contactType: PeopleGroup, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
2291
2287
  httpHeaderAccept?: 'application/json';
2292
2288
  context?: HttpContext;
2293
2289
  transferCache?: boolean;
2294
2290
  }): Observable<HttpResponse<Contacts>>;
2295
- getContactsByCompany(companyId: string, contactType: PeopleGroup, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
2291
+ getContactsByCompany(companyId: string, contactType: PeopleGroup, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
2296
2292
  httpHeaderAccept?: 'application/json';
2297
2293
  context?: HttpContext;
2298
2294
  transferCache?: boolean;
@@ -5944,22 +5940,21 @@ declare class ProductMastersService extends BaseService {
5944
5940
  * @param $top
5945
5941
  * @param $orderby
5946
5942
  * @param $filter
5947
- * @param $search
5948
5943
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
5949
5944
  * @param reportProgress flag to report request and response progress.
5950
5945
  * @param options additional options
5951
5946
  */
5952
- getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
5947
+ getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
5953
5948
  httpHeaderAccept?: 'application/json';
5954
5949
  context?: HttpContext;
5955
5950
  transferCache?: boolean;
5956
5951
  }): Observable<ProductMasters>;
5957
- getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
5952
+ getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
5958
5953
  httpHeaderAccept?: 'application/json';
5959
5954
  context?: HttpContext;
5960
5955
  transferCache?: boolean;
5961
5956
  }): Observable<HttpResponse<ProductMasters>>;
5962
- getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
5957
+ getProductMasters($skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
5963
5958
  httpHeaderAccept?: 'application/json';
5964
5959
  context?: HttpContext;
5965
5960
  transferCache?: boolean;
@@ -7052,22 +7047,21 @@ declare class SalesOrdersService extends BaseService {
7052
7047
  * @param $top
7053
7048
  * @param $orderby
7054
7049
  * @param $filter
7055
- * @param $search
7056
7050
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
7057
7051
  * @param reportProgress flag to report request and response progress.
7058
7052
  * @param options additional options
7059
7053
  */
7060
- getSalesOrderItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
7054
+ getSalesOrderItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
7061
7055
  httpHeaderAccept?: 'application/json';
7062
7056
  context?: HttpContext;
7063
7057
  transferCache?: boolean;
7064
7058
  }): Observable<SalesOrderItems>;
7065
- getSalesOrderItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
7059
+ getSalesOrderItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
7066
7060
  httpHeaderAccept?: 'application/json';
7067
7061
  context?: HttpContext;
7068
7062
  transferCache?: boolean;
7069
7063
  }): Observable<HttpResponse<SalesOrderItems>>;
7070
- getSalesOrderItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
7064
+ getSalesOrderItems(id: string, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
7071
7065
  httpHeaderAccept?: 'application/json';
7072
7066
  context?: HttpContext;
7073
7067
  transferCache?: boolean;