@temboplus/afloat 0.1.74-0 → 0.1.75-0

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.
@@ -19,28 +19,28 @@ export declare const userManagementContract: {
19
19
  type?: string | undefined;
20
20
  name?: string | undefined;
21
21
  id?: string | undefined;
22
- profileId?: string | undefined;
22
+ resetPassword?: number | undefined;
23
+ identity?: string | undefined;
23
24
  createdAt?: string | undefined;
25
+ eager?: string | undefined;
26
+ profileId?: string | undefined;
24
27
  updatedAt?: string | undefined;
25
- identity?: string | undefined;
26
- resetPassword?: number | undefined;
27
28
  roleId?: string | undefined;
28
29
  isActive?: number | undefined;
29
30
  isArchived?: number | undefined;
30
- eager?: string | undefined;
31
31
  }, {
32
32
  type?: string | undefined;
33
33
  name?: string | undefined;
34
34
  id?: string | undefined;
35
- profileId?: string | undefined;
35
+ resetPassword?: number | undefined;
36
+ identity?: string | undefined;
36
37
  createdAt?: string | undefined;
38
+ eager?: string | undefined;
39
+ profileId?: string | undefined;
37
40
  updatedAt?: string | undefined;
38
- identity?: string | undefined;
39
- resetPassword?: number | undefined;
40
41
  roleId?: string | undefined;
41
42
  isActive?: number | undefined;
42
43
  isArchived?: number | undefined;
43
- eager?: string | undefined;
44
44
  }>;
45
45
  summary: "List all user accounts";
46
46
  method: "GET";
@@ -63,40 +63,40 @@ export declare const userManagementContract: {
63
63
  type: string;
64
64
  name: string;
65
65
  id: string;
66
- profileId: string;
66
+ resetPassword: boolean;
67
+ identity: string;
67
68
  createdAt: string;
69
+ profileId: string;
68
70
  updatedAt: string;
69
- identity: string;
70
- resetPassword: boolean;
71
71
  roleId: string;
72
72
  isActive: boolean;
73
73
  isArchived: boolean;
74
74
  role?: {
75
75
  name: string;
76
76
  id: string;
77
+ access: string[];
77
78
  createdAt: string;
78
79
  updatedAt: string;
79
- access: string[];
80
80
  description?: string | undefined;
81
81
  } | undefined;
82
82
  }, {
83
83
  type: string;
84
84
  name: string;
85
85
  id: string;
86
- profileId: string;
86
+ resetPassword: boolean;
87
+ identity: string;
87
88
  createdAt: string;
89
+ profileId: string;
88
90
  updatedAt: string;
89
- identity: string;
90
- resetPassword: boolean;
91
91
  roleId: string;
92
92
  isActive: boolean;
93
93
  isArchived: boolean;
94
94
  role?: {
95
95
  name: string;
96
96
  id: string;
97
+ access: string[];
97
98
  createdAt: string;
98
99
  updatedAt: string;
99
- access: string[];
100
100
  description?: string | undefined;
101
101
  } | undefined;
102
102
  }>, "many">;
@@ -142,28 +142,28 @@ export declare const userManagementContract: {
142
142
  type?: string | undefined;
143
143
  name?: string | undefined;
144
144
  id?: string | undefined;
145
- profileId?: string | undefined;
145
+ resetPassword?: number | undefined;
146
+ identity?: string | undefined;
146
147
  createdAt?: string | undefined;
148
+ eager?: string | undefined;
149
+ profileId?: string | undefined;
147
150
  updatedAt?: string | undefined;
148
- identity?: string | undefined;
149
- resetPassword?: number | undefined;
150
151
  roleId?: string | undefined;
151
152
  isActive?: number | undefined;
152
153
  isArchived?: number | undefined;
153
- eager?: string | undefined;
154
154
  }, {
155
155
  type?: string | undefined;
156
156
  name?: string | undefined;
157
157
  id?: string | undefined;
158
- profileId?: string | undefined;
158
+ resetPassword?: number | undefined;
159
+ identity?: string | undefined;
159
160
  createdAt?: string | undefined;
161
+ eager?: string | undefined;
162
+ profileId?: string | undefined;
160
163
  updatedAt?: string | undefined;
161
- identity?: string | undefined;
162
- resetPassword?: number | undefined;
163
164
  roleId?: string | undefined;
164
165
  isActive?: number | undefined;
165
166
  isArchived?: number | undefined;
166
- eager?: string | undefined;
167
167
  }>;
