@pushwoosh/rpc-v2-http-api-data 0.1.781 → 0.1.783
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/data.js +143 -15
- package/index.d.ts +2 -0
- package/media_files.d.ts +35 -0
- package/media_files.js +2 -0
- package/package.json +1 -1
- package/pushwoosh_accounts_alerts_v1.d.ts +1 -3
- package/pushwoosh_export_messages_v2.d.ts +1 -1
- package/pushwoosh_objects_restrictionValues_v1.d.ts +17 -1
package/data.js
CHANGED
|
@@ -1576,10 +1576,6 @@ export const data = {
|
|
|
1576
1576
|
"content": {
|
|
1577
1577
|
"type": "string",
|
|
1578
1578
|
"optional": true
|
|
1579
|
-
},
|
|
1580
|
-
"actionLink": {
|
|
1581
|
-
"type": "string",
|
|
1582
|
-
"optional": true
|
|
1583
1579
|
}
|
|
1584
1580
|
},
|
|
1585
1581
|
"oneofs": {}
|
|
@@ -1701,12 +1697,7 @@ export const data = {
|
|
|
1701
1697
|
"optional": true
|
|
1702
1698
|
},
|
|
1703
1699
|
"meta": {
|
|
1704
|
-
"type": "object"
|
|
1705
|
-
"optional": true
|
|
1706
|
-
},
|
|
1707
|
-
"actionLink": {
|
|
1708
|
-
"type": "string",
|
|
1709
|
-
"optional": true
|
|
1700
|
+
"type": "object"
|
|
1710
1701
|
}
|
|
1711
1702
|
},
|
|
1712
1703
|
"oneofs": {}
|
|
@@ -1756,8 +1747,7 @@ export const data = {
|
|
|
1756
1747
|
"optional": true
|
|
1757
1748
|
},
|
|
1758
1749
|
"meta": {
|
|
1759
|
-
"type": "object"
|
|
1760
|
-
"optional": true
|
|
1750
|
+
"type": "object"
|
|
1761
1751
|
}
|
|
1762
1752
|
},
|
|
1763
1753
|
"oneofs": {}
|
|
@@ -8791,8 +8781,7 @@ export const data = {
|
|
|
8791
8781
|
"link_clicked_devices",
|
|
8792
8782
|
"event_triggered_devices",
|
|
8793
8783
|
"send_with_error_devices",
|
|
8794
|
-
"send_with_email_error_devices"
|
|
8795
|
-
"not_opened_devices"
|
|
8784
|
+
"send_with_email_error_devices"
|
|
8796
8785
|
]
|
|
8797
8786
|
},
|
|
8798
8787
|
"pushwoosh.export_messages.v2.CreateSegmentFromMessageArgs.EmailErrorType": {
|
|
@@ -11853,6 +11842,103 @@ export const data = {
|
|
|
11853
11842
|
}
|
|
11854
11843
|
}
|
|
11855
11844
|
},
|
|
11845
|
+
"pushwoosh.rpc_v2.media_files.MediaFilesService": {
|
|
11846
|
+
"type": "S",
|
|
11847
|
+
"key": "mediaFiles",
|
|
11848
|
+
"methods": {
|
|
11849
|
+
"List": {
|
|
11850
|
+
"request": "pushwoosh.rpc_v2.media_files.ListMediaFilesRequest",
|
|
11851
|
+
"response": "pushwoosh.rpc_v2.media_files.ListMediaFilesResponse",
|
|
11852
|
+
"method": "get",
|
|
11853
|
+
"path": "/api/media/files"
|
|
11854
|
+
}
|
|
11855
|
+
}
|
|
11856
|
+
},
|
|
11857
|
+
"pushwoosh.rpc_v2.media_files.ListMediaFilesRequest": {
|
|
11858
|
+
"type": "I",
|
|
11859
|
+
"fields": {
|
|
11860
|
+
"application": {
|
|
11861
|
+
"type": "string"
|
|
11862
|
+
},
|
|
11863
|
+
"page": {
|
|
11864
|
+
"type": "number"
|
|
11865
|
+
},
|
|
11866
|
+
"perPage": {
|
|
11867
|
+
"type": "number"
|
|
11868
|
+
}
|
|
11869
|
+
}
|
|
11870
|
+
},
|
|
11871
|
+
"pushwoosh.rpc_v2.media_files.ListMediaFilesResponse": {
|
|
11872
|
+
"type": "I",
|
|
11873
|
+
"fields": {
|
|
11874
|
+
"files": {
|
|
11875
|
+
"type": "pushwoosh.rpc_v2.media_files.MediaFile",
|
|
11876
|
+
"array": true
|
|
11877
|
+
},
|
|
11878
|
+
"page": {
|
|
11879
|
+
"type": "number"
|
|
11880
|
+
},
|
|
11881
|
+
"perPage": {
|
|
11882
|
+
"type": "number"
|
|
11883
|
+
},
|
|
11884
|
+
"total": {
|
|
11885
|
+
"type": "number"
|
|
11886
|
+
}
|
|
11887
|
+
}
|
|
11888
|
+
},
|
|
11889
|
+
"pushwoosh.rpc_v2.media_files.MediaFile.ImageMeta": {
|
|
11890
|
+
"type": "I",
|
|
11891
|
+
"fields": {
|
|
11892
|
+
"width": {
|
|
11893
|
+
"type": "number"
|
|
11894
|
+
},
|
|
11895
|
+
"height": {
|
|
11896
|
+
"type": "number"
|
|
11897
|
+
},
|
|
11898
|
+
"thumbnailUrl": {
|
|
11899
|
+
"type": "string"
|
|
11900
|
+
},
|
|
11901
|
+
"thumbnailWidth": {
|
|
11902
|
+
"type": "number"
|
|
11903
|
+
},
|
|
11904
|
+
"thumbnailHeight": {
|
|
11905
|
+
"type": "number"
|
|
11906
|
+
}
|
|
11907
|
+
}
|
|
11908
|
+
},
|
|
11909
|
+
"pushwoosh.rpc_v2.media_files.MediaFile": {
|
|
11910
|
+
"type": "I",
|
|
11911
|
+
"fields": {
|
|
11912
|
+
"uuid": {
|
|
11913
|
+
"type": "string"
|
|
11914
|
+
},
|
|
11915
|
+
"filename": {
|
|
11916
|
+
"type": "string"
|
|
11917
|
+
},
|
|
11918
|
+
"url": {
|
|
11919
|
+
"type": "string"
|
|
11920
|
+
},
|
|
11921
|
+
"fileSize": {
|
|
11922
|
+
"type": "number"
|
|
11923
|
+
},
|
|
11924
|
+
"mimeType": {
|
|
11925
|
+
"type": "string"
|
|
11926
|
+
},
|
|
11927
|
+
"createdAt": {
|
|
11928
|
+
"type": "Date"
|
|
11929
|
+
},
|
|
11930
|
+
"imageMeta": {
|
|
11931
|
+
"type": "pushwoosh.rpc_v2.media_files.MediaFile.ImageMeta"
|
|
11932
|
+
}
|
|
11933
|
+
},
|
|
11934
|
+
"oneofs": {
|
|
11935
|
+
"meta": {
|
|
11936
|
+
"oneof": [
|
|
11937
|
+
"imageMeta"
|
|
11938
|
+
]
|
|
11939
|
+
}
|
|
11940
|
+
}
|
|
11941
|
+
},
|
|
11856
11942
|
"pushwoosh.rpc_v2.messages.MessagesService": {
|
|
11857
11943
|
"type": "S",
|
|
11858
11944
|
"key": "messages",
|
|
@@ -17363,6 +17449,21 @@ export const data = {
|
|
|
17363
17449
|
}
|
|
17364
17450
|
}
|
|
17365
17451
|
},
|
|
17452
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsAutoCreation": {
|
|
17453
|
+
"type": "I",
|
|
17454
|
+
"fields": {
|
|
17455
|
+
"operator": {
|
|
17456
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
17457
|
+
},
|
|
17458
|
+
"value": {
|
|
17459
|
+
"type": "boolean"
|
|
17460
|
+
},
|
|
17461
|
+
"values": {
|
|
17462
|
+
"type": "boolean",
|
|
17463
|
+
"array": true
|
|
17464
|
+
}
|
|
17465
|
+
}
|
|
17466
|
+
},
|
|
17366
17467
|
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field": {
|
|
17367
17468
|
"type": "I",
|
|
17368
17469
|
"fields": {
|
|
@@ -17671,6 +17772,9 @@ export const data = {
|
|
|
17671
17772
|
},
|
|
17672
17773
|
"CondAllowCJSplitterDeviceCheck": {
|
|
17673
17774
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck"
|
|
17775
|
+
},
|
|
17776
|
+
"CondAllowTagsAutoCreation": {
|
|
17777
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowTagsAutoCreation"
|
|
17674
17778
|
}
|
|
17675
17779
|
},
|
|
17676
17780
|
"oneofs": {
|
|
@@ -17777,7 +17881,8 @@ export const data = {
|
|
|
17777
17881
|
"CondAllowPostEventInApp",
|
|
17778
17882
|
"CondAllowAIAssistant",
|
|
17779
17883
|
"CondAllowKeepUserWithoutDevice",
|
|
17780
|
-
"CondAllowCJSplitterDeviceCheck"
|
|
17884
|
+
"CondAllowCJSplitterDeviceCheck",
|
|
17885
|
+
"CondAllowTagsAutoCreation"
|
|
17781
17886
|
]
|
|
17782
17887
|
}
|
|
17783
17888
|
}
|
|
@@ -18539,6 +18644,12 @@ export const data = {
|
|
|
18539
18644
|
"response": "{}",
|
|
18540
18645
|
"method": "patch",
|
|
18541
18646
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCJSplitterDeviceCheck"
|
|
18647
|
+
},
|
|
18648
|
+
"UpdateAllowTagsAutoCreation": {
|
|
18649
|
+
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowTagsAutoCreationRequest",
|
|
18650
|
+
"response": "{}",
|
|
18651
|
+
"method": "patch",
|
|
18652
|
+
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowTagsAutoCreation"
|
|
18542
18653
|
}
|
|
18543
18654
|
}
|
|
18544
18655
|
},
|
|
@@ -18847,6 +18958,9 @@ export const data = {
|
|
|
18847
18958
|
},
|
|
18848
18959
|
"AllowCJSplitterDeviceCheck": {
|
|
18849
18960
|
"type": "boolean"
|
|
18961
|
+
},
|
|
18962
|
+
"AllowTagsAutoCreation": {
|
|
18963
|
+
"type": "boolean"
|
|
18850
18964
|
}
|
|
18851
18965
|
}
|
|
18852
18966
|
},
|
|
@@ -20104,6 +20218,17 @@ export const data = {
|
|
|
20104
20218
|
}
|
|
20105
20219
|
}
|
|
20106
20220
|
},
|
|
20221
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowTagsAutoCreationRequest": {
|
|
20222
|
+
"type": "I",
|
|
20223
|
+
"fields": {
|
|
20224
|
+
"ID": {
|
|
20225
|
+
"type": "number"
|
|
20226
|
+
},
|
|
20227
|
+
"value": {
|
|
20228
|
+
"type": "boolean"
|
|
20229
|
+
}
|
|
20230
|
+
}
|
|
20231
|
+
},
|
|
20107
20232
|
"pushwoosh.objects.restrictionValues.v1.GetRequest": {
|
|
20108
20233
|
"type": "I",
|
|
20109
20234
|
"fields": {
|
|
@@ -20448,6 +20573,9 @@ export const data = {
|
|
|
20448
20573
|
},
|
|
20449
20574
|
"AllowCJSplitterDeviceCheck": {
|
|
20450
20575
|
"type": "boolean"
|
|
20576
|
+
},
|
|
20577
|
+
"AllowTagsAutoCreation": {
|
|
20578
|
+
"type": "boolean"
|
|
20451
20579
|
}
|
|
20452
20580
|
}
|
|
20453
20581
|
},
|
package/index.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ import { InternalAlertsService as pushwoosh_rpc_v2_internal_alerts_InternalAlert
|
|
|
37
37
|
import { IOSCategoriesService as pushwoosh_rpc_v2_ios_categories_IOSCategoriesService } from './ios_categories';
|
|
38
38
|
import { KakaoPresetsService as pushwoosh_rpc_v2_kakao_presets_KakaoPresetsService } from './kakao_presets';
|
|
39
39
|
import { linePresetsService as pushwoosh_rpc_v2_line_presets_linePresetsService } from './line_presets';
|
|
40
|
+
import { MediaFilesService as pushwoosh_rpc_v2_media_files_MediaFilesService } from './media_files';
|
|
40
41
|
import { MessagesService as pushwoosh_rpc_v2_messages_MessagesService } from './messages';
|
|
41
42
|
import { FiltersCrudService as pushwoosh_objects_filters_v1_FiltersCrudService } from './pushwoosh_objects_filters_v1';
|
|
42
43
|
import { RestrictionValuesCrudService as pushwoosh_objects_restrictionValues_v1_RestrictionValuesCrudService } from './pushwoosh_objects_restrictionValues_v1';
|
|
@@ -96,6 +97,7 @@ export type API = {
|
|
|
96
97
|
iOSCategories: pushwoosh_rpc_v2_ios_categories_IOSCategoriesService;
|
|
97
98
|
kakaoPresets: pushwoosh_rpc_v2_kakao_presets_KakaoPresetsService;
|
|
98
99
|
linePresets: pushwoosh_rpc_v2_line_presets_linePresetsService;
|
|
100
|
+
mediaFiles: pushwoosh_rpc_v2_media_files_MediaFilesService;
|
|
99
101
|
messages: pushwoosh_rpc_v2_messages_MessagesService;
|
|
100
102
|
filtersCrud: pushwoosh_objects_filters_v1_FiltersCrudService;
|
|
101
103
|
restrictionValuesCrud: pushwoosh_objects_restrictionValues_v1_RestrictionValuesCrudService;
|
package/media_files.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export interface MediaFilesService {
|
|
2
|
+
List(request: ListMediaFilesRequest): Promise<ListMediaFilesResponse>;
|
|
3
|
+
}
|
|
4
|
+
export type ListMediaFilesRequest = {
|
|
5
|
+
application?: string;
|
|
6
|
+
page?: number;
|
|
7
|
+
perPage?: number;
|
|
8
|
+
};
|
|
9
|
+
export type ListMediaFilesResponse = {
|
|
10
|
+
files: MediaFile[];
|
|
11
|
+
page: number;
|
|
12
|
+
perPage: number;
|
|
13
|
+
total: number;
|
|
14
|
+
};
|
|
15
|
+
export type MediaFile_ImageMeta = {
|
|
16
|
+
width: number;
|
|
17
|
+
height: number;
|
|
18
|
+
thumbnailUrl: string;
|
|
19
|
+
thumbnailWidth: number;
|
|
20
|
+
thumbnailHeight: number;
|
|
21
|
+
};
|
|
22
|
+
export type MediaFile_meta_imageMeta = {
|
|
23
|
+
type: 'imageMeta';
|
|
24
|
+
data: MediaFile_ImageMeta;
|
|
25
|
+
};
|
|
26
|
+
export type MediaFile_meta = MediaFile_meta_imageMeta;
|
|
27
|
+
export type MediaFile = {
|
|
28
|
+
uuid: string;
|
|
29
|
+
filename: string;
|
|
30
|
+
url: string;
|
|
31
|
+
fileSize: number;
|
|
32
|
+
mimeType: string;
|
|
33
|
+
createdAt: Date;
|
|
34
|
+
meta: MediaFile_meta;
|
|
35
|
+
};
|
package/media_files.js
ADDED
package/package.json
CHANGED
|
@@ -7,7 +7,6 @@ export interface AlertsService {
|
|
|
7
7
|
export type AlertBanner = {
|
|
8
8
|
type: AlertType;
|
|
9
9
|
content?: string;
|
|
10
|
-
actionLink?: string;
|
|
11
10
|
};
|
|
12
11
|
export type AlertEmail = {
|
|
13
12
|
to: string;
|
|
@@ -39,8 +38,7 @@ export type ListResponse_Alert = {
|
|
|
39
38
|
uuid: string;
|
|
40
39
|
accountId: number;
|
|
41
40
|
applicationId?: number;
|
|
42
|
-
meta
|
|
43
|
-
actionLink?: string;
|
|
41
|
+
meta: object;
|
|
44
42
|
};
|
|
45
43
|
export type ListResponse = {
|
|
46
44
|
alerts: ListResponse_Alert[];
|
|
@@ -602,7 +602,7 @@ export type ExportMessageErrorsDevicesArgs = {
|
|
|
602
602
|
export type ExportMessageErrorsDevicesResult = {
|
|
603
603
|
file: string;
|
|
604
604
|
};
|
|
605
|
-
export type CreateSegmentFromMessageArgs_Type = 'send_devices' | 'delivered_devices' | 'opened_devices' | 'link_clicked_devices' | 'event_triggered_devices' | 'send_with_error_devices' | 'send_with_email_error_devices'
|
|
605
|
+
export type CreateSegmentFromMessageArgs_Type = 'send_devices' | 'delivered_devices' | 'opened_devices' | 'link_clicked_devices' | 'event_triggered_devices' | 'send_with_error_devices' | 'send_with_email_error_devices';
|
|
606
606
|
export type CreateSegmentFromMessageArgs_EmailErrorType = 'complaints' | 'soft_bounces' | 'hard_bounces';
|
|
607
607
|
export type CreateSegmentFromMessageArgs = {
|
|
608
608
|
messageId: number;
|
|
@@ -520,6 +520,11 @@ export type LogicExpression_Field_AllowCJSplitterDeviceCheck = {
|
|
|
520
520
|
value: boolean;
|
|
521
521
|
values: boolean[];
|
|
522
522
|
};
|
|
523
|
+
export type LogicExpression_Field_AllowTagsAutoCreation = {
|
|
524
|
+
operator: LogicExpression_Field_Operator;
|
|
525
|
+
value: boolean;
|
|
526
|
+
values: boolean[];
|
|
527
|
+
};
|
|
523
528
|
export type LogicExpression_Field_kind_CondID = {
|
|
524
529
|
type: 'CondID';
|
|
525
530
|
data: LogicExpression_Field_ID;
|
|
@@ -928,7 +933,11 @@ export type LogicExpression_Field_kind_CondAllowCJSplitterDeviceCheck = {
|
|
|
928
933
|
type: 'CondAllowCJSplitterDeviceCheck';
|
|
929
934
|
data: LogicExpression_Field_AllowCJSplitterDeviceCheck;
|
|
930
935
|
};
|
|
931
|
-
export type
|
|
936
|
+
export type LogicExpression_Field_kind_CondAllowTagsAutoCreation = {
|
|
937
|
+
type: 'CondAllowTagsAutoCreation';
|
|
938
|
+
data: LogicExpression_Field_AllowTagsAutoCreation;
|
|
939
|
+
};
|
|
940
|
+
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondIsLocked | LogicExpression_Field_kind_CondMaxCampaigns | LogicExpression_Field_kind_CondMaxDeeplinks | LogicExpression_Field_kind_CondMaxApplicationGroups | LogicExpression_Field_kind_CondMaxApps | LogicExpression_Field_kind_CondMaxTags | LogicExpression_Field_kind_CondMaxGeozones | LogicExpression_Field_kind_CondMaxDevices | LogicExpression_Field_kind_CondMaxUsers | LogicExpression_Field_kind_CondMaxApiTokens | LogicExpression_Field_kind_CondMaxPresets | LogicExpression_Field_kind_CondMaxTestDevices | LogicExpression_Field_kind_CondMaxGeozoneRange | LogicExpression_Field_kind_CondMaxRssFeeds | LogicExpression_Field_kind_CondMaxAutoPushes | LogicExpression_Field_kind_CondMaxIOSCategories | LogicExpression_Field_kind_CondMaxTwitterFeeds | LogicExpression_Field_kind_CondMaxInapps | LogicExpression_Field_kind_CondMaxEvents | LogicExpression_Field_kind_CondMaxCreateMessage | LogicExpression_Field_kind_CondMaxRichmedia | LogicExpression_Field_kind_CondMaxPreparedFilters | LogicExpression_Field_kind_CondMaxFilters | LogicExpression_Field_kind_CondDevicesInactivityLimit | LogicExpression_Field_kind_CondAllowApi | LogicExpression_Field_kind_CondAllowStatsAccess | LogicExpression_Field_kind_CondAllowApiStatsAccess | LogicExpression_Field_kind_CondAllowGeozoneApi | LogicExpression_Field_kind_CondAllowABTests | LogicExpression_Field_kind_CondAllowBackup | LogicExpression_Field_kind_CondAllowApplicationApi | LogicExpression_Field_kind_CondAllowRemotePage | LogicExpression_Field_kind_CondAllowScheduling | LogicExpression_Field_kind_CondAllowCustomData | LogicExpression_Field_kind_CondAllowMultiLanguage | LogicExpression_Field_kind_CondAllowAutoConfig | LogicExpression_Field_kind_CondAllowCsvMessage | LogicExpression_Field_kind_CondAllowCampaignApi | LogicExpression_Field_kind_CondAllowPushHistoryApi | LogicExpression_Field_kind_CondAllowTagsApi | LogicExpression_Field_kind_CondAllowPushByUser | LogicExpression_Field_kind_CondAllowFilterApi | LogicExpression_Field_kind_CondAllowTwoFactorAuth | LogicExpression_Field_kind_CondAllowBroadcastMessageSegmentation | LogicExpression_Field_kind_CondAllowPushOnEvent | LogicExpression_Field_kind_CondAllowCompileFilter | LogicExpression_Field_kind_CondMinSendRate | LogicExpression_Field_kind_CondMaxSendRate | LogicExpression_Field_kind_CondAllowSendToGeozone | LogicExpression_Field_kind_CondAllowUseIosNewsstand | LogicExpression_Field_kind_CondAllowGetUsersDetails | LogicExpression_Field_kind_CondAllowGoalTracking | LogicExpression_Field_kind_CondAllowIePlatformUsage | LogicExpression_Field_kind_CondAllowInbox | LogicExpression_Field_kind_CondMaxEmailTemplates | LogicExpression_Field_kind_CondMaxUserSpecificTags | LogicExpression_Field_kind_CondAllowGdpr | LogicExpression_Field_kind_CondMaxVerifyingEmails | LogicExpression_Field_kind_CondMaxVerifyingDomains | LogicExpression_Field_kind_CondAllowSendExternalStats | LogicExpression_Field_kind_CondAllowCustomRssPollingInterval | LogicExpression_Field_kind_CondAllowMetadata | LogicExpression_Field_kind_CondMaxPushOnEventDelayInDays | LogicExpression_Field_kind_CondAllowEventStatisticsApi | LogicExpression_Field_kind_CondAllowTagNotSetFilter | LogicExpression_Field_kind_CondAllowDebugMode | LogicExpression_Field_kind_CondAllowFbMessenger | LogicExpression_Field_kind_CondAllowTrackUninstalls | LogicExpression_Field_kind_CondEmailRateCounterAggregatePeriod | LogicExpression_Field_kind_CondEmailBounceRateLimit | LogicExpression_Field_kind_CondEmailComplaintRateLimit | LogicExpression_Field_kind_CondAllowFrequencyCapping | LogicExpression_Field_kind_CondMaxUsersPerDevice | LogicExpression_Field_kind_CondEmailsFreeLimit | LogicExpression_Field_kind_CondEmailsLimited | LogicExpression_Field_kind_CondAllowContentTemplates | LogicExpression_Field_kind_CondAllowBaiduAndroidPlatformUsage | LogicExpression_Field_kind_CondMaxInboxTtlDays | LogicExpression_Field_kind_CondMessageHistoryStorePeriod | LogicExpression_Field_kind_CondAllowApiGetMessageLog | LogicExpression_Field_kind_CondDetailActionHistoryStorePeriod | LogicExpression_Field_kind_CondAllowShowDeliveryStatistics | LogicExpression_Field_kind_CondAllowRFMSegments | LogicExpression_Field_kind_CondAllowBestTimeToSend | LogicExpression_Field_kind_CondAllowEventSegmentation | LogicExpression_Field_kind_CondAllowSegmentsGroups | LogicExpression_Field_kind_CondAllowCjSMS | LogicExpression_Field_kind_CondAllowCjDynamicSetTagsInUpdateProfile | LogicExpression_Field_kind_CondAllowCjAddBranchesInWaitForTrigger | LogicExpression_Field_kind_CondAllowEventsFunnel | LogicExpression_Field_kind_CondAllowChannelsSection | LogicExpression_Field_kind_CondAllowCjEmailBcc | LogicExpression_Field_kind_CondEmailFileStorePeriod | LogicExpression_Field_kind_CondAllowWhatsApp | LogicExpression_Field_kind_CondAllowCjAlternativeGoalsStats | LogicExpression_Field_kind_CondAllowCjListenUserIdChanged | LogicExpression_Field_kind_CondAllowLine | LogicExpression_Field_kind_CondAllowPostEventInApp | LogicExpression_Field_kind_CondAllowAIAssistant | LogicExpression_Field_kind_CondAllowKeepUserWithoutDevice | LogicExpression_Field_kind_CondAllowCJSplitterDeviceCheck | LogicExpression_Field_kind_CondAllowTagsAutoCreation;
|
|
932
941
|
export type LogicExpression_Field = {
|
|
933
942
|
kind: LogicExpression_Field_kind;
|
|
934
943
|
};
|
|
@@ -1074,6 +1083,7 @@ export interface RestrictionValuesCrudService {
|
|
|
1074
1083
|
UpdateAllowAIAssistant(request: UpdateAllowAIAssistantRequest): Promise<{}>;
|
|
1075
1084
|
UpdateAllowKeepUserWithoutDevice(request: UpdateAllowKeepUserWithoutDeviceRequest): Promise<{}>;
|
|
1076
1085
|
UpdateAllowCJSplitterDeviceCheck(request: UpdateAllowCJSplitterDeviceCheckRequest): Promise<{}>;
|
|
1086
|
+
UpdateAllowTagsAutoCreation(request: UpdateAllowTagsAutoCreationRequest): Promise<{}>;
|
|
1077
1087
|
}
|
|
1078
1088
|
export type CreateRequest = {
|
|
1079
1089
|
IsLocked?: boolean;
|
|
@@ -1177,6 +1187,7 @@ export type CreateRequest = {
|
|
|
1177
1187
|
AllowAIAssistant?: boolean;
|
|
1178
1188
|
AllowKeepUserWithoutDevice?: boolean;
|
|
1179
1189
|
AllowCJSplitterDeviceCheck?: boolean;
|
|
1190
|
+
AllowTagsAutoCreation?: boolean;
|
|
1180
1191
|
};
|
|
1181
1192
|
export type CreateResponse = {
|
|
1182
1193
|
restrictionValue: RestrictionValue;
|
|
@@ -1633,6 +1644,10 @@ export type UpdateAllowCJSplitterDeviceCheckRequest = {
|
|
|
1633
1644
|
ID?: number;
|
|
1634
1645
|
value?: boolean;
|
|
1635
1646
|
};
|
|
1647
|
+
export type UpdateAllowTagsAutoCreationRequest = {
|
|
1648
|
+
ID?: number;
|
|
1649
|
+
value?: boolean;
|
|
1650
|
+
};
|
|
1636
1651
|
export type GetRequest = {
|
|
1637
1652
|
ID?: number;
|
|
1638
1653
|
};
|
|
@@ -1747,4 +1762,5 @@ export type RestrictionValue = {
|
|
|
1747
1762
|
AllowAIAssistant: boolean;
|
|
1748
1763
|
AllowKeepUserWithoutDevice: boolean;
|
|
1749
1764
|
AllowCJSplitterDeviceCheck: boolean;
|
|
1765
|
+
AllowTagsAutoCreation: boolean;
|
|
1750
1766
|
};
|