@kernelminds/scailo-sdk 0.0.70 → 0.0.71

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 (25) hide show
  1. package/lib/cjs/src/inward_jobs.scailo_connect.js +22 -0
  2. package/lib/cjs/src/inward_jobs.scailo_pb.js +194 -1
  3. package/lib/cjs/src/outward_jobs.scailo_connect.js +22 -0
  4. package/lib/cjs/src/outward_jobs.scailo_pb.js +194 -1
  5. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +23 -1
  6. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  7. package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +130 -0
  8. package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
  9. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +23 -1
  10. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  11. package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +130 -0
  12. package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
  13. package/lib/esm/src/inward_jobs.scailo_connect.js +22 -0
  14. package/lib/esm/src/inward_jobs.scailo_pb.js +194 -1
  15. package/lib/esm/src/outward_jobs.scailo_connect.js +22 -0
  16. package/lib/esm/src/outward_jobs.scailo_pb.js +194 -1
  17. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +23 -1
  18. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
  19. package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +130 -0
  20. package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
  21. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +23 -1
  22. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
  23. package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +130 -0
  24. package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
  25. package/package.json +1 -1
@@ -733,6 +733,17 @@ exports.InwardJobsService = {
733
733
  O: base_scailo_pb_js_1.IdentifiersList,
734
734
  kind: protobuf_1.MethodKind.Unary,
735
735
  },