168
168
  summary: "Get user account details";
169
169
  method: "GET";
@@ -186,40 +186,40 @@ export declare const userManagementContract: {
186
186
  type: string;
187
187
  name: string;
188
188
  id: string;
189
- profileId: string;
189
+ resetPassword: boolean;
190
+ identity: string;
190
191
  createdAt: string;
192
+ profileId: string;
191
193
  updatedAt: string;
192
- identity: string;
193
- resetPassword: boolean;
194
194
  roleId: string;
195
195
  isActive: boolean;
196
196
  isArchived: boolean;
197
197
  role?: {
198
198
  name: string;
199
199
  id: string;
200
+ access: string[];
200
201
  createdAt: string;
201
202
  updatedAt: string;
202
- access: string[];
203
203
  description?: string | undefined;
204
204
  } | undefined;
205
205
  }, {
206
206
  type: string;
207
207
  name: string;
208
208
  id: string;
209
- profileId: string;
209
+ resetPassword: boolean;
210
+ identity: string;
210
211
  createdAt: string;
212
+ profileId: string;
211
213
  updatedAt: string;
212
- identity: string;
213
- resetPassword: boolean;
214
214
  roleId: string;
215
215
  isActive: boolean;
216
216
  isArchived: boolean;
217
217
  role?: {
218
218
  name: string;
219
219
  id: string;
220
+ access: string[];
220
221
  createdAt: string;
221
222
  updatedAt: string;
222
- access: string[];
223
223
  description?: string | undefined;
224
224
  } | undefined;
225
225
  }>;
