@saritasa/renewaire-frontend-sdk 0.111.0 → 0.112.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/index.d.ts CHANGED
@@ -1536,6 +1536,10 @@ interface GroupDto {
1536
1536
  * Data/time of RenewAire.Cores.Domain.Users.Group.IsActive change.
1537
1537
  */
1538
1538
  activeChangedAt: string;
1539
+ /**
1540
+ * Creation data/time.
1541
+ */
1542
+ createdAt: string;
1539
1543
  /**
1540
1544
  * ERP customer name. Some groups in the site would be customers, but we would need something to tell us which ones are customers and what their customer information is. The Customer # and Customer Name would come from the ERP. We would then use the customer # on any projects that a user creates. This part deals with the integration and the ERP Team at RenewAire does not yet have everything set in the new system to answer my questions.
1541
1545
  */
@@ -5304,6 +5308,7 @@ interface GroupsSearchGroupsRequestParams {
5304
5308
  isActive?: boolean;
5305
5309
  erpCustomerName?: string;
5306
5310
  customerType?: GroupCustomerType | null;
5311
+ createdAt?: string;
5307
5312
  repTerritoryName?: string;
5308
5313
  permissionBundleName?: string;
5309
5314
  erpCustomerNumber?: string;
@@ -5339,7 +5344,7 @@ interface GroupsApiServiceInterface {
5339
5344
  */
5340
5345
  groupsRemoveGroup(requestParameters: GroupsRemoveGroupRequestParams, extraHttpRequestParams?: any): Observable<{}>;
5341
5346
  /**
5342
- * Search user groups regions.
5347
+ * Search user groups.
5343
5348
  *
5344
5349
  * @param requestParameters
5345
5350
  */
@@ -5419,7 +5424,7 @@ declare class GroupsApiService extends BaseService implements GroupsApiServiceIn
5419
5424
  transferCache?: boolean;
5420
5425
  }): Observable<HttpEvent<any>>;
5421
5426
  /**
5422
- * Search user groups regions.
5427
+ * Search user groups.
5423
5428
  * @param requestParameters
5424
5429
  * @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
5425
5430
  * @param reportProgress flag to report request and response progress.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@saritasa/renewaire-frontend-sdk",
3
- "version": "0.111.0",
4
- "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.111.0+5d606c57112ab77777d06f0f41ea8513d67a6933)",
3
+ "version": "0.112.0",
4
+ "description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.112.0+88d20748e4cc320437e573ee0cc0077f9f1018ad)",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
7
7
  "type": "git",