@pushwoosh/rpc-v2-http-api-data 0.1.629 → 0.1.631
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 +3 -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';
|
|
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';
|
|
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
|
},
|
|
@@ -2175,7 +2166,8 @@ export const data = {
|
|
|
2175
2166
|
"PAYMENT_FAILED",
|
|
2176
2167
|
"PLATFORM_DISABLED",
|
|
2177
2168
|
"PAYMENT_OVERDUE",
|
|
2178
|
-
"PAYMENT_ATTEMPT_FAILED"
|
|
2169
|
+
"PAYMENT_ATTEMPT_FAILED",
|
|
2170
|
+
"EMAIL_CONFIGURATION_NOT_COMPLETED"
|
|
2179
2171
|
]
|
|
2180
2172
|
},
|
|
2181
2173
|
"pushwoosh.rpc_v2.applications_alerts.Alert": {
|
|
@@ -9618,36 +9610,6 @@ export const data = {
|
|
|
9618
9610
|
}
|
|
9619
9611
|
}
|
|
9620
9612
|
},
|
|
9621
|
-
"pushwoosh.objects.filters.v1.LogicExpression.Field.Description": {
|
|
9622
|
-
"type": "I",
|
|
9623
|
-
"fields": {
|
|
9624
|
-
"operator": {
|
|
9625
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
|
|
9626
|
-
},
|
|
9627
|
-
"value": {
|
|
9628
|
-
"type": "string"
|
|
9629
|
-
},
|
|
9630
|
-
"values": {
|
|
9631
|
-
"type": "string",
|
|
9632
|
-
"array": true
|
|
9633
|
-
}
|
|
9634
|
-
}
|
|
9635
|
-
},
|
|
9636
|
-
"pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy": {
|
|
9637
|
-
"type": "I",
|
|
9638
|
-
"fields": {
|
|
9639
|
-
"operator": {
|
|
9640
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Operator"
|
|
9641
|
-
},
|
|
9642
|
-
"value": {
|
|
9643
|
-
"type": "string"
|
|
9644
|
-
},
|
|
9645
|
-
"values": {
|
|
9646
|
-
"type": "string",
|
|
9647
|
-
"array": true
|
|
9648
|
-
}
|
|
9649
|
-
}
|
|
9650
|
-
},
|
|
9651
9613
|
"pushwoosh.objects.filters.v1.LogicExpression.Field": {
|
|
9652
9614
|
"type": "I",
|
|
9653
9615
|
"fields": {
|
|
@@ -9701,12 +9663,6 @@ export const data = {
|
|
|
9701
9663
|
},
|
|
9702
9664
|
"CondUpdated": {
|
|
9703
9665
|
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Updated"
|
|
9704
|
-
},
|
|
9705
|
-
"CondDescription": {
|
|
9706
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.Description"
|
|
9707
|
-
},
|
|
9708
|
-
"CondDeviceLoadPolicy": {
|
|
9709
|
-
"type": "pushwoosh.objects.filters.v1.LogicExpression.Field.DeviceLoadPolicy"
|
|
9710
9666
|
}
|
|
9711
9667
|
},
|
|
9712
9668
|
"oneofs": {
|
|
@@ -9728,9 +9684,7 @@ export const data = {
|
|
|
9728
9684
|
"CondCreated",
|
|
9729
9685
|
"CondFilterExpressionRaw",
|
|
9730
9686
|
"CondFiltrationID",
|
|
9731
|
-
"CondUpdated"
|
|
9732
|
-
"CondDescription",
|
|
9733
|
-
"CondDeviceLoadPolicy"
|
|
9687
|
+
"CondUpdated"
|
|
9734
9688
|
]
|
|
9735
9689
|
}
|
|
9736
9690
|
}
|
|
@@ -9990,18 +9944,6 @@ export const data = {
|
|
|
9990
9944
|
"response": "{}",
|
|
9991
9945
|
"method": "patch",
|
|
9992
9946
|
"path": "/v1/objects/filters/ID/{ID}/update/Updated"
|
|
9993
|
-
},
|
|
9994
|
-
"UpdateDescription": {
|
|
9995
|
-
"request": "pushwoosh.objects.filters.v1.UpdateDescriptionRequest",
|
|
9996
|
-
"response": "{}",
|
|
9997
|
-
"method": "patch",
|
|
9998
|
-
"path": "/v1/objects/filters/ID/{ID}/update/Description"
|
|
9999
|
-
},
|
|
10000
|
-
"UpdateDeviceLoadPolicy": {
|
|
10001
|
-
"request": "pushwoosh.objects.filters.v1.UpdateDeviceLoadPolicyRequest",
|
|
10002
|
-
"response": "{}",
|
|
10003
|
-
"method": "patch",
|
|
10004
|
-
"path": "/v1/objects/filters/ID/{ID}/update/DeviceLoadPolicy"
|
|
10005
9947
|
}
|
|
10006
9948
|
}
|
|
10007
9949
|
},
|
|
@@ -10055,12 +9997,6 @@ export const data = {
|
|
|
10055
9997
|
},
|
|
10056
9998
|
"Updated": {
|
|
10057
9999
|
"type": "Date"
|
|
10058
|
-
},
|
|
10059
|
-
"Description": {
|
|
10060
|
-
"type": "string"
|
|
10061
|
-
},
|
|
10062
|
-
"DeviceLoadPolicy": {
|
|
10063
|
-
"type": "string"
|
|
10064
10000
|
}
|
|
10065
10001
|
}
|
|
10066
10002
|
},
|
|
@@ -10383,28 +10319,6 @@ export const data = {
|
|
|
10383
10319
|
}
|
|
10384
10320
|
}
|
|
10385
10321
|
},
|
|
10386
|
-
"pushwoosh.objects.filters.v1.UpdateDescriptionRequest": {
|
|
10387
|
-
"type": "I",
|
|
10388
|
-
"fields": {
|
|
10389
|
-
"ID": {
|
|
10390
|
-
"type": "number"
|
|
10391
|
-
},
|
|
10392
|
-
"value": {
|
|
10393
|
-
"type": "string"
|
|
10394
|
-
}
|
|
10395
|
-
}
|
|
10396
|
-
},
|
|
10397
|
-
"pushwoosh.objects.filters.v1.UpdateDeviceLoadPolicyRequest": {
|
|
10398
|
-
"type": "I",
|
|
10399
|
-
"fields": {
|
|
10400
|
-
"ID": {
|
|
10401
|
-
"type": "number"
|
|
10402
|
-
},
|
|
10403
|
-
"value": {
|
|
10404
|
-
"type": "string"
|
|
10405
|
-
}
|
|
10406
|
-
}
|
|
10407
|
-
},
|
|
10408
10322
|
"pushwoosh.objects.filters.v1.GetRequest": {
|
|
10409
10323
|
"type": "I",
|
|
10410
10324
|
"fields": {
|
|
@@ -10529,12 +10443,6 @@ export const data = {
|
|
|
10529
10443
|
},
|
|
10530
10444
|
"Updated": {
|
|
10531
10445
|
"type": "Date"
|
|
10532
|
-
},
|
|
10533
|
-
"Description": {
|
|
10534
|
-
"type": "string"
|
|
10535
|
-
},
|
|
10536
|
-
"DeviceLoadPolicy": {
|
|
10537
|
-
"type": "string"
|
|
10538
10446
|
}
|
|
10539
10447
|
}
|
|
10540
10448
|
},
|
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 = {
|