@carrot-foundation/schemas 0.1.49 → 0.1.51
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.
- package/dist/index.cjs +213 -229
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +176 -168
- package/dist/index.d.ts +176 -168
- package/dist/index.js +208 -228
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/schemas/ipfs/collection/collection.example.json +5 -5
- package/schemas/ipfs/collection/collection.schema.json +2 -2
- package/schemas/ipfs/credit/credit.example.json +5 -5
- package/schemas/ipfs/credit/credit.schema.json +2 -2
- package/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.example.json +8 -8
- package/schemas/ipfs/credit-purchase-receipt/credit-purchase-receipt.schema.json +6 -17
- package/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.example.json +7 -7
- package/schemas/ipfs/credit-retirement-receipt/credit-retirement-receipt.schema.json +5 -16
- package/schemas/ipfs/gas-id/gas-id.example.json +17 -15
- package/schemas/ipfs/gas-id/gas-id.schema.json +29 -17
- package/schemas/ipfs/mass-id/mass-id.example.json +13 -13
- package/schemas/ipfs/mass-id/mass-id.schema.json +31 -62
- package/schemas/ipfs/mass-id-audit/mass-id-audit.example.json +150 -150
- package/schemas/ipfs/mass-id-audit/mass-id-audit.schema.json +2 -2
- package/schemas/ipfs/methodology/methodology.example.json +89 -89
- package/schemas/ipfs/methodology/methodology.schema.json +2 -2
- package/schemas/ipfs/recycled-id/recycled-id.example.json +17 -15
- package/schemas/ipfs/recycled-id/recycled-id.schema.json +24 -13
- package/schemas/schema-hashes.json +10 -10
package/dist/index.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ declare const MassIDAttributeWasteSubtypeSchema: z.ZodObject<{
|
|
|
36
36
|
type MassIDAttributeWasteSubtype = z.infer<typeof MassIDAttributeWasteSubtypeSchema>;
|
|
37
37
|
declare const MassIDAttributeWeightSchema: z.ZodObject<{
|
|
38
38
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
39
|
-
trait_type: z.ZodLiteral<
|
|
39
|
+
trait_type: z.ZodLiteral<string>;
|
|
40
40
|
value: z.ZodNumber;
|
|
41
41
|
display_type: z.ZodLiteral<"number">;
|
|
42
42
|
}, z.core.$strict>;
|
|
@@ -165,22 +165,19 @@ declare const MassIDAttributeScaleTypeSchema: z.ZodObject<{
|
|
|
165
165
|
}, z.core.$strict>;
|
|
166
166
|
type MassIDAttributeScaleType = z.infer<typeof MassIDAttributeScaleTypeSchema>;
|
|
167
167
|
declare const MassIDAttributePickUpDateSchema: z.ZodObject<{
|
|
168
|
-
|
|
169
|
-
trait_type: z.ZodLiteral<"Pick-up Date">;
|
|
168
|
+
trait_type: z.ZodLiteral<string>;
|
|
170
169
|
value: z.ZodNumber;
|
|
171
170
|
display_type: z.ZodLiteral<"date">;
|
|
172
171
|
}, z.core.$strict>;
|
|
173
172
|
type MassIDAttributePickUpDate = z.infer<typeof MassIDAttributePickUpDateSchema>;
|
|
174
173
|
declare const MassIDAttributeDropOffDateSchema: z.ZodObject<{
|
|
175
|
-
|
|
176
|
-
trait_type: z.ZodLiteral<"Drop-off Date">;
|
|
174
|
+
trait_type: z.ZodLiteral<string>;
|
|
177
175
|
value: z.ZodNumber;
|
|
178
176
|
display_type: z.ZodLiteral<"date">;
|
|
179
177
|
}, z.core.$strict>;
|
|
180
178
|
type MassIDAttributeDropOffDate = z.infer<typeof MassIDAttributeDropOffDateSchema>;
|
|
181
179
|
declare const MassIDAttributeRecyclingDateSchema: z.ZodObject<{
|
|
182
|
-
|
|
183
|
-
trait_type: z.ZodLiteral<"Recycling Date">;
|
|
180
|
+
trait_type: z.ZodLiteral<string>;
|
|
184
181
|
value: z.ZodNumber;
|
|
185
182
|
display_type: z.ZodLiteral<"date">;
|
|
186
183
|
}, z.core.$strict>;
|
|
@@ -217,7 +214,7 @@ declare const MassIDAttributesSchema: z.ZodArray<z.ZodUnion<readonly [z.ZodObjec
|
|
|
217
214
|
}>;
|
|
218
215
|
}, z.core.$strict>, z.ZodObject<{
|
|
219
216
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
220
|
-
trait_type: z.ZodLiteral<
|
|
217
|
+
trait_type: z.ZodLiteral<string>;
|
|
221
218
|
value: z.ZodNumber;
|
|
222
219
|
display_type: z.ZodLiteral<"number">;
|
|
223
220
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -328,18 +325,15 @@ declare const MassIDAttributesSchema: z.ZodArray<z.ZodUnion<readonly [z.ZodObjec
|
|
|
328
325
|
"Weighbridge (Truck Scale)": "Weighbridge (Truck Scale)";
|
|
329
326
|
}>;
|
|
330
327
|
}, z.core.$strict>, z.ZodObject<{
|
|
331
|
-
|
|
332
|
-
trait_type: z.ZodLiteral<"Pick-up Date">;
|
|
328
|
+
trait_type: z.ZodLiteral<string>;
|
|
333
329
|
value: z.ZodNumber;
|
|
334
330
|
display_type: z.ZodLiteral<"date">;
|
|
335
331
|
}, z.core.$strict>, z.ZodObject<{
|
|
336
|
-
|
|
337
|
-
trait_type: z.ZodLiteral<"Drop-off Date">;
|
|
332
|
+
trait_type: z.ZodLiteral<string>;
|
|
338
333
|
value: z.ZodNumber;
|
|
339
334
|
display_type: z.ZodLiteral<"date">;
|
|
340
335
|
}, z.core.$strict>, z.ZodObject<{
|
|
341
|
-
|
|
342
|
-
trait_type: z.ZodLiteral<"Recycling Date">;
|
|
336
|
+
trait_type: z.ZodLiteral<string>;
|
|
343
337
|
value: z.ZodNumber;
|
|
344
338
|
display_type: z.ZodLiteral<"date">;
|
|
345
339
|
}, z.core.$strict>]>>;
|
|
@@ -367,7 +361,7 @@ declare const MassIDWastePropertiesSchema: z.ZodObject<{
|
|
|
367
361
|
code: z.ZodString;
|
|
368
362
|
system: z.ZodLiteral<"Ibama">;
|
|
369
363
|
}, z.core.$strict>>;
|
|
370
|
-
|
|
364
|
+
net_weight_kg: z.ZodNumber;
|
|
371
365
|
}, z.core.$strict>;
|
|
372
366
|
type MassIDWasteProperties = z.infer<typeof MassIDWastePropertiesSchema>;
|
|
373
367
|
declare const MassIDAttachmentTypeSchema: z.ZodEnum<{
|
|
@@ -404,7 +398,7 @@ declare const MassIDEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
404
398
|
"Sludge Pipes": "Sludge Pipes";
|
|
405
399
|
Truck: "Truck";
|
|
406
400
|
}>>;
|
|
407
|
-
|
|
401
|
+
weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
408
402
|
}, z.core.$strict>>;
|
|
409
403
|
}, z.core.$strict>, z.ZodObject<{
|
|
410
404
|
event_id: z.ZodUUID;
|
|
@@ -452,9 +446,9 @@ declare const MassIDEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
452
446
|
"Sludge Pipes": "Sludge Pipes";
|
|
453
447
|
Truck: "Truck";
|
|
454
448
|
}>>;
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
449
|
+
container_capacity_kg: z.ZodOptional<z.ZodNumber>;
|
|
450
|
+
gross_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
451
|
+
tare_kg: z.ZodOptional<z.ZodNumber>;
|
|
458
452
|
}, z.core.$strict>>;
|
|
459
453
|
}, z.core.$strict>, z.ZodObject<{
|
|
460
454
|
event_id: z.ZodUUID;
|
|
@@ -469,8 +463,8 @@ declare const MassIDEventSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
469
463
|
location_id_hash: z.ZodCustomStringFormat<"sha256_hex">;
|
|
470
464
|
event_name: z.ZodLiteral<"Sorting">;
|
|
471
465
|
data: z.ZodOptional<z.ZodObject<{
|
|
472
|
-
|
|
473
|
-
|
|
466
|
+
initial_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
467
|
+
deducted_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
474
468
|
}, z.core.$strict>>;
|
|
475
469
|
}, z.core.$strict>, z.ZodObject<{
|
|
476
470
|
event_id: z.ZodUUID;
|
|
@@ -499,7 +493,7 @@ declare const MassIDEventsSchema: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
499
493
|
"Sludge Pipes": "Sludge Pipes";
|
|
500
494
|
Truck: "Truck";
|
|
501
495
|
}>>;
|
|
502
|
-
|
|
496
|
+
weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
503
497
|
}, z.core.$strict>>;
|
|
504
498
|
}, z.core.$strict>, z.ZodObject<{
|
|
505
499
|
event_id: z.ZodUUID;
|
|
@@ -547,9 +541,9 @@ declare const MassIDEventsSchema: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
547
541
|
"Sludge Pipes": "Sludge Pipes";
|
|
548
542
|
Truck: "Truck";
|
|
549
543
|
}>>;
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
544
|
+
container_capacity_kg: z.ZodOptional<z.ZodNumber>;
|
|
545
|
+
gross_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
546
|
+
tare_kg: z.ZodOptional<z.ZodNumber>;
|
|
553
547
|
}, z.core.$strict>>;
|
|
554
548
|
}, z.core.$strict>, z.ZodObject<{
|
|
555
549
|
event_id: z.ZodUUID;
|
|
@@ -564,8 +558,8 @@ declare const MassIDEventsSchema: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObjec
|
|
|
564
558
|
location_id_hash: z.ZodCustomStringFormat<"sha256_hex">;
|
|
565
559
|
event_name: z.ZodLiteral<"Sorting">;
|
|
566
560
|
data: z.ZodOptional<z.ZodObject<{
|
|
567
|
-
|
|
568
|
-
|
|
561
|
+
initial_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
562
|
+
deducted_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
569
563
|
}, z.core.$strict>>;
|
|
570
564
|
}, z.core.$strict>, z.ZodObject<{
|
|
571
565
|
event_id: z.ZodUUID;
|
|
@@ -593,7 +587,7 @@ declare const MassIDDataSchema: z.ZodObject<{
|
|
|
593
587
|
code: z.ZodString;
|
|
594
588
|
system: z.ZodLiteral<"Ibama">;
|
|
595
589
|
}, z.core.$strict>>;
|
|
596
|
-
|
|
590
|
+
net_weight_kg: z.ZodNumber;
|
|
597
591
|
}, z.core.$strict>;
|
|
598
592
|
locations: z.ZodArray<z.ZodObject<{
|
|
599
593
|
id_hash: z.ZodCustomStringFormat<"sha256_hex">;
|
|
@@ -639,7 +633,7 @@ declare const MassIDDataSchema: z.ZodObject<{
|
|
|
639
633
|
"Sludge Pipes": "Sludge Pipes";
|
|
640
634
|
Truck: "Truck";
|
|
641
635
|
}>>;
|
|
642
|
-
|
|
636
|
+
weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
643
637
|
}, z.core.$strict>>;
|
|
644
638
|
}, z.core.$strict>, z.ZodObject<{
|
|
645
639
|
event_id: z.ZodUUID;
|
|
@@ -687,9 +681,9 @@ declare const MassIDDataSchema: z.ZodObject<{
|
|
|
687
681
|
"Sludge Pipes": "Sludge Pipes";
|
|
688
682
|
Truck: "Truck";
|
|
689
683
|
}>>;
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
684
|
+
container_capacity_kg: z.ZodOptional<z.ZodNumber>;
|
|
685
|
+
gross_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
686
|
+
tare_kg: z.ZodOptional<z.ZodNumber>;
|
|
693
687
|
}, z.core.$strict>>;
|
|
694
688
|
}, z.core.$strict>, z.ZodObject<{
|
|
695
689
|
event_id: z.ZodUUID;
|
|
@@ -704,8 +698,8 @@ declare const MassIDDataSchema: z.ZodObject<{
|
|
|
704
698
|
location_id_hash: z.ZodCustomStringFormat<"sha256_hex">;
|
|
705
699
|
event_name: z.ZodLiteral<"Sorting">;
|
|
706
700
|
data: z.ZodOptional<z.ZodObject<{
|
|
707
|
-
|
|
708
|
-
|
|
701
|
+
initial_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
702
|
+
deducted_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
709
703
|
}, z.core.$strict>>;
|
|
710
704
|
}, z.core.$strict>, z.ZodObject<{
|
|
711
705
|
event_id: z.ZodUUID;
|
|
@@ -816,7 +810,7 @@ declare const MassIDIpfsSchema: z.ZodObject<{
|
|
|
816
810
|
}>;
|
|
817
811
|
}, z.core.$strict>, z.ZodObject<{
|
|
818
812
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
819
|
-
trait_type: z.ZodLiteral<
|
|
813
|
+
trait_type: z.ZodLiteral<string>;
|
|
820
814
|
value: z.ZodNumber;
|
|
821
815
|
display_type: z.ZodLiteral<"number">;
|
|
822
816
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -927,18 +921,15 @@ declare const MassIDIpfsSchema: z.ZodObject<{
|
|
|
927
921
|
"Weighbridge (Truck Scale)": "Weighbridge (Truck Scale)";
|
|
928
922
|
}>;
|
|
929
923
|
}, z.core.$strict>, z.ZodObject<{
|
|
930
|
-
|
|
931
|
-
trait_type: z.ZodLiteral<"Pick-up Date">;
|
|
924
|
+
trait_type: z.ZodLiteral<string>;
|
|
932
925
|
value: z.ZodNumber;
|
|
933
926
|
display_type: z.ZodLiteral<"date">;
|
|
934
927
|
}, z.core.$strict>, z.ZodObject<{
|
|
935
|
-
|
|
936
|
-
trait_type: z.ZodLiteral<"Drop-off Date">;
|
|
928
|
+
trait_type: z.ZodLiteral<string>;
|
|
937
929
|
value: z.ZodNumber;
|
|
938
930
|
display_type: z.ZodLiteral<"date">;
|
|
939
931
|
}, z.core.$strict>, z.ZodObject<{
|
|
940
|
-
|
|
941
|
-
trait_type: z.ZodLiteral<"Recycling Date">;
|
|
932
|
+
trait_type: z.ZodLiteral<string>;
|
|
942
933
|
value: z.ZodNumber;
|
|
943
934
|
display_type: z.ZodLiteral<"date">;
|
|
944
935
|
}, z.core.$strict>]>>;
|
|
@@ -960,7 +951,7 @@ declare const MassIDIpfsSchema: z.ZodObject<{
|
|
|
960
951
|
code: z.ZodString;
|
|
961
952
|
system: z.ZodLiteral<"Ibama">;
|
|
962
953
|
}, z.core.$strict>>;
|
|
963
|
-
|
|
954
|
+
net_weight_kg: z.ZodNumber;
|
|
964
955
|
}, z.core.$strict>;
|
|
965
956
|
locations: z.ZodArray<z.ZodObject<{
|
|
966
957
|
id_hash: z.ZodCustomStringFormat<"sha256_hex">;
|
|
@@ -1006,7 +997,7 @@ declare const MassIDIpfsSchema: z.ZodObject<{
|
|
|
1006
997
|
"Sludge Pipes": "Sludge Pipes";
|
|
1007
998
|
Truck: "Truck";
|
|
1008
999
|
}>>;
|
|
1009
|
-
|
|
1000
|
+
weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
1010
1001
|
}, z.core.$strict>>;
|
|
1011
1002
|
}, z.core.$strict>, z.ZodObject<{
|
|
1012
1003
|
event_id: z.ZodUUID;
|
|
@@ -1054,9 +1045,9 @@ declare const MassIDIpfsSchema: z.ZodObject<{
|
|
|
1054
1045
|
"Sludge Pipes": "Sludge Pipes";
|
|
1055
1046
|
Truck: "Truck";
|
|
1056
1047
|
}>>;
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1048
|
+
container_capacity_kg: z.ZodOptional<z.ZodNumber>;
|
|
1049
|
+
gross_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
1050
|
+
tare_kg: z.ZodOptional<z.ZodNumber>;
|
|
1060
1051
|
}, z.core.$strict>>;
|
|
1061
1052
|
}, z.core.$strict>, z.ZodObject<{
|
|
1062
1053
|
event_id: z.ZodUUID;
|
|
@@ -1071,8 +1062,8 @@ declare const MassIDIpfsSchema: z.ZodObject<{
|
|
|
1071
1062
|
location_id_hash: z.ZodCustomStringFormat<"sha256_hex">;
|
|
1072
1063
|
event_name: z.ZodLiteral<"Sorting">;
|
|
1073
1064
|
data: z.ZodOptional<z.ZodObject<{
|
|
1074
|
-
|
|
1075
|
-
|
|
1065
|
+
initial_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
1066
|
+
deducted_weight_kg: z.ZodOptional<z.ZodNumber>;
|
|
1076
1067
|
}, z.core.$strict>>;
|
|
1077
1068
|
}, z.core.$strict>, z.ZodObject<{
|
|
1078
1069
|
event_id: z.ZodUUID;
|
|
@@ -1118,19 +1109,21 @@ declare const GasIDAttributeGasTypeSchema: z.ZodObject<{
|
|
|
1118
1109
|
}>>;
|
|
1119
1110
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1120
1111
|
trait_type: z.ZodLiteral<"Gas Type">;
|
|
1121
|
-
value: z.
|
|
1112
|
+
value: z.ZodEnum<{
|
|
1113
|
+
"Methane (CH\u2084)": "Methane (CH₄)";
|
|
1114
|
+
}>;
|
|
1122
1115
|
}, z.core.$strict>;
|
|
1123
1116
|
type GasIDAttributeGasType = z.infer<typeof GasIDAttributeGasTypeSchema>;
|
|
1124
1117
|
declare const GasIDAttributeCo2ePreventedSchema: z.ZodObject<{
|
|
1125
1118
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1126
|
-
trait_type: z.ZodLiteral<
|
|
1119
|
+
trait_type: z.ZodLiteral<string>;
|
|
1127
1120
|
value: z.ZodNumber;
|
|
1128
1121
|
display_type: z.ZodLiteral<"number">;
|
|
1129
1122
|
}, z.core.$strict>;
|
|
1130
1123
|
type GasIDAttributeCo2ePrevented = z.infer<typeof GasIDAttributeCo2ePreventedSchema>;
|
|
1131
1124
|
declare const GasIDAttributeCreditAmountSchema: z.ZodObject<{
|
|
1132
1125
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1133
|
-
trait_type: z.ZodLiteral<
|
|
1126
|
+
trait_type: z.ZodLiteral<string>;
|
|
1134
1127
|
value: z.ZodNumber;
|
|
1135
1128
|
display_type: z.ZodLiteral<"number">;
|
|
1136
1129
|
}, z.core.$strict>;
|
|
@@ -1166,7 +1159,7 @@ declare const GasIDAttributeSourceWasteTypeSchema: z.ZodObject<{
|
|
|
1166
1159
|
type GasIDAttributeSourceWasteType = z.infer<typeof GasIDAttributeSourceWasteTypeSchema>;
|
|
1167
1160
|
declare const GasIDAttributeSourceWeightSchema: z.ZodObject<{
|
|
1168
1161
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1169
|
-
trait_type: z.ZodLiteral<
|
|
1162
|
+
trait_type: z.ZodLiteral<string>;
|
|
1170
1163
|
value: z.ZodNumber;
|
|
1171
1164
|
display_type: z.ZodLiteral<"number">;
|
|
1172
1165
|
}, z.core.$strict>;
|
|
@@ -1183,18 +1176,6 @@ declare const GasIDAttributeOriginCitySchema: z.ZodObject<{
|
|
|
1183
1176
|
value: z.ZodString;
|
|
1184
1177
|
}, z.core.$strict>;
|
|
1185
1178
|
type GasIDAttributeOriginCity = z.infer<typeof GasIDAttributeOriginCitySchema>;
|
|
1186
|
-
declare const GasIDAttributeRecyclerSchema: z.ZodObject<{
|
|
1187
|
-
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1188
|
-
number: "number";
|
|
1189
|
-
date: "date";
|
|
1190
|
-
boost_number: "boost_number";
|
|
1191
|
-
boost_percentage: "boost_percentage";
|
|
1192
|
-
}>>;
|
|
1193
|
-
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1194
|
-
trait_type: z.ZodLiteral<"Recycler">;
|
|
1195
|
-
value: z.ZodString;
|
|
1196
|
-
}, z.core.$strict>;
|
|
1197
|
-
type GasIDAttributeRecycler = z.infer<typeof GasIDAttributeRecyclerSchema>;
|
|
1198
1179
|
declare const GasIDAttributeMassIDTokenIdSchema: z.ZodObject<{
|
|
1199
1180
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1200
1181
|
number: "number";
|
|
@@ -1208,11 +1189,17 @@ declare const GasIDAttributeMassIDTokenIdSchema: z.ZodObject<{
|
|
|
1208
1189
|
}, z.core.$strict>;
|
|
1209
1190
|
type GasIDAttributeMassIDTokenId = z.infer<typeof GasIDAttributeMassIDTokenIdSchema>;
|
|
1210
1191
|
declare const GasIDAttributeMassIDRecyclingDateSchema: z.ZodObject<{
|
|
1211
|
-
trait_type: z.ZodLiteral<
|
|
1192
|
+
trait_type: z.ZodLiteral<string>;
|
|
1212
1193
|
value: z.ZodNumber;
|
|
1213
1194
|
display_type: z.ZodLiteral<"date">;
|
|
1214
1195
|
}, z.core.$strict>;
|
|
1215
1196
|
type GasIDAttributeMassIDRecyclingDate = z.infer<typeof GasIDAttributeMassIDRecyclingDateSchema>;
|
|
1197
|
+
declare const GasIDAttributeCertificateIssuanceDateSchema: z.ZodObject<{
|
|
1198
|
+
trait_type: z.ZodLiteral<string>;
|
|
1199
|
+
value: z.ZodNumber;
|
|
1200
|
+
display_type: z.ZodLiteral<"date">;
|
|
1201
|
+
}, z.core.$strict>;
|
|
1202
|
+
type GasIDAttributeCertificateIssuanceDate = z.infer<typeof GasIDAttributeCertificateIssuanceDateSchema>;
|
|
1216
1203
|
declare const GasIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
1217
1204
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1218
1205
|
number: "number";
|
|
@@ -1235,15 +1222,17 @@ declare const GasIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
|
1235
1222
|
}>>;
|
|
1236
1223
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1237
1224
|
trait_type: z.ZodLiteral<"Gas Type">;
|
|
1238
|
-
value: z.
|
|
1225
|
+
value: z.ZodEnum<{
|
|
1226
|
+
"Methane (CH\u2084)": "Methane (CH₄)";
|
|
1227
|
+
}>;
|
|
1239
1228
|
}, z.core.$strict>, z.ZodObject<{
|
|
1240
1229
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1241
|
-
trait_type: z.ZodLiteral<
|
|
1230
|
+
trait_type: z.ZodLiteral<string>;
|
|
1242
1231
|
value: z.ZodNumber;
|
|
1243
1232
|
display_type: z.ZodLiteral<"number">;
|
|
1244
1233
|
}, z.core.$strict>, z.ZodObject<{
|
|
1245
1234
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1246
|
-
trait_type: z.ZodLiteral<
|
|
1235
|
+
trait_type: z.ZodLiteral<string>;
|
|
1247
1236
|
value: z.ZodNumber;
|
|
1248
1237
|
display_type: z.ZodLiteral<"number">;
|
|
1249
1238
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -1273,7 +1262,7 @@ declare const GasIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
|
1273
1262
|
}>;
|
|
1274
1263
|
}, z.core.$strict>, z.ZodObject<{
|
|
1275
1264
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1276
|
-
trait_type: z.ZodLiteral<
|
|
1265
|
+
trait_type: z.ZodLiteral<string>;
|
|
1277
1266
|
value: z.ZodNumber;
|
|
1278
1267
|
display_type: z.ZodLiteral<"number">;
|
|
1279
1268
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -1286,16 +1275,6 @@ declare const GasIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
|
1286
1275
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1287
1276
|
trait_type: z.ZodLiteral<"Origin City">;
|
|
1288
1277
|
value: z.ZodString;
|
|
1289
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
1290
|
-
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1291
|
-
number: "number";
|
|
1292
|
-
date: "date";
|
|
1293
|
-
boost_number: "boost_number";
|
|
1294
|
-
boost_percentage: "boost_percentage";
|
|
1295
|
-
}>>;
|
|
1296
|
-
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1297
|
-
trait_type: z.ZodLiteral<"Recycler">;
|
|
1298
|
-
value: z.ZodString;
|
|
1299
1278
|
}, z.core.$strict>, z.ZodObject<{
|
|
1300
1279
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1301
1280
|
number: "number";
|
|
@@ -1307,20 +1286,27 @@ declare const GasIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
|
1307
1286
|
trait_type: z.ZodLiteral<"MassID">;
|
|
1308
1287
|
value: z.ZodString;
|
|
1309
1288
|
}, z.core.$strict>, z.ZodObject<{
|
|
1310
|
-
trait_type: z.ZodLiteral<
|
|
1289
|
+
trait_type: z.ZodLiteral<string>;
|
|
1290
|
+
value: z.ZodNumber;
|
|
1291
|
+
display_type: z.ZodLiteral<"date">;
|
|
1292
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1293
|
+
trait_type: z.ZodLiteral<string>;
|
|
1311
1294
|
value: z.ZodNumber;
|
|
1312
1295
|
display_type: z.ZodLiteral<"date">;
|
|
1313
1296
|
}, z.core.$strict>], null>;
|
|
1314
1297
|
type GasIDAttributes = z.infer<typeof GasIDAttributesSchema>;
|
|
1315
1298
|
|
|
1316
1299
|
declare const GasIDSummarySchema: z.ZodObject<{
|
|
1317
|
-
gas_type: z.
|
|
1300
|
+
gas_type: z.ZodEnum<{
|
|
1301
|
+
"Methane (CH\u2084)": "Methane (CH₄)";
|
|
1302
|
+
}>;
|
|
1318
1303
|
credit_type: z.ZodEnum<{
|
|
1319
1304
|
Biowaste: "Biowaste";
|
|
1320
1305
|
"Carbon (CH\u2084)": "Carbon (CH₄)";
|
|
1321
1306
|
}>;
|
|
1322
1307
|
credit_amount: z.ZodNumber;
|
|
1323
1308
|
prevented_co2e_kg: z.ZodNumber;
|
|
1309
|
+
issued_at: z.ZodISODateTime;
|
|
1324
1310
|
}, z.core.$strict>;
|
|
1325
1311
|
type GasIDSummary = z.infer<typeof GasIDSummarySchema>;
|
|
1326
1312
|
declare const CalculationValueSchema: z.ZodObject<{
|
|
@@ -1342,13 +1328,16 @@ declare const PreventedEmissionsCalculationSchema: z.ZodObject<{
|
|
|
1342
1328
|
type PreventedEmissionsCalculation = z.infer<typeof PreventedEmissionsCalculationSchema>;
|
|
1343
1329
|
declare const GasIDDataSchema: z.ZodObject<{
|
|
1344
1330
|
summary: z.ZodObject<{
|
|
1345
|
-
gas_type: z.
|
|
1331
|
+
gas_type: z.ZodEnum<{
|
|
1332
|
+
"Methane (CH\u2084)": "Methane (CH₄)";
|
|
1333
|
+
}>;
|
|
1346
1334
|
credit_type: z.ZodEnum<{
|
|
1347
1335
|
Biowaste: "Biowaste";
|
|
1348
1336
|
"Carbon (CH\u2084)": "Carbon (CH₄)";
|
|
1349
1337
|
}>;
|
|
1350
1338
|
credit_amount: z.ZodNumber;
|
|
1351
1339
|
prevented_co2e_kg: z.ZodNumber;
|
|
1340
|
+
issued_at: z.ZodISODateTime;
|
|
1352
1341
|
}, z.core.$strict>;
|
|
1353
1342
|
methodology: z.ZodObject<{
|
|
1354
1343
|
external_id: z.ZodUUID;
|
|
@@ -1377,8 +1366,8 @@ declare const GasIDDataSchema: z.ZodObject<{
|
|
|
1377
1366
|
external_url: z.ZodURL;
|
|
1378
1367
|
ipfs_uri: z.ZodString;
|
|
1379
1368
|
}, z.core.$strict>;
|
|
1380
|
-
|
|
1381
|
-
|
|
1369
|
+
waste_properties: z.ZodObject<{
|
|
1370
|
+
type: z.ZodEnum<{
|
|
1382
1371
|
Organic: "Organic";
|
|
1383
1372
|
}>;
|
|
1384
1373
|
subtype: z.ZodEnum<{
|
|
@@ -1529,13 +1518,16 @@ declare const GasIDIpfsSchema: z.ZodObject<{
|
|
|
1529
1518
|
}, z.core.$strict>;
|
|
1530
1519
|
data: z.ZodObject<{
|
|
1531
1520
|
summary: z.ZodObject<{
|
|
1532
|
-
gas_type: z.
|
|
1521
|
+
gas_type: z.ZodEnum<{
|
|
1522
|
+
"Methane (CH\u2084)": "Methane (CH₄)";
|
|
1523
|
+
}>;
|
|
1533
1524
|
credit_type: z.ZodEnum<{
|
|
1534
1525
|
Biowaste: "Biowaste";
|
|
1535
1526
|
"Carbon (CH\u2084)": "Carbon (CH₄)";
|
|
1536
1527
|
}>;
|
|
1537
1528
|
credit_amount: z.ZodNumber;
|
|
1538
1529
|
prevented_co2e_kg: z.ZodNumber;
|
|
1530
|
+
issued_at: z.ZodISODateTime;
|
|
1539
1531
|
}, z.core.$strict>;
|
|
1540
1532
|
methodology: z.ZodObject<{
|
|
1541
1533
|
external_id: z.ZodUUID;
|
|
@@ -1564,8 +1556,8 @@ declare const GasIDIpfsSchema: z.ZodObject<{
|
|
|
1564
1556
|
external_url: z.ZodURL;
|
|
1565
1557
|
ipfs_uri: z.ZodString;
|
|
1566
1558
|
}, z.core.$strict>;
|
|
1567
|
-
|
|
1568
|
-
|
|
1559
|
+
waste_properties: z.ZodObject<{
|
|
1560
|
+
type: z.ZodEnum<{
|
|
1569
1561
|
Organic: "Organic";
|
|
1570
1562
|
}>;
|
|
1571
1563
|
subtype: z.ZodEnum<{
|
|
@@ -1663,14 +1655,14 @@ declare const RecycledIDAttributeMethodologySchema: z.ZodObject<{
|
|
|
1663
1655
|
type RecycledIDAttributeMethodology = z.infer<typeof RecycledIDAttributeMethodologySchema>;
|
|
1664
1656
|
declare const RecycledIDAttributeRecycledMassWeightSchema: z.ZodObject<{
|
|
1665
1657
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1666
|
-
trait_type: z.ZodLiteral<
|
|
1658
|
+
trait_type: z.ZodLiteral<string>;
|
|
1667
1659
|
value: z.ZodNumber;
|
|
1668
1660
|
display_type: z.ZodLiteral<"number">;
|
|
1669
1661
|
}, z.core.$strict>;
|
|
1670
1662
|
type RecycledIDAttributeRecycledMassWeight = z.infer<typeof RecycledIDAttributeRecycledMassWeightSchema>;
|
|
1671
1663
|
declare const RecycledIDAttributeCreditAmountSchema: z.ZodObject<{
|
|
1672
1664
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1673
|
-
trait_type: z.ZodLiteral<
|
|
1665
|
+
trait_type: z.ZodLiteral<string>;
|
|
1674
1666
|
value: z.ZodNumber;
|
|
1675
1667
|
display_type: z.ZodLiteral<"number">;
|
|
1676
1668
|
}, z.core.$strict>;
|
|
@@ -1706,7 +1698,7 @@ declare const RecycledIDAttributeSourceWasteTypeSchema: z.ZodObject<{
|
|
|
1706
1698
|
type RecycledIDAttributeSourceWasteType = z.infer<typeof RecycledIDAttributeSourceWasteTypeSchema>;
|
|
1707
1699
|
declare const RecycledIDAttributeSourceWeightSchema: z.ZodObject<{
|
|
1708
1700
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1709
|
-
trait_type: z.ZodLiteral<
|
|
1701
|
+
trait_type: z.ZodLiteral<string>;
|
|
1710
1702
|
value: z.ZodNumber;
|
|
1711
1703
|
display_type: z.ZodLiteral<"number">;
|
|
1712
1704
|
}, z.core.$strict>;
|
|
@@ -1723,18 +1715,6 @@ declare const RecycledIDAttributeOriginCitySchema: z.ZodObject<{
|
|
|
1723
1715
|
value: z.ZodString;
|
|
1724
1716
|
}, z.core.$strict>;
|
|
1725
1717
|
type RecycledIDAttributeOriginCity = z.infer<typeof RecycledIDAttributeOriginCitySchema>;
|
|
1726
|
-
declare const RecycledIDAttributeRecyclerSchema: z.ZodObject<{
|
|
1727
|
-
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1728
|
-
number: "number";
|
|
1729
|
-
date: "date";
|
|
1730
|
-
boost_number: "boost_number";
|
|
1731
|
-
boost_percentage: "boost_percentage";
|
|
1732
|
-
}>>;
|
|
1733
|
-
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1734
|
-
trait_type: z.ZodLiteral<"Recycler">;
|
|
1735
|
-
value: z.ZodString;
|
|
1736
|
-
}, z.core.$strict>;
|
|
1737
|
-
type RecycledIDAttributeRecycler = z.infer<typeof RecycledIDAttributeRecyclerSchema>;
|
|
1738
1718
|
declare const RecycledIDAttributeMassIDTokenIdSchema: z.ZodObject<{
|
|
1739
1719
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1740
1720
|
number: "number";
|
|
@@ -1748,11 +1728,17 @@ declare const RecycledIDAttributeMassIDTokenIdSchema: z.ZodObject<{
|
|
|
1748
1728
|
}, z.core.$strict>;
|
|
1749
1729
|
type RecycledIDAttributeMassIDTokenId = z.infer<typeof RecycledIDAttributeMassIDTokenIdSchema>;
|
|
1750
1730
|
declare const RecycledIDAttributeMassIDRecyclingDateSchema: z.ZodObject<{
|
|
1751
|
-
trait_type: z.ZodLiteral<
|
|
1731
|
+
trait_type: z.ZodLiteral<string>;
|
|
1752
1732
|
value: z.ZodNumber;
|
|
1753
1733
|
display_type: z.ZodLiteral<"date">;
|
|
1754
1734
|
}, z.core.$strict>;
|
|
1755
1735
|
type RecycledIDAttributeMassIDRecyclingDate = z.infer<typeof RecycledIDAttributeMassIDRecyclingDateSchema>;
|
|
1736
|
+
declare const RecycledIDAttributeCertificateIssuanceDateSchema: z.ZodObject<{
|
|
1737
|
+
trait_type: z.ZodLiteral<string>;
|
|
1738
|
+
value: z.ZodNumber;
|
|
1739
|
+
display_type: z.ZodLiteral<"date">;
|
|
1740
|
+
}, z.core.$strict>;
|
|
1741
|
+
type RecycledIDAttributeCertificateIssuanceDate = z.infer<typeof RecycledIDAttributeCertificateIssuanceDateSchema>;
|
|
1756
1742
|
declare const RecycledIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
1757
1743
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1758
1744
|
number: "number";
|
|
@@ -1768,12 +1754,12 @@ declare const RecycledIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
|
1768
1754
|
}>;
|
|
1769
1755
|
}, z.core.$strict>, z.ZodObject<{
|
|
1770
1756
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1771
|
-
trait_type: z.ZodLiteral<
|
|
1757
|
+
trait_type: z.ZodLiteral<string>;
|
|
1772
1758
|
value: z.ZodNumber;
|
|
1773
1759
|
display_type: z.ZodLiteral<"number">;
|
|
1774
1760
|
}, z.core.$strict>, z.ZodObject<{
|
|
1775
1761
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1776
|
-
trait_type: z.ZodLiteral<
|
|
1762
|
+
trait_type: z.ZodLiteral<string>;
|
|
1777
1763
|
value: z.ZodNumber;
|
|
1778
1764
|
display_type: z.ZodLiteral<"number">;
|
|
1779
1765
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -1803,7 +1789,7 @@ declare const RecycledIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
|
1803
1789
|
}>;
|
|
1804
1790
|
}, z.core.$strict>, z.ZodObject<{
|
|
1805
1791
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1806
|
-
trait_type: z.ZodLiteral<
|
|
1792
|
+
trait_type: z.ZodLiteral<string>;
|
|
1807
1793
|
value: z.ZodNumber;
|
|
1808
1794
|
display_type: z.ZodLiteral<"number">;
|
|
1809
1795
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -1816,16 +1802,6 @@ declare const RecycledIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
|
1816
1802
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1817
1803
|
trait_type: z.ZodLiteral<"Origin City">;
|
|
1818
1804
|
value: z.ZodString;
|
|
1819
|
-
}, z.core.$strict>, z.ZodObject<{
|
|
1820
|
-
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1821
|
-
number: "number";
|
|
1822
|
-
date: "date";
|
|
1823
|
-
boost_number: "boost_number";
|
|
1824
|
-
boost_percentage: "boost_percentage";
|
|
1825
|
-
}>>;
|
|
1826
|
-
max_value: z.ZodOptional<z.ZodNumber>;
|
|
1827
|
-
trait_type: z.ZodLiteral<"Recycler">;
|
|
1828
|
-
value: z.ZodString;
|
|
1829
1805
|
}, z.core.$strict>, z.ZodObject<{
|
|
1830
1806
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
1831
1807
|
number: "number";
|
|
@@ -1837,7 +1813,11 @@ declare const RecycledIDAttributesSchema: z.ZodTuple<[z.ZodObject<{
|
|
|
1837
1813
|
trait_type: z.ZodLiteral<"MassID">;
|
|
1838
1814
|
value: z.ZodString;
|
|
1839
1815
|
}, z.core.$strict>, z.ZodObject<{
|
|
1840
|
-
trait_type: z.ZodLiteral<
|
|
1816
|
+
trait_type: z.ZodLiteral<string>;
|
|
1817
|
+
value: z.ZodNumber;
|
|
1818
|
+
display_type: z.ZodLiteral<"date">;
|
|
1819
|
+
}, z.core.$strict>, z.ZodObject<{
|
|
1820
|
+
trait_type: z.ZodLiteral<string>;
|
|
1841
1821
|
value: z.ZodNumber;
|
|
1842
1822
|
display_type: z.ZodLiteral<"date">;
|
|
1843
1823
|
}, z.core.$strict>], null>;
|
|
@@ -1850,6 +1830,7 @@ declare const RecycledIDSummarySchema: z.ZodObject<{
|
|
|
1850
1830
|
"Carbon (CH\u2084)": "Carbon (CH₄)";
|
|
1851
1831
|
}>;
|
|
1852
1832
|
credit_amount: z.ZodNumber;
|
|
1833
|
+
issued_at: z.ZodISODateTime;
|
|
1853
1834
|
}, z.core.$strict>;
|
|
1854
1835
|
type RecycledIDSummary = z.infer<typeof RecycledIDSummarySchema>;
|
|
1855
1836
|
declare const RecycledIDDataSchema: z.ZodObject<{
|
|
@@ -1860,6 +1841,7 @@ declare const RecycledIDDataSchema: z.ZodObject<{
|
|
|
1860
1841
|
"Carbon (CH\u2084)": "Carbon (CH₄)";
|
|
1861
1842
|
}>;
|
|
1862
1843
|
credit_amount: z.ZodNumber;
|
|
1844
|
+
issued_at: z.ZodISODateTime;
|
|
1863
1845
|
}, z.core.$strict>;
|
|
1864
1846
|
methodology: z.ZodObject<{
|
|
1865
1847
|
external_id: z.ZodUUID;
|
|
@@ -1888,8 +1870,8 @@ declare const RecycledIDDataSchema: z.ZodObject<{
|
|
|
1888
1870
|
external_url: z.ZodURL;
|
|
1889
1871
|
ipfs_uri: z.ZodString;
|
|
1890
1872
|
}, z.core.$strict>;
|
|
1891
|
-
|
|
1892
|
-
|
|
1873
|
+
waste_properties: z.ZodObject<{
|
|
1874
|
+
type: z.ZodEnum<{
|
|
1893
1875
|
Organic: "Organic";
|
|
1894
1876
|
}>;
|
|
1895
1877
|
subtype: z.ZodEnum<{
|
|
@@ -2036,6 +2018,7 @@ declare const RecycledIDIpfsSchema: z.ZodObject<{
|
|
|
2036
2018
|
"Carbon (CH\u2084)": "Carbon (CH₄)";
|
|
2037
2019
|
}>;
|
|
2038
2020
|
credit_amount: z.ZodNumber;
|
|
2021
|
+
issued_at: z.ZodISODateTime;
|
|
2039
2022
|
}, z.core.$strict>;
|
|
2040
2023
|
methodology: z.ZodObject<{
|
|
2041
2024
|
external_id: z.ZodUUID;
|
|
@@ -2064,8 +2047,8 @@ declare const RecycledIDIpfsSchema: z.ZodObject<{
|
|
|
2064
2047
|
external_url: z.ZodURL;
|
|
2065
2048
|
ipfs_uri: z.ZodString;
|
|
2066
2049
|
}, z.core.$strict>;
|
|
2067
|
-
|
|
2068
|
-
|
|
2050
|
+
waste_properties: z.ZodObject<{
|
|
2051
|
+
type: z.ZodEnum<{
|
|
2069
2052
|
Organic: "Organic";
|
|
2070
2053
|
}>;
|
|
2071
2054
|
subtype: z.ZodEnum<{
|
|
@@ -2146,22 +2129,21 @@ declare const CreditPurchaseReceiptAttributesSchema: z.ZodArray<z.ZodUnion<reado
|
|
|
2146
2129
|
display_type: z.ZodLiteral<"number">;
|
|
2147
2130
|
}, z.core.$strict>, z.ZodObject<{
|
|
2148
2131
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2149
|
-
trait_type: z.ZodLiteral<
|
|
2132
|
+
trait_type: z.ZodLiteral<string>;
|
|
2150
2133
|
value: z.ZodNumber;
|
|
2151
2134
|
display_type: z.ZodLiteral<"number">;
|
|
2152
2135
|
}, z.core.$strict>, z.ZodObject<{
|
|
2153
2136
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2154
|
-
trait_type: z.ZodLiteral<
|
|
2137
|
+
trait_type: z.ZodLiteral<string>;
|
|
2155
2138
|
value: z.ZodNumber;
|
|
2156
2139
|
display_type: z.ZodLiteral<"number">;
|
|
2157
2140
|
}, z.core.$strict>, z.ZodObject<{
|
|
2158
|
-
|
|
2159
|
-
trait_type: z.ZodLiteral<"Purchase Date">;
|
|
2141
|
+
trait_type: z.ZodLiteral<string>;
|
|
2160
2142
|
value: z.ZodNumber;
|
|
2161
2143
|
display_type: z.ZodLiteral<"date">;
|
|
2162
2144
|
}, z.core.$strict>, z.ZodObject<{
|
|
2163
2145
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2164
|
-
trait_type: z.ZodLiteral<
|
|
2146
|
+
trait_type: z.ZodLiteral<string>;
|
|
2165
2147
|
value: z.ZodNumber;
|
|
2166
2148
|
display_type: z.ZodLiteral<"number">;
|
|
2167
2149
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -2373,6 +2355,37 @@ declare const NftIpfsSchema: z.ZodObject<{
|
|
|
2373
2355
|
}, z.core.$strict>;
|
|
2374
2356
|
type NftIpfs = z.infer<typeof NftIpfsSchema>;
|
|
2375
2357
|
|
|
2358
|
+
declare function createDateAttributeSchema(params: {
|
|
2359
|
+
traitType: string;
|
|
2360
|
+
title: string;
|
|
2361
|
+
description: string;
|
|
2362
|
+
omitMaxValue?: boolean;
|
|
2363
|
+
}): z.ZodObject<{
|
|
2364
|
+
trait_type: z.ZodLiteral<string>;
|
|
2365
|
+
value: z.ZodNumber;
|
|
2366
|
+
display_type: z.ZodLiteral<"date">;
|
|
2367
|
+
}, z.core.$strict>;
|
|
2368
|
+
declare function createWeightAttributeSchema(params: {
|
|
2369
|
+
traitType: string;
|
|
2370
|
+
title: string;
|
|
2371
|
+
description: string;
|
|
2372
|
+
}): z.ZodObject<{
|
|
2373
|
+
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2374
|
+
trait_type: z.ZodLiteral<string>;
|
|
2375
|
+
value: z.ZodNumber;
|
|
2376
|
+
display_type: z.ZodLiteral<"number">;
|
|
2377
|
+
}, z.core.$strict>;
|
|
2378
|
+
declare function createNumericAttributeSchema(params: {
|
|
2379
|
+
traitType: string;
|
|
2380
|
+
title: string;
|
|
2381
|
+
description: string;
|
|
2382
|
+
valueSchema: z.ZodNumber;
|
|
2383
|
+
}): z.ZodObject<{
|
|
2384
|
+
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2385
|
+
trait_type: z.ZodLiteral<string>;
|
|
2386
|
+
value: z.ZodNumber;
|
|
2387
|
+
display_type: z.ZodLiteral<"number">;
|
|
2388
|
+
}, z.core.$strict>;
|
|
2376
2389
|
declare const MethodologyAttributeSchema: z.ZodObject<{
|
|
2377
2390
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
2378
2391
|
number: "number";
|
|
@@ -2390,7 +2403,7 @@ declare const MethodologyAttributeSchema: z.ZodObject<{
|
|
|
2390
2403
|
type MethodologyAttribute = z.infer<typeof MethodologyAttributeSchema>;
|
|
2391
2404
|
declare const CreditAmountAttributeSchema: z.ZodObject<{
|
|
2392
2405
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2393
|
-
trait_type: z.ZodLiteral<
|
|
2406
|
+
trait_type: z.ZodLiteral<string>;
|
|
2394
2407
|
value: z.ZodNumber;
|
|
2395
2408
|
display_type: z.ZodLiteral<"number">;
|
|
2396
2409
|
}, z.core.$strict>;
|
|
@@ -2426,12 +2439,12 @@ declare const SourceWasteTypeAttributeSchema: z.ZodObject<{
|
|
|
2426
2439
|
type SourceWasteTypeAttribute = z.infer<typeof SourceWasteTypeAttributeSchema>;
|
|
2427
2440
|
declare const SourceWeightAttributeSchema: z.ZodObject<{
|
|
2428
2441
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2429
|
-
trait_type: z.ZodLiteral<
|
|
2442
|
+
trait_type: z.ZodLiteral<string>;
|
|
2430
2443
|
value: z.ZodNumber;
|
|
2431
2444
|
display_type: z.ZodLiteral<"number">;
|
|
2432
2445
|
}, z.core.$strict>;
|
|
2433
2446
|
type SourceWeightAttribute = z.infer<typeof SourceWeightAttributeSchema>;
|
|
2434
|
-
declare const
|
|
2447
|
+
declare const MassIDTokenIdAttributeSchema: z.ZodObject<{
|
|
2435
2448
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
2436
2449
|
number: "number";
|
|
2437
2450
|
date: "date";
|
|
@@ -2439,23 +2452,23 @@ declare const OriginCityAttributeSchema: z.ZodObject<{
|
|
|
2439
2452
|
boost_percentage: "boost_percentage";
|
|
2440
2453
|
}>>;
|
|
2441
2454
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2442
|
-
trait_type: z.ZodLiteral<"
|
|
2455
|
+
trait_type: z.ZodLiteral<"MassID">;
|
|
2443
2456
|
value: z.ZodString;
|
|
2444
2457
|
}, z.core.$strict>;
|
|
2445
|
-
type
|
|
2446
|
-
declare const
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
boost_number: "boost_number";
|
|
2451
|
-
boost_percentage: "boost_percentage";
|
|
2452
|
-
}>>;
|
|
2453
|
-
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2454
|
-
trait_type: z.ZodLiteral<"Recycler">;
|
|
2455
|
-
value: z.ZodString;
|
|
2458
|
+
type MassIDTokenIdAttribute = z.infer<typeof MassIDTokenIdAttributeSchema>;
|
|
2459
|
+
declare const MassIDRecyclingDateAttributeSchema: z.ZodObject<{
|
|
2460
|
+
trait_type: z.ZodLiteral<string>;
|
|
2461
|
+
value: z.ZodNumber;
|
|
2462
|
+
display_type: z.ZodLiteral<"date">;
|
|
2456
2463
|
}, z.core.$strict>;
|
|
2457
|
-
type
|
|
2458
|
-
declare const
|
|
2464
|
+
type MassIDRecyclingDateAttribute = z.infer<typeof MassIDRecyclingDateAttributeSchema>;
|
|
2465
|
+
declare const CertificateIssuanceDateAttributeSchema: z.ZodObject<{
|
|
2466
|
+
trait_type: z.ZodLiteral<string>;
|
|
2467
|
+
value: z.ZodNumber;
|
|
2468
|
+
display_type: z.ZodLiteral<"date">;
|
|
2469
|
+
}, z.core.$strict>;
|
|
2470
|
+
type CertificateIssuanceDateAttribute = z.infer<typeof CertificateIssuanceDateAttributeSchema>;
|
|
2471
|
+
declare const OriginCityAttributeSchema: z.ZodObject<{
|
|
2459
2472
|
display_type: z.ZodOptional<z.ZodEnum<{
|
|
2460
2473
|
number: "number";
|
|
2461
2474
|
date: "date";
|
|
@@ -2463,16 +2476,10 @@ declare const MassIDTokenIdAttributeSchema: z.ZodObject<{
|
|
|
2463
2476
|
boost_percentage: "boost_percentage";
|
|
2464
2477
|
}>>;
|
|
2465
2478
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
2466
|
-
trait_type: z.ZodLiteral<"
|
|
2479
|
+
trait_type: z.ZodLiteral<"Origin City">;
|
|
2467
2480
|
value: z.ZodString;
|
|
2468
2481
|
}, z.core.$strict>;
|
|
2469
|
-
type
|
|
2470
|
-
declare const MassIDRecyclingDateAttributeSchema: z.ZodObject<{
|
|
2471
|
-
trait_type: z.ZodLiteral<"MassID Recycling Date">;
|
|
2472
|
-
value: z.ZodNumber;
|
|
2473
|
-
display_type: z.ZodLiteral<"date">;
|
|
2474
|
-
}, z.core.$strict>;
|
|
2475
|
-
type MassIDRecyclingDateAttribute = z.infer<typeof MassIDRecyclingDateAttributeSchema>;
|
|
2482
|
+
type OriginCityAttribute = z.infer<typeof OriginCityAttributeSchema>;
|
|
2476
2483
|
|
|
2477
2484
|
declare const NonEmptyStringSchema: z.ZodString;
|
|
2478
2485
|
type NonEmptyString = z.infer<typeof NonEmptyStringSchema>;
|
|
@@ -2610,6 +2617,10 @@ declare const CreditTypeSchema: z.ZodEnum<{
|
|
|
2610
2617
|
"Carbon (CH\u2084)": "Carbon (CH₄)";
|
|
2611
2618
|
}>;
|
|
2612
2619
|
type CreditType = z.infer<typeof CreditTypeSchema>;
|
|
2620
|
+
declare const GasTypeSchema: z.ZodEnum<{
|
|
2621
|
+
"Methane (CH\u2084)": "Methane (CH₄)";
|
|
2622
|
+
}>;
|
|
2623
|
+
type GasType = z.infer<typeof GasTypeSchema>;
|
|
2613
2624
|
declare const VehicleTypeSchema: z.ZodEnum<{
|
|
2614
2625
|
Bicycle: "Bicycle";
|
|
2615
2626
|
Boat: "Boat";
|
|
@@ -2844,8 +2855,8 @@ declare const MethodologyReferenceSchema: z.ZodObject<{
|
|
|
2844
2855
|
}, z.core.$strict>;
|
|
2845
2856
|
type MethodologyReference = z.infer<typeof MethodologyReferenceSchema>;
|
|
2846
2857
|
|
|
2847
|
-
declare const
|
|
2848
|
-
|
|
2858
|
+
declare const WastePropertiesSchema: z.ZodObject<{
|
|
2859
|
+
type: z.ZodEnum<{
|
|
2849
2860
|
Organic: "Organic";
|
|
2850
2861
|
}>;
|
|
2851
2862
|
subtype: z.ZodEnum<{
|
|
@@ -2859,7 +2870,7 @@ declare const WasteClassificationSchema: z.ZodObject<{
|
|
|
2859
2870
|
}>;
|
|
2860
2871
|
net_weight_kg: z.ZodNumber;
|
|
2861
2872
|
}, z.core.$strict>;
|
|
2862
|
-
type
|
|
2873
|
+
type WasteProperties = z.infer<typeof WastePropertiesSchema>;
|
|
2863
2874
|
declare const AccreditedParticipantSchema: z.ZodObject<{
|
|
2864
2875
|
participant_id: z.ZodUUID;
|
|
2865
2876
|
name: z.ZodString;
|
|
@@ -3581,22 +3592,21 @@ declare const CreditPurchaseReceiptIpfsSchema: z.ZodObject<{
|
|
|
3581
3592
|
display_type: z.ZodLiteral<"number">;
|
|
3582
3593
|
}, z.core.$strict>, z.ZodObject<{
|
|
3583
3594
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
3584
|
-
trait_type: z.ZodLiteral<
|
|
3595
|
+
trait_type: z.ZodLiteral<string>;
|
|
3585
3596
|
value: z.ZodNumber;
|
|
3586
3597
|
display_type: z.ZodLiteral<"number">;
|
|
3587
3598
|
}, z.core.$strict>, z.ZodObject<{
|
|
3588
3599
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
3589
|
-
trait_type: z.ZodLiteral<
|
|
3600
|
+
trait_type: z.ZodLiteral<string>;
|
|
3590
3601
|
value: z.ZodNumber;
|
|
3591
3602
|
display_type: z.ZodLiteral<"number">;
|
|
3592
3603
|
}, z.core.$strict>, z.ZodObject<{
|
|
3593
|
-
|
|
3594
|
-
trait_type: z.ZodLiteral<"Purchase Date">;
|
|
3604
|
+
trait_type: z.ZodLiteral<string>;
|
|
3595
3605
|
value: z.ZodNumber;
|
|
3596
3606
|
display_type: z.ZodLiteral<"date">;
|
|
3597
3607
|
}, z.core.$strict>, z.ZodObject<{
|
|
3598
3608
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
3599
|
-
trait_type: z.ZodLiteral<
|
|
3609
|
+
trait_type: z.ZodLiteral<string>;
|
|
3600
3610
|
value: z.ZodNumber;
|
|
3601
3611
|
display_type: z.ZodLiteral<"number">;
|
|
3602
3612
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -3772,7 +3782,7 @@ declare const CreditRetirementReceiptAttributesSchema: z.ZodArray<z.ZodUnion<rea
|
|
|
3772
3782
|
display_type: z.ZodLiteral<"number">;
|
|
3773
3783
|
}, z.core.$strict>, z.ZodObject<{
|
|
3774
3784
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
3775
|
-
trait_type: z.ZodLiteral<
|
|
3785
|
+
trait_type: z.ZodLiteral<string>;
|
|
3776
3786
|
value: z.ZodNumber;
|
|
3777
3787
|
display_type: z.ZodLiteral<"number">;
|
|
3778
3788
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -3796,13 +3806,12 @@ declare const CreditRetirementReceiptAttributesSchema: z.ZodArray<z.ZodUnion<rea
|
|
|
3796
3806
|
trait_type: z.ZodLiteral<"Credit Holder">;
|
|
3797
3807
|
value: z.ZodString;
|
|
3798
3808
|
}, z.core.$strict>, z.ZodObject<{
|
|
3799
|
-
|
|
3800
|
-
trait_type: z.ZodLiteral<"Retirement Date">;
|
|
3809
|
+
trait_type: z.ZodLiteral<string>;
|
|
3801
3810
|
value: z.ZodNumber;
|
|
3802
3811
|
display_type: z.ZodLiteral<"date">;
|
|
3803
3812
|
}, z.core.$strict>, z.ZodObject<{
|
|
3804
3813
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
3805
|
-
trait_type: z.ZodLiteral<
|
|
3814
|
+
trait_type: z.ZodLiteral<string>;
|
|
3806
3815
|
value: z.ZodNumber;
|
|
3807
3816
|
display_type: z.ZodLiteral<"number">;
|
|
3808
3817
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -4162,7 +4171,7 @@ declare const CreditRetirementReceiptIpfsSchema: z.ZodObject<{
|
|
|
4162
4171
|
display_type: z.ZodLiteral<"number">;
|
|
4163
4172
|
}, z.core.$strict>, z.ZodObject<{
|
|
4164
4173
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
4165
|
-
trait_type: z.ZodLiteral<
|
|
4174
|
+
trait_type: z.ZodLiteral<string>;
|
|
4166
4175
|
value: z.ZodNumber;
|
|
4167
4176
|
display_type: z.ZodLiteral<"number">;
|
|
4168
4177
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -4186,13 +4195,12 @@ declare const CreditRetirementReceiptIpfsSchema: z.ZodObject<{
|
|
|
4186
4195
|
trait_type: z.ZodLiteral<"Credit Holder">;
|
|
4187
4196
|
value: z.ZodString;
|
|
4188
4197
|
}, z.core.$strict>, z.ZodObject<{
|
|
4189
|
-
|
|
4190
|
-
trait_type: z.ZodLiteral<"Retirement Date">;
|
|
4198
|
+
trait_type: z.ZodLiteral<string>;
|
|
4191
4199
|
value: z.ZodNumber;
|
|
4192
4200
|
display_type: z.ZodLiteral<"date">;
|
|
4193
4201
|
}, z.core.$strict>, z.ZodObject<{
|
|
4194
4202
|
max_value: z.ZodOptional<z.ZodNumber>;
|
|
4195
|
-
trait_type: z.ZodLiteral<
|
|
4203
|
+
trait_type: z.ZodLiteral<string>;
|
|
4196
4204
|
value: z.ZodNumber;
|
|
4197
4205
|
display_type: z.ZodLiteral<"number">;
|
|
4198
4206
|
}, z.core.$strict>, z.ZodObject<{
|
|
@@ -4703,4 +4711,4 @@ declare const MassIDAuditDataSchema: z.ZodObject<{
|
|
|
4703
4711
|
}, z.core.$strict>;
|
|
4704
4712
|
type MassIDAuditData = z.infer<typeof MassIDAuditDataSchema>;
|
|
4705
4713
|
|
|
4706
|
-
export { ALLOWED_BLOCKCHAIN_NETWORKS, type AccreditedParticipant, AccreditedParticipantSchema, type AccreditedParticipants, AccreditedParticipantsSchema, type AuditReference, AuditReferenceSchema, type AuditResult, AuditResultSchema, type AuditRuleDefinition, AuditRuleDefinitionSchema, type AuditRuleDefinitions, AuditRuleDefinitionsSchema, type AuditRuleExecutionResult, AuditRuleExecutionResultSchema, type AuditRuleExecutionResults, AuditRuleExecutionResultsSchema, BLOCKCHAIN_NETWORK_CONFIG, BRAZIL_COUNTRY_CODE, BRAZIL_MUNICIPALITIES, BRAZIL_MUNICIPALITIES_NAMES, BRAZIL_SUBDIVISION_CODES, type BaseIpfs, BaseIpfsSchema, type BlockchainChainId, BlockchainChainIdSchema, type BlockchainNetworkName, BlockchainNetworkNameSchema, type BlockchainReference, type CalculationValue, type City, CitySchema, type Collection, type CollectionName, CollectionNameSchema, CollectionSchema, CollectionSchemaMeta, type CollectionSlug, CollectionSlugSchema, type ContainerType, ContainerTypeSchema, type Coordinates, CoordinatesSchema, type Credit, type CreditAmount, type CreditAmountAttribute, CreditAmountAttributeSchema, CreditAmountSchema, type CreditPurchaseReceiptAttributes, CreditPurchaseReceiptAttributesSchema, type CreditPurchaseReceiptBuyer, type CreditPurchaseReceiptCertificate, type CreditPurchaseReceiptCollection, type CreditPurchaseReceiptCredit, type CreditPurchaseReceiptData, CreditPurchaseReceiptDataSchema, type CreditPurchaseReceiptIdentity, type CreditPurchaseReceiptIpfs, CreditPurchaseReceiptIpfsSchema, CreditPurchaseReceiptIpfsSchemaMeta, type CreditPurchaseReceiptParticipantReward, type CreditPurchaseReceiptParties, type CreditPurchaseReceiptReceiver, type CreditPurchaseReceiptReference, type CreditPurchaseReceiptRetirement, type CreditPurchaseReceiptRetirementReceipt, type CreditPurchaseReceiptSummary, CreditPurchaseReceiptSummarySchema, type CreditRetirementMassIdReference, type CreditRetirementReceiptAttributes, CreditRetirementReceiptAttributesSchema, type CreditRetirementReceiptBeneficiary, type CreditRetirementReceiptCertificate, type CreditRetirementReceiptCertificateCredit, type CreditRetirementReceiptCollection, type CreditRetirementReceiptCredit, type CreditRetirementReceiptCreditHolder, type CreditRetirementReceiptData, CreditRetirementReceiptDataSchema, type CreditRetirementReceiptIdentity, type CreditRetirementReceiptIpfs, CreditRetirementReceiptIpfsSchema, CreditRetirementReceiptIpfsSchemaMeta, type CreditRetirementReceiptSummary, CreditRetirementReceiptSummarySchema, CreditSchema, CreditSchemaMeta, type CreditTokenName, CreditTokenNameSchema, type CreditTokenSlug, CreditTokenSlugSchema, type CreditTokenSymbol, CreditTokenSymbolSchema, type CreditType, type CreditTypeAttribute, CreditTypeAttributeSchema, CreditTypeSchema, type DistributionNotes, DistributionNotesSchema, EPSILON, type EnsDomain, EnsDomainSchema, type EthereumAddress, EthereumAddressSchema, type ExternalId, ExternalIdSchema, type ExternalLink, type ExternalUrl, ExternalUrlSchema, type GasIDAttributeCo2ePrevented, type GasIDAttributeCreditAmount, type GasIDAttributeCreditType, type GasIDAttributeGasType, type GasIDAttributeMassIDRecyclingDate, type GasIDAttributeMassIDTokenId, type GasIDAttributeMethodology, type GasIDAttributeOriginCity, type
|
|
4714
|
+
export { ALLOWED_BLOCKCHAIN_NETWORKS, type AccreditedParticipant, AccreditedParticipantSchema, type AccreditedParticipants, AccreditedParticipantsSchema, type AuditReference, AuditReferenceSchema, type AuditResult, AuditResultSchema, type AuditRuleDefinition, AuditRuleDefinitionSchema, type AuditRuleDefinitions, AuditRuleDefinitionsSchema, type AuditRuleExecutionResult, AuditRuleExecutionResultSchema, type AuditRuleExecutionResults, AuditRuleExecutionResultsSchema, BLOCKCHAIN_NETWORK_CONFIG, BRAZIL_COUNTRY_CODE, BRAZIL_MUNICIPALITIES, BRAZIL_MUNICIPALITIES_NAMES, BRAZIL_SUBDIVISION_CODES, type BaseIpfs, BaseIpfsSchema, type BlockchainChainId, BlockchainChainIdSchema, type BlockchainNetworkName, BlockchainNetworkNameSchema, type BlockchainReference, type CalculationValue, type CertificateIssuanceDateAttribute, CertificateIssuanceDateAttributeSchema, type City, CitySchema, type Collection, type CollectionName, CollectionNameSchema, CollectionSchema, CollectionSchemaMeta, type CollectionSlug, CollectionSlugSchema, type ContainerType, ContainerTypeSchema, type Coordinates, CoordinatesSchema, type Credit, type CreditAmount, type CreditAmountAttribute, CreditAmountAttributeSchema, CreditAmountSchema, type CreditPurchaseReceiptAttributes, CreditPurchaseReceiptAttributesSchema, type CreditPurchaseReceiptBuyer, type CreditPurchaseReceiptCertificate, type CreditPurchaseReceiptCollection, type CreditPurchaseReceiptCredit, type CreditPurchaseReceiptData, CreditPurchaseReceiptDataSchema, type CreditPurchaseReceiptIdentity, type CreditPurchaseReceiptIpfs, CreditPurchaseReceiptIpfsSchema, CreditPurchaseReceiptIpfsSchemaMeta, type CreditPurchaseReceiptParticipantReward, type CreditPurchaseReceiptParties, type CreditPurchaseReceiptReceiver, type CreditPurchaseReceiptReference, type CreditPurchaseReceiptRetirement, type CreditPurchaseReceiptRetirementReceipt, type CreditPurchaseReceiptSummary, CreditPurchaseReceiptSummarySchema, type CreditRetirementMassIdReference, type CreditRetirementReceiptAttributes, CreditRetirementReceiptAttributesSchema, type CreditRetirementReceiptBeneficiary, type CreditRetirementReceiptCertificate, type CreditRetirementReceiptCertificateCredit, type CreditRetirementReceiptCollection, type CreditRetirementReceiptCredit, type CreditRetirementReceiptCreditHolder, type CreditRetirementReceiptData, CreditRetirementReceiptDataSchema, type CreditRetirementReceiptIdentity, type CreditRetirementReceiptIpfs, CreditRetirementReceiptIpfsSchema, CreditRetirementReceiptIpfsSchemaMeta, type CreditRetirementReceiptSummary, CreditRetirementReceiptSummarySchema, CreditSchema, CreditSchemaMeta, type CreditTokenName, CreditTokenNameSchema, type CreditTokenSlug, CreditTokenSlugSchema, type CreditTokenSymbol, CreditTokenSymbolSchema, type CreditType, type CreditTypeAttribute, CreditTypeAttributeSchema, CreditTypeSchema, type DistributionNotes, DistributionNotesSchema, EPSILON, type EnsDomain, EnsDomainSchema, type EthereumAddress, EthereumAddressSchema, type ExternalId, ExternalIdSchema, type ExternalLink, type ExternalUrl, ExternalUrlSchema, type GasIDAttributeCertificateIssuanceDate, type GasIDAttributeCo2ePrevented, type GasIDAttributeCreditAmount, type GasIDAttributeCreditType, type GasIDAttributeGasType, type GasIDAttributeMassIDRecyclingDate, type GasIDAttributeMassIDTokenId, type GasIDAttributeMethodology, type GasIDAttributeOriginCity, type GasIDAttributeSourceWasteType, type GasIDAttributeSourceWeight, type GasIDAttributes, GasIDAttributesSchema, type GasIDData, GasIDDataSchema, type GasIDIpfs, GasIDIpfsSchema, GasIDIpfsSchemaMeta, type GasIDReference, GasIDReferenceSchema, type GasIDSummary, type GasType, GasTypeSchema, type HexColor, HexColorSchema, type IbamaWasteClassification, IbamaWasteClassificationSchema, type IpfsCid, IpfsCidSchema, type IpfsUri, IpfsUriSchema, type Ipns, IpnsSchema, type IsoCountryCode, IsoCountryCodeSchema, type IsoCountrySubdivisionCode, IsoCountrySubdivisionCodeSchema, type IsoDate, IsoDateSchema, type IsoDateTime, IsoDateTimeSchema, type Latitude, LatitudeSchema, type Location, LocationSchema, type Longitude, LongitudeSchema, type MassIDAttachment, type MassIDAttachmentType, type MassIDAttributeDropOffDate, type MassIDAttributeLocalWasteClassificationId, type MassIDAttributeOriginCity, type MassIDAttributePickUpDate, type MassIDAttributePickUpVehicleType, type MassIDAttributeRecyclingDate, type MassIDAttributeRecyclingManifestCode, type MassIDAttributeRecyclingMethod, type MassIDAttributeScaleType, type MassIDAttributeTransportManifestCode, type MassIDAttributeWasteSubtype, type MassIDAttributeWasteType, type MassIDAttributeWeighingCaptureMethod, type MassIDAttributeWeight, type MassIDAttributes, MassIDAttributesSchema, type MassIDAudit, type MassIDAuditData, MassIDAuditDataSchema, MassIDAuditSchema, MassIDAuditSchemaMeta, type MassIDAuditSummary, MassIDAuditSummarySchema, type MassIDData, MassIDDataSchema, type MassIDEvent, type MassIDEvents, type MassIDIpfs, MassIDIpfsSchema, MassIDIpfsSchemaMeta, type MassIDLocalClassification, type MassIDRecyclingDateAttribute, MassIDRecyclingDateAttributeSchema, type MassIDReference, MassIDReferenceSchema, type MassIDReferenceWithContract, type MassIDTokenIdAttribute, MassIDTokenIdAttributeSchema, type MassIDWasteProperties, type MassIdReferenceWithContract, MassIdReferenceWithContractSchema, type Methodology, type MethodologyAttribute, MethodologyAttributeSchema, type MethodologyData, MethodologyDataSchema, type MethodologyName, MethodologyNameSchema, type MethodologyReference, MethodologyReferenceSchema, MethodologySchema, MethodologySchemaMeta, type MethodologyShortName, MethodologyShortNameSchema, type MethodologySlug, MethodologySlugSchema, type NftAttribute, NftAttributeSchema, type NftIpfs, NftIpfsSchema, type NftSchemaType, type NonEmptyString, NonEmptyStringSchema, type NonNegativeFloat, NonNegativeFloatSchema, type NonNegativeInteger, NonNegativeIntegerSchema, type OriginCityAttribute, OriginCityAttributeSchema, type Participant, type ParticipantRewards, ParticipantRewardsSchema, type ParticipantRole, ParticipantRoleSchema, ParticipantSchema, type Percentage, PercentageSchema, type PositiveInteger, PositiveIntegerSchema, type PreventedEmissionsCalculation, type ReceiptIdentity, ReceiptIdentitySchema, type RecordEnvironment, RecordEnvironmentSchema, type RecordSchemaType, RecordSchemaTypeSchema, type RecycledIDAttributeCertificateIssuanceDate, type RecycledIDAttributeCreditAmount, type RecycledIDAttributeCreditType, type RecycledIDAttributeMassIDRecyclingDate, type RecycledIDAttributeMassIDTokenId, type RecycledIDAttributeMethodology, type RecycledIDAttributeOriginCity, type RecycledIDAttributeRecycledMassWeight, type RecycledIDAttributeSourceWasteType, type RecycledIDAttributeSourceWeight, type RecycledIDAttributes, RecycledIDAttributesSchema, type RecycledIDData, RecycledIDDataSchema, type RecycledIDIpfs, RecycledIDIpfsSchema, RecycledIDIpfsSchemaMeta, type RecycledIDSummary, type RewardAllocation, RewardAllocationSchema, type ScaleType, ScaleTypeSchema, type SchemaInfo, SchemaInfoSchema, type SemanticVersion, SemanticVersionSchema, type Sha256Hash, Sha256HashSchema, type Slug, SlugSchema, type SmartContract, type SmartContractAddress, SmartContractAddressSchema, SmartContractSchema, type SourceWasteTypeAttribute, SourceWasteTypeAttributeSchema, type SourceWeightAttribute, SourceWeightAttributeSchema, type StringifiedTokenId, StringifiedTokenIdSchema, type TokenId, TokenIdSchema, type UnixTimestamp, UnixTimestampSchema, type Uuid, UuidSchema, type VehicleType, VehicleTypeSchema, type ViewerReference, ViewerReferenceSchema, type WasteProperties, WastePropertiesSchema, type WasteSubtype, WasteSubtypeSchema, type WasteType, WasteTypeSchema, type WeighingCaptureMethod, WeighingCaptureMethodSchema, type WeightKg, WeightKgSchema, buildSchemaUrl, canonicalizeForHash, createAttributeMap, createDateAttributeSchema, createNumericAttributeSchema, createReceiptCertificateSchema, createReceiptCollectionSchema, createReceiptCreditSchema, createWeightAttributeSchema, getSchemaBaseUrl, getSchemaVersionOrDefault, hashCanonicalJson, hashObject, nearlyEqual, uniqueArrayItems, uniqueBy, validateAttributeValue, validateAttributesForItems, validateCountMatches, validateDateAttribute, validateLocationBrazilData, validateSummaryListMatchesData, validateTotalMatches };
|