@@ -285,9 +285,9 @@ export declare const userManagementContract: {
285
285
  type: string;
286
286
  name: string;
287
287
  id: string;
288
- profileId: string;
289
- createdAt: string;
290
288
  identity: string;
289
+ createdAt: string;
290
+ profileId: string;
291
291
  roleId: string;
292
292
  isActive: boolean;
293
293
  isArchived: boolean;
@@ -295,9 +295,9 @@ export declare const userManagementContract: {
295
295
  type: string;
296
296
  name: string;
297
297
  id: string;
298
- profileId: string;
299
- createdAt: string;
300
298
  identity: string;
299
+ createdAt: string;
300
+ profileId: string;
301
301
  roleId: string;
302
302
  isActive: boolean;
303
303
  isArchived: boolean;
@@ -384,40 +384,40 @@ export declare const userManagementContract: {
384
384
  type: string;
385
385
  name: string;
386
386
  id: string;
387
- profileId: string;
387
+ resetPassword: boolean;
388
+ identity: string;
388
389
  createdAt: string;
390
+ profileId: string;
389
391
  updatedAt: string;
390
- identity: string;
391
- resetPassword: boolean;
392
392
  roleId: string;
393
393
  isActive: boolean;
394
394
  isArchived: boolean;
395
395
  role?: {
396
396
  name: string;
397
397
  id: string;
398
+ access: string[];
398
399
  createdAt: string;
399
400
  updatedAt: string;
400
- access: string[];
401
401
  description?: string | undefined;
402
402
  } | undefined;
403
403
  }, {
404
404
  type: string;
405
405
  name: string;
406
406
  id: string;
407
- profileId: string;
407
+ resetPassword: boolean;
408
+ identity: string;
408
409
  createdAt: string;
410
+ profileId: string;
409
411
  updatedAt: string;
410
- identity: string;
411
- resetPassword: boolean;
412
412
  roleId: string;
413
413
  isActive: boolean;
414
414
  isArchived: boolean;
415
415
  role?: {
416
416
  name: string;
417
417
  id: string;
418
+ access: string[];
418
419
  createdAt: string;
419
420
  updatedAt: string;
420
- access: string[];
421
421
  description?: string | undefined;
422
422
  } | undefined;
423
423
  }>;
@@ -485,40 +485,40 @@ export declare const userManagementContract: {
485
485
  type: string;
486
486
  name: string;
487
487
  id: string;
488
- profileId: string;
488
+ resetPassword: boolean;
489
+ identity: string;
489
490
  createdAt: string;
491
+ profileId: string;
490
492
  updatedAt: string;
491
- identity: string;
492
- resetPassword: boolean;
493
493
  roleId: string;
494
494
  isActive: boolean;
495
495
  isArchived: boolean;
496
496
  role?: {
497
497
  name: string;
498
498
  id: string;
499
+ access: string[];
499
500
  createdAt: string;
500
501
  updatedAt: string;
501
- access: string[];
502
502
  description?: string | undefined;
503
503
  } | undefined;
504
504
  }, {
505
505
  type: string;
506
506
  name: string;
507
507
  id: string;
508
- profileId: string;
508
+ resetPassword: boolean;
509
+ identity: string;
509
510
  createdAt: string;
511
+ profileId: string;
510
512
  updatedAt: string;
511
- identity: string;
512
- resetPassword: boolean;
513
513
  roleId: string;
514
514
  isActive: boolean;
515
515
  isArchived: boolean;
516
516
  role?: {
517
517
  name: string;
518
518
  id: string;
519
+ access: string[];
519
520
  createdAt: string;
520
521
  updatedAt: string;
521
- access: string[];
522
522
  description?: string | undefined;
523
523
  } | undefined;
524
524
  }>;
@@ -576,40 +576,40 @@ export declare const userManagementContract: {
576
576
  type: string;
577
577
  name: string;
578
578
  id: string;
579
- profileId: string;
579
+ resetPassword: boolean;
580
+ identity: string;
580
581
  createdAt: string;
582
+ profileId: string;
581
583
  updatedAt: string;
582
- identity: string;
583
- resetPassword: boolean;
584
584
  roleId: string;
585
585
  isActive: boolean;
586
586
  isArchived: boolean;
587
587
  role?: {
588
588
  name: string;
589
589
  id: string;
590
+ access: string[];
590
591
  createdAt: string;
591
592
  updatedAt: string;
592
- access: string[];
593
593
  description?: string | undefined;
594
594
  } | undefined;
595
595
  }, {
596
596
  type: string;
597
597
  name: string;
598
598
  id: string;
599
- profileId: string;
599
+ resetPassword: boolean;
600
+ identity: string;
600
601
  createdAt: string;
602
+ profileId: string;
601
603
  updatedAt: string;
602
- identity: string;
603
- resetPassword: boolean;
604
604
  roleId: string;
605
605
  isActive: boolean;
606
606
  isArchived: boolean;
607
607
  role?: {
608
608
  name: string;
609
609
  id: string;
610
+ access: string[];
610
611
  createdAt: string;
611
612
  updatedAt: string;
612
- access: string[];
613
613
  description?: string | undefined;
614
614
  } | undefined;
615
615
  }>;
@@ -712,16 +712,16 @@ export declare const userManagementContract: {
712
712
  }, z.UnknownKeysParam, z.ZodTypeAny, {
713
713
  name: string;
714
714
  id: string;
715
+ access: string[];
715
716
  createdAt: string;
716
717
  updatedAt: string;
717
- access: string[];
718
718
  description?: string | undefined;
719
719
  }, {
720
720
  name: string;
721
721
  id: string;
722
+ access: string[];
722
723
  createdAt: string;
723
724
  updatedAt: string;
724
- access: string[];
725
725
  description?: string | undefined;
726
726
  }>, "many">;
727
727
  401: z.ZodObject<{
@@ -763,16 +763,16 @@ export declare const userManagementContract: {
763
763
  }, z.UnknownKeysParam, z.ZodTypeAny, {
764
764
  name: string;
765
765
  id: string;
766
+ access: string[];
766
767
  createdAt: string;
767
768
  updatedAt: string;
768
- access: string[];
769
769
  description?: string | undefined;
770
770
  }, {
771
771
  name: string;
772
772
  id: string;
773
+ access: string[];
773
774
  createdAt: string;
774
775
  updatedAt: string;
775
- access: string[];
776
776
  description?: string | undefined;
777
777
  }>;
778
778
  401: z.ZodObject<{
@@ -42,20 +42,20 @@ export declare const contract: {
42
42
  }, "strip", z.ZodTypeAny, {
43
43
  type: import("./contact.dtos.js").ContactType;
44
44
  id: string;
45
- profileId: string;
46
- createdAt: string;
47
- updatedAt: string;
48
45
  displayName: string;
49
46
  accountNo: string;
47
+ createdAt: string;
48
+ profileId: string;
49
+ updatedAt: string;
50
50
  channel: string;
51
51
  }, {
52
52
  type: import("./contact.dtos.js").ContactType;
53
53
  id: string;
54
- profileId: string;
55
- createdAt: string;
56
- updatedAt: string;
57
54
  displayName: string;
58
55
  accountNo: string;
56
+ createdAt: string;
57
+ profileId: string;
58
+ updatedAt: string;
59
59
  channel: string;
60
60
  }>;
61
61
  };
@@ -93,20 +93,20 @@ export declare const contract: {
93
93
  }, "strip", z.ZodTypeAny, {
94
94
  type: import("./contact.dtos.js").ContactType;
95
95
  id: string;
96
- profileId: string;
97
- createdAt: string;
98
- updatedAt: string;
99
96
  displayName: string;
100
97
  accountNo: string;
98
+ createdAt: string;
99
+ profileId: string;
100
+ updatedAt: string;
101
101
  channel: string;
102
102
  }, {
103
103
  type: import("./contact.dtos.js").ContactType;
104
104
  id: string;
105
- profileId: string;
106
- createdAt: string;
107
- updatedAt: string;
108
105
  displayName: string;
109
106
  accountNo: string;
107
+ createdAt: string;
108
+ profileId: string;
109
+ updatedAt: string;
110
110
  channel: string;
111
111
  }>;
112
112
  };
@@ -135,20 +135,20 @@ export declare const contract: {
135
135
  }, "strip", z.ZodTypeAny, {
136
136
  type: import("./contact.dtos.js").ContactType;
137
137
  id: string;
138
- profileId: string;
139
- createdAt: string;
140
- updatedAt: string;
141
138
  displayName: string;
142
139
  accountNo: string;
140
+ createdAt: string;
141
+ profileId: string;
142
+ updatedAt: string;
143
143
  channel: string;
144
144
  }, {
145
145
  type: import("./contact.dtos.js").ContactType;
146
146
  id: string;
147
- profileId: string;
148
- createdAt: string;
149
- updatedAt: string;
150
147
  displayName: string;
151
148
  accountNo: string;
149
+ createdAt: string;
150
+ profileId: string;
151
+ updatedAt: string;
152
152
  channel: string;
153
153
  }>, "many">;
154
154
  };
@@ -170,20 +170,20 @@ export declare const contract: {
170
170
  }, "strip", z.ZodTypeAny, {
171
171
  type: import("./contact.dtos.js").ContactType;
172
172
  id: string;
173
- profileId: string;
174
- createdAt: string;
175
- updatedAt: string;
176
173
  displayName: string;
177
174
  accountNo: string;
175
+ createdAt: string;
176
+ profileId: string;
177
+ updatedAt: string;
178
178
  channel: string;
179
179
  }, {
180
180
  type: import("./contact.dtos.js").ContactType;
181
181
  id: string;
182
- profileId: string;
183
- createdAt: string;
184
- updatedAt: string;
185
182
  displayName: string;
186
183
  accountNo: string;
184
+ createdAt: string;
185
+ profileId: string;
186
+ updatedAt: string;
187
187
  channel: string;
188
188
  }>;
189
189
  };
