@takeshape/schema 9.40.2 → 9.41.2
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/builtin-schema.js +10 -10
- package/dist/schema-util.js +1 -1
- package/dist/template-shapes/templates.d.ts +1 -1
- package/dist/template-shapes/templates.d.ts.map +1 -1
- package/dist/template-shapes/templates.js +16 -8
- package/dist/template-shapes/where.js +2 -2
- package/es/builtin-schema.js +10 -10
- package/es/schema-util.js +1 -1
- package/es/template-shapes/templates.js +15 -7
- package/es/template-shapes/where.js +3 -3
- package/examples/latest/betzino.json +51 -51
- package/examples/latest/real-world-schema.json +0 -240
- package/examples/latest/rick-and-morty-ast.json +51 -51
- package/examples/latest/rick-and-morty-graphql.json +51 -51
- package/examples/latest/shopify-product-2022-07.json +201 -201
- package/examples/latest/shopify-product-2023-04.json +201 -201
- package/examples/latest/shopify-store-with-widget.json +51 -51
- package/examples/latest/stripe-product-runtime-schema.json +201 -201
- package/examples/latest/stripe-starter-resolved.json +51 -51
- package/examples/source/betzino.json +52 -52
- package/examples/source/real-world-schema.json +4 -172
- package/examples/source/rick-and-morty-ast.json +302 -117
- package/examples/source/rick-and-morty-graphql.json +213 -92
- package/examples/source/shopify-product-2022-07.json +202 -202
- package/examples/source/shopify-product-2023-04.json +202 -202
- package/examples/source/shopify-store-with-widget.json +485 -135
- package/examples/source/stripe-product-runtime-schema.json +202 -202
- package/examples/source/stripe-starter-resolved.json +52 -52
- package/package.json +5 -5
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
"created": "2021-01-21T18:01:39.961Z",
|
|
6
6
|
"updated": "2021-01-21T18:03:13.214Z",
|
|
7
7
|
"defaultLocale": "en-us",
|
|
8
|
-
"locales": [
|
|
8
|
+
"locales": [
|
|
9
|
+
"en-us"
|
|
10
|
+
],
|
|
9
11
|
"schemaVersion": "3.3.0",
|
|
10
12
|
"queries": {
|
|
11
13
|
"getAsset": {
|
|
@@ -32,29 +34,29 @@
|
|
|
32
34
|
"description": "Returns a list Asset in natural order.",
|
|
33
35
|
"args": "TSListArgs<Asset>"
|
|
34
36
|
},
|
|
35
|
-
"
|
|
36
|
-
"shape": "
|
|
37
|
+
"getTSStaticSite": {
|
|
38
|
+
"shape": "TSStaticSite",
|
|
37
39
|
"resolver": {
|
|
38
40
|
"name": "takeshape:get",
|
|
39
41
|
"service": "takeshape:local",
|
|
40
42
|
"options": {
|
|
41
|
-
"model": "
|
|
43
|
+
"model": "TSStaticSite"
|
|
42
44
|
}
|
|
43
45
|
},
|
|
44
|
-
"description": "Get a
|
|
45
|
-
"args": "TSGetArgs<
|
|
46
|
+
"description": "Get a TSStaticSite by ID",
|
|
47
|
+
"args": "TSGetArgs<TSStaticSite>"
|
|
46
48
|
},
|
|
47
|
-
"
|
|
48
|
-
"shape": "PaginatedList<
|
|
49
|
+
"getTSStaticSiteList": {
|
|
50
|
+
"shape": "PaginatedList<TSStaticSite>",
|
|
49
51
|
"resolver": {
|
|
50
52
|
"name": "takeshape:list",
|
|
51
53
|
"service": "takeshape:local",
|
|
52
54
|
"options": {
|
|
53
|
-
"model": "
|
|
55
|
+
"model": "TSStaticSite"
|
|
54
56
|
}
|
|
55
57
|
},
|
|
56
|
-
"description": "Returns a list
|
|
57
|
-
"args": "TSListArgs<
|
|
58
|
+
"description": "Returns a list TSStaticSite in natural order.",
|
|
59
|
+
"args": "TSListArgs<TSStaticSite>"
|
|
58
60
|
},
|
|
59
61
|
"getProduct": {
|
|
60
62
|
"shape": "Product",
|
|
@@ -85,7 +87,9 @@
|
|
|
85
87
|
"resolver": {
|
|
86
88
|
"name": "takeshape:get",
|
|
87
89
|
"service": "takeshape:local",
|
|
88
|
-
"options": {
|
|
90
|
+
"options": {
|
|
91
|
+
"model": "CollectionInObject"
|
|
92
|
+
}
|
|
89
93
|
},
|
|
90
94
|
"description": "Get a CollectionInObject by ID",
|
|
91
95
|
"args": "TSGetArgs<CollectionInObject>"
|
|
@@ -95,7 +99,9 @@
|
|
|
95
99
|
"resolver": {
|
|
96
100
|
"name": "takeshape:list",
|
|
97
101
|
"service": "takeshape:local",
|
|
98
|
-
"options": {
|
|
102
|
+
"options": {
|
|
103
|
+
"model": "CollectionInObject"
|
|
104
|
+
}
|
|
99
105
|
},
|
|
100
106
|
"description": "Returns a list CollectionInObject in natural order.",
|
|
101
107
|
"args": "TSListArgs<CollectionInObject>"
|
|
@@ -150,53 +156,53 @@
|
|
|
150
156
|
"description": "Delete Asset",
|
|
151
157
|
"args": "DeleteArgs<Asset>"
|
|
152
158
|
},
|
|
153
|
-
"
|
|
154
|
-
"shape": "UpdateResult<
|
|
159
|
+
"updateTSStaticSite": {
|
|
160
|
+
"shape": "UpdateResult<TSStaticSite>",
|
|
155
161
|
"resolver": {
|
|
156
162
|
"name": "takeshape:update",
|
|
157
163
|
"service": "takeshape:local",
|
|
158
164
|
"options": {
|
|
159
|
-
"model": "
|
|
165
|
+
"model": "TSStaticSite"
|
|
160
166
|
}
|
|
161
167
|
},
|
|
162
|
-
"description": "Update
|
|
163
|
-
"args": "UpdateArgs<
|
|
168
|
+
"description": "Update TSStaticSite",
|
|
169
|
+
"args": "UpdateArgs<TSStaticSite>"
|
|
164
170
|
},
|
|
165
|
-
"
|
|
166
|
-
"shape": "CreateResult<
|
|
171
|
+
"createTSStaticSite": {
|
|
172
|
+
"shape": "CreateResult<TSStaticSite>",
|
|
167
173
|
"resolver": {
|
|
168
174
|
"name": "takeshape:create",
|
|
169
175
|
"service": "takeshape:local",
|
|
170
176
|
"options": {
|
|
171
|
-
"model": "
|
|
177
|
+
"model": "TSStaticSite"
|
|
172
178
|
}
|
|
173
179
|
},
|
|
174
|
-
"description": "Create
|
|
175
|
-
"args": "CreateArgs<
|
|
180
|
+
"description": "Create TSStaticSite",
|
|
181
|
+
"args": "CreateArgs<TSStaticSite>"
|
|
176
182
|
},
|
|
177
|
-
"
|
|
178
|
-
"shape": "DuplicateResult<
|
|
183
|
+
"duplicateTSStaticSite": {
|
|
184
|
+
"shape": "DuplicateResult<TSStaticSite>",
|
|
179
185
|
"resolver": {
|
|
180
186
|
"name": "takeshape:duplicate",
|
|
181
187
|
"service": "takeshape:local",
|
|
182
188
|
"options": {
|
|
183
|
-
"model": "
|
|
189
|
+
"model": "TSStaticSite"
|
|
184
190
|
}
|
|
185
191
|
},
|
|
186
|
-
"description": "Duplicate
|
|
187
|
-
"args": "DuplicateArgs<
|
|
192
|
+
"description": "Duplicate TSStaticSite",
|
|
193
|
+
"args": "DuplicateArgs<TSStaticSite>"
|
|
188
194
|
},
|
|
189
|
-
"
|
|
190
|
-
"shape": "DeleteResult<
|
|
195
|
+
"deleteTSStaticSite": {
|
|
196
|
+
"shape": "DeleteResult<TSStaticSite>",
|
|
191
197
|
"resolver": {
|
|
192
198
|
"name": "takeshape:delete",
|
|
193
199
|
"service": "takeshape:local",
|
|
194
200
|
"options": {
|
|
195
|
-
"model": "
|
|
201
|
+
"model": "TSStaticSite"
|
|
196
202
|
}
|
|
197
203
|
},
|
|
198
|
-
"description": "Delete
|
|
199
|
-
"args": "DeleteArgs<
|
|
204
|
+
"description": "Delete TSStaticSite",
|
|
205
|
+
"args": "DeleteArgs<TSStaticSite>"
|
|
200
206
|
},
|
|
201
207
|
"updateProduct": {
|
|
202
208
|
"shape": "UpdateResult<Product>",
|
|
@@ -588,12 +594,54 @@
|
|
|
588
594
|
"id": "createNewShopifyObject",
|
|
589
595
|
"if": "isEmpty(args.input.object.collectionId) && !isEmpty(args.input.object.collection)",
|
|
590
596
|
"argsMapping": {
|
|
591
|
-
"input.descriptionHtml": [
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
+
"input.descriptionHtml": [
|
|
598
|
+
[
|
|
599
|
+
"get",
|
|
600
|
+
{
|
|
601
|
+
"path": "args.input.object.collection.descriptionHtml"
|
|
602
|
+
}
|
|
603
|
+
]
|
|
604
|
+
],
|
|
605
|
+
"input.handle": [
|
|
606
|
+
[
|
|
607
|
+
"get",
|
|
608
|
+
{
|
|
609
|
+
"path": "args.input.object.collection.handle"
|
|
610
|
+
}
|
|
611
|
+
]
|
|
612
|
+
],
|
|
613
|
+
"input.templateSuffix": [
|
|
614
|
+
[
|
|
615
|
+
"get",
|
|
616
|
+
{
|
|
617
|
+
"path": "args.input.object.collection.templateSuffix"
|
|
618
|
+
}
|
|
619
|
+
]
|
|
620
|
+
],
|
|
621
|
+
"input.sortOrder": [
|
|
622
|
+
[
|
|
623
|
+
"get",
|
|
624
|
+
{
|
|
625
|
+
"path": "args.input.object.collection.sortOrder"
|
|
626
|
+
}
|
|
627
|
+
]
|
|
628
|
+
],
|
|
629
|
+
"input.title": [
|
|
630
|
+
[
|
|
631
|
+
"get",
|
|
632
|
+
{
|
|
633
|
+
"path": "args.input.object.collection.title"
|
|
634
|
+
}
|
|
635
|
+
]
|
|
636
|
+
],
|
|
637
|
+
"input.redirectNewHandle": [
|
|
638
|
+
[
|
|
639
|
+
"get",
|
|
640
|
+
{
|
|
641
|
+
"path": "args.input.object.collection.redirectNewHandle"
|
|
642
|
+
}
|
|
643
|
+
]
|
|
644
|
+
]
|
|
597
645
|
},
|
|
598
646
|
"name": "graphql:mutation",
|
|
599
647
|
"service": "gregs-takeshape-store",
|
|
@@ -605,27 +653,95 @@
|
|
|
605
653
|
{
|
|
606
654
|
"id": "editTakeshape",
|
|
607
655
|
"argsMapping": {
|
|
608
|
-
"input": [
|
|
656
|
+
"input": [
|
|
657
|
+
[
|
|
658
|
+
"get",
|
|
659
|
+
{
|
|
660
|
+
"path": "args.input"
|
|
661
|
+
}
|
|
662
|
+
]
|
|
663
|
+
],
|
|
609
664
|
"input.object.collectionId": [
|
|
610
|
-
[
|
|
611
|
-
|
|
665
|
+
[
|
|
666
|
+
"get",
|
|
667
|
+
{
|
|
668
|
+
"path": "steps.createNewShopifyObject.collection.id"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
[
|
|
672
|
+
"get",
|
|
673
|
+
{
|
|
674
|
+
"path": "args.input.object.collectionId"
|
|
675
|
+
}
|
|
676
|
+
]
|
|
612
677
|
]
|
|
613
678
|
},
|
|
614
679
|
"name": "takeshape:update",
|
|
615
680
|
"service": "takeshape:local",
|
|
616
|
-
"options": {
|
|
681
|
+
"options": {
|
|
682
|
+
"model": "CollectionInObject"
|
|
683
|
+
}
|
|
617
684
|
},
|
|
618
685
|
{
|
|
619
686
|
"id": "updateExistingShopifyObject",
|
|
620
687
|
"if": "!isEmpty(args.input.object.collectionId) && !isEmpty(args.input.object.collection)",
|
|
621
688
|
"argsMapping": {
|
|
622
|
-
"input.descriptionHtml": [
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
689
|
+
"input.descriptionHtml": [
|
|
690
|
+
[
|
|
691
|
+
"get",
|
|
692
|
+
{
|
|
693
|
+
"path": "args.input.object.collection.descriptionHtml"
|
|
694
|
+
}
|
|
695
|
+
]
|
|
696
|
+
],
|
|
697
|
+
"input.handle": [
|
|
698
|
+
[
|
|
699
|
+
"get",
|
|
700
|
+
{
|
|
701
|
+
"path": "args.input.object.collection.handle"
|
|
702
|
+
}
|
|
703
|
+
]
|
|
704
|
+
],
|
|
705
|
+
"input.templateSuffix": [
|
|
706
|
+
[
|
|
707
|
+
"get",
|
|
708
|
+
{
|
|
709
|
+
"path": "args.input.object.collection.templateSuffix"
|
|
710
|
+
}
|
|
711
|
+
]
|
|
712
|
+
],
|
|
713
|
+
"input.sortOrder": [
|
|
714
|
+
[
|
|
715
|
+
"get",
|
|
716
|
+
{
|
|
717
|
+
"path": "args.input.object.collection.sortOrder"
|
|
718
|
+
}
|
|
719
|
+
]
|
|
720
|
+
],
|
|
721
|
+
"input.title": [
|
|
722
|
+
[
|
|
723
|
+
"get",
|
|
724
|
+
{
|
|
725
|
+
"path": "args.input.object.collection.title"
|
|
726
|
+
}
|
|
727
|
+
]
|
|
728
|
+
],
|
|
729
|
+
"input.redirectNewHandle": [
|
|
730
|
+
[
|
|
731
|
+
"get",
|
|
732
|
+
{
|
|
733
|
+
"path": "args.input.object.collection.redirectNewHandle"
|
|
734
|
+
}
|
|
735
|
+
]
|
|
736
|
+
],
|
|
737
|
+
"input.id": [
|
|
738
|
+
[
|
|
739
|
+
"get",
|
|
740
|
+
{
|
|
741
|
+
"path": "args.input.object.collectionId"
|
|
742
|
+
}
|
|
743
|
+
]
|
|
744
|
+
]
|
|
629
745
|
},
|
|
630
746
|
"name": "graphql:mutation",
|
|
631
747
|
"service": "gregs-takeshape-store",
|
|
@@ -636,7 +752,14 @@
|
|
|
636
752
|
}
|
|
637
753
|
],
|
|
638
754
|
"resultsMapping": {
|
|
639
|
-
"result": [
|
|
755
|
+
"result": [
|
|
756
|
+
[
|
|
757
|
+
"get",
|
|
758
|
+
{
|
|
759
|
+
"path": "steps.editTakeshape.result"
|
|
760
|
+
}
|
|
761
|
+
]
|
|
762
|
+
]
|
|
640
763
|
}
|
|
641
764
|
},
|
|
642
765
|
"description": "Update CollectionInObject. If the input has Shopify values and a Shopify ID, the Shopify collection with that ID is updated.\nIf the input has Shopify values and no Shopify ID, a Shopify collection is created.",
|
|
@@ -650,12 +773,54 @@
|
|
|
650
773
|
"id": "shopifyCreate",
|
|
651
774
|
"if": "!isEmpty(args.input.object.collection)",
|
|
652
775
|
"argsMapping": {
|
|
653
|
-
"input.descriptionHtml": [
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
776
|
+
"input.descriptionHtml": [
|
|
777
|
+
[
|
|
778
|
+
"get",
|
|
779
|
+
{
|
|
780
|
+
"path": "args.input.object.collection.descriptionHtml"
|
|
781
|
+
}
|
|
782
|
+
]
|
|
783
|
+
],
|
|
784
|
+
"input.handle": [
|
|
785
|
+
[
|
|
786
|
+
"get",
|
|
787
|
+
{
|
|
788
|
+
"path": "args.input.object.collection.handle"
|
|
789
|
+
}
|
|
790
|
+
]
|
|
791
|
+
],
|
|
792
|
+
"input.templateSuffix": [
|
|
793
|
+
[
|
|
794
|
+
"get",
|
|
795
|
+
{
|
|
796
|
+
"path": "args.input.object.collection.templateSuffix"
|
|
797
|
+
}
|
|
798
|
+
]
|
|
799
|
+
],
|
|
800
|
+
"input.sortOrder": [
|
|
801
|
+
[
|
|
802
|
+
"get",
|
|
803
|
+
{
|
|
804
|
+
"path": "args.input.object.collection.sortOrder"
|
|
805
|
+
}
|
|
806
|
+
]
|
|
807
|
+
],
|
|
808
|
+
"input.title": [
|
|
809
|
+
[
|
|
810
|
+
"get",
|
|
811
|
+
{
|
|
812
|
+
"path": "args.input.object.collection.title"
|
|
813
|
+
}
|
|
814
|
+
]
|
|
815
|
+
],
|
|
816
|
+
"input.redirectNewHandle": [
|
|
817
|
+
[
|
|
818
|
+
"get",
|
|
819
|
+
{
|
|
820
|
+
"path": "args.input.object.collection.redirectNewHandle"
|
|
821
|
+
}
|
|
822
|
+
]
|
|
823
|
+
]
|
|
659
824
|
},
|
|
660
825
|
"name": "graphql:mutation",
|
|
661
826
|
"service": "gregs-takeshape-store",
|
|
@@ -668,26 +833,63 @@
|
|
|
668
833
|
"id": "creatingShopifyObject",
|
|
669
834
|
"if": "!isEmpty(args.input.object.collection)",
|
|
670
835
|
"argsMapping": {
|
|
671
|
-
"input": [
|
|
672
|
-
|
|
836
|
+
"input": [
|
|
837
|
+
[
|
|
838
|
+
"get",
|
|
839
|
+
{
|
|
840
|
+
"path": "args.input"
|
|
841
|
+
}
|
|
842
|
+
]
|
|
843
|
+
],
|
|
844
|
+
"input.object.collectionId": [
|
|
845
|
+
[
|
|
846
|
+
"get",
|
|
847
|
+
{
|
|
848
|
+
"path": "steps.shopifyCreate.collection.id"
|
|
849
|
+
}
|
|
850
|
+
]
|
|
851
|
+
]
|
|
673
852
|
},
|
|
674
853
|
"name": "takeshape:create",
|
|
675
854
|
"service": "takeshape:local",
|
|
676
|
-
"options": {
|
|
855
|
+
"options": {
|
|
856
|
+
"model": "CollectionInObject"
|
|
857
|
+
}
|
|
677
858
|
},
|
|
678
859
|
{
|
|
679
860
|
"id": "notCreatingShopifyObject",
|
|
680
861
|
"if": "isEmpty(args.input.object.collection)",
|
|
681
|
-
"argsMapping": {
|
|
862
|
+
"argsMapping": {
|
|
863
|
+
"input": [
|
|
864
|
+
[
|
|
865
|
+
"get",
|
|
866
|
+
{
|
|
867
|
+
"path": "args.input"
|
|
868
|
+
}
|
|
869
|
+
]
|
|
870
|
+
]
|
|
871
|
+
},
|
|
682
872
|
"name": "takeshape:create",
|
|
683
873
|
"service": "takeshape:local",
|
|
684
|
-
"options": {
|
|
874
|
+
"options": {
|
|
875
|
+
"model": "CollectionInObject"
|
|
876
|
+
}
|
|
685
877
|
}
|
|
686
878
|
],
|
|
687
879
|
"resultsMapping": {
|
|
688
880
|
"result": [
|
|
689
|
-
[
|
|
690
|
-
|
|
881
|
+
[
|
|
882
|
+
"get",
|
|
883
|
+
{
|
|
884
|
+
"path": "steps.creatingShopifyObject.result"
|
|
885
|
+
}
|
|
886
|
+
],
|
|
887
|
+
[
|
|
888
|
+
"get",
|
|
889
|
+
{
|
|
890
|
+
"path": "steps.notCreatingShopifyObject.result"
|
|
891
|
+
}
|
|
892
|
+
]
|
|
691
893
|
]
|
|
692
894
|
}
|
|
693
895
|
},
|
|
@@ -699,7 +901,9 @@
|
|
|
699
901
|
"resolver": {
|
|
700
902
|
"name": "takeshape:duplicate",
|
|
701
903
|
"service": "takeshape:local",
|
|
702
|
-
"options": {
|
|
904
|
+
"options": {
|
|
905
|
+
"model": "CollectionInObject"
|
|
906
|
+
}
|
|
703
907
|
},
|
|
704
908
|
"description": "Duplicate CollectionInObject",
|
|
705
909
|
"args": "DuplicateArgs<CollectionInObject>"
|
|
@@ -709,7 +913,9 @@
|
|
|
709
913
|
"resolver": {
|
|
710
914
|
"name": "takeshape:delete",
|
|
711
915
|
"service": "takeshape:local",
|
|
712
|
-
"options": {
|
|
916
|
+
"options": {
|
|
917
|
+
"model": "CollectionInObject"
|
|
918
|
+
}
|
|
713
919
|
},
|
|
714
920
|
"description": "Delete CollectionInObject",
|
|
715
921
|
"args": "DeleteArgs<CollectionInObject>"
|
|
@@ -734,7 +940,9 @@
|
|
|
734
940
|
"type": "string"
|
|
735
941
|
}
|
|
736
942
|
},
|
|
737
|
-
"required": [
|
|
943
|
+
"required": [
|
|
944
|
+
"id"
|
|
945
|
+
]
|
|
738
946
|
}
|
|
739
947
|
},
|
|
740
948
|
"TSColorHsl": {
|
|
@@ -945,23 +1153,32 @@
|
|
|
945
1153
|
"title": "Status",
|
|
946
1154
|
"oneOf": [
|
|
947
1155
|
{
|
|
948
|
-
"enum": [
|
|
1156
|
+
"enum": [
|
|
1157
|
+
"r1uCfi4ZL",
|
|
1158
|
+
"disabled"
|
|
1159
|
+
],
|
|
949
1160
|
"title": "Disabled"
|
|
950
1161
|
},
|
|
951
1162
|
{
|
|
952
|
-
"enum": [
|
|
1163
|
+
"enum": [
|
|
1164
|
+
"rkhRGs4WL",
|
|
1165
|
+
"enabled"
|
|
1166
|
+
],
|
|
953
1167
|
"title": "Enabled"
|
|
954
1168
|
}
|
|
955
1169
|
],
|
|
956
1170
|
"@workflow": "default"
|
|
957
1171
|
}
|
|
958
1172
|
},
|
|
959
|
-
"required": [
|
|
1173
|
+
"required": [
|
|
1174
|
+
"filename",
|
|
1175
|
+
"path"
|
|
1176
|
+
]
|
|
960
1177
|
}
|
|
961
1178
|
},
|
|
962
|
-
"
|
|
1179
|
+
"TSStaticSite": {
|
|
963
1180
|
"id": "SITE",
|
|
964
|
-
"name": "
|
|
1181
|
+
"name": "TSStaticSite",
|
|
965
1182
|
"title": "Static Site",
|
|
966
1183
|
"model": {
|
|
967
1184
|
"type": "multiple"
|
|
@@ -974,14 +1191,14 @@
|
|
|
974
1191
|
"title": "Title",
|
|
975
1192
|
"@l10n": false,
|
|
976
1193
|
"minLength": 1,
|
|
977
|
-
"@mapping": "takeshape:local:
|
|
1194
|
+
"@mapping": "takeshape:local:TSStaticSite.Ski9jLuXg"
|
|
978
1195
|
},
|
|
979
1196
|
"baseUrl": {
|
|
980
1197
|
"type": "string",
|
|
981
1198
|
"title": "Base URL",
|
|
982
1199
|
"@l10n": false,
|
|
983
1200
|
"minLength": 1,
|
|
984
|
-
"@mapping": "takeshape:local:
|
|
1201
|
+
"@mapping": "takeshape:local:TSStaticSite.Bk3tNmrfE"
|
|
985
1202
|
},
|
|
986
1203
|
"provider": {
|
|
987
1204
|
"type": "string",
|
|
@@ -990,38 +1207,50 @@
|
|
|
990
1207
|
"@l10n": false,
|
|
991
1208
|
"oneOf": [
|
|
992
1209
|
{
|
|
993
|
-
"enum": [
|
|
1210
|
+
"enum": [
|
|
1211
|
+
"s3"
|
|
1212
|
+
],
|
|
994
1213
|
"title": "S3"
|
|
995
1214
|
},
|
|
996
1215
|
{
|
|
997
|
-
"enum": [
|
|
1216
|
+
"enum": [
|
|
1217
|
+
"gcs"
|
|
1218
|
+
],
|
|
998
1219
|
"title": "Google Cloud Storage"
|
|
999
1220
|
},
|
|
1000
1221
|
{
|
|
1001
|
-
"enum": [
|
|
1222
|
+
"enum": [
|
|
1223
|
+
"ftp"
|
|
1224
|
+
],
|
|
1002
1225
|
"title": "FTP Client"
|
|
1003
1226
|
},
|
|
1004
1227
|
{
|
|
1005
|
-
"enum": [
|
|
1228
|
+
"enum": [
|
|
1229
|
+
"azure"
|
|
1230
|
+
],
|
|
1006
1231
|
"title": "Azure Storage Account"
|
|
1007
1232
|
},
|
|
1008
1233
|
{
|
|
1009
|
-
"enum": [
|
|
1234
|
+
"enum": [
|
|
1235
|
+
"netlify"
|
|
1236
|
+
],
|
|
1010
1237
|
"title": "Netlify"
|
|
1011
1238
|
},
|
|
1012
1239
|
{
|
|
1013
|
-
"enum": [
|
|
1240
|
+
"enum": [
|
|
1241
|
+
"vercel"
|
|
1242
|
+
],
|
|
1014
1243
|
"title": "Vercel"
|
|
1015
1244
|
}
|
|
1016
1245
|
],
|
|
1017
|
-
"@mapping": "takeshape:local:
|
|
1246
|
+
"@mapping": "takeshape:local:TSStaticSite.SkwbT2hqe"
|
|
1018
1247
|
},
|
|
1019
1248
|
"idKey": {
|
|
1020
1249
|
"type": "string",
|
|
1021
1250
|
"title": "Id Key",
|
|
1022
1251
|
"@l10n": false,
|
|
1023
1252
|
"minLength": 1,
|
|
1024
|
-
"@mapping": "takeshape:local:
|
|
1253
|
+
"@mapping": "takeshape:local:TSStaticSite.SyRhi8_me"
|
|
1025
1254
|
},
|
|
1026
1255
|
"secretKey": {
|
|
1027
1256
|
"type": "string",
|
|
@@ -1029,43 +1258,43 @@
|
|
|
1029
1258
|
"@l10n": false,
|
|
1030
1259
|
"@sensitive": true,
|
|
1031
1260
|
"minLength": 1,
|
|
1032
|
-
"@mapping": "takeshape:local:
|
|
1261
|
+
"@mapping": "takeshape:local:TSStaticSite.BkIajLdXl"
|
|
1033
1262
|
},
|
|
1034
1263
|
"destination": {
|
|
1035
1264
|
"type": "string",
|
|
1036
1265
|
"title": "Destination",
|
|
1037
1266
|
"@l10n": false,
|
|
1038
1267
|
"minLength": 1,
|
|
1039
|
-
"@mapping": "takeshape:local:
|
|
1268
|
+
"@mapping": "takeshape:local:TSStaticSite.Hk6TsIdXl"
|
|
1040
1269
|
},
|
|
1041
1270
|
"privateAcl": {
|
|
1042
1271
|
"type": "boolean",
|
|
1043
1272
|
"title": "Private ACL",
|
|
1044
1273
|
"@l10n": false,
|
|
1045
|
-
"@mapping": "takeshape:local:
|
|
1274
|
+
"@mapping": "takeshape:local:TSStaticSite.ByFe48wWU"
|
|
1046
1275
|
},
|
|
1047
1276
|
"environmentVariables": {
|
|
1048
1277
|
"type": "array",
|
|
1049
1278
|
"title": "Environment Variables",
|
|
1050
1279
|
"@l10n": false,
|
|
1051
1280
|
"items": {
|
|
1052
|
-
"$ref": "#/shapes/
|
|
1281
|
+
"$ref": "#/shapes/TSStaticSiteEnvironmentVariables/schema"
|
|
1053
1282
|
},
|
|
1054
|
-
"@mapping": "takeshape:local:
|
|
1283
|
+
"@mapping": "takeshape:local:TSStaticSite.9fj4UiNxY"
|
|
1055
1284
|
},
|
|
1056
1285
|
"triggers": {
|
|
1057
1286
|
"type": "array",
|
|
1058
1287
|
"title": "Publish Triggers",
|
|
1059
1288
|
"@l10n": false,
|
|
1060
1289
|
"items": {
|
|
1061
|
-
"$ref": "#/shapes/
|
|
1290
|
+
"$ref": "#/shapes/TSStaticSiteTriggers/schema"
|
|
1062
1291
|
}
|
|
1063
1292
|
},
|
|
1064
1293
|
"templateHash": {
|
|
1065
1294
|
"type": "string",
|
|
1066
1295
|
"title": "Template Hash",
|
|
1067
1296
|
"@l10n": false,
|
|
1068
|
-
"@mapping": "takeshape:local:
|
|
1297
|
+
"@mapping": "takeshape:local:TSStaticSite.S1QA3GYI8"
|
|
1069
1298
|
},
|
|
1070
1299
|
"_id": {
|
|
1071
1300
|
"title": "Id",
|
|
@@ -1123,23 +1352,33 @@
|
|
|
1123
1352
|
"title": "Status",
|
|
1124
1353
|
"oneOf": [
|
|
1125
1354
|
{
|
|
1126
|
-
"enum": [
|
|
1355
|
+
"enum": [
|
|
1356
|
+
"r1uCfi4ZL",
|
|
1357
|
+
"disabled"
|
|
1358
|
+
],
|
|
1127
1359
|
"title": "Disabled"
|
|
1128
1360
|
},
|
|
1129
1361
|
{
|
|
1130
|
-
"enum": [
|
|
1362
|
+
"enum": [
|
|
1363
|
+
"rkhRGs4WL",
|
|
1364
|
+
"enabled"
|
|
1365
|
+
],
|
|
1131
1366
|
"title": "Enabled"
|
|
1132
1367
|
}
|
|
1133
1368
|
],
|
|
1134
1369
|
"@workflow": "default"
|
|
1135
1370
|
}
|
|
1136
1371
|
},
|
|
1137
|
-
"required": [
|
|
1372
|
+
"required": [
|
|
1373
|
+
"title",
|
|
1374
|
+
"provider",
|
|
1375
|
+
"destination"
|
|
1376
|
+
]
|
|
1138
1377
|
}
|
|
1139
1378
|
},
|
|
1140
|
-
"
|
|
1379
|
+
"TSStaticSiteEnvironmentVariables": {
|
|
1141
1380
|
"id": "9fj4UiNxY",
|
|
1142
|
-
"name": "
|
|
1381
|
+
"name": "TSStaticSiteEnvironmentVariables",
|
|
1143
1382
|
"title": "Static Site EnvironmentVariables",
|
|
1144
1383
|
"schema": {
|
|
1145
1384
|
"type": "object",
|
|
@@ -1147,19 +1386,19 @@
|
|
|
1147
1386
|
"name": {
|
|
1148
1387
|
"type": "string",
|
|
1149
1388
|
"title": "Name",
|
|
1150
|
-
"@mapping": "takeshape:local:
|
|
1389
|
+
"@mapping": "takeshape:local:TSStaticSite.J8sbHgfdI"
|
|
1151
1390
|
},
|
|
1152
1391
|
"value": {
|
|
1153
1392
|
"type": "string",
|
|
1154
1393
|
"title": "Value",
|
|
1155
|
-
"@mapping": "takeshape:local:
|
|
1394
|
+
"@mapping": "takeshape:local:TSStaticSite.ndhh88DvG"
|
|
1156
1395
|
}
|
|
1157
1396
|
}
|
|
1158
1397
|
}
|
|
1159
1398
|
},
|
|
1160
|
-
"
|
|
1161
|
-
"id": "
|
|
1162
|
-
"name": "
|
|
1399
|
+
"TSStaticSiteTriggers": {
|
|
1400
|
+
"id": "TSStaticSiteTriggers",
|
|
1401
|
+
"name": "TSStaticSiteTriggers",
|
|
1163
1402
|
"title": "Static Site Triggers",
|
|
1164
1403
|
"schema": {
|
|
1165
1404
|
"type": "object",
|
|
@@ -1325,11 +1564,17 @@
|
|
|
1325
1564
|
"title": "Status",
|
|
1326
1565
|
"oneOf": [
|
|
1327
1566
|
{
|
|
1328
|
-
"enum": [
|
|
1567
|
+
"enum": [
|
|
1568
|
+
"r1uCfi4ZL",
|
|
1569
|
+
"disabled"
|
|
1570
|
+
],
|
|
1329
1571
|
"title": "Disabled"
|
|
1330
1572
|
},
|
|
1331
1573
|
{
|
|
1332
|
-
"enum": [
|
|
1574
|
+
"enum": [
|
|
1575
|
+
"rkhRGs4WL",
|
|
1576
|
+
"enabled"
|
|
1577
|
+
],
|
|
1333
1578
|
"title": "Enabled"
|
|
1334
1579
|
}
|
|
1335
1580
|
],
|
|
@@ -1472,11 +1717,17 @@
|
|
|
1472
1717
|
"title": "Status",
|
|
1473
1718
|
"oneOf": [
|
|
1474
1719
|
{
|
|
1475
|
-
"enum": [
|
|
1720
|
+
"enum": [
|
|
1721
|
+
"r1uCfi4ZL",
|
|
1722
|
+
"disabled"
|
|
1723
|
+
],
|
|
1476
1724
|
"title": "Disabled"
|
|
1477
1725
|
},
|
|
1478
1726
|
{
|
|
1479
|
-
"enum": [
|
|
1727
|
+
"enum": [
|
|
1728
|
+
"rkhRGs4WL",
|
|
1729
|
+
"enabled"
|
|
1730
|
+
],
|
|
1480
1731
|
"title": "Enabled"
|
|
1481
1732
|
}
|
|
1482
1733
|
],
|
|
@@ -1619,11 +1870,17 @@
|
|
|
1619
1870
|
"title": "Status",
|
|
1620
1871
|
"oneOf": [
|
|
1621
1872
|
{
|
|
1622
|
-
"enum": [
|
|
1873
|
+
"enum": [
|
|
1874
|
+
"r1uCfi4ZL",
|
|
1875
|
+
"disabled"
|
|
1876
|
+
],
|
|
1623
1877
|
"title": "Disabled"
|
|
1624
1878
|
},
|
|
1625
1879
|
{
|
|
1626
|
-
"enum": [
|
|
1880
|
+
"enum": [
|
|
1881
|
+
"rkhRGs4WL",
|
|
1882
|
+
"enabled"
|
|
1883
|
+
],
|
|
1627
1884
|
"title": "Enabled"
|
|
1628
1885
|
}
|
|
1629
1886
|
],
|
|
@@ -1640,11 +1897,23 @@
|
|
|
1640
1897
|
"schema": {
|
|
1641
1898
|
"type": "object",
|
|
1642
1899
|
"properties": {
|
|
1643
|
-
"_id": {
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
"
|
|
1647
|
-
|
|
1900
|
+
"_id": {
|
|
1901
|
+
"type": "string"
|
|
1902
|
+
},
|
|
1903
|
+
"_version": {
|
|
1904
|
+
"type": "number"
|
|
1905
|
+
},
|
|
1906
|
+
"_status": {
|
|
1907
|
+
"type": "string",
|
|
1908
|
+
"@workflow": "default"
|
|
1909
|
+
},
|
|
1910
|
+
"collectionId": {
|
|
1911
|
+
"title": "Service ID",
|
|
1912
|
+
"type": "string"
|
|
1913
|
+
},
|
|
1914
|
+
"collection": {
|
|
1915
|
+
"$ref": "#/shapes/Shopify_CollectionInput/schema"
|
|
1916
|
+
}
|
|
1648
1917
|
},
|
|
1649
1918
|
"required": []
|
|
1650
1919
|
}
|
|
@@ -1668,8 +1937,19 @@
|
|
|
1668
1937
|
"@resolver": {
|
|
1669
1938
|
"name": "graphql:query",
|
|
1670
1939
|
"service": "gregs-takeshape-store",
|
|
1671
|
-
"options": {
|
|
1672
|
-
|
|
1940
|
+
"options": {
|
|
1941
|
+
"fieldName": "collection"
|
|
1942
|
+
},
|
|
1943
|
+
"argsMapping": {
|
|
1944
|
+
"id": [
|
|
1945
|
+
[
|
|
1946
|
+
"get",
|
|
1947
|
+
{
|
|
1948
|
+
"path": "source.collectionId"
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1951
|
+
]
|
|
1952
|
+
}
|
|
1673
1953
|
},
|
|
1674
1954
|
"@tag": "pattern:service-object:1"
|
|
1675
1955
|
}
|
|
@@ -1684,9 +1964,16 @@
|
|
|
1684
1964
|
"schema": {
|
|
1685
1965
|
"type": "object",
|
|
1686
1966
|
"properties": {
|
|
1687
|
-
"_id": {
|
|
1688
|
-
|
|
1689
|
-
|
|
1967
|
+
"_id": {
|
|
1968
|
+
"type": "string"
|
|
1969
|
+
},
|
|
1970
|
+
"_version": {
|
|
1971
|
+
"type": "number"
|
|
1972
|
+
},
|
|
1973
|
+
"_status": {
|
|
1974
|
+
"type": "string",
|
|
1975
|
+
"@workflow": "default"
|
|
1976
|
+
},
|
|
1690
1977
|
"object": {
|
|
1691
1978
|
"title": "Object",
|
|
1692
1979
|
"$ref": "#/shapes/CollectionInObjectObjectInterface/schema"
|
|
@@ -1700,7 +1987,9 @@
|
|
|
1700
1987
|
"name": "CollectionInObject",
|
|
1701
1988
|
"title": "Collection in Object",
|
|
1702
1989
|
"workflow": "default",
|
|
1703
|
-
"model": {
|
|
1990
|
+
"model": {
|
|
1991
|
+
"type": "multiple"
|
|
1992
|
+
},
|
|
1704
1993
|
"schema": {
|
|
1705
1994
|
"type": "object",
|
|
1706
1995
|
"properties": {
|
|
@@ -1790,9 +2079,16 @@
|
|
|
1790
2079
|
}
|
|
1791
2080
|
}
|
|
1792
2081
|
},
|
|
1793
|
-
"
|
|
2082
|
+
"TSStaticSite": {
|
|
1794
2083
|
"default": {
|
|
1795
|
-
"order": [
|
|
2084
|
+
"order": [
|
|
2085
|
+
"title",
|
|
2086
|
+
"provider",
|
|
2087
|
+
"destination",
|
|
2088
|
+
"idKey",
|
|
2089
|
+
"secretKey",
|
|
2090
|
+
"environmentVariables"
|
|
2091
|
+
],
|
|
1796
2092
|
"properties": {
|
|
1797
2093
|
"title": {
|
|
1798
2094
|
"widget": "singleLineText",
|
|
@@ -1820,7 +2116,10 @@
|
|
|
1820
2116
|
},
|
|
1821
2117
|
"environmentVariables": {
|
|
1822
2118
|
"widget": "repeater",
|
|
1823
|
-
"order": [
|
|
2119
|
+
"order": [
|
|
2120
|
+
"name",
|
|
2121
|
+
"value"
|
|
2122
|
+
],
|
|
1824
2123
|
"disabled": true,
|
|
1825
2124
|
"properties": {
|
|
1826
2125
|
"name": {
|
|
@@ -1836,7 +2135,11 @@
|
|
|
1836
2135
|
}
|
|
1837
2136
|
},
|
|
1838
2137
|
"generalHeader": {
|
|
1839
|
-
"order": [
|
|
2138
|
+
"order": [
|
|
2139
|
+
"title",
|
|
2140
|
+
"provider",
|
|
2141
|
+
"baseUrl"
|
|
2142
|
+
],
|
|
1840
2143
|
"properties": {
|
|
1841
2144
|
"title": {
|
|
1842
2145
|
"widget": "singleLineText",
|
|
@@ -1853,11 +2156,17 @@
|
|
|
1853
2156
|
}
|
|
1854
2157
|
},
|
|
1855
2158
|
"generalFooter": {
|
|
1856
|
-
"order": [
|
|
2159
|
+
"order": [
|
|
2160
|
+
"environmentVariables",
|
|
2161
|
+
"triggers"
|
|
2162
|
+
],
|
|
1857
2163
|
"properties": {
|
|
1858
2164
|
"environmentVariables": {
|
|
1859
2165
|
"widget": "repeater",
|
|
1860
|
-
"order": [
|
|
2166
|
+
"order": [
|
|
2167
|
+
"name",
|
|
2168
|
+
"value"
|
|
2169
|
+
],
|
|
1861
2170
|
"disabled": true,
|
|
1862
2171
|
"properties": {
|
|
1863
2172
|
"name": {
|
|
@@ -1872,7 +2181,10 @@
|
|
|
1872
2181
|
},
|
|
1873
2182
|
"triggers": {
|
|
1874
2183
|
"widget": "repeater",
|
|
1875
|
-
"order": [
|
|
2184
|
+
"order": [
|
|
2185
|
+
"contentTypeId",
|
|
2186
|
+
"status"
|
|
2187
|
+
],
|
|
1876
2188
|
"disabled": true,
|
|
1877
2189
|
"preview": "siteTriggerPreview",
|
|
1878
2190
|
"properties": {
|
|
@@ -1889,7 +2201,12 @@
|
|
|
1889
2201
|
}
|
|
1890
2202
|
},
|
|
1891
2203
|
"s3": {
|
|
1892
|
-
"order": [
|
|
2204
|
+
"order": [
|
|
2205
|
+
"destination",
|
|
2206
|
+
"idKey",
|
|
2207
|
+
"secretKey",
|
|
2208
|
+
"privateAcl"
|
|
2209
|
+
],
|
|
1893
2210
|
"properties": {
|
|
1894
2211
|
"destination": {
|
|
1895
2212
|
"widget": "singleLineText",
|
|
@@ -1915,7 +2232,12 @@
|
|
|
1915
2232
|
}
|
|
1916
2233
|
},
|
|
1917
2234
|
"gcs": {
|
|
1918
|
-
"order": [
|
|
2235
|
+
"order": [
|
|
2236
|
+
"destination",
|
|
2237
|
+
"idKey",
|
|
2238
|
+
"secretKey",
|
|
2239
|
+
"privateAcl"
|
|
2240
|
+
],
|
|
1919
2241
|
"properties": {
|
|
1920
2242
|
"destination": {
|
|
1921
2243
|
"widget": "singleLineText",
|
|
@@ -1941,7 +2263,11 @@
|
|
|
1941
2263
|
}
|
|
1942
2264
|
},
|
|
1943
2265
|
"ftp": {
|
|
1944
|
-
"order": [
|
|
2266
|
+
"order": [
|
|
2267
|
+
"destination",
|
|
2268
|
+
"idKey",
|
|
2269
|
+
"secretKey"
|
|
2270
|
+
],
|
|
1945
2271
|
"properties": {
|
|
1946
2272
|
"destination": {
|
|
1947
2273
|
"widget": "singleLineText",
|
|
@@ -1962,7 +2288,10 @@
|
|
|
1962
2288
|
}
|
|
1963
2289
|
},
|
|
1964
2290
|
"azure": {
|
|
1965
|
-
"order": [
|
|
2291
|
+
"order": [
|
|
2292
|
+
"destination",
|
|
2293
|
+
"secretKey"
|
|
2294
|
+
],
|
|
1966
2295
|
"properties": {
|
|
1967
2296
|
"destination": {
|
|
1968
2297
|
"widget": "singleLineText",
|
|
@@ -1978,7 +2307,9 @@
|
|
|
1978
2307
|
}
|
|
1979
2308
|
},
|
|
1980
2309
|
"netlify": {
|
|
1981
|
-
"order": [
|
|
2310
|
+
"order": [
|
|
2311
|
+
"destination"
|
|
2312
|
+
],
|
|
1982
2313
|
"properties": {
|
|
1983
2314
|
"destination": {
|
|
1984
2315
|
"widget": "publishTargets",
|
|
@@ -1989,7 +2320,9 @@
|
|
|
1989
2320
|
}
|
|
1990
2321
|
},
|
|
1991
2322
|
"vercel": {
|
|
1992
|
-
"order": [
|
|
2323
|
+
"order": [
|
|
2324
|
+
"destination"
|
|
2325
|
+
],
|
|
1993
2326
|
"properties": {
|
|
1994
2327
|
"destination": {
|
|
1995
2328
|
"widget": "publishTargets",
|
|
@@ -2109,7 +2442,11 @@
|
|
|
2109
2442
|
"service": "gregs-takeshape-store"
|
|
2110
2443
|
}
|
|
2111
2444
|
},
|
|
2112
|
-
"order": [
|
|
2445
|
+
"order": [
|
|
2446
|
+
"title",
|
|
2447
|
+
"gregsTakeshapeStoreId",
|
|
2448
|
+
"gregsTakeshapeStore"
|
|
2449
|
+
]
|
|
2113
2450
|
}
|
|
2114
2451
|
},
|
|
2115
2452
|
"Collection": {
|
|
@@ -2175,7 +2512,11 @@
|
|
|
2175
2512
|
"service": "gregs-takeshape-store"
|
|
2176
2513
|
}
|
|
2177
2514
|
},
|
|
2178
|
-
"order": [
|
|
2515
|
+
"order": [
|
|
2516
|
+
"title",
|
|
2517
|
+
"gregsTakeshapeStoreId",
|
|
2518
|
+
"gregsTakeshapeStore"
|
|
2519
|
+
]
|
|
2179
2520
|
}
|
|
2180
2521
|
},
|
|
2181
2522
|
"ProductVariant": {
|
|
@@ -2271,7 +2612,11 @@
|
|
|
2271
2612
|
"service": "gregs-takeshape-store"
|
|
2272
2613
|
}
|
|
2273
2614
|
},
|
|
2274
|
-
"order": [
|
|
2615
|
+
"order": [
|
|
2616
|
+
"title",
|
|
2617
|
+
"gregsTakeshapeStoreId",
|
|
2618
|
+
"gregsTakeshapeStore"
|
|
2619
|
+
]
|
|
2275
2620
|
}
|
|
2276
2621
|
},
|
|
2277
2622
|
"CollectionInObject": {
|
|
@@ -2337,10 +2682,15 @@
|
|
|
2337
2682
|
"service": "gregs-takeshape-store"
|
|
2338
2683
|
}
|
|
2339
2684
|
},
|
|
2340
|
-
"order": [
|
|
2685
|
+
"order": [
|
|
2686
|
+
"collectionId",
|
|
2687
|
+
"collection"
|
|
2688
|
+
]
|
|
2341
2689
|
}
|
|
2342
2690
|
},
|
|
2343
|
-
"order": [
|
|
2691
|
+
"order": [
|
|
2692
|
+
"object"
|
|
2693
|
+
]
|
|
2344
2694
|
}
|
|
2345
2695
|
}
|
|
2346
2696
|
},
|
|
@@ -2364,4 +2714,4 @@
|
|
|
2364
2714
|
}
|
|
2365
2715
|
},
|
|
2366
2716
|
"dataKey": "AQIDAHhcZWXOdlBglkxBhI23ElO/clC/kuw5ynjXDSqJgfTz8gF9PtUhhmj99Nwuy3NTUSw0AAAAfjB8BgkqhkiG9w0BBwagbzBtAgEAMGgGCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMyc4d40JF8HULr2wWAgEQgDs9q/z7QObGJa+nOpS1GDYB9HYK9EcHEiZjhiGhQyAhxZLvqEwQj7+1Zn1LHykh3NJE1BQLQqF8AlQkkQ=="
|
|
2367
|
-
}
|
|
2717
|
+
}
|