@kernelminds/scailo-sdk 0.1.10 → 0.1.11

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.
Files changed (31) hide show
  1. package/lib/cjs/index.js +0 -34
  2. package/lib/cjs/src/families.scailo_connect.js +11 -0
  3. package/lib/cjs/src/vault_commons.scailo_pb.js +69 -5
  4. package/lib/cjs/types/index.d.ts +0 -31
  5. package/lib/cjs/types/index.d.ts.map +1 -1
  6. package/lib/cjs/types/src/families.scailo_connect.d.ts +11 -0
  7. package/lib/cjs/types/src/families.scailo_connect.d.ts.map +1 -1
  8. package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +49 -3
  9. package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
  10. package/lib/esm/index.js +0 -34
  11. package/lib/esm/src/families.scailo_connect.js +11 -0
  12. package/lib/esm/src/vault_commons.scailo_pb.js +69 -5
  13. package/lib/esm/types/index.d.ts +0 -31
  14. package/lib/esm/types/index.d.ts.map +1 -1
  15. package/lib/esm/types/src/families.scailo_connect.d.ts +11 -0
  16. package/lib/esm/types/src/families.scailo_connect.d.ts.map +1 -1
  17. package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +49 -3
  18. package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
  19. package/package.json +1 -1
  20. package/lib/cjs/src/qc_hubs.scailo_connect.js +0 -244
  21. package/lib/cjs/src/qc_hubs.scailo_pb.js +0 -879
  22. package/lib/cjs/types/src/qc_hubs.scailo_connect.d.ts +0 -238
  23. package/lib/cjs/types/src/qc_hubs.scailo_connect.d.ts.map +0 -1
  24. package/lib/cjs/types/src/qc_hubs.scailo_pb.d.ts +0 -678
  25. package/lib/cjs/types/src/qc_hubs.scailo_pb.d.ts.map +0 -1
  26. package/lib/esm/src/qc_hubs.scailo_connect.js +0 -244
  27. package/lib/esm/src/qc_hubs.scailo_pb.js +0 -891
  28. package/lib/esm/types/src/qc_hubs.scailo_connect.d.ts +0 -238
  29. package/lib/esm/types/src/qc_hubs.scailo_connect.d.ts.map +0 -1
  30. package/lib/esm/types/src/qc_hubs.scailo_pb.d.ts +0 -678
  31. package/lib/esm/types/src/qc_hubs.scailo_pb.d.ts.map +0 -1
