@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,244 +0,0 @@
1
- "use strict";
2
- // @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts"
3
- // @generated from file qc_hubs.scailo.proto (package Scailo, syntax proto3)
4
- /* eslint-disable */
5
- // @ts-nocheck
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.QCHubsService = void 0;
8
- const qc_hubs_scailo_pb_js_1 = require("./qc_hubs.scailo_pb.js");
9
- const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
- const protobuf_1 = require("@bufbuild/protobuf");
11
- /**
12
- *
13
- * Describes the common methods applicable on each qc hub
14
- *
15
- * @generated from service Scailo.QCHubsService
16
- */
17
- exports.QCHubsService = {
18
- typeName: "Scailo.QCHubsService",
19
- methods: {
20
- /**
21
- * Create and send for verification
22
- *
23
- * @generated from rpc Scailo.QCHubsService.Create
24
- */
25
- create: {
26
- name: "Create",
27
- I: qc_hubs_scailo_pb_js_1.QCHubsServiceCreateRequest,
28
- O: base_scailo_pb_js_1.IdentifierResponse,
29
- kind: protobuf_1.MethodKind.Unary,
30
- },
31
- /**
32
- * Create and save as draft
33
- *
34
- * @generated from rpc Scailo.QCHubsService.Draft
35
- */
36
- draft: {
37
- name: "Draft",
38
- I: qc_hubs_scailo_pb_js_1.QCHubsServiceCreateRequest,
39
- O: base_scailo_pb_js_1.IdentifierResponse,
40
- kind: protobuf_1.MethodKind.Unary,
41
- },
42
- /**
43
- * Update draft
44
- *
45
- * @generated from rpc Scailo.QCHubsService.DraftUpdate
46
- */
47
- draftUpdate: {
48
- name: "DraftUpdate",
49
- I: qc_hubs_scailo_pb_js_1.QCHubsServiceUpdateRequest,
50
- O: base_scailo_pb_js_1.IdentifierResponse,
51
- kind: protobuf_1.MethodKind.Unary,
52
- },
53
- /**
54
- * Send for verification
55
- *
56
- * @generated from rpc Scailo.QCHubsService.SendForVerification
57
- */
58
- sendForVerification: {
59
- name: "SendForVerification",
60
- I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
61
- O: base_scailo_pb_js_1.IdentifierResponse,
62
- kind: protobuf_1.MethodKind.Unary,
63
- },
64
- /**
65
- * Verify
66
- *
67
- * @generated from rpc Scailo.QCHubsService.Verify
68
- */
69
- verify: {
70
- name: "Verify",
71
- I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
72
- O: base_scailo_pb_js_1.IdentifierResponse,
73
- kind: protobuf_1.MethodKind.Unary,
74
- },
75
- /**
76
- * Approve
77
- *
78
- * @generated from rpc Scailo.QCHubsService.Approve
79
- */
80
- approve: {
81
- name: "Approve",
82
- I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
83
- O: base_scailo_pb_js_1.IdentifierResponse,
84
- kind: protobuf_1.MethodKind.Unary,
85
- },
86
- /**
87
- * Send For Revision
88
- *
89
- * @generated from rpc Scailo.QCHubsService.SendForRevision
90
- */
91
- sendForRevision: {
92
- name: "SendForRevision",
93
- I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
94
- O: base_scailo_pb_js_1.IdentifierResponse,
95
- kind: protobuf_1.MethodKind.Unary,
96
- },
97
- /**
98
- * Update revision
99
- *
100
- * @generated from rpc Scailo.QCHubsService.RevisionUpdate
101
- */
102
- revisionUpdate: {
103
- name: "RevisionUpdate",
104
- I: qc_hubs_scailo_pb_js_1.QCHubsServiceUpdateRequest,
105
- O: base_scailo_pb_js_1.IdentifierResponse,
106
- kind: protobuf_1.MethodKind.Unary,
107
- },
108
- /**
109
- * Halt
110
- *
111
- * @generated from rpc Scailo.QCHubsService.Halt
112
- */
113
- halt: {
114
- name: "Halt",
115
- I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
116
- O: base_scailo_pb_js_1.IdentifierResponse,
117
- kind: protobuf_1.MethodKind.Unary,
118
- },
119
- /**
120
- * Discard
121
- *
122
- * @generated from rpc Scailo.QCHubsService.Discard
123
- */
124
- discard: {
125
- name: "Discard",
126
- I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
127
- O: base_scailo_pb_js_1.IdentifierResponse,
128
- kind: protobuf_1.MethodKind.Unary,
129
- },
130
- /**
131
- * Restore
132
- *
133
- * @generated from rpc Scailo.QCHubsService.Restore
134
- */
135
- restore: {
136
- name: "Restore",
137
- I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
138
- O: base_scailo_pb_js_1.IdentifierResponse,
139
- kind: protobuf_1.MethodKind.Unary,
140
- },
141
- /**
142
- * Add comment
143
- *
144
- * Send Email
145
- * rpc SendEmail (Identifier) returns (IdentifierResponse);
146
- *
147
- * @generated from rpc Scailo.QCHubsService.CommentAdd
148
- */
149
- commentAdd: {
150
- name: "CommentAdd",
151
- I: base_scailo_pb_js_1.IdentifierUUIDWithUserComment,
152
- O: base_scailo_pb_js_1.IdentifierResponse,
153
- kind: protobuf_1.MethodKind.Unary,
154
- },
155
- /**
156
- * View by ID
157
- *
158
- * @generated from rpc Scailo.QCHubsService.ViewByID
159
- */
160
- viewByID: {
161
- name: "ViewByID",
162
- I: base_scailo_pb_js_1.Identifier,
163
- O: qc_hubs_scailo_pb_js_1.QCHub,
164
- kind: protobuf_1.MethodKind.Unary,
165
- },
166
- /**
167
- * View all
168
- *
169
- * @generated from rpc Scailo.QCHubsService.ViewAll
170
- */
171
- viewAll: {
172
- name: "ViewAll",
173
- I: base_scailo_pb_js_1.ActiveStatus,
174
- O: qc_hubs_scailo_pb_js_1.QCHubsList,
175
- kind: protobuf_1.MethodKind.Unary,
176
- },
177
- /**
178
- * View all with the given entity UUID
179
- *
180
- * @generated from rpc Scailo.QCHubsService.ViewAllForEntityUUID
181
- */
182
- viewAllForEntityUUID: {
183
- name: "ViewAllForEntityUUID",
184
- I: base_scailo_pb_js_1.IdentifierUUID,
185
- O: qc_hubs_scailo_pb_js_1.QCHubsList,
186
- kind: protobuf_1.MethodKind.Unary,
187
- },
188
- /**
189
- * View with pagination
190
- *
191
- * @generated from rpc Scailo.QCHubsService.ViewWithPagination
192
- */
193
- viewWithPagination: {
194
- name: "ViewWithPagination",
195
- I: qc_hubs_scailo_pb_js_1.QCHubsServicePaginationReq,
196
- O: qc_hubs_scailo_pb_js_1.QCHubsServicePaginationResponse,
197
- kind: protobuf_1.MethodKind.Unary,
198
- },
199
- /**
200
- * View all that match the given search key
201
- *
202
- * @generated from rpc Scailo.QCHubsService.SearchAll
203
- */
204
- searchAll: {
205
- name: "SearchAll",
206
- I: qc_hubs_scailo_pb_js_1.QCHubsServiceSearchAllReq,
207
- O: qc_hubs_scailo_pb_js_1.QCHubsList,
208
- kind: protobuf_1.MethodKind.Unary,
209
- },
210
- /**
211
- * View all that match the given filter criteria
212
- *
213
- * @generated from rpc Scailo.QCHubsService.Filter
214
- */
215
- filter: {
216
- name: "Filter",
217
- I: qc_hubs_scailo_pb_js_1.QCHubsServiceFilterReq,
218
- O: qc_hubs_scailo_pb_js_1.QCHubsList,
219
- kind: protobuf_1.MethodKind.Unary,
220
- },
221
- /**
222
- * Count in status
223
- *
224
- * @generated from rpc Scailo.QCHubsService.CountInStatus
225
- */
226
- countInStatus: {
227
- name: "CountInStatus",
228
- I: base_scailo_pb_js_1.CountInSLCStatusRequest,
229
- O: base_scailo_pb_js_1.CountResponse,
230
- kind: protobuf_1.MethodKind.Unary,
231
- },
232
- /**
233
- * Count all that match the given criteria
234
- *
235
- * @generated from rpc Scailo.QCHubsService.Count
236
- */
237
- count: {
238
- name: "Count",
239
- I: qc_hubs_scailo_pb_js_1.QCHubsServiceCountReq,
240
- O: base_scailo_pb_js_1.CountResponse,
241
- kind: protobuf_1.MethodKind.Unary,
242
- },
243
- }
244
- };