736
+ /**
737
+ * View Inward Inventory Match of all the inward families of the given inward job
738
+ *
739
+ * @generated from rpc Scailo.InwardJobsService.ViewInwardInventoryMatch
740
+ */
741
+ viewInwardInventoryMatch: {
742
+ name: "ViewInwardInventoryMatch",
743
+ I: base_scailo_pb_js_1.IdentifierUUID,
744
+ O: inward_jobs_scailo_pb_js_1.InwardJobInwardInventoryMatchList,
745
+ kind: protobuf_1.MethodKind.Unary,
746
+ },
736
747
  /**
737
748
  * View prospective inward items for the given inward job (all families that could be purchased)
738
749
  *
@@ -766,6 +777,17 @@ exports.InwardJobsService = {
766
777
  O: inward_jobs_scailo_pb_js_1.InwardJobsServiceInwardItemCreateRequest,
767
778
  kind: protobuf_1.MethodKind.Unary,
768
779
  },
780
+ /**
781
+ * View Outward Inventory Match of all the outward families of the given inward job
782
+ *
783
+ * @generated from rpc Scailo.InwardJobsService.ViewOutwardInventoryMatch
784
+ */
785
+ viewOutwardInventoryMatch: {
786
+ name: "ViewOutwardInventoryMatch",
787
+ I: base_scailo_pb_js_1.IdentifierUUID,
788
+ O: inward_jobs_scailo_pb_js_1.InwardJobOutwardInventoryMatchList,
789
+ kind: protobuf_1.MethodKind.Unary,
790
+ },
769
791
  /**
770
792
  * View prospective outward items for the given inward job (all families that could be sold)
771
793
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.InwardJobContactsList = exports.InwardJobContact = exports.InwardJobsServiceContactCreateRequest = exports.InwardJobsServicePaginatedOutwardItemsResponse = exports.InwardJobOutwardItemsSearchRequest = exports.InwardJobOutwardItemProspectiveInfoRequest = exports.InwardJobOutwardItemHistoryRequest = exports.InwardJobsOutwardItemsList = exports.InwardJobOutwardItem = exports.InwardJobsServiceOutwardItemUpdateRequest = exports.InwardJobsServiceMultipleOutwardItemsCreateRequest = exports.InwardJobsServiceMultipleOutwardItemsSingleton = exports.InwardJobsServiceOutwardItemCreateRequest = exports.InwardJobsServicePaginatedInwardItemsResponse = exports.InwardJobInwardItemsSearchRequest = exports.InwardJobsServiceSearchAllReq = exports.InwardJobsServiceCountReq = exports.InwardJobsServiceFilterReq = exports.InwardJobsServicePaginationResponse = exports.InwardJobsServicePaginationReq = exports.InwardJobInwardItemProspectiveInfoRequest = exports.InwardJobInwardItemHistoryRequest = exports.InwardJobsInwardItemsList = exports.InwardJobsList = exports.InwardJobInwardItem = exports.InwardJobsServiceInwardItemUpdateRequest = exports.InwardJobsServiceMultipleInwardItemsCreateRequest = exports.InwardJobsServiceMultipleInwardItemsSingleton = exports.InwardJobsServiceInwardItemCreateRequest = exports.InwardJob = exports.InwardJobAncillaryParameters = exports.InwardJobsServiceAutofillRequest = exports.InwardJobsServiceUpdateRequest = exports.InwardJobsServiceCreateRequest = exports.INWARD_JOB_OUTWARD_ITEM_STATUS = exports.INWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.INWARD_JOB_INWARD_ITEM_STATUS = exports.INWARD_JOB_INWARD_ITEM_SORT_KEY = exports.INWARD_JOB_SORT_KEY = void 0;
7
+ exports.InwardJobOutwardInventoryMatchList = exports.InwardJobOutwardInventoryMatch = exports.InwardJobInwardInventoryMatchList = exports.InwardJobInwardInventoryMatch = exports.InwardJobContactsList = exports.InwardJobContact = exports.InwardJobsServiceContactCreateRequest = exports.InwardJobsServicePaginatedOutwardItemsResponse = exports.InwardJobOutwardItemsSearchRequest = exports.InwardJobOutwardItemProspectiveInfoRequest = exports.InwardJobOutwardItemHistoryRequest = exports.InwardJobsOutwardItemsList = exports.InwardJobOutwardItem = exports.InwardJobsServiceOutwardItemUpdateRequest = exports.InwardJobsServiceMultipleOutwardItemsCreateRequest = exports.InwardJobsServiceMultipleOutwardItemsSingleton = exports.InwardJobsServiceOutwardItemCreateRequest = exports.InwardJobsServicePaginatedInwardItemsResponse = exports.InwardJobInwardItemsSearchRequest = exports.InwardJobsServiceSearchAllReq = exports.InwardJobsServiceCountReq = exports.InwardJobsServiceFilterReq = exports.InwardJobsServicePaginationResponse = exports.InwardJobsServicePaginationReq = exports.InwardJobInwardItemProspectiveInfoRequest = exports.InwardJobInwardItemHistoryRequest = exports.InwardJobsInwardItemsList = exports.InwardJobsList = exports.InwardJobInwardItem = exports.InwardJobsServiceInwardItemUpdateRequest = exports.InwardJobsServiceMultipleInwardItemsCreateRequest = exports.InwardJobsServiceMultipleInwardItemsSingleton = exports.InwardJobsServiceInwardItemCreateRequest = exports.InwardJob = exports.InwardJobAncillaryParameters = exports.InwardJobsServiceAutofillRequest = exports.InwardJobsServiceUpdateRequest = exports.InwardJobsServiceCreateRequest = exports.INWARD_JOB_OUTWARD_ITEM_STATUS = exports.INWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.INWARD_JOB_INWARD_ITEM_STATUS = exports.INWARD_JOB_INWARD_ITEM_SORT_KEY = exports.INWARD_JOB_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -3071,3 +3071,196 @@ InwardJobContactsList.typeName = "Scailo.InwardJobContactsList";
3071
3071
  InwardJobContactsList.fields = protobuf_1.proto3.util.newFieldList(() => [
3072
3072
  { no: 1, name: "list", kind: "message", T: InwardJobContact, repeated: true },
3073
3073
  ]);
3074
+ /**
3075
+ *
3076
+ * Describes the parameters that are part of an inward job's inward inventory match
3077
+ *
3078
+ * @generated from message Scailo.InwardJobInwardInventoryMatch
3079
+ */
3080
+ class InwardJobInwardInventoryMatch extends protobuf_1.Message {
3081
+ constructor(data) {
3082
+ super();
3083
+ /**
3084
+ * Stores the family ID
3085
+ *
3086
+ * @generated from field: uint64 family_id = 1;
3087
+ */
3088
+ this.familyId = protobuf_1.protoInt64.zero;
3089
+ /**
3090
+ * Stores the job quantity
3091
+ *
3092
+ * @generated from field: uint64 job_qty_primary = 10;
3093
+ */
3094
+ this.jobQtyPrimary = protobuf_1.protoInt64.zero;
3095
+ /**
3096
+ * Stores the received quantity
3097
+ *
3098
+ * @generated from field: uint64 received_qty_primary = 20;
3099
+ */
3100
+ this.receivedQtyPrimary = protobuf_1.protoInt64.zero;
3101
+ /**
3102
+ * Stores the returned quantity
3103
+ *
3104
+ * @generated from field: uint64 returned_qty_primary = 30;
3105
+ */
3106
+ this.returnedQtyPrimary = protobuf_1.protoInt64.zero;
3107
+ protobuf_1.proto3.util.initPartial(data, this);
3108
+ }
3109
+ static fromBinary(bytes, options) {
3110
+ return new InwardJobInwardInventoryMatch().fromBinary(bytes, options);
3111
+ }
3112
+ static fromJson(jsonValue, options) {
3113
+ return new InwardJobInwardInventoryMatch().fromJson(jsonValue, options);
3114
+ }
3115
+ static fromJsonString(jsonString, options) {
3116
+ return new InwardJobInwardInventoryMatch().fromJsonString(jsonString, options);
3117
+ }
3118
+ static equals(a, b) {
3119
+ return protobuf_1.proto3.util.equals(InwardJobInwardInventoryMatch, a, b);
3120
+ }
3121
+ }
3122
+ exports.InwardJobInwardInventoryMatch = InwardJobInwardInventoryMatch;
3123
+ InwardJobInwardInventoryMatch.runtime = protobuf_1.proto3;
3124
+ InwardJobInwardInventoryMatch.typeName = "Scailo.InwardJobInwardInventoryMatch";
3125
+ InwardJobInwardInventoryMatch.fields = protobuf_1.proto3.util.newFieldList(() => [
3126
+ { no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3127
+ { no: 10, name: "job_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3128
+ { no: 20, name: "received_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3129
+ { no: 30, name: "returned_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3130
+ ]);
3131
+ /**
3132
+ *
3133
+ * Describes the list of inward inventory match families
3134
+ *
3135
+ * @generated from message Scailo.InwardJobInwardInventoryMatchList
3136
+ */
3137
+ class InwardJobInwardInventoryMatchList extends protobuf_1.Message {
3138
+ constructor(data) {
3139
+ super();
3140
+ /**
3141
+ * List of records
3142
+ *
3143
+ * @generated from field: repeated Scailo.InwardJobInwardInventoryMatch list = 1;
3144
+ */
3145
+ this.list = [];
3146
+ protobuf_1.proto3.util.initPartial(data, this);
3147
+ }
3148
+ static fromBinary(bytes, options) {
3149
+ return new InwardJobInwardInventoryMatchList().fromBinary(bytes, options);
3150
+ }
3151
+ static fromJson(jsonValue, options) {
3152
+ return new InwardJobInwardInventoryMatchList().fromJson(jsonValue, options);
3153
+ }
3154
+ static fromJsonString(jsonString, options) {
3155
+ return new InwardJobInwardInventoryMatchList().fromJsonString(jsonString, options);
3156
+ }
3157
+ static equals(a, b) {
3158
+ return protobuf_1.proto3.util.equals(InwardJobInwardInventoryMatchList, a, b);
3159
+ }
3160
+ }
3161
+ exports.InwardJobInwardInventoryMatchList = InwardJobInwardInventoryMatchList;
3162
+ InwardJobInwardInventoryMatchList.runtime = protobuf_1.proto3;
3163
+ InwardJobInwardInventoryMatchList.typeName = "Scailo.InwardJobInwardInventoryMatchList";
3164
+ InwardJobInwardInventoryMatchList.fields = protobuf_1.proto3.util.newFieldList(() => [
3165
+ { no: 1, name: "list", kind: "message", T: InwardJobInwardInventoryMatch, repeated: true },
3166
+ ]);
3167
+ /**
3168
+ *
3169
+ * Describes the parameters that are part of an inward job's outward inventory match
3170
+ *
3171
+ * @generated from message Scailo.InwardJobOutwardInventoryMatch
3172
+ */
3173
+ class InwardJobOutwardInventoryMatch extends protobuf_1.Message {
3174
+ constructor(data) {
3175
+ super();
3176
+ /**
3177
+ * Stores the family ID
3178
+ *
3179
+ * @generated from field: uint64 family_id = 1;
3180
+ */
3181
+ this.familyId = protobuf_1.protoInt64.zero;
3182
+ /**
3183
+ * Stores the job quantity
3184
+ *
3185
+ * @generated from field: uint64 job_qty_primary = 10;
3186
+ */
3187
+ this.jobQtyPrimary = protobuf_1.protoInt64.zero;
3188
+ /**
3189
+ * Stores the ordered quantity
3190
+ *
3191
+ * @generated from field: uint64 ordered_qty_primary = 20;
3192
+ */
3193
+ this.orderedQtyPrimary = protobuf_1.protoInt64.zero;
3194
+ /**
3195
+ * Stores the dispatched quantity
3196
+ *
3197
+ * @generated from field: uint64 dispatched_qty_primary = 30;
3198
+ */
3199
+ this.dispatchedQtyPrimary = protobuf_1.protoInt64.zero;
3200
+ /**
3201
+ * Stores the returned quantity
3202
+ *
3203
+ * @generated from field: uint64 returned_qty_primary = 40;
3204
+ */
3205
+ this.returnedQtyPrimary = protobuf_1.protoInt64.zero;
3206
+ protobuf_1.proto3.util.initPartial(data, this);
3207
+ }
3208
+ static fromBinary(bytes, options) {
3209
+ return new InwardJobOutwardInventoryMatch().fromBinary(bytes, options);
3210
+ }
3211
+ static fromJson(jsonValue, options) {
3212
+ return new InwardJobOutwardInventoryMatch().fromJson(jsonValue, options);
3213
+ }
3214
+ static fromJsonString(jsonString, options) {
3215
+ return new InwardJobOutwardInventoryMatch().fromJsonString(jsonString, options);
3216
+ }
3217
+ static equals(a, b) {
3218
+ return protobuf_1.proto3.util.equals(InwardJobOutwardInventoryMatch, a, b);
3219
+ }
3220
+ }
3221
+ exports.InwardJobOutwardInventoryMatch = InwardJobOutwardInventoryMatch;
3222
+ InwardJobOutwardInventoryMatch.runtime = protobuf_1.proto3;
3223
+ InwardJobOutwardInventoryMatch.typeName = "Scailo.InwardJobOutwardInventoryMatch";
3224
+ InwardJobOutwardInventoryMatch.fields = protobuf_1.proto3.util.newFieldList(() => [
3225
+ { no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3226
+ { no: 10, name: "job_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3227
+ { no: 20, name: "ordered_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3228
+ { no: 30, name: "dispatched_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3229
+ { no: 40, name: "returned_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3230
+ ]);
3231
+ /**
3232
+ *
3233
+ * Describes the list of outward inventory match families
3234
+ *
3235
+ * @generated from message Scailo.InwardJobOutwardInventoryMatchList
3236
+ */
3237
+ class InwardJobOutwardInventoryMatchList extends protobuf_1.Message {
3238
+ constructor(data) {
3239
+ super();
3240
+ /**
3241
+ * List of records
3242
+ *
3243
+ * @generated from field: repeated Scailo.InwardJobOutwardInventoryMatch list = 1;
3244
+ */
3245
+ this.list = [];
3246
+ protobuf_1.proto3.util.initPartial(data, this);
3247
+ }
3248
+ static fromBinary(bytes, options) {
3249
+ return new InwardJobOutwardInventoryMatchList().fromBinary(bytes, options);
3250
+ }
3251
+ static fromJson(jsonValue, options) {
3252
+ return new InwardJobOutwardInventoryMatchList().fromJson(jsonValue, options);
3253
+ }
3254
+ static fromJsonString(jsonString, options) {
3255
+ return new InwardJobOutwardInventoryMatchList().fromJsonString(jsonString, options);
3256
+ }
3257
+ static equals(a, b) {
3258
+ return protobuf_1.proto3.util.equals(InwardJobOutwardInventoryMatchList, a, b);
3259
+ }
3260
+ }
3261
+ exports.InwardJobOutwardInventoryMatchList = InwardJobOutwardInventoryMatchList;
3262
+ InwardJobOutwardInventoryMatchList.runtime = protobuf_1.proto3;
3263
+ InwardJobOutwardInventoryMatchList.typeName = "Scailo.InwardJobOutwardInventoryMatchList";
3264
+ InwardJobOutwardInventoryMatchList.fields = protobuf_1.proto3.util.newFieldList(() => [
3265
+ { no: 1, name: "list", kind: "message", T: InwardJobOutwardInventoryMatch, repeated: true },
3266
+ ]);
@@ -733,6 +733,17 @@ exports.OutwardJobsService = {
733
733
  O: base_scailo_pb_js_1.IdentifiersList,
734
734
  kind: protobuf_1.MethodKind.Unary,
735
735
  },
736
+ /**
737
+ * View Inward Inventory Match of all the inward families of the given outward job
738
+ *
739
+ * @generated from rpc Scailo.OutwardJobsService.ViewInwardInventoryMatch
740
+ */
741
+ viewInwardInventoryMatch: {
742
+ name: "ViewInwardInventoryMatch",
743
+ I: base_scailo_pb_js_1.IdentifierUUID,
744
+ O: outward_jobs_scailo_pb_js_1.OutwardJobInwardInventoryMatchList,
745
+ kind: protobuf_1.MethodKind.Unary,
746
+ },
736
747
  /**
737
748
  * View prospective inward items for the given outward job
738
749
  *
@@ -766,6 +777,17 @@ exports.OutwardJobsService = {
766
777
  O: outward_jobs_scailo_pb_js_1.OutwardJobsServiceInwardItemCreateRequest,
767
778
  kind: protobuf_1.MethodKind.Unary,
768
779
  },
780
+ /**
781
+ * View Outward Inventory Match of all the outward families of the given outward job
782
+ *
783
+ * @generated from rpc Scailo.OutwardJobsService.ViewOutwardInventoryMatch
784
+ */
785
+ viewOutwardInventoryMatch: {
786
+ name: "ViewOutwardInventoryMatch",
787
+ I: base_scailo_pb_js_1.IdentifierUUID,
788
+ O: outward_jobs_scailo_pb_js_1.OutwardJobOutwardInventoryMatchList,
789
+ kind: protobuf_1.MethodKind.Unary,
790
+ },
769
791
  /**
770
792
  * View prospective outward items for the given outward job
771
793
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.OutwardJobContactsList = exports.OutwardJobContact = exports.OutwardJobsServiceContactCreateRequest = exports.OutwardJobsServicePaginatedOutwardItemsResponse = exports.OutwardJobOutwardItemsSearchRequest = exports.OutwardJobOutwardItemProspectiveInfoRequest = exports.OutwardJobOutwardItemHistoryRequest = exports.OutwardJobsOutwardItemsList = exports.OutwardJobOutwardItem = exports.OutwardJobsServiceOutwardItemUpdateRequest = exports.OutwardJobsServiceMultipleOutwardItemsCreateRequest = exports.OutwardJobsServiceMultipleOutwardItemsSingleton = exports.OutwardJobsServiceOutwardItemCreateRequest = exports.OutwardJobsServicePaginatedInwardItemsResponse = exports.OutwardJobInwardItemsSearchRequest = exports.OutwardJobsServiceSearchAllReq = exports.OutwardJobsServiceCountReq = exports.OutwardJobsServiceFilterReq = exports.OutwardJobsServicePaginationResponse = exports.OutwardJobsServicePaginationReq = exports.OutwardJobInwardItemProspectiveInfoRequest = exports.OutwardJobInwardItemHistoryRequest = exports.OutwardJobsInwardItemsList = exports.OutwardJobsList = exports.OutwardJobInwardItem = exports.OutwardJobsServiceInwardItemUpdateRequest = exports.OutwardJobsServiceMultipleInwardItemsCreateRequest = exports.OutwardJobsServiceMultipleInwardItemsSingleton = exports.OutwardJobsServiceInwardItemCreateRequest = exports.OutwardJob = exports.OutwardJobAncillaryParameters = exports.OutwardJobsServiceAutofillRequest = exports.OutwardJobsServiceUpdateRequest = exports.OutwardJobsServiceCreateRequest = exports.OUTWARD_JOB_OUTWARD_ITEM_STATUS = exports.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_INWARD_ITEM_STATUS = exports.OUTWARD_JOB_INWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_SORT_KEY = void 0;
7
+ exports.OutwardJobOutwardInventoryMatchList = exports.OutwardJobOutwardInventoryMatch = exports.OutwardJobInwardInventoryMatchList = exports.OutwardJobInwardInventoryMatch = exports.OutwardJobContactsList = exports.OutwardJobContact = exports.OutwardJobsServiceContactCreateRequest = exports.OutwardJobsServicePaginatedOutwardItemsResponse = exports.OutwardJobOutwardItemsSearchRequest = exports.OutwardJobOutwardItemProspectiveInfoRequest = exports.OutwardJobOutwardItemHistoryRequest = exports.OutwardJobsOutwardItemsList = exports.OutwardJobOutwardItem = exports.OutwardJobsServiceOutwardItemUpdateRequest = exports.OutwardJobsServiceMultipleOutwardItemsCreateRequest = exports.OutwardJobsServiceMultipleOutwardItemsSingleton = exports.OutwardJobsServiceOutwardItemCreateRequest = exports.OutwardJobsServicePaginatedInwardItemsResponse = exports.OutwardJobInwardItemsSearchRequest = exports.OutwardJobsServiceSearchAllReq = exports.OutwardJobsServiceCountReq = exports.OutwardJobsServiceFilterReq = exports.OutwardJobsServicePaginationResponse = exports.OutwardJobsServicePaginationReq = exports.OutwardJobInwardItemProspectiveInfoRequest = exports.OutwardJobInwardItemHistoryRequest = exports.OutwardJobsInwardItemsList = exports.OutwardJobsList = exports.OutwardJobInwardItem = exports.OutwardJobsServiceInwardItemUpdateRequest = exports.OutwardJobsServiceMultipleInwardItemsCreateRequest = exports.OutwardJobsServiceMultipleInwardItemsSingleton = exports.OutwardJobsServiceInwardItemCreateRequest = exports.OutwardJob = exports.OutwardJobAncillaryParameters = exports.OutwardJobsServiceAutofillRequest = exports.OutwardJobsServiceUpdateRequest = exports.OutwardJobsServiceCreateRequest = exports.OUTWARD_JOB_OUTWARD_ITEM_STATUS = exports.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_INWARD_ITEM_STATUS = exports.OUTWARD_JOB_INWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_SORT_KEY = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -2861,3 +2861,196 @@ OutwardJobContactsList.typeName = "Scailo.OutwardJobContactsList";
2861
2861
  OutwardJobContactsList.fields = protobuf_1.proto3.util.newFieldList(() => [
2862
2862
  { no: 1, name: "list", kind: "message", T: OutwardJobContact, repeated: true },
2863
2863
  ]);
2864
+ /**
2865
+ *
2866
+ * Describes the parameters that are part of an outward job's inward inventory match
2867
+ *
2868
+ * @generated from message Scailo.OutwardJobInwardInventoryMatch
2869
+ */
2870
+ class OutwardJobInwardInventoryMatch extends protobuf_1.Message {
2871
+ constructor(data) {
2872
+ super();
2873
+ /**
2874
+ * Stores the family ID
2875
+ *
2876
+ * @generated from field: uint64 family_id = 1;
2877
+ */
2878
+ this.familyId = protobuf_1.protoInt64.zero;
2879
+ /**
2880
+ * Stores the job quantity
2881
+ *
2882
+ * @generated from field: uint64 job_qty_primary = 10;
2883
+ */
2884
+ this.jobQtyPrimary = protobuf_1.protoInt64.zero;
2885
+ /**
2886
+ * Stores the ordered quantity
2887
+ *
2888
+ * @generated from field: uint64 ordered_qty_primary = 20;
2889
+ */
2890
+ this.orderedQtyPrimary = protobuf_1.protoInt64.zero;
2891
+ /**
2892
+ * Stores the received quantity
2893
+ *
2894
+ * @generated from field: uint64 received_qty_primary = 30;
2895
+ */
2896
+ this.receivedQtyPrimary = protobuf_1.protoInt64.zero;
2897
+ /**
2898
+ * Stores the returned quantity
2899
+ *
2900
+ * @generated from field: uint64 returned_qty_primary = 40;
2901
+ */
2902
+ this.returnedQtyPrimary = protobuf_1.protoInt64.zero;
2903
+ protobuf_1.proto3.util.initPartial(data, this);
2904
+ }
2905
+ static fromBinary(bytes, options) {
2906
+ return new OutwardJobInwardInventoryMatch().fromBinary(bytes, options);
2907
+ }
2908
+ static fromJson(jsonValue, options) {
2909
+ return new OutwardJobInwardInventoryMatch().fromJson(jsonValue, options);
2910
+ }
2911
+ static fromJsonString(jsonString, options) {
2912
+ return new OutwardJobInwardInventoryMatch().fromJsonString(jsonString, options);
2913
+ }
2914
+ static equals(a, b) {
2915
+ return protobuf_1.proto3.util.equals(OutwardJobInwardInventoryMatch, a, b);
2916
+ }
2917
+ }
2918
+ exports.OutwardJobInwardInventoryMatch = OutwardJobInwardInventoryMatch;
2919
+ OutwardJobInwardInventoryMatch.runtime = protobuf_1.proto3;
2920
+ OutwardJobInwardInventoryMatch.typeName = "Scailo.OutwardJobInwardInventoryMatch";
2921
+ OutwardJobInwardInventoryMatch.fields = protobuf_1.proto3.util.newFieldList(() => [
2922
+ { no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2923
+ { no: 10, name: "job_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2924
+ { no: 20, name: "ordered_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2925
+ { no: 30, name: "received_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2926
+ { no: 40, name: "returned_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2927
+ ]);
2928
+ /**
2929
+ *
2930
+ * Describes the list of inward inventory match families
2931
+ *
2932
+ * @generated from message Scailo.OutwardJobInwardInventoryMatchList
2933
+ */
2934
+ class OutwardJobInwardInventoryMatchList extends protobuf_1.Message {
2935
+ constructor(data) {
2936
+ super();
2937
+ /**
2938
+ * List of records
2939
+ *
2940
+ * @generated from field: repeated Scailo.OutwardJobInwardInventoryMatch list = 1;
2941
+ */
2942
+ this.list = [];
2943
+ protobuf_1.proto3.util.initPartial(data, this);
2944
+ }
2945
+ static fromBinary(bytes, options) {
2946
+ return new OutwardJobInwardInventoryMatchList().fromBinary(bytes, options);
2947
+ }
2948
+ static fromJson(jsonValue, options) {
2949
+ return new OutwardJobInwardInventoryMatchList().fromJson(jsonValue, options);
2950
+ }
2951
+ static fromJsonString(jsonString, options) {
2952
+ return new OutwardJobInwardInventoryMatchList().fromJsonString(jsonString, options);
2953
+ }
2954
+ static equals(a, b) {
2955
+ return protobuf_1.proto3.util.equals(OutwardJobInwardInventoryMatchList, a, b);
2956
+ }
2957
+ }
2958
+ exports.OutwardJobInwardInventoryMatchList = OutwardJobInwardInventoryMatchList;
2959
+ OutwardJobInwardInventoryMatchList.runtime = protobuf_1.proto3;
2960
+ OutwardJobInwardInventoryMatchList.typeName = "Scailo.OutwardJobInwardInventoryMatchList";
2961
+ OutwardJobInwardInventoryMatchList.fields = protobuf_1.proto3.util.newFieldList(() => [
2962
+ { no: 1, name: "list", kind: "message", T: OutwardJobInwardInventoryMatch, repeated: true },
2963
+ ]);
2964
+ /**
2965
+ *
2966
+ * Describes the parameters that are part of an outward job's outward inventory match
2967
+ *
2968
+ * @generated from message Scailo.OutwardJobOutwardInventoryMatch
2969
+ */
2970
+ class OutwardJobOutwardInventoryMatch extends protobuf_1.Message {
2971
+ constructor(data) {
2972
+ super();
2973
+ /**
2974
+ * Stores the family ID
2975
+ *
2976
+ * @generated from field: uint64 family_id = 1;
2977
+ */
2978
+ this.familyId = protobuf_1.protoInt64.zero;
2979
+ /**
2980
+ * Stores the job quantity
2981
+ *
2982
+ * @generated from field: uint64 job_qty_primary = 10;
2983
+ */
2984
+ this.jobQtyPrimary = protobuf_1.protoInt64.zero;
2985
+ /**
2986
+ * Stores the issued quantity
2987
+ *
2988
+ * @generated from field: uint64 issued_qty_primary = 20;
2989
+ */
2990
+ this.issuedQtyPrimary = protobuf_1.protoInt64.zero;
2991
+ /**
2992
+ * Stores the returned quantity
2993
+ *
2994
+ * @generated from field: uint64 returned_qty_primary = 30;
2995
+ */
2996
+ this.returnedQtyPrimary = protobuf_1.protoInt64.zero;
2997
+ protobuf_1.proto3.util.initPartial(data, this);
2998
+ }
2999
+ static fromBinary(bytes, options) {
3000
+ return new OutwardJobOutwardInventoryMatch().fromBinary(bytes, options);
3001
+ }
3002
+ static fromJson(jsonValue, options) {
3003
+ return new OutwardJobOutwardInventoryMatch().fromJson(jsonValue, options);
3004
+ }
3005
+ static fromJsonString(jsonString, options) {
3006
+ return new OutwardJobOutwardInventoryMatch().fromJsonString(jsonString, options);
3007
+ }
3008
+ static equals(a, b) {
3009
+ return protobuf_1.proto3.util.equals(OutwardJobOutwardInventoryMatch, a, b);
3010
+ }
3011
+ }
3012
+ exports.OutwardJobOutwardInventoryMatch = OutwardJobOutwardInventoryMatch;
3013
+ OutwardJobOutwardInventoryMatch.runtime = protobuf_1.proto3;
3014
+ OutwardJobOutwardInventoryMatch.typeName = "Scailo.OutwardJobOutwardInventoryMatch";
3015
+ OutwardJobOutwardInventoryMatch.fields = protobuf_1.proto3.util.newFieldList(() => [
3016
+ { no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3017
+ { no: 10, name: "job_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3018
+ { no: 20, name: "issued_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3019
+ { no: 30, name: "returned_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
3020
+ ]);
3021
+ /**
3022
+ *
3023
+ * Describes the list of outward inventory match families
3024
+ *
3025
+ * @generated from message Scailo.OutwardJobOutwardInventoryMatchList
3026
+ */
3027
+ class OutwardJobOutwardInventoryMatchList extends protobuf_1.Message {
3028
+ constructor(data) {
3029
+ super();
3030
+ /**
3031
+ * List of records
3032
+ *
3033
+ * @generated from field: repeated Scailo.OutwardJobOutwardInventoryMatch list = 1;
3034
+ */
3035
+ this.list = [];
3036
+ protobuf_1.proto3.util.initPartial(data, this);
3037
+ }
3038
+ static fromBinary(bytes, options) {
3039
+ return new OutwardJobOutwardInventoryMatchList().fromBinary(bytes, options);
3040
+ }
3041
+ static fromJson(jsonValue, options) {
3042
+ return new OutwardJobOutwardInventoryMatchList().fromJson(jsonValue, options);
3043
+ }
3044
+ static fromJsonString(jsonString, options) {
3045
+ return new OutwardJobOutwardInventoryMatchList().fromJsonString(jsonString, options);
3046
+ }
3047
+ static equals(a, b) {
3048
+ return protobuf_1.proto3.util.equals(OutwardJobOutwardInventoryMatchList, a, b);
3049
+ }
3050
+ }
3051
+ exports.OutwardJobOutwardInventoryMatchList = OutwardJobOutwardInventoryMatchList;
3052
+ OutwardJobOutwardInventoryMatchList.runtime = protobuf_1.proto3;
3053
+ OutwardJobOutwardInventoryMatchList.typeName = "Scailo.OutwardJobOutwardInventoryMatchList";
3054
+ OutwardJobOutwardInventoryMatchList.fields = protobuf_1.proto3.util.newFieldList(() => [
3055
+ { no: 1, name: "list", kind: "message", T: OutwardJobOutwardInventoryMatch, repeated: true },
3056
+ ]);
@@ -1,4 +1,4 @@
1
- import { InwardJob, InwardJobAncillaryParameters, InwardJobContact, InwardJobContactsList, InwardJobInwardItem, InwardJobInwardItemHistoryRequest, InwardJobInwardItemProspectiveInfoRequest, InwardJobInwardItemsSearchRequest, InwardJobOutwardItem, InwardJobOutwardItemHistoryRequest, InwardJobOutwardItemProspectiveInfoRequest, InwardJobOutwardItemsSearchRequest, InwardJobsInwardItemsList, InwardJobsList, InwardJobsOutwardItemsList, InwardJobsServiceAutofillRequest, InwardJobsServiceContactCreateRequest, InwardJobsServiceCountReq, InwardJobsServiceCreateRequest, InwardJobsServiceFilterReq, InwardJobsServiceInwardItemCreateRequest, InwardJobsServiceInwardItemUpdateRequest, InwardJobsServiceMultipleInwardItemsCreateRequest, InwardJobsServiceMultipleOutwardItemsCreateRequest, InwardJobsServiceOutwardItemCreateRequest, InwardJobsServiceOutwardItemUpdateRequest, InwardJobsServicePaginatedInwardItemsResponse, InwardJobsServicePaginatedOutwardItemsResponse, InwardJobsServicePaginationReq, InwardJobsServicePaginationResponse, InwardJobsServiceSearchAllReq, InwardJobsServiceUpdateRequest } from "./inward_jobs.scailo_pb.js";
1
+ import { InwardJob, InwardJobAncillaryParameters, InwardJobContact, InwardJobContactsList, InwardJobInwardInventoryMatchList, InwardJobInwardItem, InwardJobInwardItemHistoryRequest, InwardJobInwardItemProspectiveInfoRequest, InwardJobInwardItemsSearchRequest, InwardJobOutwardInventoryMatchList, InwardJobOutwardItem, InwardJobOutwardItemHistoryRequest, InwardJobOutwardItemProspectiveInfoRequest, InwardJobOutwardItemsSearchRequest, InwardJobsInwardItemsList, InwardJobsList, InwardJobsOutwardItemsList, InwardJobsServiceAutofillRequest, InwardJobsServiceContactCreateRequest, InwardJobsServiceCountReq, InwardJobsServiceCreateRequest, InwardJobsServiceFilterReq, InwardJobsServiceInwardItemCreateRequest, InwardJobsServiceInwardItemUpdateRequest, InwardJobsServiceMultipleInwardItemsCreateRequest, InwardJobsServiceMultipleOutwardItemsCreateRequest, InwardJobsServiceOutwardItemCreateRequest, InwardJobsServiceOutwardItemUpdateRequest, InwardJobsServicePaginatedInwardItemsResponse, InwardJobsServicePaginatedOutwardItemsResponse, InwardJobsServicePaginationReq, InwardJobsServicePaginationResponse, InwardJobsServiceSearchAllReq, InwardJobsServiceUpdateRequest } from "./inward_jobs.scailo_pb.js";
2
2
  import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
@@ -726,6 +726,17 @@ export declare const InwardJobsService: {
726
726
  readonly O: typeof IdentifiersList;
727
727
  readonly kind: MethodKind.Unary;
728
728
  };
729
+ /**
730
+ * View Inward Inventory Match of all the inward families of the given inward job
731
+ *
732
+ * @generated from rpc Scailo.InwardJobsService.ViewInwardInventoryMatch
733
+ */
734
+ readonly viewInwardInventoryMatch: {
735
+ readonly name: "ViewInwardInventoryMatch";
736
+ readonly I: typeof IdentifierUUID;
737
+ readonly O: typeof InwardJobInwardInventoryMatchList;
738
+ readonly kind: MethodKind.Unary;
739
+ };
729
740
  /**
730
741
  * View prospective inward items for the given inward job (all families that could be purchased)
731
742
  *
@@ -759,6 +770,17 @@ export declare const InwardJobsService: {
759
770
  readonly O: typeof InwardJobsServiceInwardItemCreateRequest;
760
771
  readonly kind: MethodKind.Unary;
761
772
  };
773
+ /**
774
+ * View Outward Inventory Match of all the outward families of the given inward job
775
+ *
776
+ * @generated from rpc Scailo.InwardJobsService.ViewOutwardInventoryMatch
777
+ */
778
+ readonly viewOutwardInventoryMatch: {
779
+ readonly name: "ViewOutwardInventoryMatch";
780
+ readonly I: typeof IdentifierUUID;
781
+ readonly O: typeof InwardJobOutwardInventoryMatchList;
782
+ readonly kind: MethodKind.Unary;
783
+ };
762
784
  /**
763
785
  * View prospective outward items for the given inward job (all families that could be sold)
764
786
  *
@@ -1 +1 @@
1
- {"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AACzmC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;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;;;;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;;;;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;;;;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;;;;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;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAChrC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;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;;;;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;;;;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;;;;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;;;;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;;;;;;;;CAQG,CAAC"}