automation-lib 5.1.99 → 5.1.101

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/dist/index.d.mts CHANGED
@@ -6189,22 +6189,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
6189
6189
  };
6190
6190
  }
6191
6191
  interface AutoFillInstagramAccountRawDto {
6192
- idea: {
6193
- id: string;
6194
- name: string;
6195
- };
6196
- niche: {
6197
- id: string;
6198
- name: string;
6199
- };
6200
- accountId: {
6201
- id: string;
6202
- val: string;
6203
- };
6204
- oldUsername: {
6205
- id: string;
6206
- name: string;
6207
- };
6192
+ idea: string;
6193
+ niche: string;
6194
+ accountId: string;
6195
+ oldUsername: string;
6208
6196
  newUsername: string;
6209
6197
  newFullname: string;
6210
6198
  timeExecuteChangeInfo: Date;
package/dist/index.d.ts CHANGED
@@ -6189,22 +6189,10 @@ interface AutoFillOverviewInstagramAccountRawDto {
6189
6189
  };
6190
6190
  }
6191
6191
  interface AutoFillInstagramAccountRawDto {
6192
- idea: {
6193
- id: string;
6194
- name: string;
6195
- };
6196
- niche: {
6197
- id: string;
6198
- name: string;
6199
- };
6200
- accountId: {
6201
- id: string;
6202
- val: string;
6203
- };
6204
- oldUsername: {
6205
- id: string;
6206
- name: string;
6207
- };
6192
+ idea: string;
6193
+ niche: string;
6194
+ accountId: string;
6195
+ oldUsername: string;
6208
6196
  newUsername: string;
6209
6197
  newFullname: string;
6210
6198
  timeExecuteChangeInfo: Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.1.99",
3
+ "version": "5.1.101",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",