@@ -1,678 +0,0 @@
1
- import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
- import { Message, proto3 } from "@bufbuild/protobuf";
3
- import { ApprovalMetadata, BOOL_FILTER, EmployeeMetadata, LogbookLogConciseSLC, SORT_ORDER, STANDARD_LIFECYCLE_STATUS } from "./base.scailo_pb.js";
4
- /**
5
- *
6
- * Describes the available sort keys
7
- *
8
- * @generated from enum Scailo.QC_HUB_SORT_KEY
9
- */
10
- export declare enum QC_HUB_SORT_KEY {
11
- /**
12
- * Fetch ordered results by id
13
- *
14
- * @generated from enum value: QC_HUB_SORT_KEY_ID_UNSPECIFIED = 0;
15
- */
16
- QC_HUB_SORT_KEY_ID_UNSPECIFIED = 0,
17
- /**
18
- * Fetch ordered results by the creation timestamp
19
- *
20
- * @generated from enum value: QC_HUB_SORT_KEY_CREATED_AT = 1;
21
- */
22
- QC_HUB_SORT_KEY_CREATED_AT = 1,
23
- /**
24
- * Fetch ordered results by the modified timestamp
25
- *
26
- * @generated from enum value: QC_HUB_SORT_KEY_MODIFIED_AT = 2;
27
- */
28
- QC_HUB_SORT_KEY_MODIFIED_AT = 2,
29
- /**
30
- * Fetch ordered results by the approved on timestamp
31
- *
32
- * @generated from enum value: QC_HUB_SORT_KEY_APPROVED_ON = 3;
33
- */
34
- QC_HUB_SORT_KEY_APPROVED_ON = 3,
35
- /**
36
- * Fetch ordered results by the approved by field
37
- *
38
- * @generated from enum value: QC_HUB_SORT_KEY_APPROVED_BY = 4;
39
- */
40
- QC_HUB_SORT_KEY_APPROVED_BY = 4,
41
- /**
42
- * Fetch ordered results by the approver's role ID
43
- *
44
- * @generated from enum value: QC_HUB_SORT_KEY_APPROVER_ROLE_ID = 5;
45
- */
46
- QC_HUB_SORT_KEY_APPROVER_ROLE_ID = 5,
47
- /**
48
- * Fetch ordered results by the name
49
- *
50
- * @generated from enum value: QC_HUB_SORT_KEY_NAME = 10;
51
- */
52
- QC_HUB_SORT_KEY_NAME = 10,
53
- /**
54
- * Fetch ordered results by the code
55
- *
56
- * @generated from enum value: QC_HUB_SORT_KEY_CODE = 11;
57
- */
58
- QC_HUB_SORT_KEY_CODE = 11
59
- }
60
- /**
61
- *
62
- * Describes the parameters necessary to create a record
63
- *
64
- * @generated from message Scailo.QCHubsServiceCreateRequest
65
- */
66
- export declare class QCHubsServiceCreateRequest extends Message<QCHubsServiceCreateRequest> {
67
- /**
68
- * QCHubs a globally unique entity UUID. This will be set at the organization level
69
- *
70
- * @generated from field: string entity_uuid = 1;
71
- */
72
- entityUuid: string;
73
- /**
74
- * QCHubs any comment that the user might add during this operation
75
- *
76
- * @generated from field: string user_comment = 2;
77
- */
78
- userComment: string;
79
- /**
80
- * The ID of the associated location
81
- *
82
- * @generated from field: uint64 location_id = 9;
83
- */
84
- locationId: bigint;
85
- /**
86
- * The name of the qc hub
87
- *
88
- * @generated from field: string name = 10;
89
- */
90
- name: string;
91
- /**
92
- * The unique code by which the qc hub is classified
93
- *
94
- * @generated from field: string code = 11;
95
- */
96
- code: string;
97
- /**
98
- * The description of the qc hub
99
- *
100
- * @generated from field: string description = 12;
101
- */
102
- description: string;
103
- /**
104
- * The username of the incharge
105
- *
106
- * @generated from field: string incharge_username = 13;
107
- */
108
- inchargeUsername: string;
109
- /**
110
- * The contact number of the qc hub
111
- *
112
- * @generated from field: string phone = 14;
113
- */
114
- phone: string;
115
- constructor(data?: PartialMessage<QCHubsServiceCreateRequest>);
116
- static readonly runtime: typeof proto3;
117
- static readonly typeName = "Scailo.QCHubsServiceCreateRequest";
118
- static readonly fields: FieldList;
119
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHubsServiceCreateRequest;
120
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHubsServiceCreateRequest;
121
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHubsServiceCreateRequest;
122
- static equals(a: QCHubsServiceCreateRequest | PlainMessage<QCHubsServiceCreateRequest> | undefined, b: QCHubsServiceCreateRequest | PlainMessage<QCHubsServiceCreateRequest> | undefined): boolean;
123
- }
124
- /**
125
- *
126
- * Describes the parameters necessary to update a record
127
- *
128
- * @generated from message Scailo.QCHubsServiceUpdateRequest
129
- */
130
- export declare class QCHubsServiceUpdateRequest extends Message<QCHubsServiceUpdateRequest> {
131
- /**
132
- * QCHubs any comment that the user might add during this operation
133
- *
134
- * @generated from field: string user_comment = 1;
135
- */
136
- userComment: string;
137
- /**
138
- * The ID of the record that needs to be updated
139
- *
140
- * @generated from field: uint64 id = 2;
141
- */
142
- id: bigint;
143
- /**
144
- * Optional boolean value that qc hubs if a notification needs to be sent to users about the update to the record. This is useful when a subsequent operation needs to be performed immediately (such as send to verification after updating the revision)
145
- *
146
- * @generated from field: bool notify_users = 3;
147
- */
148
- notifyUsers: boolean;
149
- /**
150
- * The name of the qc hub
151
- *
152
- * @generated from field: string name = 10;
153
- */
154
- name: string;
155
- /**
156
- * The unique code by which the qc hub is classified
157
- *
158
- * @generated from field: string code = 11;
159
- */
160
- code: string;
161
- /**
162
- * The description of the qc hub
163
- *
164
- * @generated from field: string description = 12;
165
- */
166
- description: string;
167
- /**
168
- * The username of the incharge
169
- *
170
- * @generated from field: string incharge_username = 13;
171
- */
172
- inchargeUsername: string;
173
- /**
174
- * The contact number of the qc hub
175
- *
176
- * @generated from field: string phone = 14;
177
- */
178
- phone: string;
179
- constructor(data?: PartialMessage<QCHubsServiceUpdateRequest>);
180
- static readonly runtime: typeof proto3;
181
- static readonly typeName = "Scailo.QCHubsServiceUpdateRequest";
182
- static readonly fields: FieldList;
183
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHubsServiceUpdateRequest;
184
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHubsServiceUpdateRequest;
185
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHubsServiceUpdateRequest;
186
- static equals(a: QCHubsServiceUpdateRequest | PlainMessage<QCHubsServiceUpdateRequest> | undefined, b: QCHubsServiceUpdateRequest | PlainMessage<QCHubsServiceUpdateRequest> | undefined): boolean;
187
- }
188
- /**
189
- *
190
- * Describes the parameters that are part of a standard response
191
- *
192
- * @generated from message Scailo.QCHub
193
- */
194
- export declare class QCHub extends Message<QCHub> {
195
- /**
196
- * QCHubs a globally unique entity UUID. This will be set at the organization level
197
- *
198
- * @generated from field: string entity_uuid = 1;
199
- */
200
- entityUuid: string;
201
- /**
202
- * QCHubs the metadata of this qc hub
203
- *
204
- * @generated from field: Scailo.EmployeeMetadata metadata = 2;
205
- */
206
- metadata?: EmployeeMetadata;
207
- /**
208
- * QCHubs the approval metadata
209
- *
210
- * @generated from field: Scailo.ApprovalMetadata approval_metadata = 3;
211
- */
212
- approvalMetadata?: ApprovalMetadata;
213
- /**
214
- * The status of this qc hub
215
- *
216
- * @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 4;
217
- */
218
- status: STANDARD_LIFECYCLE_STATUS;
219
- /**
220
- * QCHubs the logs of every operation performed on this qc hub
221
- *
222
- * @generated from field: repeated Scailo.LogbookLogConciseSLC logs = 5;
223
- */
224
- logs: LogbookLogConciseSLC[];
225
- /**
226
- * The ID of the associated location
227
- *
228
- * @generated from field: uint64 location_id = 9;
229
- */
230
- locationId: bigint;
231
- /**
232
- * The name of the qc hub
233
- *
234
- * @generated from field: string name = 10;
235
- */
236
- name: string;
237
- /**
238
- * The unique code by which the qc hub is classified
239
- *
240
- * @generated from field: string code = 11;
241
- */
242
- code: string;
243
- /**
244
- * The description of the qc hub
245
- *
246
- * @generated from field: string description = 12;
247
- */
248
- description: string;
249
- /**
250
- * The username of the incharge
251
- *
252
- * @generated from field: string incharge_username = 13;
253
- */
254
- inchargeUsername: string;
255
- /**
256
- * The contact number of the qc hub
257
- *
258
- * @generated from field: string phone = 14;
259
- */
260
- phone: string;
261
- constructor(data?: PartialMessage<QCHub>);
262
- static readonly runtime: typeof proto3;
263
- static readonly typeName = "Scailo.QCHub";
264
- static readonly fields: FieldList;
265
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHub;
266
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHub;
267
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHub;
268
- static equals(a: QCHub | PlainMessage<QCHub> | undefined, b: QCHub | PlainMessage<QCHub> | undefined): boolean;
269
- }
270
- /**
271
- *
272
- * Describes the message consisting of the list of records
273
- *
274
- * @generated from message Scailo.QCHubsList
275
- */
276
- export declare class QCHubsList extends Message<QCHubsList> {
277
- /**
278
- * List of records
279
- *
280
- * @generated from field: repeated Scailo.QCHub list = 1;
281
- */
282
- list: QCHub[];
283
- constructor(data?: PartialMessage<QCHubsList>);
284
- static readonly runtime: typeof proto3;
285
- static readonly typeName = "Scailo.QCHubsList";
286
- static readonly fields: FieldList;
287
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHubsList;
288
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHubsList;
289
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHubsList;
290
- static equals(a: QCHubsList | PlainMessage<QCHubsList> | undefined, b: QCHubsList | PlainMessage<QCHubsList> | undefined): boolean;
291
- }
292
- /**
293
- *
294
- * Describes a pagination request to retrieve records
295
- *
296
- * @generated from message Scailo.QCHubsServicePaginationReq
297
- */
298
- export declare class QCHubsServicePaginationReq extends Message<QCHubsServicePaginationReq> {
299
- /**
300
- * If true, then returns only active records. If false, then returns only inactive records
301
- *
302
- * @generated from field: Scailo.BOOL_FILTER is_active = 1;
303
- */
304
- isActive: BOOL_FILTER;
305
- /**
306
- * The number of records that need to be sent in the response
307
- *
308
- * @generated from field: int64 count = 2;
309
- */
310
- count: bigint;
311
- /**
312
- * The number that need to be offset by before fetching the records
313
- *
314
- * @generated from field: uint64 offset = 3;
315
- */
316
- offset: bigint;
317
- /**
318
- * The sort order that is to be used to fetch the pagination response
319
- *
320
- * @generated from field: Scailo.SORT_ORDER sort_order = 4;
321
- */
322
- sortOrder: SORT_ORDER;
323
- /**
324
- * The sort key that is to be used to fetch the pagination response
325
- *
326
- * @generated from field: Scailo.QC_HUB_SORT_KEY sort_key = 5;
327
- */
328
- sortKey: QC_HUB_SORT_KEY;
329
- /**
330
- * The status of this qc hub
331
- *
332
- * @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 6;
333
- */
334
- status: STANDARD_LIFECYCLE_STATUS;
335
- constructor(data?: PartialMessage<QCHubsServicePaginationReq>);
336
- static readonly runtime: typeof proto3;
337
- static readonly typeName = "Scailo.QCHubsServicePaginationReq";
338
- static readonly fields: FieldList;
339
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHubsServicePaginationReq;
340
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHubsServicePaginationReq;
341
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHubsServicePaginationReq;
342
- static equals(a: QCHubsServicePaginationReq | PlainMessage<QCHubsServicePaginationReq> | undefined, b: QCHubsServicePaginationReq | PlainMessage<QCHubsServicePaginationReq> | undefined): boolean;
343
- }
344
- /**
345
- *
346
- * Describes the response to a pagination request
347
- *
348
- * @generated from message Scailo.QCHubsServicePaginationResponse
349
- */
350
- export declare class QCHubsServicePaginationResponse extends Message<QCHubsServicePaginationResponse> {
351
- /**
352
- * The number of records in this payload
353
- *
354
- * @generated from field: uint64 count = 1;
355
- */
356
- count: bigint;
357
- /**
358
- * The number that has been offset before fetching the records. This is the same value that has been sent as part of the pagination request
359
- *
360
- * @generated from field: uint64 offset = 2;
361
- */
362
- offset: bigint;
363
- /**
364
- * The total number of records that are available
365
- *
366
- * @generated from field: uint64 total = 3;
367
- */
368
- total: bigint;
369
- /**
370
- * The list of records
371
- *
372
- * @generated from field: repeated Scailo.QCHub payload = 4;
373
- */
374
- payload: QCHub[];
375
- constructor(data?: PartialMessage<QCHubsServicePaginationResponse>);
376
- static readonly runtime: typeof proto3;
377
- static readonly typeName = "Scailo.QCHubsServicePaginationResponse";
378
- static readonly fields: FieldList;
379
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHubsServicePaginationResponse;
380
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHubsServicePaginationResponse;
381
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHubsServicePaginationResponse;
382
- static equals(a: QCHubsServicePaginationResponse | PlainMessage<QCHubsServicePaginationResponse> | undefined, b: QCHubsServicePaginationResponse | PlainMessage<QCHubsServicePaginationResponse> | undefined): boolean;
383
- }
384
- /**
385
- *
386
- * Describes the base request payload of a filter search
387
- *
388
- * @generated from message Scailo.QCHubsServiceFilterReq
389
- */
390
- export declare class QCHubsServiceFilterReq extends Message<QCHubsServiceFilterReq> {
391
- /**
392
- * If true, then returns only active records. If false, then returns only inactive records
393
- *
394
- * @generated from field: Scailo.BOOL_FILTER is_active = 1;
395
- */
396
- isActive: BOOL_FILTER;
397
- /**
398
- * The number of records that need to be sent in the response. Returns all records if it is set to -1
399
- *
400
- * @generated from field: int64 count = 2;
401
- */
402
- count: bigint;
403
- /**
404
- * The number that need to be offset by before fetching the records
405
- *
406
- * @generated from field: uint64 offset = 3;
407
- */
408
- offset: bigint;
409
- /**
410
- * The sort order that is to be used to fetch the pagination response
411
- *
412
- * @generated from field: Scailo.SORT_ORDER sort_order = 4;
413
- */
414
- sortOrder: SORT_ORDER;
415
- /**
416
- * The sort key that is to be used to fetch the pagination response
417
- *
418
- * @generated from field: Scailo.QC_HUB_SORT_KEY sort_key = 5;
419
- */
420
- sortKey: QC_HUB_SORT_KEY;
421
- /**
422
- * The minimum timestamp that needs to be considered to filter by creation
423
- *
424
- * @generated from field: uint64 creation_timestamp_start = 101;
425
- */
426
- creationTimestampStart: bigint;
427
- /**
428
- * The maximum timestamp that needs to be considered to filter by creation
429
- *
430
- * @generated from field: uint64 creation_timestamp_end = 102;
431
- */
432
- creationTimestampEnd: bigint;
433
- /**
434
- * The minimum timestamp that needs to be considered to filter by modification
435
- *
436
- * @generated from field: uint64 modification_timestamp_start = 103;
437
- */
438
- modificationTimestampStart: bigint;
439
- /**
440
- * The maximum timestamp that needs to be considered to filter by modification
441
- *
442
- * @generated from field: uint64 modification_timestamp_end = 104;
443
- */
444
- modificationTimestampEnd: bigint;
445
- /**
446
- * The entity UUID that is to be used to filter records
447
- *
448
- * @generated from field: string entity_uuid = 8;
449
- */
450
- entityUuid: string;
451
- /**
452
- * The status of this qc hub
453
- *
454
- * @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
455
- */
456
- status: STANDARD_LIFECYCLE_STATUS;
457
- /**
458
- * The start range of approved timestamp
459
- *
460
- * @generated from field: uint64 approved_on_start = 11;
461
- */
462
- approvedOnStart: bigint;
463
- /**
464
- * The end range of approved timestamp
465
- *
466
- * @generated from field: uint64 approved_on_end = 12;
467
- */
468
- approvedOnEnd: bigint;
469
- /**
470
- * The ID of the approver
471
- *
472
- * @generated from field: uint64 approved_by_user_id = 13;
473
- */
474
- approvedByUserId: bigint;
475
- /**
476
- * The role ID of the approver
477
- *
478
- * @generated from field: uint64 approver_role_id = 14;
479
- */
480
- approverRoleId: bigint;
481
- /**
482
- * The name of the qc hub
483
- *
484
- * @generated from field: string name = 20;
485
- */
486
- name: string;
487
- /**
488
- * The unique code by which the qc hub is classified
489
- *
490
- * @generated from field: string code = 21;
491
- */
492
- code: string;
493
- /**
494
- * The ID of the associated location
495
- *
496
- * @generated from field: uint64 location_id = 22;
497
- */
498
- locationId: bigint;
499
- constructor(data?: PartialMessage<QCHubsServiceFilterReq>);
500
- static readonly runtime: typeof proto3;
501
- static readonly typeName = "Scailo.QCHubsServiceFilterReq";
502
- static readonly fields: FieldList;
503
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHubsServiceFilterReq;
504
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHubsServiceFilterReq;
505
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHubsServiceFilterReq;
506
- static equals(a: QCHubsServiceFilterReq | PlainMessage<QCHubsServiceFilterReq> | undefined, b: QCHubsServiceFilterReq | PlainMessage<QCHubsServiceFilterReq> | undefined): boolean;
507
- }
508
- /**
509
- *
510
- * Describes the base request payload of a count search
511
- *
512
- * @generated from message Scailo.QCHubsServiceCountReq
513
- */
514
- export declare class QCHubsServiceCountReq extends Message<QCHubsServiceCountReq> {
515
- /**
516
- * If true, then returns only active records. If false, then returns only inactive records
517
- *
518
- * @generated from field: Scailo.BOOL_FILTER is_active = 1;
519
- */
520
- isActive: BOOL_FILTER;
521
- /**
522
- * The minimum timestamp that needs to be considered to filter by creation
523
- *
524
- * @generated from field: uint64 creation_timestamp_start = 101;
525
- */
526
- creationTimestampStart: bigint;
527
- /**
528
- * The maximum timestamp that needs to be considered to filter by creation
529
- *
530
- * @generated from field: uint64 creation_timestamp_end = 102;
531
- */
532
- creationTimestampEnd: bigint;
533
- /**
534
- * The minimum timestamp that needs to be considered to filter by modification
535
- *
536
- * @generated from field: uint64 modification_timestamp_start = 103;
537
- */
538
- modificationTimestampStart: bigint;
539
- /**
540
- * The maximum timestamp that needs to be considered to filter by modification
541
- *
542
- * @generated from field: uint64 modification_timestamp_end = 104;
543
- */
544
- modificationTimestampEnd: bigint;
545
- /**
546
- * The entity UUID that is to be used to filter records
547
- *
548
- * @generated from field: string entity_uuid = 8;
549
- */
550
- entityUuid: string;
551
- /**
552
- * The status of this qc hub
553
- *
554
- * @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
555
- */
556
- status: STANDARD_LIFECYCLE_STATUS;
557
- /**
558
- * The start range of approved timestamp
559
- *
560
- * @generated from field: uint64 approved_on_start = 11;
561
- */
562
- approvedOnStart: bigint;
563
- /**
564
- * The end range of approved timestamp
565
- *
566
- * @generated from field: uint64 approved_on_end = 12;
567
- */
568
- approvedOnEnd: bigint;
569
- /**
570
- * The ID of the approver
571
- *
572
- * @generated from field: uint64 approved_by_user_id = 13;
573
- */
574
- approvedByUserId: bigint;
575
- /**
576
- * The role ID of the approver
577
- *
578
- * @generated from field: uint64 approver_role_id = 14;
579
- */
580
- approverRoleId: bigint;
581
- /**
582
- * The name of the qc hub
583
- *
584
- * @generated from field: string name = 20;
585
- */
586
- name: string;
587
- /**
588
- * The unique code by which the qc hub is classified
589
- *
590
- * @generated from field: string code = 21;
591
- */
592
- code: string;
593
- /**
594
- * The ID of the associated location
595
- *
596
- * @generated from field: uint64 location_id = 22;
597
- */
598
- locationId: bigint;
599
- constructor(data?: PartialMessage<QCHubsServiceCountReq>);
600
- static readonly runtime: typeof proto3;
601
- static readonly typeName = "Scailo.QCHubsServiceCountReq";
602
- static readonly fields: FieldList;
603
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHubsServiceCountReq;
604
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHubsServiceCountReq;
605
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHubsServiceCountReq;
606
- static equals(a: QCHubsServiceCountReq | PlainMessage<QCHubsServiceCountReq> | undefined, b: QCHubsServiceCountReq | PlainMessage<QCHubsServiceCountReq> | undefined): boolean;
607
- }
608
- /**
609
- *
610
- * Describes the request payload for performing a generic search operation on records
611
- *
612
- * @generated from message Scailo.QCHubsServiceSearchAllReq
613
- */
614
- export declare class QCHubsServiceSearchAllReq extends Message<QCHubsServiceSearchAllReq> {
615
- /**
616
- * If true, then returns only active records. If false, then returns only inactive records
617
- *
618
- * @generated from field: Scailo.BOOL_FILTER is_active = 1;
619
- */
620
- isActive: BOOL_FILTER;
621
- /**
622
- * The number of records that need to be sent in the response. Returns all records if it is set to -1
623
- *
624
- * @generated from field: int64 count = 2;
625
- */
626
- count: bigint;
627
- /**
628
- * The number that need to be offset by before fetching the records
629
- *
630
- * @generated from field: uint64 offset = 3;
631
- */
632
- offset: bigint;
633
- /**
634
- * The sort order that is to be used to fetch the pagination response
635
- *
636
- * @generated from field: Scailo.SORT_ORDER sort_order = 4;
637
- */
638
- sortOrder: SORT_ORDER;
639
- /**
640
- * The sort key that is to be used to fetch the pagination response
641
- *
642
- * @generated from field: Scailo.QC_HUB_SORT_KEY sort_key = 5;
643
- */
644
- sortKey: QC_HUB_SORT_KEY;
645
- /**
646
- * The entity UUID that is to be used to filter records
647
- *
648
- * @generated from field: string entity_uuid = 6;
649
- */
650
- entityUuid: string;
651
- /**
652
- * Limit the search space to the given status
653
- *
654
- * @generated from field: Scailo.STANDARD_LIFECYCLE_STATUS status = 10;
655
- */
656
- status: STANDARD_LIFECYCLE_STATUS;
657
- /**
658
- * Describes the key with which the search operation needs to be performed
659
- *
660
- * @generated from field: string search_key = 11;
661
- */
662
- searchKey: string;
663
- /**
664
- * The ID of the associated location
665
- *
666
- * @generated from field: uint64 location_id = 12;
667
- */
668
- locationId: bigint;
669
- constructor(data?: PartialMessage<QCHubsServiceSearchAllReq>);
670
- static readonly runtime: typeof proto3;
671
- static readonly typeName = "Scailo.QCHubsServiceSearchAllReq";
672
- static readonly fields: FieldList;
673
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCHubsServiceSearchAllReq;
674
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCHubsServiceSearchAllReq;
675
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCHubsServiceSearchAllReq;
676
- static equals(a: QCHubsServiceSearchAllReq | PlainMessage<QCHubsServiceSearchAllReq> | undefined, b: QCHubsServiceSearchAllReq | PlainMessage<QCHubsServiceSearchAllReq> | undefined): boolean;
677
- }
678
- //# sourceMappingURL=qc_hubs.scailo_pb.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"qc_hubs.scailo_pb.d.ts","sourceRoot":"","sources":["../../../../src/qc_hubs.scailo_pb.ts"],"names":[],"mappings":"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"}