@pushwoosh/rpc-v2-http-api-data 0.1.761 → 0.1.763
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
CHANGED
|
@@ -7313,6 +7313,9 @@ export const data = {
|
|
|
7313
7313
|
},
|
|
7314
7314
|
"channel": {
|
|
7315
7315
|
"type": "pushwoosh.export_messages.v2.Channel"
|
|
7316
|
+
},
|
|
7317
|
+
"timestampFrom": {
|
|
7318
|
+
"type": "Date"
|
|
7316
7319
|
}
|
|
7317
7320
|
}
|
|
7318
7321
|
},
|
|
@@ -16699,6 +16702,36 @@ export const data = {
|
|
|
16699
16702
|
}
|
|
16700
16703
|
}
|
|
16701
16704
|
},
|
|
16705
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowKeepUserWithoutDevice": {
|
|
16706
|
+
"type": "I",
|
|
16707
|
+
"fields": {
|
|
16708
|
+
"operator": {
|
|
16709
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16710
|
+
},
|
|
16711
|
+
"value": {
|
|
16712
|
+
"type": "boolean"
|
|
16713
|
+
},
|
|
16714
|
+
"values": {
|
|
16715
|
+
"type": "boolean",
|
|
16716
|
+
"array": true
|
|
16717
|
+
}
|
|
16718
|
+
}
|
|
16719
|
+
},
|
|
16720
|
+
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck": {
|
|
16721
|
+
"type": "I",
|
|
16722
|
+
"fields": {
|
|
16723
|
+
"operator": {
|
|
16724
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.Operator"
|
|
16725
|
+
},
|
|
16726
|
+
"value": {
|
|
16727
|
+
"type": "boolean"
|
|
16728
|
+
},
|
|
16729
|
+
"values": {
|
|
16730
|
+
"type": "boolean",
|
|
16731
|
+
"array": true
|
|
16732
|
+
}
|
|
16733
|
+
}
|
|
16734
|
+
},
|
|
16702
16735
|
"pushwoosh.objects.restrictionValues.v1.LogicExpression.Field": {
|
|
16703
16736
|
"type": "I",
|
|
16704
16737
|
"fields": {
|
|
@@ -17001,6 +17034,12 @@ export const data = {
|
|
|
17001
17034
|
},
|
|
17002
17035
|
"CondAllowAIAssistant": {
|
|
17003
17036
|
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowAIAssistant"
|
|
17037
|
+
},
|
|
17038
|
+
"CondAllowKeepUserWithoutDevice": {
|
|
17039
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowKeepUserWithoutDevice"
|
|
17040
|
+
},
|
|
17041
|
+
"CondAllowCJSplitterDeviceCheck": {
|
|
17042
|
+
"type": "pushwoosh.objects.restrictionValues.v1.LogicExpression.Field.AllowCJSplitterDeviceCheck"
|
|
17004
17043
|
}
|
|
17005
17044
|
},
|
|
17006
17045
|
"oneofs": {
|
|
@@ -17105,7 +17144,9 @@ export const data = {
|
|
|
17105
17144
|
"CondAllowCjListenUserIdChanged",
|
|
17106
17145
|
"CondAllowLine",
|
|
17107
17146
|
"CondAllowPostEventInApp",
|
|
17108
|
-
"CondAllowAIAssistant"
|
|
17147
|
+
"CondAllowAIAssistant",
|
|
17148
|
+
"CondAllowKeepUserWithoutDevice",
|
|
17149
|
+
"CondAllowCJSplitterDeviceCheck"
|
|
17109
17150
|
]
|
|
17110
17151
|
}
|
|
17111
17152
|
}
|
|
@@ -17855,6 +17896,18 @@ export const data = {
|
|
|
17855
17896
|
"response": "{}",
|
|
17856
17897
|
"method": "patch",
|
|
17857
17898
|
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowAIAssistant"
|
|
17899
|
+
},
|
|
17900
|
+
"UpdateAllowKeepUserWithoutDevice": {
|
|
17901
|
+
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowKeepUserWithoutDeviceRequest",
|
|
17902
|
+
"response": "{}",
|
|
17903
|
+
"method": "patch",
|
|
17904
|
+
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowKeepUserWithoutDevice"
|
|
17905
|
+
},
|
|
17906
|
+
"UpdateAllowCJSplitterDeviceCheck": {
|
|
17907
|
+
"request": "pushwoosh.objects.restrictionValues.v1.UpdateAllowCJSplitterDeviceCheckRequest",
|
|
17908
|
+
"response": "{}",
|
|
17909
|
+
"method": "patch",
|
|
17910
|
+
"path": "/v1/objects/restrictionValues/ID/{ID}/update/AllowCJSplitterDeviceCheck"
|
|
17858
17911
|
}
|
|
17859
17912
|
}
|
|
17860
17913
|
},
|
|
@@ -18157,6 +18210,12 @@ export const data = {
|
|
|
18157
18210
|
},
|
|
18158
18211
|
"AllowAIAssistant": {
|
|
18159
18212
|
"type": "boolean"
|
|
18213
|
+
},
|
|
18214
|
+
"AllowKeepUserWithoutDevice": {
|
|
18215
|
+
"type": "boolean"
|
|
18216
|
+
},
|
|
18217
|
+
"AllowCJSplitterDeviceCheck": {
|
|
18218
|
+
"type": "boolean"
|
|
18160
18219
|
}
|
|
18161
18220
|
}
|
|
18162
18221
|
},
|
|
@@ -19392,6 +19451,28 @@ export const data = {
|
|
|
19392
19451
|
}
|
|
19393
19452
|
}
|
|
19394
19453
|
},
|
|
19454
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowKeepUserWithoutDeviceRequest": {
|
|
19455
|
+
"type": "I",
|
|
19456
|
+
"fields": {
|
|
19457
|
+
"ID": {
|
|
19458
|
+
"type": "number"
|
|
19459
|
+
},
|
|
19460
|
+
"value": {
|
|
19461
|
+
"type": "boolean"
|
|
19462
|
+
}
|
|
19463
|
+
}
|
|
19464
|
+
},
|
|
19465
|
+
"pushwoosh.objects.restrictionValues.v1.UpdateAllowCJSplitterDeviceCheckRequest": {
|
|
19466
|
+
"type": "I",
|
|
19467
|
+
"fields": {
|
|
19468
|
+
"ID": {
|
|
19469
|
+
"type": "number"
|
|
19470
|
+
},
|
|
19471
|
+
"value": {
|
|
19472
|
+
"type": "boolean"
|
|
19473
|
+
}
|
|
19474
|
+
}
|
|
19475
|
+
},
|
|
19395
19476
|
"pushwoosh.objects.restrictionValues.v1.GetRequest": {
|
|
19396
19477
|
"type": "I",
|
|
19397
19478
|
"fields": {
|
|
@@ -19730,6 +19811,12 @@ export const data = {
|
|
|
19730
19811
|
},
|
|
19731
19812
|
"AllowAIAssistant": {
|
|
19732
19813
|
"type": "boolean"
|
|
19814
|
+
},
|
|
19815
|
+
"AllowKeepUserWithoutDevice": {
|
|
19816
|
+
"type": "boolean"
|
|
19817
|
+
},
|
|
19818
|
+
"AllowCJSplitterDeviceCheck": {
|
|
19819
|
+
"type": "boolean"
|
|
19733
19820
|
}
|
|
19734
19821
|
}
|
|
19735
19822
|
},
|
package/package.json
CHANGED
|
@@ -510,6 +510,16 @@ export type LogicExpression_Field_AllowAIAssistant = {
|
|
|
510
510
|
value: boolean;
|
|
511
511
|
values: boolean[];
|
|
512
512
|
};
|
|
513
|
+
export type LogicExpression_Field_AllowKeepUserWithoutDevice = {
|
|
514
|
+
operator: LogicExpression_Field_Operator;
|
|
515
|
+
value: boolean;
|
|
516
|
+
values: boolean[];
|
|
517
|
+
};
|
|
518
|
+
export type LogicExpression_Field_AllowCJSplitterDeviceCheck = {
|
|
519
|
+
operator: LogicExpression_Field_Operator;
|
|
520
|
+
value: boolean;
|
|
521
|
+
values: boolean[];
|
|
522
|
+
};
|
|
513
523
|
export type LogicExpression_Field_kind_CondID = {
|
|
514
524
|
type: 'CondID';
|
|
515
525
|
data: LogicExpression_Field_ID;
|
|
@@ -910,7 +920,15 @@ export type LogicExpression_Field_kind_CondAllowAIAssistant = {
|
|
|
910
920
|
type: 'CondAllowAIAssistant';
|
|
911
921
|
data: LogicExpression_Field_AllowAIAssistant;
|
|
912
922
|
};
|
|
913
|
-
export type
|
|
923
|
+
export type LogicExpression_Field_kind_CondAllowKeepUserWithoutDevice = {
|
|
924
|
+
type: 'CondAllowKeepUserWithoutDevice';
|
|
925
|
+
data: LogicExpression_Field_AllowKeepUserWithoutDevice;
|
|
926
|
+
};
|
|
927
|
+
export type LogicExpression_Field_kind_CondAllowCJSplitterDeviceCheck = {
|
|
928
|
+
type: 'CondAllowCJSplitterDeviceCheck';
|
|
929
|
+
data: LogicExpression_Field_AllowCJSplitterDeviceCheck;
|
|
930
|
+
};
|
|
931
|
+
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;
|
|
914
932
|
export type LogicExpression_Field = {
|
|
915
933
|
kind: LogicExpression_Field_kind;
|
|
916
934
|
};
|
|
@@ -1054,6 +1072,8 @@ export interface RestrictionValuesCrudService {
|
|
|
1054
1072
|
UpdateAllowLine(request: UpdateAllowLineRequest): Promise<{}>;
|
|
1055
1073
|
UpdateAllowPostEventInApp(request: UpdateAllowPostEventInAppRequest): Promise<{}>;
|
|
1056
1074
|
UpdateAllowAIAssistant(request: UpdateAllowAIAssistantRequest): Promise<{}>;
|
|
1075
|
+
UpdateAllowKeepUserWithoutDevice(request: UpdateAllowKeepUserWithoutDeviceRequest): Promise<{}>;
|
|
1076
|
+
UpdateAllowCJSplitterDeviceCheck(request: UpdateAllowCJSplitterDeviceCheckRequest): Promise<{}>;
|
|
1057
1077
|
}
|
|
1058
1078
|
export type CreateRequest = {
|
|
1059
1079
|
IsLocked?: boolean;
|
|
@@ -1155,6 +1175,8 @@ export type CreateRequest = {
|
|
|
1155
1175
|
AllowLine?: boolean;
|
|
1156
1176
|
AllowPostEventInApp?: boolean;
|
|
1157
1177
|
AllowAIAssistant?: boolean;
|
|
1178
|
+
AllowKeepUserWithoutDevice?: boolean;
|
|
1179
|
+
AllowCJSplitterDeviceCheck?: boolean;
|
|
1158
1180
|
};
|
|
1159
1181
|
export type CreateResponse = {
|
|
1160
1182
|
restrictionValue: RestrictionValue;
|
|
@@ -1603,6 +1625,14 @@ export type UpdateAllowAIAssistantRequest = {
|
|
|
1603
1625
|
ID?: number;
|
|
1604
1626
|
value?: boolean;
|
|
1605
1627
|
};
|
|
1628
|
+
export type UpdateAllowKeepUserWithoutDeviceRequest = {
|
|
1629
|
+
ID?: number;
|
|
1630
|
+
value?: boolean;
|
|
1631
|
+
};
|
|
1632
|
+
export type UpdateAllowCJSplitterDeviceCheckRequest = {
|
|
1633
|
+
ID?: number;
|
|
1634
|
+
value?: boolean;
|
|
1635
|
+
};
|
|
1606
1636
|
export type GetRequest = {
|
|
1607
1637
|
ID?: number;
|
|
1608
1638
|
};
|
|
@@ -1715,4 +1745,6 @@ export type RestrictionValue = {
|
|
|
1715
1745
|
AllowLine: boolean;
|
|
1716
1746
|
AllowPostEventInApp: boolean;
|
|
1717
1747
|
AllowAIAssistant: boolean;
|
|
1748
|
+
AllowKeepUserWithoutDevice: boolean;
|
|
1749
|
+
AllowCJSplitterDeviceCheck: boolean;
|
|
1718
1750
|
};
|