@twin.org/standards-gs1 0.0.1-next.21 → 0.0.1-next.22
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/cjs/index.cjs +15 -15
- package/dist/esm/index.mjs +15 -15
- package/docs/changelog.md +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -487,7 +487,7 @@ exports.Gs1Location = class Gs1Location {
|
|
|
487
487
|
__decorate([
|
|
488
488
|
entity.property({ description: "Unique identifier for the location.", type: "string", isPrimary: true }),
|
|
489
489
|
__metadata("design:type", String)
|
|
490
|
-
], exports.Gs1Location.prototype, "id",
|
|
490
|
+
], exports.Gs1Location.prototype, "id", void 0);
|
|
491
491
|
__decorate([
|
|
492
492
|
entity.property({
|
|
493
493
|
description: "Site identifier or name, if applicable.",
|
|
@@ -495,7 +495,7 @@ __decorate([
|
|
|
495
495
|
optional: true
|
|
496
496
|
}),
|
|
497
497
|
__metadata("design:type", String)
|
|
498
|
-
], exports.Gs1Location.prototype, "site",
|
|
498
|
+
], exports.Gs1Location.prototype, "site", void 0);
|
|
499
499
|
__decorate([
|
|
500
500
|
entity.property({
|
|
501
501
|
description: "Additional site-specific information or code.",
|
|
@@ -503,7 +503,7 @@ __decorate([
|
|
|
503
503
|
optional: true
|
|
504
504
|
}),
|
|
505
505
|
__metadata("design:type", String)
|
|
506
|
-
], exports.Gs1Location.prototype, "sst",
|
|
506
|
+
], exports.Gs1Location.prototype, "sst", void 0);
|
|
507
507
|
__decorate([
|
|
508
508
|
entity.property({
|
|
509
509
|
description: "Sub-site area or section information.",
|
|
@@ -511,7 +511,7 @@ __decorate([
|
|
|
511
511
|
optional: true
|
|
512
512
|
}),
|
|
513
513
|
__metadata("design:type", String)
|
|
514
|
-
], exports.Gs1Location.prototype, "ssa",
|
|
514
|
+
], exports.Gs1Location.prototype, "ssa", void 0);
|
|
515
515
|
__decorate([
|
|
516
516
|
entity.property({
|
|
517
517
|
description: "Detailed site description or additional data.",
|
|
@@ -519,7 +519,7 @@ __decorate([
|
|
|
519
519
|
optional: true
|
|
520
520
|
}),
|
|
521
521
|
__metadata("design:type", String)
|
|
522
|
-
], exports.Gs1Location.prototype, "ssd",
|
|
522
|
+
], exports.Gs1Location.prototype, "ssd", void 0);
|
|
523
523
|
__decorate([
|
|
524
524
|
entity.property({
|
|
525
525
|
description: "Name of the location.",
|
|
@@ -527,7 +527,7 @@ __decorate([
|
|
|
527
527
|
optional: true
|
|
528
528
|
}),
|
|
529
529
|
__metadata("design:type", String)
|
|
530
|
-
], exports.Gs1Location.prototype, "name",
|
|
530
|
+
], exports.Gs1Location.prototype, "name", void 0);
|
|
531
531
|
__decorate([
|
|
532
532
|
entity.property({
|
|
533
533
|
description: "Primary street address.",
|
|
@@ -535,7 +535,7 @@ __decorate([
|
|
|
535
535
|
optional: true
|
|
536
536
|
}),
|
|
537
537
|
__metadata("design:type", String)
|
|
538
|
-
], exports.Gs1Location.prototype, "streetAddressOne",
|
|
538
|
+
], exports.Gs1Location.prototype, "streetAddressOne", void 0);
|
|
539
539
|
__decorate([
|
|
540
540
|
entity.property({
|
|
541
541
|
description: "Secondary street address, if needed.",
|
|
@@ -543,7 +543,7 @@ __decorate([
|
|
|
543
543
|
optional: true
|
|
544
544
|
}),
|
|
545
545
|
__metadata("design:type", String)
|
|
546
|
-
], exports.Gs1Location.prototype, "streetAddressTwo",
|
|
546
|
+
], exports.Gs1Location.prototype, "streetAddressTwo", void 0);
|
|
547
547
|
__decorate([
|
|
548
548
|
entity.property({
|
|
549
549
|
description: "Tertiary street address, if applicable.",
|
|
@@ -551,7 +551,7 @@ __decorate([
|
|
|
551
551
|
optional: true
|
|
552
552
|
}),
|
|
553
553
|
__metadata("design:type", String)
|
|
554
|
-
], exports.Gs1Location.prototype, "streetAddressThree",
|
|
554
|
+
], exports.Gs1Location.prototype, "streetAddressThree", void 0);
|
|
555
555
|
__decorate([
|
|
556
556
|
entity.property({
|
|
557
557
|
description: "City where the location is situated.",
|
|
@@ -559,7 +559,7 @@ __decorate([
|
|
|
559
559
|
optional: true
|
|
560
560
|
}),
|
|
561
561
|
__metadata("design:type", String)
|
|
562
|
-
], exports.Gs1Location.prototype, "city",
|
|
562
|
+
], exports.Gs1Location.prototype, "city", void 0);
|
|
563
563
|
__decorate([
|
|
564
564
|
entity.property({
|
|
565
565
|
description: "State or province of the location.",
|
|
@@ -567,7 +567,7 @@ __decorate([
|
|
|
567
567
|
optional: true
|
|
568
568
|
}),
|
|
569
569
|
__metadata("design:type", String)
|
|
570
|
-
], exports.Gs1Location.prototype, "state",
|
|
570
|
+
], exports.Gs1Location.prototype, "state", void 0);
|
|
571
571
|
__decorate([
|
|
572
572
|
entity.property({
|
|
573
573
|
description: "Postal or ZIP code for the location.",
|
|
@@ -575,7 +575,7 @@ __decorate([
|
|
|
575
575
|
optional: true
|
|
576
576
|
}),
|
|
577
577
|
__metadata("design:type", String)
|
|
578
|
-
], exports.Gs1Location.prototype, "postalCode",
|
|
578
|
+
], exports.Gs1Location.prototype, "postalCode", void 0);
|
|
579
579
|
__decorate([
|
|
580
580
|
entity.property({
|
|
581
581
|
description: "Country code where the location is located.",
|
|
@@ -583,7 +583,7 @@ __decorate([
|
|
|
583
583
|
optional: true
|
|
584
584
|
}),
|
|
585
585
|
__metadata("design:type", String)
|
|
586
|
-
], exports.Gs1Location.prototype, "countryCode",
|
|
586
|
+
], exports.Gs1Location.prototype, "countryCode", void 0);
|
|
587
587
|
__decorate([
|
|
588
588
|
entity.property({
|
|
589
589
|
description: "Latitude coordinate of the location.",
|
|
@@ -591,7 +591,7 @@ __decorate([
|
|
|
591
591
|
optional: true
|
|
592
592
|
}),
|
|
593
593
|
__metadata("design:type", Number)
|
|
594
|
-
], exports.Gs1Location.prototype, "latitude",
|
|
594
|
+
], exports.Gs1Location.prototype, "latitude", void 0);
|
|
595
595
|
__decorate([
|
|
596
596
|
entity.property({
|
|
597
597
|
description: "Longitude coordinate of the location.",
|
|
@@ -599,7 +599,7 @@ __decorate([
|
|
|
599
599
|
optional: true
|
|
600
600
|
}),
|
|
601
601
|
__metadata("design:type", Number)
|
|
602
|
-
], exports.Gs1Location.prototype, "longitude",
|
|
602
|
+
], exports.Gs1Location.prototype, "longitude", void 0);
|
|
603
603
|
exports.Gs1Location = __decorate([
|
|
604
604
|
entity.entity({
|
|
605
605
|
description: "Stores detailed information about locations, including addresses and geographic coordinates"
|
package/dist/esm/index.mjs
CHANGED
|
@@ -485,7 +485,7 @@ let Gs1Location = class Gs1Location {
|
|
|
485
485
|
__decorate([
|
|
486
486
|
property({ description: "Unique identifier for the location.", type: "string", isPrimary: true }),
|
|
487
487
|
__metadata("design:type", String)
|
|
488
|
-
], Gs1Location.prototype, "id",
|
|
488
|
+
], Gs1Location.prototype, "id", void 0);
|
|
489
489
|
__decorate([
|
|
490
490
|
property({
|
|
491
491
|
description: "Site identifier or name, if applicable.",
|
|
@@ -493,7 +493,7 @@ __decorate([
|
|
|
493
493
|
optional: true
|
|
494
494
|
}),
|
|
495
495
|
__metadata("design:type", String)
|
|
496
|
-
], Gs1Location.prototype, "site",
|
|
496
|
+
], Gs1Location.prototype, "site", void 0);
|
|
497
497
|
__decorate([
|
|
498
498
|
property({
|
|
499
499
|
description: "Additional site-specific information or code.",
|
|
@@ -501,7 +501,7 @@ __decorate([
|
|
|
501
501
|
optional: true
|
|
502
502
|
}),
|
|
503
503
|
__metadata("design:type", String)
|
|
504
|
-
], Gs1Location.prototype, "sst",
|
|
504
|
+
], Gs1Location.prototype, "sst", void 0);
|
|
505
505
|
__decorate([
|
|
506
506
|
property({
|
|
507
507
|
description: "Sub-site area or section information.",
|
|
@@ -509,7 +509,7 @@ __decorate([
|
|
|
509
509
|
optional: true
|
|
510
510
|
}),
|
|
511
511
|
__metadata("design:type", String)
|
|
512
|
-
], Gs1Location.prototype, "ssa",
|
|
512
|
+
], Gs1Location.prototype, "ssa", void 0);
|
|
513
513
|
__decorate([
|
|
514
514
|
property({
|
|
515
515
|
description: "Detailed site description or additional data.",
|
|
@@ -517,7 +517,7 @@ __decorate([
|
|
|
517
517
|
optional: true
|
|
518
518
|
}),
|
|
519
519
|
__metadata("design:type", String)
|
|
520
|
-
], Gs1Location.prototype, "ssd",
|
|
520
|
+
], Gs1Location.prototype, "ssd", void 0);
|
|
521
521
|
__decorate([
|
|
522
522
|
property({
|
|
523
523
|
description: "Name of the location.",
|
|
@@ -525,7 +525,7 @@ __decorate([
|
|
|
525
525
|
optional: true
|
|
526
526
|
}),
|
|
527
527
|
__metadata("design:type", String)
|
|
528
|
-
], Gs1Location.prototype, "name",
|
|
528
|
+
], Gs1Location.prototype, "name", void 0);
|
|
529
529
|
__decorate([
|
|
530
530
|
property({
|
|
531
531
|
description: "Primary street address.",
|
|
@@ -533,7 +533,7 @@ __decorate([
|
|
|
533
533
|
optional: true
|
|
534
534
|
}),
|
|
535
535
|
__metadata("design:type", String)
|
|
536
|
-
], Gs1Location.prototype, "streetAddressOne",
|
|
536
|
+
], Gs1Location.prototype, "streetAddressOne", void 0);
|
|
537
537
|
__decorate([
|
|
538
538
|
property({
|
|
539
539
|
description: "Secondary street address, if needed.",
|
|
@@ -541,7 +541,7 @@ __decorate([
|
|
|
541
541
|
optional: true
|
|
542
542
|
}),
|
|
543
543
|
__metadata("design:type", String)
|
|
544
|
-
], Gs1Location.prototype, "streetAddressTwo",
|
|
544
|
+
], Gs1Location.prototype, "streetAddressTwo", void 0);
|
|
545
545
|
__decorate([
|
|
546
546
|
property({
|
|
547
547
|
description: "Tertiary street address, if applicable.",
|
|
@@ -549,7 +549,7 @@ __decorate([
|
|
|
549
549
|
optional: true
|
|
550
550
|
}),
|
|
551
551
|
__metadata("design:type", String)
|
|
552
|
-
], Gs1Location.prototype, "streetAddressThree",
|
|
552
|
+
], Gs1Location.prototype, "streetAddressThree", void 0);
|
|
553
553
|
__decorate([
|
|
554
554
|
property({
|
|
555
555
|
description: "City where the location is situated.",
|
|
@@ -557,7 +557,7 @@ __decorate([
|
|
|
557
557
|
optional: true
|
|
558
558
|
}),
|
|
559
559
|
__metadata("design:type", String)
|
|
560
|
-
], Gs1Location.prototype, "city",
|
|
560
|
+
], Gs1Location.prototype, "city", void 0);
|
|
561
561
|
__decorate([
|
|
562
562
|
property({
|
|
563
563
|
description: "State or province of the location.",
|
|
@@ -565,7 +565,7 @@ __decorate([
|
|
|
565
565
|
optional: true
|
|
566
566
|
}),
|
|
567
567
|
__metadata("design:type", String)
|
|
568
|
-
], Gs1Location.prototype, "state",
|
|
568
|
+
], Gs1Location.prototype, "state", void 0);
|
|
569
569
|
__decorate([
|
|
570
570
|
property({
|
|
571
571
|
description: "Postal or ZIP code for the location.",
|
|
@@ -573,7 +573,7 @@ __decorate([
|
|
|
573
573
|
optional: true
|
|
574
574
|
}),
|
|
575
575
|
__metadata("design:type", String)
|
|
576
|
-
], Gs1Location.prototype, "postalCode",
|
|
576
|
+
], Gs1Location.prototype, "postalCode", void 0);
|
|
577
577
|
__decorate([
|
|
578
578
|
property({
|
|
579
579
|
description: "Country code where the location is located.",
|
|
@@ -581,7 +581,7 @@ __decorate([
|
|
|
581
581
|
optional: true
|
|
582
582
|
}),
|
|
583
583
|
__metadata("design:type", String)
|
|
584
|
-
], Gs1Location.prototype, "countryCode",
|
|
584
|
+
], Gs1Location.prototype, "countryCode", void 0);
|
|
585
585
|
__decorate([
|
|
586
586
|
property({
|
|
587
587
|
description: "Latitude coordinate of the location.",
|
|
@@ -589,7 +589,7 @@ __decorate([
|
|
|
589
589
|
optional: true
|
|
590
590
|
}),
|
|
591
591
|
__metadata("design:type", Number)
|
|
592
|
-
], Gs1Location.prototype, "latitude",
|
|
592
|
+
], Gs1Location.prototype, "latitude", void 0);
|
|
593
593
|
__decorate([
|
|
594
594
|
property({
|
|
595
595
|
description: "Longitude coordinate of the location.",
|
|
@@ -597,7 +597,7 @@ __decorate([
|
|
|
597
597
|
optional: true
|
|
598
598
|
}),
|
|
599
599
|
__metadata("design:type", Number)
|
|
600
|
-
], Gs1Location.prototype, "longitude",
|
|
600
|
+
], Gs1Location.prototype, "longitude", void 0);
|
|
601
601
|
Gs1Location = __decorate([
|
|
602
602
|
entity({
|
|
603
603
|
description: "Stores detailed information about locations, including addresses and geographic coordinates"
|
package/docs/changelog.md
CHANGED