@pushwoosh/rpc-v2-http-api-data 0.1.630 → 0.1.632
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/accounts.d.ts +0 -3
- package/applications_alerts.d.ts +1 -1
- package/data.js +4 -95
- package/package.json +1 -1
- package/pushwoosh_objects_filters_v1.d.ts +1 -33
package/accounts.d.ts
CHANGED
|
@@ -70,9 +70,6 @@ export type GetDebugModeResponse = {
|
|
|
70
70
|
export type GetOnboardingInfoRequest = {};
|
|
71
71
|
export type GetOnboardingInfoResponse = {
|
|
72
72
|
isActive: boolean;
|
|
73
|
-
paywallPlan: boolean;
|
|
74
|
-
welcomeScreen: boolean;
|
|
75
|
-
getStarted: boolean;
|
|
76
73
|
showSurvey: boolean;
|
|
77
74
|
hasActiveSubscription: boolean;
|
|
78
75
|
hasApplication: boolean;
|
package/applications_alerts.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export interface ApplicationsAlertsService {
|
|
|
2
2
|
List(request: ListRequest): Promise<ListResponse>;
|
|
3
3
|
}
|
|
4
4
|
export type AlertType = 'INFO' | 'WARNING' | 'ERROR';
|
|
5
|
-
export type AlertError = 'ALERT_ERROR_UNSPECIFIED' | 'SUBSCRIBERS_QUOTA_ALMOST_REACHED' | 'EMAIL_QUOTA_ALMOST_REACHED' | 'EMAIL_QUOTA_REACHED' | 'SUSPENDED_ACCOUNT' | 'MANUALLY_SUSPENDED_ACCOUNT' | 'APPLE_CERTIFICATE_EXPIRED' | 'PAYMENT_FAILED' | 'PLATFORM_DISABLED' | 'PAYMENT_OVERDUE' | 'PAYMENT_ATTEMPT_FAILED' | 'EMAIL_CONFIGURATION_NOT_COMPLETED';
|
|
5
|
+
export type AlertError = 'ALERT_ERROR_UNSPECIFIED' | 'SUBSCRIBERS_QUOTA_ALMOST_REACHED' | 'EMAIL_QUOTA_ALMOST_REACHED' | 'EMAIL_QUOTA_REACHED' | 'SUSPENDED_ACCOUNT' | 'MANUALLY_SUSPENDED_ACCOUNT' | 'APPLE_CERTIFICATE_EXPIRED' | 'PAYMENT_FAILED' | 'PLATFORM_DISABLED' | 'PAYMENT_OVERDUE' | 'PAYMENT_ATTEMPT_FAILED' | 'EMAIL_CONFIGURATION_NOT_COMPLETED' | 'SDK_INTEGRATION' | 'THIRD_PARTY_INTEGRATION';
|
|
6
6
|
export type Alert = {
|
|
7
7
|
name: string;
|
|
8
8
|
description: string;
|
package/data.js
CHANGED
|
@@ -748,15 +748,6 @@ export const data = {
|
|
|
748
748
|
"isActive": {
|
|
749
749
|
"type": "boolean"
|
|
750
750
|
},
|
|
751
|
-
"paywallPlan": {
|
|
752
|
-
"type": "boolean"
|
|
753
|
-
},
|
|
754
|
-
"welcomeScreen": {
|
|
755
|
-
"type": "boolean"
|
|
756
|
-
},
|
|
757
|
-
"getStarted": {
|
|
758
|
-
"type": "boolean"
|
|
759
|
-
},
|
|
760
751
|
"showSurvey": {
|
|
761
752
|
"type": "boolean"
|
|
762
753
|
},
|
|
@@ -2176,7 +2167,9 @@ export const data = {
|
|
|
2176
2167
|
"PLATFORM_DISABLED",
|
|
2177
2168
|
"PAYMENT_OVERDUE",
|
|
2178
2169
|
"PAYMENT_ATTEMPT_FAILED",
|
|
2179
|
-
"EMAIL_CONFIGURATION_NOT_COMPLETED"
|
|
2170
|
+
"EMAIL_CONFIGURATION_NOT_COMPLETED",
|
|
2171
|
+
"SDK_INTEGRATION",
|
|
2172
|
+
"THIRD_PARTY_INTEGRATION"
|
|
2180
2173
|
]
|
|
2181
2174
|
},
|
|
2182
2175
|
"pushwoosh.rpc_v2.applications_alerts.Alert": {
|
|
@@ -9619,36 +9612,6 @@ export const data = {
|
|
|
9619
9612
|
}
|
|
9620
9613
|
}
|
|
9621
9614
|
},
|
|
9622
|
-
"pushwoosh.objects.filters.v1.LogicExpression.Field.Description": {
|
|
9623
|
-
"type": "I",
|
|
9624
|
-
"fields": {
|
|
9625
|
-
"operator": {
|
|
9626
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
|
|
9627
|
-
},
|
|
9628
|
-
"value": {
|
|
9629
|
-
"type": "string"
|
|
9630
|
-
},
|
|
9631
|
-
"values": {
|
|
9632
|
-
"type": "string",
|
|
9633
|
-
"array": true
|
|
9634
|
-
}
|
|
9635
|
-
}
|
|
9636
|
-
},
|
|
9637
|
-
"pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy": {
|
|
9638
|
-
"type": "I",
|
|
9639
|
-
"fields": {
|
|
9640
|
-
"operator": {
|
|
9641
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
|
|
9642
|
-
},
|
|
9643
|
-
"value": {
|
|
9644
|
-
"type": "string"
|
|
9645
|
-
},
|
|
9646
|
-
"values": {
|
|
9647
|
-
"type": "string",
|
|
9648
|
-
"array": true
|
|
9649
|
-
}
|
|
9650
|
-
}
|
|
9651
|
-
},
|
|
9652
9615
|
"pushwoosh.objects.filters.v1.LogicExpression.Field": {
|
|
9653
9616
|
"type": "I",
|
|
9654
9617
|
"fields": {
|
|
@@ -9702,12 +9665,6 @@ export const data = {
|
|
|
9702
9665
|
},
|
|
9703
9666
|
"CondUpdated": {
|
|
9704
9667
|
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Updated"
|
|
9705
|
-
},
|
|
9706
|
-
"CondDescription": {
|
|
9707
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Description"
|
|
9708
|
-
},
|
|
9709
|
-
"CondDeviceLoadPolicy": {
|
|
9710
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy"
|
|
9711
9668
|
}
|
|
9712
9669
|
},
|
|
9713
9670
|
"oneofs": {
|
|
@@ -9729,9 +9686,7 @@ export const data = {
|
|
|
9729
9686
|
"CondCreated",
|
|
9730
9687
|
"CondFilterExpressionRaw",
|
|
9731
9688
|
"CondFiltrationID",
|
|
9732
|
-
"CondUpdated"
|
|
9733
|
-
"CondDescription",
|
|
9734
|
-
"CondDeviceLoadPolicy"
|
|
9689
|
+
"CondUpdated"
|
|
9735
9690
|
]
|
|
9736
9691
|
}
|
|
9737
9692
|
}
|
|
@@ -9991,18 +9946,6 @@ export const data = {
|
|
|
9991
9946
|
"response": "{}",
|
|
9992
9947
|
"method": "patch",
|
|
9993
9948
|
"path": "/v1/objects/filters/ID/{ID}/update/Updated"
|
|
9994
|
-
},
|
|
9995
|
-
"UpdateDescription": {
|
|
9996
|
-
"request": "pushwoosh.objects.filters.v1.UpdateDescriptionRequest",
|
|
9997
|
-
"response": "{}",
|
|
9998
|
-
"method": "patch",
|
|
9999
|
-
"path": "/v1/objects/filters/ID/{ID}/update/Description"
|
|
10000
|
-
},
|
|
10001
|
-
"UpdateDeviceLoadPolicy": {
|
|
10002
|
-
"request": "pushwoosh.objects.filters.v1.UpdateDeviceLoadPolicyRequest",
|
|
10003
|
-
"response": "{}",
|
|
10004
|
-
"method": "patch",
|
|
10005
|
-
"path": "/v1/objects/filters/ID/{ID}/update/DeviceLoadPolicy"
|
|
10006
9949
|
}
|
|
10007
9950
|
}
|
|
10008
9951
|
},
|
|
@@ -10056,12 +9999,6 @@ export const data = {
|
|
|
10056
9999
|
},
|
|
10057
10000
|
"Updated": {
|
|
10058
10001
|
"type": "Date"
|
|
10059
|
-
},
|
|
10060
|
-
"Description": {
|
|
10061
|
-
"type": "string"
|
|
10062
|
-
},
|
|
10063
|
-
"DeviceLoadPolicy": {
|
|
10064
|
-
"type": "string"
|
|
10065
10002
|
}
|
|
10066
10003
|
}
|
|
10067
10004
|
},
|
|
@@ -10384,28 +10321,6 @@ export const data = {
|
|
|
10384
10321
|
}
|
|
10385
10322
|
}
|
|
10386
10323
|
},
|
|
10387
|
-
"pushwoosh.objects.filters.v1.UpdateDescriptionRequest": {
|
|
10388
|
-
"type": "I",
|
|
10389
|
-
"fields": {
|
|
10390
|
-
"ID": {
|
|
10391
|
-
"type": "number"
|
|
10392
|
-
},
|
|
10393
|
-
"value": {
|
|
10394
|
-
"type": "string"
|
|
10395
|
-
}
|
|
10396
|
-
}
|
|
10397
|
-
},
|
|
10398
|
-
"pushwoosh.objects.filters.v1.UpdateDeviceLoadPolicyRequest": {
|
|
10399
|
-
"type": "I",
|
|
10400
|
-
"fields": {
|
|
10401
|
-
"ID": {
|
|
10402
|
-
"type": "number"
|
|
10403
|
-
},
|
|
10404
|
-
"value": {
|
|
10405
|
-
"type": "string"
|
|
10406
|
-
}
|
|
10407
|
-
}
|
|
10408
|
-
},
|
|
10409
10324
|
"pushwoosh.objects.filters.v1.GetRequest": {
|
|
10410
10325
|
"type": "I",
|
|
10411
10326
|
"fields": {
|
|
@@ -10530,12 +10445,6 @@ export const data = {
|
|
|
10530
10445
|
},
|
|
10531
10446
|
"Updated": {
|
|
10532
10447
|
"type": "Date"
|
|
10533
|
-
},
|
|
10534
|
-
"Description": {
|
|
10535
|
-
"type": "string"
|
|
10536
|
-
},
|
|
10537
|
-
"DeviceLoadPolicy": {
|
|
10538
|
-
"type": "string"
|
|
10539
10448
|
}
|
|
10540
10449
|
}
|
|
10541
10450
|
},
|
package/package.json
CHANGED
|
@@ -95,16 +95,6 @@ export type LogicExpression_Field_Updated = {
|
|
|
95
95
|
value: Date;
|
|
96
96
|
values: Date[];
|
|
97
97
|
};
|
|
98
|
-
export type LogicExpression_Field_Description = {
|
|
99
|
-
operator: LogicExpression_Field_Operator;
|
|
100
|
-
value: string;
|
|
101
|
-
values: string[];
|
|
102
|
-
};
|
|
103
|
-
export type LogicExpression_Field_DeviceLoadPolicy = {
|
|
104
|
-
operator: LogicExpression_Field_Operator;
|
|
105
|
-
value: string;
|
|
106
|
-
values: string[];
|
|
107
|
-
};
|
|
108
98
|
export type LogicExpression_Field_kind_CondID = {
|
|
109
99
|
type: 'CondID';
|
|
110
100
|
data: LogicExpression_Field_ID;
|
|
@@ -173,15 +163,7 @@ export type LogicExpression_Field_kind_CondUpdated = {
|
|
|
173
163
|
type: 'CondUpdated';
|
|
174
164
|
data: LogicExpression_Field_Updated;
|
|
175
165
|
};
|
|
176
|
-
export type
|
|
177
|
-
type: 'CondDescription';
|
|
178
|
-
data: LogicExpression_Field_Description;
|
|
179
|
-
};
|
|
180
|
-
export type LogicExpression_Field_kind_CondDeviceLoadPolicy = {
|
|
181
|
-
type: 'CondDeviceLoadPolicy';
|
|
182
|
-
data: LogicExpression_Field_DeviceLoadPolicy;
|
|
183
|
-
};
|
|
184
|
-
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondCode | LogicExpression_Field_kind_CondAccountID | LogicExpression_Field_kind_CondName | LogicExpression_Field_kind_CondApplicationID | LogicExpression_Field_kind_CondIsFiltrationInProgress | LogicExpression_Field_kind_CondFiltrationStartedAt | LogicExpression_Field_kind_CondFiltrationLastFilteredAt | LogicExpression_Field_kind_CondFiltrationLastCheckedAt | LogicExpression_Field_kind_CondFiltrationScheduledAt | LogicExpression_Field_kind_CondCheckerScheduledAt | LogicExpression_Field_kind_CondIsSystem | LogicExpression_Field_kind_CondExpirationDate | LogicExpression_Field_kind_CondCreated | LogicExpression_Field_kind_CondFilterExpressionRaw | LogicExpression_Field_kind_CondFiltrationID | LogicExpression_Field_kind_CondUpdated | LogicExpression_Field_kind_CondDescription | LogicExpression_Field_kind_CondDeviceLoadPolicy;
|
|
166
|
+
export type LogicExpression_Field_kind = LogicExpression_Field_kind_CondID | LogicExpression_Field_kind_CondCode | LogicExpression_Field_kind_CondAccountID | LogicExpression_Field_kind_CondName | LogicExpression_Field_kind_CondApplicationID | LogicExpression_Field_kind_CondIsFiltrationInProgress | LogicExpression_Field_kind_CondFiltrationStartedAt | LogicExpression_Field_kind_CondFiltrationLastFilteredAt | LogicExpression_Field_kind_CondFiltrationLastCheckedAt | LogicExpression_Field_kind_CondFiltrationScheduledAt | LogicExpression_Field_kind_CondCheckerScheduledAt | LogicExpression_Field_kind_CondIsSystem | LogicExpression_Field_kind_CondExpirationDate | LogicExpression_Field_kind_CondCreated | LogicExpression_Field_kind_CondFilterExpressionRaw | LogicExpression_Field_kind_CondFiltrationID | LogicExpression_Field_kind_CondUpdated;
|
|
185
167
|
export type LogicExpression_Field = {
|
|
186
168
|
kind: LogicExpression_Field_kind;
|
|
187
169
|
};
|
|
@@ -244,8 +226,6 @@ export interface FiltersCrudService {
|
|
|
244
226
|
UpdateFilterExpressionRaw(request: UpdateFilterExpressionRawRequest): Promise<{}>;
|
|
245
227
|
UpdateFiltrationID(request: UpdateFiltrationIDRequest): Promise<{}>;
|
|
246
228
|
UpdateUpdated(request: UpdateUpdatedRequest): Promise<{}>;
|
|
247
|
-
UpdateDescription(request: UpdateDescriptionRequest): Promise<{}>;
|
|
248
|
-
UpdateDeviceLoadPolicy(request: UpdateDeviceLoadPolicyRequest): Promise<{}>;
|
|
249
229
|
}
|
|
250
230
|
export type CreateRequest = {
|
|
251
231
|
Code?: string;
|
|
@@ -264,8 +244,6 @@ export type CreateRequest = {
|
|
|
264
244
|
FilterExpressionRaw?: string;
|
|
265
245
|
FiltrationID?: string;
|
|
266
246
|
Updated?: Date;
|
|
267
|
-
Description?: string;
|
|
268
|
-
DeviceLoadPolicy?: string;
|
|
269
247
|
};
|
|
270
248
|
export type CreateResponse = {
|
|
271
249
|
filter: Filter;
|
|
@@ -382,14 +360,6 @@ export type UpdateUpdatedRequest = {
|
|
|
382
360
|
ID?: number;
|
|
383
361
|
value?: Date;
|
|
384
362
|
};
|
|
385
|
-
export type UpdateDescriptionRequest = {
|
|
386
|
-
ID?: number;
|
|
387
|
-
value?: string;
|
|
388
|
-
};
|
|
389
|
-
export type UpdateDeviceLoadPolicyRequest = {
|
|
390
|
-
ID?: number;
|
|
391
|
-
value?: string;
|
|
392
|
-
};
|
|
393
363
|
export type GetRequest = {
|
|
394
364
|
ID?: number;
|
|
395
365
|
};
|
|
@@ -432,8 +402,6 @@ export type Filter = {
|
|
|
432
402
|
FilterExpressionRaw: string;
|
|
433
403
|
FiltrationID: string;
|
|
434
404
|
Updated: Date;
|
|
435
|
-
Description: string;
|
|
436
|
-
DeviceLoadPolicy: string;
|
|
437
405
|
};
|
|
438
406
|
export type FilterExpression_Operation_Operator = 'OPERATOR_UNSPECIFIED' | 'OPERATOR_INTERSECT' | 'OPERATOR_UNION' | 'OPERATOR_DIFFERENCE';
|
|
439
407
|
export type FilterExpression_Operation = {
|