@@ -46,20 +46,20 @@ export declare const ContactDTOSchemas: {
46
46
  }, "strip", z.ZodTypeAny, {
47
47
  type: ContactType;
48
48
  id: string;
49
- profileId: string;
50
- createdAt: string;
51
- updatedAt: string;
52
49
  displayName: string;
53
50
  accountNo: string;
51
+ createdAt: string;
52
+ profileId: string;
53
+ updatedAt: string;
54
54
  channel: string;
55
55
  }, {
56
56
  type: ContactType;
57
57
  id: string;
58
- profileId: string;
59
- createdAt: string;
60
- updatedAt: string;
61
58
  displayName: string;
62
59
  accountNo: string;
60
+ createdAt: string;
61
+ profileId: string;
62
+ updatedAt: string;
63
63
  channel: string;
64
64
  }>;
65
65
  /** Schema for contact input validation */
@@ -67,8 +67,8 @@ export declare const contract: {
67
67
  }, "strip", z.ZodTypeAny, {
68
68
  status: import("./payout.dtos.js").PayoutStatus;
69
69
  id: string;
70
- profileId: string;
71
70
  createdAt: Date;
71
+ profileId: string;
72
72
  updatedAt: Date;
73
73
  channel: string;
74
74
  msisdn: string;
@@ -95,8 +95,8 @@ export declare const contract: {
95
95
  }, {
96
96
  status: import("./payout.dtos.js").PayoutStatus;
97
97
  id: string;
98
- profileId: string;
99
98
  createdAt: Date;
99
+ profileId: string;
100
100
  updatedAt: Date;
101
101
  channel: string;
102
102
  msisdn: string;
@@ -127,8 +127,8 @@ export declare const contract: {
127
127
  results: {
128
128
  status: import("./payout.dtos.js").PayoutStatus;
129
129
  id: string;
130
- profileId: string;
131
130
  createdAt: Date;
131
+ profileId: string;
132
132
  updatedAt: Date;
133
133
  channel: string;
134
134
  msisdn: string;
@@ -158,8 +158,8 @@ export declare const contract: {
158
158
  results: {
159
159
  status: import("./payout.dtos.js").PayoutStatus;
160
160
  id: string;
161
- profileId: string;
162
161
  createdAt: Date;
162
+ profileId: string;
163
163
  updatedAt: Date;
164
164
  channel: string;
165
165
  msisdn: string;
@@ -195,17 +195,17 @@ export declare const contract: {
195
195
  approvalStatus: z.ZodNativeEnum<typeof import("./payout.dtos.js").PayoutApprovalStatus>;
196
196
  orderByDesc: z.ZodString;
197
197
  }, "strip", z.ZodTypeAny, {
198
- approvalStatus: import("./payout.dtos.js").PayoutApprovalStatus;
199
- eager: string;
200
- orderByDesc: string;
201
198
  rangeStart: number;
202
199
  rangeEnd: number;
203
- }, {
204
- approvalStatus: import("./payout.dtos.js").PayoutApprovalStatus;
205
- eager: string;
206
200
  orderByDesc: string;
201
+ eager: string;
202
+ approvalStatus: import("./payout.dtos.js").PayoutApprovalStatus;
203
+ }, {
207
204
  rangeStart: number;
208
205
  rangeEnd: number;
206
+ orderByDesc: string;
207
+ eager: string;
208
+ approvalStatus: import("./payout.dtos.js").PayoutApprovalStatus;
209
209
  }>;
210
210
  method: "GET";
211
211
  path: "";
@@ -259,8 +259,8 @@ export declare const contract: {
259
259
  }, "strip", z.ZodTypeAny, {
260
260
  status: import("./payout.dtos.js").PayoutStatus;
261
261
  id: string;
262
- profileId: string;
263
262
  createdAt: Date;
263
+ profileId: string;
264
264
  updatedAt: Date;
265
265
  channel: string;
266
266
  msisdn: string;
@@ -287,8 +287,8 @@ export declare const contract: {
287
287
  }, {
288
288
  status: import("./payout.dtos.js").PayoutStatus;
289
289
  id: string;
290
- profileId: string;
291
290
  createdAt: Date;
291
+ profileId: string;
292
292
  updatedAt: Date;
293
293
  channel: string;
294
294
  msisdn: string;
@@ -319,8 +319,8 @@ export declare const contract: {
319
319
  results: {
320
320
  status: import("./payout.dtos.js").PayoutStatus;
321
321
  id: string;
322
- profileId: string;
323
322
  createdAt: Date;
323
+ profileId: string;
324
324
  updatedAt: Date;
325
325
  channel: string;
326
326
  msisdn: string;
@@ -350,8 +350,8 @@ export declare const contract: {
350
350
  results: {
351
351
  status: import("./payout.dtos.js").PayoutStatus;
352
352
  id: string;
353
- profileId: string;
354
353
  createdAt: Date;
354
+ profileId: string;
355
355
  updatedAt: Date;
356
356
  channel: string;
357
357
  msisdn: string;
@@ -454,8 +454,8 @@ export declare const contract: {
454
454
  }, "strip", z.ZodTypeAny, {
455
455
  status: import("./payout.dtos.js").PayoutStatus;
456
456
  id: string;
457
- profileId: string;
458
457
  createdAt: Date;
458
+ profileId: string;
459
459
  updatedAt: Date;
460
460
  channel: string;
461
461
  msisdn: string;
@@ -482,8 +482,8 @@ export declare const contract: {
482
482
  }, {
483
483
  status: import("./payout.dtos.js").PayoutStatus;
484
484
  id: string;
485
- profileId: string;
486
485
  createdAt: Date;
486
+ profileId: string;
487
487
  updatedAt: Date;
488
488
  channel: string;
489
489
  msisdn: string;
@@ -592,8 +592,8 @@ export declare const contract: {
592
592
  }, "strip", z.ZodTypeAny, {
593
593
  status: import("./payout.dtos.js").PayoutStatus;
594
594
  id: string;
595
- profileId: string;
596
595
  createdAt: Date;
596
+ profileId: string;
597
597
  updatedAt: Date;
598
598
  channel: string;
599
599
  msisdn: string;
@@ -620,8 +620,8 @@ export declare const contract: {
620
620
  }, {
621
621
  status: import("./payout.dtos.js").PayoutStatus;
622
622
  id: string;
623
- profileId: string;
624
623
  createdAt: Date;
624
+ profileId: string;
625
625
  updatedAt: Date;
626
626
  channel: string;
627
627
  msisdn: string;
@@ -702,8 +702,8 @@ export declare const contract: {
702
702
  }, "strip", z.ZodTypeAny, {
703
703
  status: import("./payout.dtos.js").PayoutStatus;
704
704
  id: string;
705
- profileId: string;
706
705
  createdAt: Date;
706
+ profileId: string;
707
707
  updatedAt: Date;
708
708
  channel: string;
709
709
  msisdn: string;
@@ -730,8 +730,8 @@ export declare const contract: {
730
730
  }, {
731
731
  status: import("./payout.dtos.js").PayoutStatus;
732
732
  id: string;
733
- profileId: string;
734
733
  createdAt: Date;
734
+ profileId: string;
735
735
  updatedAt: Date;
736
736
  channel: string;
737
737
  msisdn: string;