@kernelminds/scailo-sdk 0.0.99 → 0.0.100

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.
@@ -83,6 +83,17 @@ exports.FormsFieldsService = {
83
83
  O: forms_fields_scailo_pb_js_1.FormField,
84
84
  kind: protobuf_1.MethodKind.Unary,
85
85
  },
86
+ /**
87
+ * View by Code
88
+ *
89
+ * @generated from rpc Scailo.FormsFieldsService.ViewByCode
90
+ */
91
+ viewByCode: {
92
+ name: "ViewByCode",
93
+ I: base_scailo_pb_js_1.SimpleSearchReq,
94
+ O: forms_fields_scailo_pb_js_1.FormField,
95
+ kind: protobuf_1.MethodKind.Unary,
96
+ },
86
97
  /**
87
98
  * View only essential components by ID (without logs)
88
99
  *
@@ -1,6 +1,6 @@
1
1
  import { FormField, FormFieldPaginationResp, FormsFieldsList, FormsFieldsServiceCountReq, FormsFieldsServiceCreateRequest, FormsFieldsServiceFilterReq, FormsFieldsServicePaginationReq, FormsFieldsServiceSearchAllReq, FormsFieldsServiceUpdateRequest } from "./forms_fields.scailo_pb.js";
2
2
  import { MethodKind } from "@bufbuild/protobuf";
3
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
3
+ import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
4
4
  /**
5
5
  *
6
6
  * Describes the methods applicable on each form field
@@ -76,6 +76,17 @@ export declare const FormsFieldsService: {
76
76
  readonly O: typeof FormField;
77
77
  readonly kind: MethodKind.Unary;
78
78
  };
79
+ /**
80
+ * View by Code
81
+ *
82
+ * @generated from rpc Scailo.FormsFieldsService.ViewByCode
83
+ */
84
+ readonly viewByCode: {
85
+ readonly name: "ViewByCode";
86
+ readonly I: typeof SimpleSearchReq;
87
+ readonly O: typeof FormField;
88
+ readonly kind: MethodKind.Unary;
89
+ };
79
90
  /**
80
91
  * View only essential components by ID (without logs)
81
92
  *
@@ -1 +1 @@
1
- {"version":3,"file":"forms_fields.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/forms_fields.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAErM;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"forms_fields.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/forms_fields.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEtN;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -83,6 +83,17 @@ exports.FormsFieldsService = {
83
83
  O: forms_fields_scailo_pb_js_1.FormField,
84
84
  kind: protobuf_1.MethodKind.Unary,
85
85
  },
86
+ /**
87
+ * View by Code
88
+ *
89
+ * @generated from rpc Scailo.FormsFieldsService.ViewByCode
90
+ */
91
+ viewByCode: {
92
+ name: "ViewByCode",
93
+ I: base_scailo_pb_js_1.SimpleSearchReq,
94
+ O: forms_fields_scailo_pb_js_1.FormField,
95
+ kind: protobuf_1.MethodKind.Unary,
96
+ },
86
97
  /**
87
98
  * View only essential components by ID (without logs)
88
99
  *
@@ -1,6 +1,6 @@
1
1
  import { FormField, FormFieldPaginationResp, FormsFieldsList, FormsFieldsServiceCountReq, FormsFieldsServiceCreateRequest, FormsFieldsServiceFilterReq, FormsFieldsServicePaginationReq, FormsFieldsServiceSearchAllReq, FormsFieldsServiceUpdateRequest } from "./forms_fields.scailo_pb.js";
2
2
  import { MethodKind } from "@bufbuild/protobuf";
3
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, StandardFile } from "./base.scailo_pb.js";
3
+ import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
4
4
  /**
5
5
  *
6
6
  * Describes the methods applicable on each form field
@@ -76,6 +76,17 @@ export declare const FormsFieldsService: {
76
76
  readonly O: typeof FormField;
77
77
  readonly kind: MethodKind.Unary;
78
78
  };
79
+ /**
80
+ * View by Code
81
+ *
82
+ * @generated from rpc Scailo.FormsFieldsService.ViewByCode
83
+ */
84
+ readonly viewByCode: {
85
+ readonly name: "ViewByCode";
86
+ readonly I: typeof SimpleSearchReq;
87
+ readonly O: typeof FormField;
88
+ readonly kind: MethodKind.Unary;
89
+ };
79
90
  /**
80
91
  * View only essential components by ID (without logs)
81
92
  *
@@ -1 +1 @@
1
- {"version":3,"file":"forms_fields.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/forms_fields.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAErM;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"forms_fields.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/forms_fields.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,uBAAuB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AAC9R,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAEtN;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernelminds/scailo-sdk",
3
- "version": "0.0.99",
3
+ "version": "0.0.100",
4
4
  "description": "NPM module that provides access to Scailo's API",
5
5
  "types": "./lib/cjs/types/index.d.ts",
6
6
  "main": "./lib/cjs/index.js",