@pushwoosh/rpc-v2-http-api-data 0.1.630 → 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/data.js +1 -94
- 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/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
|
},
|
|
@@ -9619,36 +9610,6 @@ export const data = {
|
|
|
9619
9610
|
}
|
|
9620
9611
|
}
|
|
9621
9612
|
},
|
|
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
9613
|
"pushwoosh.objects.filters.v1.LogicExpression.Field": {
|
|
9653
9614
|
"type": "I",
|
|
9654
9615
|
"fields": {
|
|
@@ -9702,12 +9663,6 @@ export const data = {
|
|
|
9702
9663
|
},
|
|
9703
9664
|
"CondUpdated": {
|
|
9704
9665
|
"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
9666
|
}
|
|
9712
9667
|
},
|
|
9713
9668
|
"oneofs": {
|
|
@@ -9729,9 +9684,7 @@ export const data = {
|
|
|
9729
9684
|
"CondCreated",
|
|
9730
9685
|
"CondFilterExpressionRaw",
|
|
9731
9686
|
"CondFiltrationID",
|
|
9732
|
-
"CondUpdated"
|
|
9733
|
-
"CondDescription",
|
|
9734
|
-
"CondDeviceLoadPolicy"
|
|
9687
|
+
"CondUpdated"
|
|
9735
9688
|
]
|
|
9736
9689
|
}
|
|
9737
9690
|
}
|
|
@@ -9991,18 +9944,6 @@ export const data = {
|
|
|
9991
9944
|
"response": "{}",
|
|
9992
9945
|
"method": "patch",
|
|
9993
9946
|
"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
9947
|
}
|
|
10007
9948
|
}
|
|
10008
9949
|
},
|
|
@@ -10056,12 +9997,6 @@ export const data = {
|
|
|
10056
9997
|
},
|
|
10057
9998
|
"Updated": {
|
|
10058
9999
|
"type": "Date"
|
|
10059
|
-
},
|
|
10060
|
-
"Description": {
|
|
10061
|
-
"type": "string"
|
|
10062
|
-
},
|
|
10063
|
-
"DeviceLoadPolicy": {
|
|
10064
|
-
"type": "string"
|
|
10065
10000
|
}
|
|
10066
10001
|
}
|
|
10067
10002
|
},
|
|
@@ -10384,28 +10319,6 @@ export const data = {
|
|
|
10384
10319
|
}
|
|
10385
10320
|
}
|
|
10386
10321
|
},
|
|
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
10322
|
"pushwoosh.objects.filters.v1.GetRequest": {
|
|
10410
10323
|
"type": "I",
|
|
10411
10324
|
"fields": {
|
|
@@ -10530,12 +10443,6 @@ export const data = {
|
|
|
10530
10443
|
},
|
|
10531
10444
|
"Updated": {
|
|
10532
10445
|
"type": "Date"
|
|
10533
|
-
},
|
|
10534
|
-
"Description": {
|
|
10535
|
-
"type": "string"
|
|
10536
|
-
},
|
|
10537
|
-
"DeviceLoadPolicy": {
|
|
10538
|
-
"type": "string"
|
|
10539
10446
|
}
|
|
10540
10447
|
}
|
|
10541
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 = {
|