@takeshape/schema 8.87.2 → 8.89.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/es/builtin-schema.js +23 -0
- package/es/migration/index.js +3 -1
- package/es/migration/to/v3.17.0.js +27 -0
- package/es/project-schema/index.js +3 -1
- package/es/project-schema/migrate.js +5 -1
- package/es/project-schema/v3.17.0.js +1 -0
- package/es/schema-util.js +29 -17
- package/es/schemas/index.js +4 -3
- package/es/schemas/index.ts +4 -2
- package/es/schemas/project-schema/latest.json +7 -8
- package/es/schemas/project-schema/v3.17.0.json +2358 -0
- package/es/schemas/project-schema.json +3 -0
- package/es/template-shapes/where.js +1 -1
- package/es/validate.js +12 -8
- package/examples/latest/betzino.json +1393 -349
- package/examples/latest/blog-schema.json +1 -1
- package/examples/latest/brewery-schema.json +1 -1
- package/examples/latest/complex-project-schema.json +1 -1
- package/examples/latest/fabric-ecommerce.json +1 -1
- package/examples/latest/frank-and-fred-schema.json +1 -1
- package/examples/latest/massive-schema.json +1 -1
- package/examples/latest/mill-components-schema.json +1 -1
- package/examples/latest/pet-oneof-array.json +1 -1
- package/examples/latest/post-schema.json +1 -1
- package/examples/latest/pruned-shopify-product-schema.json +1 -1
- package/examples/latest/real-world-schema.json +1 -1
- package/examples/latest/recursive-repeater-schema.json +1 -1
- package/examples/latest/recursive-schema.json +1 -1
- package/examples/latest/rick-and-morty-ast.json +145 -37
- package/examples/latest/rick-and-morty-graphql.json +113 -29
- package/examples/latest/rick-and-morty-rest.json +1 -1
- package/examples/latest/schema-with-repeater-draftjs.json +1 -1
- package/examples/latest/shape-books-v3_2_0.json +1 -1
- package/examples/latest/shape-books.json +1 -1
- package/examples/latest/shopify-lookbook.json +1 -1
- package/examples/latest/shopify-store-with-widget.json +81 -21
- package/examples/latest/stripe-starter-resolved.json +49 -13
- package/examples/latest/user-schema-no-required.json +1 -1
- package/examples/latest/user-schema-with-defaults.json +1 -1
- package/lib/builtin-schema.d.ts.map +1 -1
- package/lib/builtin-schema.js +23 -0
- package/lib/migration/index.d.ts +1 -0
- package/lib/migration/index.d.ts.map +1 -1
- package/lib/migration/index.js +4 -1
- package/lib/migration/to/v3.17.0.d.ts +5 -0
- package/lib/migration/to/v3.17.0.d.ts.map +1 -0
- package/lib/migration/to/v3.17.0.js +40 -0
- package/lib/project-schema/index.d.ts +4 -1
- package/lib/project-schema/index.d.ts.map +1 -1
- package/lib/project-schema/index.js +20 -3
- package/lib/project-schema/latest.d.ts +2 -5
- package/lib/project-schema/latest.d.ts.map +1 -1
- package/lib/project-schema/migrate.d.ts.map +1 -1
- package/lib/project-schema/migrate.js +4 -0
- package/lib/project-schema/v3.17.0.d.ts +1456 -0
- package/lib/project-schema/v3.17.0.d.ts.map +1 -0
- package/lib/project-schema/v3.17.0.js +5 -0
- package/lib/schema-util.d.ts.map +1 -1
- package/lib/schema-util.js +29 -17
- package/lib/schemas/index.d.ts +2301 -2
- package/lib/schemas/index.d.ts.map +1 -1
- package/lib/schemas/index.js +6 -4
- package/lib/schemas/index.ts +4 -2
- package/lib/schemas/project-schema/latest.json +7 -8
- package/lib/schemas/project-schema/v3.17.0.json +2358 -0
- package/lib/schemas/project-schema.json +3 -0
- package/lib/template-shapes/where.d.ts.map +1 -1
- package/lib/template-shapes/where.js +1 -1
- package/lib/types/types.d.ts +2 -2
- package/lib/types/types.d.ts.map +1 -1
- package/lib/validate.d.ts.map +1 -1
- package/lib/validate.js +12 -8
- package/package.json +4 -4
|
@@ -16169,8 +16169,14 @@
|
|
|
16169
16169
|
},
|
|
16170
16170
|
"_createdBy": {
|
|
16171
16171
|
"title": "Created By",
|
|
16172
|
-
"
|
|
16173
|
-
"@
|
|
16172
|
+
"@ref": "local:TSUser",
|
|
16173
|
+
"@input": {
|
|
16174
|
+
"type": "string"
|
|
16175
|
+
},
|
|
16176
|
+
"@resolver": {
|
|
16177
|
+
"name": "takeshape:getUser",
|
|
16178
|
+
"service": "takeshape:local"
|
|
16179
|
+
}
|
|
16174
16180
|
},
|
|
16175
16181
|
"_updatedAt": {
|
|
16176
16182
|
"title": "Updated",
|
|
@@ -16179,8 +16185,14 @@
|
|
|
16179
16185
|
},
|
|
16180
16186
|
"_updatedBy": {
|
|
16181
16187
|
"title": "Updated By",
|
|
16182
|
-
"
|
|
16183
|
-
"@
|
|
16188
|
+
"@ref": "local:TSUser",
|
|
16189
|
+
"@input": {
|
|
16190
|
+
"type": "string"
|
|
16191
|
+
},
|
|
16192
|
+
"@resolver": {
|
|
16193
|
+
"name": "takeshape:getUser",
|
|
16194
|
+
"service": "takeshape:local"
|
|
16195
|
+
}
|
|
16184
16196
|
},
|
|
16185
16197
|
"_schemaVersion": {
|
|
16186
16198
|
"title": "Schema Version",
|
|
@@ -16747,8 +16759,14 @@
|
|
|
16747
16759
|
},
|
|
16748
16760
|
"_createdBy": {
|
|
16749
16761
|
"title": "Created By",
|
|
16750
|
-
"
|
|
16751
|
-
"@
|
|
16762
|
+
"@ref": "local:TSUser",
|
|
16763
|
+
"@input": {
|
|
16764
|
+
"type": "string"
|
|
16765
|
+
},
|
|
16766
|
+
"@resolver": {
|
|
16767
|
+
"name": "takeshape:getUser",
|
|
16768
|
+
"service": "takeshape:local"
|
|
16769
|
+
}
|
|
16752
16770
|
},
|
|
16753
16771
|
"_updatedAt": {
|
|
16754
16772
|
"title": "Updated",
|
|
@@ -16757,8 +16775,14 @@
|
|
|
16757
16775
|
},
|
|
16758
16776
|
"_updatedBy": {
|
|
16759
16777
|
"title": "Updated By",
|
|
16760
|
-
"
|
|
16761
|
-
"@
|
|
16778
|
+
"@ref": "local:TSUser",
|
|
16779
|
+
"@input": {
|
|
16780
|
+
"type": "string"
|
|
16781
|
+
},
|
|
16782
|
+
"@resolver": {
|
|
16783
|
+
"name": "takeshape:getUser",
|
|
16784
|
+
"service": "takeshape:local"
|
|
16785
|
+
}
|
|
16762
16786
|
},
|
|
16763
16787
|
"_schemaVersion": {
|
|
16764
16788
|
"title": "Schema Version",
|
|
@@ -17144,8 +17168,14 @@
|
|
|
17144
17168
|
},
|
|
17145
17169
|
"_createdBy": {
|
|
17146
17170
|
"title": "Created By",
|
|
17147
|
-
"
|
|
17148
|
-
"@
|
|
17171
|
+
"@ref": "local:TSUser",
|
|
17172
|
+
"@input": {
|
|
17173
|
+
"type": "string"
|
|
17174
|
+
},
|
|
17175
|
+
"@resolver": {
|
|
17176
|
+
"name": "takeshape:getUser",
|
|
17177
|
+
"service": "takeshape:local"
|
|
17178
|
+
}
|
|
17149
17179
|
},
|
|
17150
17180
|
"_updatedAt": {
|
|
17151
17181
|
"title": "Updated",
|
|
@@ -17154,8 +17184,14 @@
|
|
|
17154
17184
|
},
|
|
17155
17185
|
"_updatedBy": {
|
|
17156
17186
|
"title": "Updated By",
|
|
17157
|
-
"
|
|
17158
|
-
"@
|
|
17187
|
+
"@ref": "local:TSUser",
|
|
17188
|
+
"@input": {
|
|
17189
|
+
"type": "string"
|
|
17190
|
+
},
|
|
17191
|
+
"@resolver": {
|
|
17192
|
+
"name": "takeshape:getUser",
|
|
17193
|
+
"service": "takeshape:local"
|
|
17194
|
+
}
|
|
17159
17195
|
},
|
|
17160
17196
|
"_schemaVersion": {
|
|
17161
17197
|
"title": "Schema Version",
|
|
@@ -17406,8 +17442,14 @@
|
|
|
17406
17442
|
},
|
|
17407
17443
|
"_createdBy": {
|
|
17408
17444
|
"title": "Created By",
|
|
17409
|
-
"
|
|
17410
|
-
"@
|
|
17445
|
+
"@ref": "local:TSUser",
|
|
17446
|
+
"@input": {
|
|
17447
|
+
"type": "string"
|
|
17448
|
+
},
|
|
17449
|
+
"@resolver": {
|
|
17450
|
+
"name": "takeshape:getUser",
|
|
17451
|
+
"service": "takeshape:local"
|
|
17452
|
+
}
|
|
17411
17453
|
},
|
|
17412
17454
|
"_updatedAt": {
|
|
17413
17455
|
"title": "Updated",
|
|
@@ -17416,8 +17458,14 @@
|
|
|
17416
17458
|
},
|
|
17417
17459
|
"_updatedBy": {
|
|
17418
17460
|
"title": "Updated By",
|
|
17419
|
-
"
|
|
17420
|
-
"@
|
|
17461
|
+
"@ref": "local:TSUser",
|
|
17462
|
+
"@input": {
|
|
17463
|
+
"type": "string"
|
|
17464
|
+
},
|
|
17465
|
+
"@resolver": {
|
|
17466
|
+
"name": "takeshape:getUser",
|
|
17467
|
+
"service": "takeshape:local"
|
|
17468
|
+
}
|
|
17421
17469
|
},
|
|
17422
17470
|
"_schemaVersion": {
|
|
17423
17471
|
"title": "Schema Version",
|
|
@@ -17509,8 +17557,14 @@
|
|
|
17509
17557
|
},
|
|
17510
17558
|
"_createdBy": {
|
|
17511
17559
|
"title": "Created By",
|
|
17512
|
-
"
|
|
17513
|
-
"@
|
|
17560
|
+
"@ref": "local:TSUser",
|
|
17561
|
+
"@input": {
|
|
17562
|
+
"type": "string"
|
|
17563
|
+
},
|
|
17564
|
+
"@resolver": {
|
|
17565
|
+
"name": "takeshape:getUser",
|
|
17566
|
+
"service": "takeshape:local"
|
|
17567
|
+
}
|
|
17514
17568
|
},
|
|
17515
17569
|
"_updatedAt": {
|
|
17516
17570
|
"title": "Updated",
|
|
@@ -17519,8 +17573,14 @@
|
|
|
17519
17573
|
},
|
|
17520
17574
|
"_updatedBy": {
|
|
17521
17575
|
"title": "Updated By",
|
|
17522
|
-
"
|
|
17523
|
-
"@
|
|
17576
|
+
"@ref": "local:TSUser",
|
|
17577
|
+
"@input": {
|
|
17578
|
+
"type": "string"
|
|
17579
|
+
},
|
|
17580
|
+
"@resolver": {
|
|
17581
|
+
"name": "takeshape:getUser",
|
|
17582
|
+
"service": "takeshape:local"
|
|
17583
|
+
}
|
|
17524
17584
|
},
|
|
17525
17585
|
"_schemaVersion": {
|
|
17526
17586
|
"title": "Schema Version",
|
|
@@ -17854,8 +17914,14 @@
|
|
|
17854
17914
|
},
|
|
17855
17915
|
"_createdBy": {
|
|
17856
17916
|
"title": "Created By",
|
|
17857
|
-
"
|
|
17858
|
-
"@
|
|
17917
|
+
"@ref": "local:TSUser",
|
|
17918
|
+
"@input": {
|
|
17919
|
+
"type": "string"
|
|
17920
|
+
},
|
|
17921
|
+
"@resolver": {
|
|
17922
|
+
"name": "takeshape:getUser",
|
|
17923
|
+
"service": "takeshape:local"
|
|
17924
|
+
}
|
|
17859
17925
|
},
|
|
17860
17926
|
"_updatedAt": {
|
|
17861
17927
|
"title": "Updated",
|
|
@@ -17864,8 +17930,14 @@
|
|
|
17864
17930
|
},
|
|
17865
17931
|
"_updatedBy": {
|
|
17866
17932
|
"title": "Updated By",
|
|
17867
|
-
"
|
|
17868
|
-
"@
|
|
17933
|
+
"@ref": "local:TSUser",
|
|
17934
|
+
"@input": {
|
|
17935
|
+
"type": "string"
|
|
17936
|
+
},
|
|
17937
|
+
"@resolver": {
|
|
17938
|
+
"name": "takeshape:getUser",
|
|
17939
|
+
"service": "takeshape:local"
|
|
17940
|
+
}
|
|
17869
17941
|
},
|
|
17870
17942
|
"_schemaVersion": {
|
|
17871
17943
|
"title": "Schema Version",
|
|
@@ -18038,8 +18110,14 @@
|
|
|
18038
18110
|
},
|
|
18039
18111
|
"_createdBy": {
|
|
18040
18112
|
"title": "Created By",
|
|
18041
|
-
"
|
|
18042
|
-
"@
|
|
18113
|
+
"@ref": "local:TSUser",
|
|
18114
|
+
"@input": {
|
|
18115
|
+
"type": "string"
|
|
18116
|
+
},
|
|
18117
|
+
"@resolver": {
|
|
18118
|
+
"name": "takeshape:getUser",
|
|
18119
|
+
"service": "takeshape:local"
|
|
18120
|
+
}
|
|
18043
18121
|
},
|
|
18044
18122
|
"_updatedAt": {
|
|
18045
18123
|
"title": "Updated",
|
|
@@ -18048,8 +18126,14 @@
|
|
|
18048
18126
|
},
|
|
18049
18127
|
"_updatedBy": {
|
|
18050
18128
|
"title": "Updated By",
|
|
18051
|
-
"
|
|
18052
|
-
"@
|
|
18129
|
+
"@ref": "local:TSUser",
|
|
18130
|
+
"@input": {
|
|
18131
|
+
"type": "string"
|
|
18132
|
+
},
|
|
18133
|
+
"@resolver": {
|
|
18134
|
+
"name": "takeshape:getUser",
|
|
18135
|
+
"service": "takeshape:local"
|
|
18136
|
+
}
|
|
18053
18137
|
},
|
|
18054
18138
|
"_schemaVersion": {
|
|
18055
18139
|
"title": "Schema Version",
|
|
@@ -18167,8 +18251,14 @@
|
|
|
18167
18251
|
},
|
|
18168
18252
|
"_createdBy": {
|
|
18169
18253
|
"title": "Created By",
|
|
18170
|
-
"
|
|
18171
|
-
"@
|
|
18254
|
+
"@ref": "local:TSUser",
|
|
18255
|
+
"@input": {
|
|
18256
|
+
"type": "string"
|
|
18257
|
+
},
|
|
18258
|
+
"@resolver": {
|
|
18259
|
+
"name": "takeshape:getUser",
|
|
18260
|
+
"service": "takeshape:local"
|
|
18261
|
+
}
|
|
18172
18262
|
},
|
|
18173
18263
|
"_updatedAt": {
|
|
18174
18264
|
"title": "Updated",
|
|
@@ -18177,8 +18267,14 @@
|
|
|
18177
18267
|
},
|
|
18178
18268
|
"_updatedBy": {
|
|
18179
18269
|
"title": "Updated By",
|
|
18180
|
-
"
|
|
18181
|
-
"@
|
|
18270
|
+
"@ref": "local:TSUser",
|
|
18271
|
+
"@input": {
|
|
18272
|
+
"type": "string"
|
|
18273
|
+
},
|
|
18274
|
+
"@resolver": {
|
|
18275
|
+
"name": "takeshape:getUser",
|
|
18276
|
+
"service": "takeshape:local"
|
|
18277
|
+
}
|
|
18182
18278
|
},
|
|
18183
18279
|
"_schemaVersion": {
|
|
18184
18280
|
"title": "Schema Version",
|
|
@@ -18862,8 +18958,14 @@
|
|
|
18862
18958
|
},
|
|
18863
18959
|
"_createdBy": {
|
|
18864
18960
|
"title": "Created By",
|
|
18865
|
-
"
|
|
18866
|
-
"@
|
|
18961
|
+
"@ref": "local:TSUser",
|
|
18962
|
+
"@input": {
|
|
18963
|
+
"type": "string"
|
|
18964
|
+
},
|
|
18965
|
+
"@resolver": {
|
|
18966
|
+
"name": "takeshape:getUser",
|
|
18967
|
+
"service": "takeshape:local"
|
|
18968
|
+
}
|
|
18867
18969
|
},
|
|
18868
18970
|
"_updatedAt": {
|
|
18869
18971
|
"title": "Updated",
|
|
@@ -18872,8 +18974,14 @@
|
|
|
18872
18974
|
},
|
|
18873
18975
|
"_updatedBy": {
|
|
18874
18976
|
"title": "Updated By",
|
|
18875
|
-
"
|
|
18876
|
-
"@
|
|
18977
|
+
"@ref": "local:TSUser",
|
|
18978
|
+
"@input": {
|
|
18979
|
+
"type": "string"
|
|
18980
|
+
},
|
|
18981
|
+
"@resolver": {
|
|
18982
|
+
"name": "takeshape:getUser",
|
|
18983
|
+
"service": "takeshape:local"
|
|
18984
|
+
}
|
|
18877
18985
|
},
|
|
18878
18986
|
"_schemaVersion": {
|
|
18879
18987
|
"title": "Schema Version",
|
|
@@ -19255,8 +19363,14 @@
|
|
|
19255
19363
|
},
|
|
19256
19364
|
"_createdBy": {
|
|
19257
19365
|
"title": "Created By",
|
|
19258
|
-
"
|
|
19259
|
-
"@
|
|
19366
|
+
"@ref": "local:TSUser",
|
|
19367
|
+
"@input": {
|
|
19368
|
+
"type": "string"
|
|
19369
|
+
},
|
|
19370
|
+
"@resolver": {
|
|
19371
|
+
"name": "takeshape:getUser",
|
|
19372
|
+
"service": "takeshape:local"
|
|
19373
|
+
}
|
|
19260
19374
|
},
|
|
19261
19375
|
"_updatedAt": {
|
|
19262
19376
|
"title": "Updated",
|
|
@@ -19265,8 +19379,14 @@
|
|
|
19265
19379
|
},
|
|
19266
19380
|
"_updatedBy": {
|
|
19267
19381
|
"title": "Updated By",
|
|
19268
|
-
"
|
|
19269
|
-
"@
|
|
19382
|
+
"@ref": "local:TSUser",
|
|
19383
|
+
"@input": {
|
|
19384
|
+
"type": "string"
|
|
19385
|
+
},
|
|
19386
|
+
"@resolver": {
|
|
19387
|
+
"name": "takeshape:getUser",
|
|
19388
|
+
"service": "takeshape:local"
|
|
19389
|
+
}
|
|
19270
19390
|
},
|
|
19271
19391
|
"_schemaVersion": {
|
|
19272
19392
|
"title": "Schema Version",
|
|
@@ -19401,8 +19521,14 @@
|
|
|
19401
19521
|
},
|
|
19402
19522
|
"_createdBy": {
|
|
19403
19523
|
"title": "Created By",
|
|
19404
|
-
"
|
|
19405
|
-
"@
|
|
19524
|
+
"@ref": "local:TSUser",
|
|
19525
|
+
"@input": {
|
|
19526
|
+
"type": "string"
|
|
19527
|
+
},
|
|
19528
|
+
"@resolver": {
|
|
19529
|
+
"name": "takeshape:getUser",
|
|
19530
|
+
"service": "takeshape:local"
|
|
19531
|
+
}
|
|
19406
19532
|
},
|
|
19407
19533
|
"_updatedAt": {
|
|
19408
19534
|
"title": "Updated",
|
|
@@ -19411,8 +19537,14 @@
|
|
|
19411
19537
|
},
|
|
19412
19538
|
"_updatedBy": {
|
|
19413
19539
|
"title": "Updated By",
|
|
19414
|
-
"
|
|
19415
|
-
"@
|
|
19540
|
+
"@ref": "local:TSUser",
|
|
19541
|
+
"@input": {
|
|
19542
|
+
"type": "string"
|
|
19543
|
+
},
|
|
19544
|
+
"@resolver": {
|
|
19545
|
+
"name": "takeshape:getUser",
|
|
19546
|
+
"service": "takeshape:local"
|
|
19547
|
+
}
|
|
19416
19548
|
},
|
|
19417
19549
|
"_schemaVersion": {
|
|
19418
19550
|
"title": "Schema Version",
|
|
@@ -19812,8 +19944,14 @@
|
|
|
19812
19944
|
},
|
|
19813
19945
|
"_createdBy": {
|
|
19814
19946
|
"title": "Created By",
|
|
19815
|
-
"
|
|
19816
|
-
"@
|
|
19947
|
+
"@ref": "local:TSUser",
|
|
19948
|
+
"@input": {
|
|
19949
|
+
"type": "string"
|
|
19950
|
+
},
|
|
19951
|
+
"@resolver": {
|
|
19952
|
+
"name": "takeshape:getUser",
|
|
19953
|
+
"service": "takeshape:local"
|
|
19954
|
+
}
|
|
19817
19955
|
},
|
|
19818
19956
|
"_updatedAt": {
|
|
19819
19957
|
"title": "Updated",
|
|
@@ -19822,8 +19960,14 @@
|
|
|
19822
19960
|
},
|
|
19823
19961
|
"_updatedBy": {
|
|
19824
19962
|
"title": "Updated By",
|
|
19825
|
-
"
|
|
19826
|
-
"@
|
|
19963
|
+
"@ref": "local:TSUser",
|
|
19964
|
+
"@input": {
|
|
19965
|
+
"type": "string"
|
|
19966
|
+
},
|
|
19967
|
+
"@resolver": {
|
|
19968
|
+
"name": "takeshape:getUser",
|
|
19969
|
+
"service": "takeshape:local"
|
|
19970
|
+
}
|
|
19827
19971
|
},
|
|
19828
19972
|
"_schemaVersion": {
|
|
19829
19973
|
"title": "Schema Version",
|
|
@@ -20955,8 +21099,14 @@
|
|
|
20955
21099
|
},
|
|
20956
21100
|
"_createdBy": {
|
|
20957
21101
|
"title": "Created By",
|
|
20958
|
-
"
|
|
20959
|
-
"@
|
|
21102
|
+
"@ref": "local:TSUser",
|
|
21103
|
+
"@input": {
|
|
21104
|
+
"type": "string"
|
|
21105
|
+
},
|
|
21106
|
+
"@resolver": {
|
|
21107
|
+
"name": "takeshape:getUser",
|
|
21108
|
+
"service": "takeshape:local"
|
|
21109
|
+
}
|
|
20960
21110
|
},
|
|
20961
21111
|
"_updatedAt": {
|
|
20962
21112
|
"title": "Updated",
|
|
@@ -20965,8 +21115,14 @@
|
|
|
20965
21115
|
},
|
|
20966
21116
|
"_updatedBy": {
|
|
20967
21117
|
"title": "Updated By",
|
|
20968
|
-
"
|
|
20969
|
-
"@
|
|
21118
|
+
"@ref": "local:TSUser",
|
|
21119
|
+
"@input": {
|
|
21120
|
+
"type": "string"
|
|
21121
|
+
},
|
|
21122
|
+
"@resolver": {
|
|
21123
|
+
"name": "takeshape:getUser",
|
|
21124
|
+
"service": "takeshape:local"
|
|
21125
|
+
}
|
|
20970
21126
|
},
|
|
20971
21127
|
"_schemaVersion": {
|
|
20972
21128
|
"title": "Schema Version",
|
|
@@ -21054,8 +21210,14 @@
|
|
|
21054
21210
|
},
|
|
21055
21211
|
"_createdBy": {
|
|
21056
21212
|
"title": "Created By",
|
|
21057
|
-
"
|
|
21058
|
-
"@
|
|
21213
|
+
"@ref": "local:TSUser",
|
|
21214
|
+
"@input": {
|
|
21215
|
+
"type": "string"
|
|
21216
|
+
},
|
|
21217
|
+
"@resolver": {
|
|
21218
|
+
"name": "takeshape:getUser",
|
|
21219
|
+
"service": "takeshape:local"
|
|
21220
|
+
}
|
|
21059
21221
|
},
|
|
21060
21222
|
"_updatedAt": {
|
|
21061
21223
|
"title": "Updated",
|
|
@@ -21064,8 +21226,14 @@
|
|
|
21064
21226
|
},
|
|
21065
21227
|
"_updatedBy": {
|
|
21066
21228
|
"title": "Updated By",
|
|
21067
|
-
"
|
|
21068
|
-
"@
|
|
21229
|
+
"@ref": "local:TSUser",
|
|
21230
|
+
"@input": {
|
|
21231
|
+
"type": "string"
|
|
21232
|
+
},
|
|
21233
|
+
"@resolver": {
|
|
21234
|
+
"name": "takeshape:getUser",
|
|
21235
|
+
"service": "takeshape:local"
|
|
21236
|
+
}
|
|
21069
21237
|
},
|
|
21070
21238
|
"_schemaVersion": {
|
|
21071
21239
|
"title": "Schema Version",
|
|
@@ -21492,8 +21660,14 @@
|
|
|
21492
21660
|
},
|
|
21493
21661
|
"_createdBy": {
|
|
21494
21662
|
"title": "Created By",
|
|
21495
|
-
"
|
|
21496
|
-
"@
|
|
21663
|
+
"@ref": "local:TSUser",
|
|
21664
|
+
"@input": {
|
|
21665
|
+
"type": "string"
|
|
21666
|
+
},
|
|
21667
|
+
"@resolver": {
|
|
21668
|
+
"name": "takeshape:getUser",
|
|
21669
|
+
"service": "takeshape:local"
|
|
21670
|
+
}
|
|
21497
21671
|
},
|
|
21498
21672
|
"_updatedAt": {
|
|
21499
21673
|
"title": "Updated",
|
|
@@ -21502,8 +21676,14 @@
|
|
|
21502
21676
|
},
|
|
21503
21677
|
"_updatedBy": {
|
|
21504
21678
|
"title": "Updated By",
|
|
21505
|
-
"
|
|
21506
|
-
"@
|
|
21679
|
+
"@ref": "local:TSUser",
|
|
21680
|
+
"@input": {
|
|
21681
|
+
"type": "string"
|
|
21682
|
+
},
|
|
21683
|
+
"@resolver": {
|
|
21684
|
+
"name": "takeshape:getUser",
|
|
21685
|
+
"service": "takeshape:local"
|
|
21686
|
+
}
|
|
21507
21687
|
},
|
|
21508
21688
|
"_schemaVersion": {
|
|
21509
21689
|
"title": "Schema Version",
|
|
@@ -21664,8 +21844,14 @@
|
|
|
21664
21844
|
},
|
|
21665
21845
|
"_createdBy": {
|
|
21666
21846
|
"title": "Created By",
|
|
21667
|
-
"
|
|
21668
|
-
"@
|
|
21847
|
+
"@ref": "local:TSUser",
|
|
21848
|
+
"@input": {
|
|
21849
|
+
"type": "string"
|
|
21850
|
+
},
|
|
21851
|
+
"@resolver": {
|
|
21852
|
+
"name": "takeshape:getUser",
|
|
21853
|
+
"service": "takeshape:local"
|
|
21854
|
+
}
|
|
21669
21855
|
},
|
|
21670
21856
|
"_updatedAt": {
|
|
21671
21857
|
"title": "Updated",
|
|
@@ -21674,8 +21860,14 @@
|
|
|
21674
21860
|
},
|
|
21675
21861
|
"_updatedBy": {
|
|
21676
21862
|
"title": "Updated By",
|
|
21677
|
-
"
|
|
21678
|
-
"@
|
|
21863
|
+
"@ref": "local:TSUser",
|
|
21864
|
+
"@input": {
|
|
21865
|
+
"type": "string"
|
|
21866
|
+
},
|
|
21867
|
+
"@resolver": {
|
|
21868
|
+
"name": "takeshape:getUser",
|
|
21869
|
+
"service": "takeshape:local"
|
|
21870
|
+
}
|
|
21679
21871
|
},
|
|
21680
21872
|
"_schemaVersion": {
|
|
21681
21873
|
"title": "Schema Version",
|
|
@@ -22261,8 +22453,14 @@
|
|
|
22261
22453
|
},
|
|
22262
22454
|
"_createdBy": {
|
|
22263
22455
|
"title": "Created By",
|
|
22264
|
-
"
|
|
22265
|
-
"@
|
|
22456
|
+
"@ref": "local:TSUser",
|
|
22457
|
+
"@input": {
|
|
22458
|
+
"type": "string"
|
|
22459
|
+
},
|
|
22460
|
+
"@resolver": {
|
|
22461
|
+
"name": "takeshape:getUser",
|
|
22462
|
+
"service": "takeshape:local"
|
|
22463
|
+
}
|
|
22266
22464
|
},
|
|
22267
22465
|
"_updatedAt": {
|
|
22268
22466
|
"title": "Updated",
|
|
@@ -22271,8 +22469,14 @@
|
|
|
22271
22469
|
},
|
|
22272
22470
|
"_updatedBy": {
|
|
22273
22471
|
"title": "Updated By",
|
|
22274
|
-
"
|
|
22275
|
-
"@
|
|
22472
|
+
"@ref": "local:TSUser",
|
|
22473
|
+
"@input": {
|
|
22474
|
+
"type": "string"
|
|
22475
|
+
},
|
|
22476
|
+
"@resolver": {
|
|
22477
|
+
"name": "takeshape:getUser",
|
|
22478
|
+
"service": "takeshape:local"
|
|
22479
|
+
}
|
|
22276
22480
|
},
|
|
22277
22481
|
"_schemaVersion": {
|
|
22278
22482
|
"title": "Schema Version",
|
|
@@ -22339,8 +22543,14 @@
|
|
|
22339
22543
|
},
|
|
22340
22544
|
"_createdBy": {
|
|
22341
22545
|
"title": "Created By",
|
|
22342
|
-
"
|
|
22343
|
-
"@
|
|
22546
|
+
"@ref": "local:TSUser",
|
|
22547
|
+
"@input": {
|
|
22548
|
+
"type": "string"
|
|
22549
|
+
},
|
|
22550
|
+
"@resolver": {
|
|
22551
|
+
"name": "takeshape:getUser",
|
|
22552
|
+
"service": "takeshape:local"
|
|
22553
|
+
}
|
|
22344
22554
|
},
|
|
22345
22555
|
"_updatedAt": {
|
|
22346
22556
|
"title": "Updated",
|
|
@@ -22349,8 +22559,14 @@
|
|
|
22349
22559
|
},
|
|
22350
22560
|
"_updatedBy": {
|
|
22351
22561
|
"title": "Updated By",
|
|
22352
|
-
"
|
|
22353
|
-
"@
|
|
22562
|
+
"@ref": "local:TSUser",
|
|
22563
|
+
"@input": {
|
|
22564
|
+
"type": "string"
|
|
22565
|
+
},
|
|
22566
|
+
"@resolver": {
|
|
22567
|
+
"name": "takeshape:getUser",
|
|
22568
|
+
"service": "takeshape:local"
|
|
22569
|
+
}
|
|
22354
22570
|
},
|
|
22355
22571
|
"_schemaVersion": {
|
|
22356
22572
|
"title": "Schema Version",
|
|
@@ -22470,8 +22686,14 @@
|
|
|
22470
22686
|
},
|
|
22471
22687
|
"_createdBy": {
|
|
22472
22688
|
"title": "Created By",
|
|
22473
|
-
"
|
|
22474
|
-
"@
|
|
22689
|
+
"@ref": "local:TSUser",
|
|
22690
|
+
"@input": {
|
|
22691
|
+
"type": "string"
|
|
22692
|
+
},
|
|
22693
|
+
"@resolver": {
|
|
22694
|
+
"name": "takeshape:getUser",
|
|
22695
|
+
"service": "takeshape:local"
|
|
22696
|
+
}
|
|
22475
22697
|
},
|
|
22476
22698
|
"_updatedAt": {
|
|
22477
22699
|
"title": "Updated",
|
|
@@ -22480,8 +22702,14 @@
|
|
|
22480
22702
|
},
|
|
22481
22703
|
"_updatedBy": {
|
|
22482
22704
|
"title": "Updated By",
|
|
22483
|
-
"
|
|
22484
|
-
"@
|
|
22705
|
+
"@ref": "local:TSUser",
|
|
22706
|
+
"@input": {
|
|
22707
|
+
"type": "string"
|
|
22708
|
+
},
|
|
22709
|
+
"@resolver": {
|
|
22710
|
+
"name": "takeshape:getUser",
|
|
22711
|
+
"service": "takeshape:local"
|
|
22712
|
+
}
|
|
22485
22713
|
},
|
|
22486
22714
|
"_schemaVersion": {
|
|
22487
22715
|
"title": "Schema Version",
|
|
@@ -22772,8 +23000,14 @@
|
|
|
22772
23000
|
},
|
|
22773
23001
|
"_createdBy": {
|
|
22774
23002
|
"title": "Created By",
|
|
22775
|
-
"
|
|
22776
|
-
"@
|
|
23003
|
+
"@ref": "local:TSUser",
|
|
23004
|
+
"@input": {
|
|
23005
|
+
"type": "string"
|
|
23006
|
+
},
|
|
23007
|
+
"@resolver": {
|
|
23008
|
+
"name": "takeshape:getUser",
|
|
23009
|
+
"service": "takeshape:local"
|
|
23010
|
+
}
|
|
22777
23011
|
},
|
|
22778
23012
|
"_updatedAt": {
|
|
22779
23013
|
"title": "Updated",
|
|
@@ -22782,8 +23016,14 @@
|
|
|
22782
23016
|
},
|
|
22783
23017
|
"_updatedBy": {
|
|
22784
23018
|
"title": "Updated By",
|
|
22785
|
-
"
|
|
22786
|
-
"@
|
|
23019
|
+
"@ref": "local:TSUser",
|
|
23020
|
+
"@input": {
|
|
23021
|
+
"type": "string"
|
|
23022
|
+
},
|
|
23023
|
+
"@resolver": {
|
|
23024
|
+
"name": "takeshape:getUser",
|
|
23025
|
+
"service": "takeshape:local"
|
|
23026
|
+
}
|
|
22787
23027
|
},
|
|
22788
23028
|
"_schemaVersion": {
|
|
22789
23029
|
"title": "Schema Version",
|
|
@@ -23636,8 +23876,14 @@
|
|
|
23636
23876
|
},
|
|
23637
23877
|
"_createdBy": {
|
|
23638
23878
|
"title": "Created By",
|
|
23639
|
-
"
|
|
23640
|
-
"@
|
|
23879
|
+
"@ref": "local:TSUser",
|
|
23880
|
+
"@input": {
|
|
23881
|
+
"type": "string"
|
|
23882
|
+
},
|
|
23883
|
+
"@resolver": {
|
|
23884
|
+
"name": "takeshape:getUser",
|
|
23885
|
+
"service": "takeshape:local"
|
|
23886
|
+
}
|
|
23641
23887
|
},
|
|
23642
23888
|
"_updatedAt": {
|
|
23643
23889
|
"title": "Updated",
|
|
@@ -23646,8 +23892,14 @@
|
|
|
23646
23892
|
},
|
|
23647
23893
|
"_updatedBy": {
|
|
23648
23894
|
"title": "Updated By",
|
|
23649
|
-
"
|
|
23650
|
-
"@
|
|
23895
|
+
"@ref": "local:TSUser",
|
|
23896
|
+
"@input": {
|
|
23897
|
+
"type": "string"
|
|
23898
|
+
},
|
|
23899
|
+
"@resolver": {
|
|
23900
|
+
"name": "takeshape:getUser",
|
|
23901
|
+
"service": "takeshape:local"
|
|
23902
|
+
}
|
|
23651
23903
|
},
|
|
23652
23904
|
"_schemaVersion": {
|
|
23653
23905
|
"title": "Schema Version",
|
|
@@ -23912,8 +24164,14 @@
|
|
|
23912
24164
|
},
|
|
23913
24165
|
"_createdBy": {
|
|
23914
24166
|
"title": "Created By",
|
|
23915
|
-
"
|
|
23916
|
-
"@
|
|
24167
|
+
"@ref": "local:TSUser",
|
|
24168
|
+
"@input": {
|
|
24169
|
+
"type": "string"
|
|
24170
|
+
},
|
|
24171
|
+
"@resolver": {
|
|
24172
|
+
"name": "takeshape:getUser",
|
|
24173
|
+
"service": "takeshape:local"
|
|
24174
|
+
}
|
|
23917
24175
|
},
|
|
23918
24176
|
"_updatedAt": {
|
|
23919
24177
|
"title": "Updated",
|
|
@@ -23922,8 +24180,14 @@
|
|
|
23922
24180
|
},
|
|
23923
24181
|
"_updatedBy": {
|
|
23924
24182
|
"title": "Updated By",
|
|
23925
|
-
"
|
|
23926
|
-
"@
|
|
24183
|
+
"@ref": "local:TSUser",
|
|
24184
|
+
"@input": {
|
|
24185
|
+
"type": "string"
|
|
24186
|
+
},
|
|
24187
|
+
"@resolver": {
|
|
24188
|
+
"name": "takeshape:getUser",
|
|
24189
|
+
"service": "takeshape:local"
|
|
24190
|
+
}
|
|
23927
24191
|
},
|
|
23928
24192
|
"_schemaVersion": {
|
|
23929
24193
|
"title": "Schema Version",
|
|
@@ -24602,8 +24866,14 @@
|
|
|
24602
24866
|
},
|
|
24603
24867
|
"_createdBy": {
|
|
24604
24868
|
"title": "Created By",
|
|
24605
|
-
"
|
|
24606
|
-
"@
|
|
24869
|
+
"@ref": "local:TSUser",
|
|
24870
|
+
"@input": {
|
|
24871
|
+
"type": "string"
|
|
24872
|
+
},
|
|
24873
|
+
"@resolver": {
|
|
24874
|
+
"name": "takeshape:getUser",
|
|
24875
|
+
"service": "takeshape:local"
|
|
24876
|
+
}
|
|
24607
24877
|
},
|
|
24608
24878
|
"_updatedAt": {
|
|
24609
24879
|
"title": "Updated",
|
|
@@ -24612,8 +24882,14 @@
|
|
|
24612
24882
|
},
|
|
24613
24883
|
"_updatedBy": {
|
|
24614
24884
|
"title": "Updated By",
|
|
24615
|
-
"
|
|
24616
|
-
"@
|
|
24885
|
+
"@ref": "local:TSUser",
|
|
24886
|
+
"@input": {
|
|
24887
|
+
"type": "string"
|
|
24888
|
+
},
|
|
24889
|
+
"@resolver": {
|
|
24890
|
+
"name": "takeshape:getUser",
|
|
24891
|
+
"service": "takeshape:local"
|
|
24892
|
+
}
|
|
24617
24893
|
},
|
|
24618
24894
|
"_schemaVersion": {
|
|
24619
24895
|
"title": "Schema Version",
|
|
@@ -24704,8 +24980,14 @@
|
|
|
24704
24980
|
},
|
|
24705
24981
|
"_createdBy": {
|
|
24706
24982
|
"title": "Created By",
|
|
24707
|
-
"
|
|
24708
|
-
"@
|
|
24983
|
+
"@ref": "local:TSUser",
|
|
24984
|
+
"@input": {
|
|
24985
|
+
"type": "string"
|
|
24986
|
+
},
|
|
24987
|
+
"@resolver": {
|
|
24988
|
+
"name": "takeshape:getUser",
|
|
24989
|
+
"service": "takeshape:local"
|
|
24990
|
+
}
|
|
24709
24991
|
},
|
|
24710
24992
|
"_updatedAt": {
|
|
24711
24993
|
"title": "Updated",
|
|
@@ -24714,8 +24996,14 @@
|
|
|
24714
24996
|
},
|
|
24715
24997
|
"_updatedBy": {
|
|
24716
24998
|
"title": "Updated By",
|
|
24717
|
-
"
|
|
24718
|
-
"@
|
|
24999
|
+
"@ref": "local:TSUser",
|
|
25000
|
+
"@input": {
|
|
25001
|
+
"type": "string"
|
|
25002
|
+
},
|
|
25003
|
+
"@resolver": {
|
|
25004
|
+
"name": "takeshape:getUser",
|
|
25005
|
+
"service": "takeshape:local"
|
|
25006
|
+
}
|
|
24719
25007
|
},
|
|
24720
25008
|
"_schemaVersion": {
|
|
24721
25009
|
"title": "Schema Version",
|
|
@@ -24929,8 +25217,14 @@
|
|
|
24929
25217
|
},
|
|
24930
25218
|
"_createdBy": {
|
|
24931
25219
|
"title": "Created By",
|
|
24932
|
-
"
|
|
24933
|
-
"@
|
|
25220
|
+
"@ref": "local:TSUser",
|
|
25221
|
+
"@input": {
|
|
25222
|
+
"type": "string"
|
|
25223
|
+
},
|
|
25224
|
+
"@resolver": {
|
|
25225
|
+
"name": "takeshape:getUser",
|
|
25226
|
+
"service": "takeshape:local"
|
|
25227
|
+
}
|
|
24934
25228
|
},
|
|
24935
25229
|
"_updatedAt": {
|
|
24936
25230
|
"title": "Updated",
|
|
@@ -24939,8 +25233,14 @@
|
|
|
24939
25233
|
},
|
|
24940
25234
|
"_updatedBy": {
|
|
24941
25235
|
"title": "Updated By",
|
|
24942
|
-
"
|
|
24943
|
-
"@
|
|
25236
|
+
"@ref": "local:TSUser",
|
|
25237
|
+
"@input": {
|
|
25238
|
+
"type": "string"
|
|
25239
|
+
},
|
|
25240
|
+
"@resolver": {
|
|
25241
|
+
"name": "takeshape:getUser",
|
|
25242
|
+
"service": "takeshape:local"
|
|
25243
|
+
}
|
|
24944
25244
|
},
|
|
24945
25245
|
"_schemaVersion": {
|
|
24946
25246
|
"title": "Schema Version",
|
|
@@ -25529,8 +25829,14 @@
|
|
|
25529
25829
|
},
|
|
25530
25830
|
"_createdBy": {
|
|
25531
25831
|
"title": "Created By",
|
|
25532
|
-
"
|
|
25533
|
-
"@
|
|
25832
|
+
"@ref": "local:TSUser",
|
|
25833
|
+
"@input": {
|
|
25834
|
+
"type": "string"
|
|
25835
|
+
},
|
|
25836
|
+
"@resolver": {
|
|
25837
|
+
"name": "takeshape:getUser",
|
|
25838
|
+
"service": "takeshape:local"
|
|
25839
|
+
}
|
|
25534
25840
|
},
|
|
25535
25841
|
"_updatedAt": {
|
|
25536
25842
|
"title": "Updated",
|
|
@@ -25539,8 +25845,14 @@
|
|
|
25539
25845
|
},
|
|
25540
25846
|
"_updatedBy": {
|
|
25541
25847
|
"title": "Updated By",
|
|
25542
|
-
"
|
|
25543
|
-
"@
|
|
25848
|
+
"@ref": "local:TSUser",
|
|
25849
|
+
"@input": {
|
|
25850
|
+
"type": "string"
|
|
25851
|
+
},
|
|
25852
|
+
"@resolver": {
|
|
25853
|
+
"name": "takeshape:getUser",
|
|
25854
|
+
"service": "takeshape:local"
|
|
25855
|
+
}
|
|
25544
25856
|
},
|
|
25545
25857
|
"_schemaVersion": {
|
|
25546
25858
|
"title": "Schema Version",
|
|
@@ -25636,8 +25948,14 @@
|
|
|
25636
25948
|
},
|
|
25637
25949
|
"_createdBy": {
|
|
25638
25950
|
"title": "Created By",
|
|
25639
|
-
"
|
|
25640
|
-
"@
|
|
25951
|
+
"@ref": "local:TSUser",
|
|
25952
|
+
"@input": {
|
|
25953
|
+
"type": "string"
|
|
25954
|
+
},
|
|
25955
|
+
"@resolver": {
|
|
25956
|
+
"name": "takeshape:getUser",
|
|
25957
|
+
"service": "takeshape:local"
|
|
25958
|
+
}
|
|
25641
25959
|
},
|
|
25642
25960
|
"_updatedAt": {
|
|
25643
25961
|
"title": "Updated",
|
|
@@ -25646,8 +25964,14 @@
|
|
|
25646
25964
|
},
|
|
25647
25965
|
"_updatedBy": {
|
|
25648
25966
|
"title": "Updated By",
|
|
25649
|
-
"
|
|
25650
|
-
"@
|
|
25967
|
+
"@ref": "local:TSUser",
|
|
25968
|
+
"@input": {
|
|
25969
|
+
"type": "string"
|
|
25970
|
+
},
|
|
25971
|
+
"@resolver": {
|
|
25972
|
+
"name": "takeshape:getUser",
|
|
25973
|
+
"service": "takeshape:local"
|
|
25974
|
+
}
|
|
25651
25975
|
},
|
|
25652
25976
|
"_schemaVersion": {
|
|
25653
25977
|
"title": "Schema Version",
|
|
@@ -25845,8 +26169,14 @@
|
|
|
25845
26169
|
},
|
|
25846
26170
|
"_createdBy": {
|
|
25847
26171
|
"title": "Created By",
|
|
25848
|
-
"
|
|
25849
|
-
"@
|
|
26172
|
+
"@ref": "local:TSUser",
|
|
26173
|
+
"@input": {
|
|
26174
|
+
"type": "string"
|
|
26175
|
+
},
|
|
26176
|
+
"@resolver": {
|
|
26177
|
+
"name": "takeshape:getUser",
|
|
26178
|
+
"service": "takeshape:local"
|
|
26179
|
+
}
|
|
25850
26180
|
},
|
|
25851
26181
|
"_updatedAt": {
|
|
25852
26182
|
"title": "Updated",
|
|
@@ -25855,8 +26185,14 @@
|
|
|
25855
26185
|
},
|
|
25856
26186
|
"_updatedBy": {
|
|
25857
26187
|
"title": "Updated By",
|
|
25858
|
-
"
|
|
25859
|
-
"@
|
|
26188
|
+
"@ref": "local:TSUser",
|
|
26189
|
+
"@input": {
|
|
26190
|
+
"type": "string"
|
|
26191
|
+
},
|
|
26192
|
+
"@resolver": {
|
|
26193
|
+
"name": "takeshape:getUser",
|
|
26194
|
+
"service": "takeshape:local"
|
|
26195
|
+
}
|
|
25860
26196
|
},
|
|
25861
26197
|
"_schemaVersion": {
|
|
25862
26198
|
"title": "Schema Version",
|
|
@@ -26147,8 +26483,14 @@
|
|
|
26147
26483
|
},
|
|
26148
26484
|
"_createdBy": {
|
|
26149
26485
|
"title": "Created By",
|
|
26150
|
-
"
|
|
26151
|
-
"@
|
|
26486
|
+
"@ref": "local:TSUser",
|
|
26487
|
+
"@input": {
|
|
26488
|
+
"type": "string"
|
|
26489
|
+
},
|
|
26490
|
+
"@resolver": {
|
|
26491
|
+
"name": "takeshape:getUser",
|
|
26492
|
+
"service": "takeshape:local"
|
|
26493
|
+
}
|
|
26152
26494
|
},
|
|
26153
26495
|
"_updatedAt": {
|
|
26154
26496
|
"title": "Updated",
|
|
@@ -26157,8 +26499,14 @@
|
|
|
26157
26499
|
},
|
|
26158
26500
|
"_updatedBy": {
|
|
26159
26501
|
"title": "Updated By",
|
|
26160
|
-
"
|
|
26161
|
-
"@
|
|
26502
|
+
"@ref": "local:TSUser",
|
|
26503
|
+
"@input": {
|
|
26504
|
+
"type": "string"
|
|
26505
|
+
},
|
|
26506
|
+
"@resolver": {
|
|
26507
|
+
"name": "takeshape:getUser",
|
|
26508
|
+
"service": "takeshape:local"
|
|
26509
|
+
}
|
|
26162
26510
|
},
|
|
26163
26511
|
"_schemaVersion": {
|
|
26164
26512
|
"title": "Schema Version",
|
|
@@ -26357,8 +26705,14 @@
|
|
|
26357
26705
|
},
|
|
26358
26706
|
"_createdBy": {
|
|
26359
26707
|
"title": "Created By",
|
|
26360
|
-
"
|
|
26361
|
-
"@
|
|
26708
|
+
"@ref": "local:TSUser",
|
|
26709
|
+
"@input": {
|
|
26710
|
+
"type": "string"
|
|
26711
|
+
},
|
|
26712
|
+
"@resolver": {
|
|
26713
|
+
"name": "takeshape:getUser",
|
|
26714
|
+
"service": "takeshape:local"
|
|
26715
|
+
}
|
|
26362
26716
|
},
|
|
26363
26717
|
"_updatedAt": {
|
|
26364
26718
|
"title": "Updated",
|
|
@@ -26367,8 +26721,14 @@
|
|
|
26367
26721
|
},
|
|
26368
26722
|
"_updatedBy": {
|
|
26369
26723
|
"title": "Updated By",
|
|
26370
|
-
"
|
|
26371
|
-
"@
|
|
26724
|
+
"@ref": "local:TSUser",
|
|
26725
|
+
"@input": {
|
|
26726
|
+
"type": "string"
|
|
26727
|
+
},
|
|
26728
|
+
"@resolver": {
|
|
26729
|
+
"name": "takeshape:getUser",
|
|
26730
|
+
"service": "takeshape:local"
|
|
26731
|
+
}
|
|
26372
26732
|
},
|
|
26373
26733
|
"_schemaVersion": {
|
|
26374
26734
|
"title": "Schema Version",
|
|
@@ -26460,8 +26820,14 @@
|
|
|
26460
26820
|
},
|
|
26461
26821
|
"_createdBy": {
|
|
26462
26822
|
"title": "Created By",
|
|
26463
|
-
"
|
|
26464
|
-
"@
|
|
26823
|
+
"@ref": "local:TSUser",
|
|
26824
|
+
"@input": {
|
|
26825
|
+
"type": "string"
|
|
26826
|
+
},
|
|
26827
|
+
"@resolver": {
|
|
26828
|
+
"name": "takeshape:getUser",
|
|
26829
|
+
"service": "takeshape:local"
|
|
26830
|
+
}
|
|
26465
26831
|
},
|
|
26466
26832
|
"_updatedAt": {
|
|
26467
26833
|
"title": "Updated",
|
|
@@ -26470,8 +26836,14 @@
|
|
|
26470
26836
|
},
|
|
26471
26837
|
"_updatedBy": {
|
|
26472
26838
|
"title": "Updated By",
|
|
26473
|
-
"
|
|
26474
|
-
"@
|
|
26839
|
+
"@ref": "local:TSUser",
|
|
26840
|
+
"@input": {
|
|
26841
|
+
"type": "string"
|
|
26842
|
+
},
|
|
26843
|
+
"@resolver": {
|
|
26844
|
+
"name": "takeshape:getUser",
|
|
26845
|
+
"service": "takeshape:local"
|
|
26846
|
+
}
|
|
26475
26847
|
},
|
|
26476
26848
|
"_schemaVersion": {
|
|
26477
26849
|
"title": "Schema Version",
|
|
@@ -26670,8 +27042,14 @@
|
|
|
26670
27042
|
},
|
|
26671
27043
|
"_createdBy": {
|
|
26672
27044
|
"title": "Created By",
|
|
26673
|
-
"
|
|
26674
|
-
"@
|
|
27045
|
+
"@ref": "local:TSUser",
|
|
27046
|
+
"@input": {
|
|
27047
|
+
"type": "string"
|
|
27048
|
+
},
|
|
27049
|
+
"@resolver": {
|
|
27050
|
+
"name": "takeshape:getUser",
|
|
27051
|
+
"service": "takeshape:local"
|
|
27052
|
+
}
|
|
26675
27053
|
},
|
|
26676
27054
|
"_updatedAt": {
|
|
26677
27055
|
"title": "Updated",
|
|
@@ -26680,8 +27058,14 @@
|
|
|
26680
27058
|
},
|
|
26681
27059
|
"_updatedBy": {
|
|
26682
27060
|
"title": "Updated By",
|
|
26683
|
-
"
|
|
26684
|
-
"@
|
|
27061
|
+
"@ref": "local:TSUser",
|
|
27062
|
+
"@input": {
|
|
27063
|
+
"type": "string"
|
|
27064
|
+
},
|
|
27065
|
+
"@resolver": {
|
|
27066
|
+
"name": "takeshape:getUser",
|
|
27067
|
+
"service": "takeshape:local"
|
|
27068
|
+
}
|
|
26685
27069
|
},
|
|
26686
27070
|
"_schemaVersion": {
|
|
26687
27071
|
"title": "Schema Version",
|
|
@@ -26919,8 +27303,14 @@
|
|
|
26919
27303
|
},
|
|
26920
27304
|
"_createdBy": {
|
|
26921
27305
|
"title": "Created By",
|
|
26922
|
-
"
|
|
26923
|
-
"@
|
|
27306
|
+
"@ref": "local:TSUser",
|
|
27307
|
+
"@input": {
|
|
27308
|
+
"type": "string"
|
|
27309
|
+
},
|
|
27310
|
+
"@resolver": {
|
|
27311
|
+
"name": "takeshape:getUser",
|
|
27312
|
+
"service": "takeshape:local"
|
|
27313
|
+
}
|
|
26924
27314
|
},
|
|
26925
27315
|
"_updatedAt": {
|
|
26926
27316
|
"title": "Updated",
|
|
@@ -26929,8 +27319,14 @@
|
|
|
26929
27319
|
},
|
|
26930
27320
|
"_updatedBy": {
|
|
26931
27321
|
"title": "Updated By",
|
|
26932
|
-
"
|
|
26933
|
-
"@
|
|
27322
|
+
"@ref": "local:TSUser",
|
|
27323
|
+
"@input": {
|
|
27324
|
+
"type": "string"
|
|
27325
|
+
},
|
|
27326
|
+
"@resolver": {
|
|
27327
|
+
"name": "takeshape:getUser",
|
|
27328
|
+
"service": "takeshape:local"
|
|
27329
|
+
}
|
|
26934
27330
|
},
|
|
26935
27331
|
"_schemaVersion": {
|
|
26936
27332
|
"title": "Schema Version",
|
|
@@ -27097,8 +27493,14 @@
|
|
|
27097
27493
|
},
|
|
27098
27494
|
"_createdBy": {
|
|
27099
27495
|
"title": "Created By",
|
|
27100
|
-
"
|
|
27101
|
-
"@
|
|
27496
|
+
"@ref": "local:TSUser",
|
|
27497
|
+
"@input": {
|
|
27498
|
+
"type": "string"
|
|
27499
|
+
},
|
|
27500
|
+
"@resolver": {
|
|
27501
|
+
"name": "takeshape:getUser",
|
|
27502
|
+
"service": "takeshape:local"
|
|
27503
|
+
}
|
|
27102
27504
|
},
|
|
27103
27505
|
"_updatedAt": {
|
|
27104
27506
|
"title": "Updated",
|
|
@@ -27107,8 +27509,14 @@
|
|
|
27107
27509
|
},
|
|
27108
27510
|
"_updatedBy": {
|
|
27109
27511
|
"title": "Updated By",
|
|
27110
|
-
"
|
|
27111
|
-
"@
|
|
27512
|
+
"@ref": "local:TSUser",
|
|
27513
|
+
"@input": {
|
|
27514
|
+
"type": "string"
|
|
27515
|
+
},
|
|
27516
|
+
"@resolver": {
|
|
27517
|
+
"name": "takeshape:getUser",
|
|
27518
|
+
"service": "takeshape:local"
|
|
27519
|
+
}
|
|
27112
27520
|
},
|
|
27113
27521
|
"_schemaVersion": {
|
|
27114
27522
|
"title": "Schema Version",
|
|
@@ -27254,8 +27662,14 @@
|
|
|
27254
27662
|
},
|
|
27255
27663
|
"_createdBy": {
|
|
27256
27664
|
"title": "Created By",
|
|
27257
|
-
"
|
|
27258
|
-
"@
|
|
27665
|
+
"@ref": "local:TSUser",
|
|
27666
|
+
"@input": {
|
|
27667
|
+
"type": "string"
|
|
27668
|
+
},
|
|
27669
|
+
"@resolver": {
|
|
27670
|
+
"name": "takeshape:getUser",
|
|
27671
|
+
"service": "takeshape:local"
|
|
27672
|
+
}
|
|
27259
27673
|
},
|
|
27260
27674
|
"_updatedAt": {
|
|
27261
27675
|
"title": "Updated",
|
|
@@ -27264,8 +27678,14 @@
|
|
|
27264
27678
|
},
|
|
27265
27679
|
"_updatedBy": {
|
|
27266
27680
|
"title": "Updated By",
|
|
27267
|
-
"
|
|
27268
|
-
"@
|
|
27681
|
+
"@ref": "local:TSUser",
|
|
27682
|
+
"@input": {
|
|
27683
|
+
"type": "string"
|
|
27684
|
+
},
|
|
27685
|
+
"@resolver": {
|
|
27686
|
+
"name": "takeshape:getUser",
|
|
27687
|
+
"service": "takeshape:local"
|
|
27688
|
+
}
|
|
27269
27689
|
},
|
|
27270
27690
|
"_schemaVersion": {
|
|
27271
27691
|
"title": "Schema Version",
|
|
@@ -27472,8 +27892,14 @@
|
|
|
27472
27892
|
},
|
|
27473
27893
|
"_createdBy": {
|
|
27474
27894
|
"title": "Created By",
|
|
27475
|
-
"
|
|
27476
|
-
"@
|
|
27895
|
+
"@ref": "local:TSUser",
|
|
27896
|
+
"@input": {
|
|
27897
|
+
"type": "string"
|
|
27898
|
+
},
|
|
27899
|
+
"@resolver": {
|
|
27900
|
+
"name": "takeshape:getUser",
|
|
27901
|
+
"service": "takeshape:local"
|
|
27902
|
+
}
|
|
27477
27903
|
},
|
|
27478
27904
|
"_updatedAt": {
|
|
27479
27905
|
"title": "Updated",
|
|
@@ -27482,8 +27908,14 @@
|
|
|
27482
27908
|
},
|
|
27483
27909
|
"_updatedBy": {
|
|
27484
27910
|
"title": "Updated By",
|
|
27485
|
-
"
|
|
27486
|
-
"@
|
|
27911
|
+
"@ref": "local:TSUser",
|
|
27912
|
+
"@input": {
|
|
27913
|
+
"type": "string"
|
|
27914
|
+
},
|
|
27915
|
+
"@resolver": {
|
|
27916
|
+
"name": "takeshape:getUser",
|
|
27917
|
+
"service": "takeshape:local"
|
|
27918
|
+
}
|
|
27487
27919
|
},
|
|
27488
27920
|
"_schemaVersion": {
|
|
27489
27921
|
"title": "Schema Version",
|
|
@@ -27568,8 +28000,14 @@
|
|
|
27568
28000
|
},
|
|
27569
28001
|
"_createdBy": {
|
|
27570
28002
|
"title": "Created By",
|
|
27571
|
-
"
|
|
27572
|
-
"@
|
|
28003
|
+
"@ref": "local:TSUser",
|
|
28004
|
+
"@input": {
|
|
28005
|
+
"type": "string"
|
|
28006
|
+
},
|
|
28007
|
+
"@resolver": {
|
|
28008
|
+
"name": "takeshape:getUser",
|
|
28009
|
+
"service": "takeshape:local"
|
|
28010
|
+
}
|
|
27573
28011
|
},
|
|
27574
28012
|
"_updatedAt": {
|
|
27575
28013
|
"title": "Updated",
|
|
@@ -27578,8 +28016,14 @@
|
|
|
27578
28016
|
},
|
|
27579
28017
|
"_updatedBy": {
|
|
27580
28018
|
"title": "Updated By",
|
|
27581
|
-
"
|
|
27582
|
-
"@
|
|
28019
|
+
"@ref": "local:TSUser",
|
|
28020
|
+
"@input": {
|
|
28021
|
+
"type": "string"
|
|
28022
|
+
},
|
|
28023
|
+
"@resolver": {
|
|
28024
|
+
"name": "takeshape:getUser",
|
|
28025
|
+
"service": "takeshape:local"
|
|
28026
|
+
}
|
|
27583
28027
|
},
|
|
27584
28028
|
"_schemaVersion": {
|
|
27585
28029
|
"title": "Schema Version",
|
|
@@ -27796,8 +28240,14 @@
|
|
|
27796
28240
|
},
|
|
27797
28241
|
"_createdBy": {
|
|
27798
28242
|
"title": "Created By",
|
|
27799
|
-
"
|
|
27800
|
-
"@
|
|
28243
|
+
"@ref": "local:TSUser",
|
|
28244
|
+
"@input": {
|
|
28245
|
+
"type": "string"
|
|
28246
|
+
},
|
|
28247
|
+
"@resolver": {
|
|
28248
|
+
"name": "takeshape:getUser",
|
|
28249
|
+
"service": "takeshape:local"
|
|
28250
|
+
}
|
|
27801
28251
|
},
|
|
27802
28252
|
"_updatedAt": {
|
|
27803
28253
|
"title": "Updated",
|
|
@@ -27806,8 +28256,14 @@
|
|
|
27806
28256
|
},
|
|
27807
28257
|
"_updatedBy": {
|
|
27808
28258
|
"title": "Updated By",
|
|
27809
|
-
"
|
|
27810
|
-
"@
|
|
28259
|
+
"@ref": "local:TSUser",
|
|
28260
|
+
"@input": {
|
|
28261
|
+
"type": "string"
|
|
28262
|
+
},
|
|
28263
|
+
"@resolver": {
|
|
28264
|
+
"name": "takeshape:getUser",
|
|
28265
|
+
"service": "takeshape:local"
|
|
28266
|
+
}
|
|
27811
28267
|
},
|
|
27812
28268
|
"_schemaVersion": {
|
|
27813
28269
|
"title": "Schema Version",
|
|
@@ -28099,8 +28555,14 @@
|
|
|
28099
28555
|
},
|
|
28100
28556
|
"_createdBy": {
|
|
28101
28557
|
"title": "Created By",
|
|
28102
|
-
"
|
|
28103
|
-
"@
|
|
28558
|
+
"@ref": "local:TSUser",
|
|
28559
|
+
"@input": {
|
|
28560
|
+
"type": "string"
|
|
28561
|
+
},
|
|
28562
|
+
"@resolver": {
|
|
28563
|
+
"name": "takeshape:getUser",
|
|
28564
|
+
"service": "takeshape:local"
|
|
28565
|
+
}
|
|
28104
28566
|
},
|
|
28105
28567
|
"_updatedAt": {
|
|
28106
28568
|
"title": "Updated",
|
|
@@ -28109,8 +28571,14 @@
|
|
|
28109
28571
|
},
|
|
28110
28572
|
"_updatedBy": {
|
|
28111
28573
|
"title": "Updated By",
|
|
28112
|
-
"
|
|
28113
|
-
"@
|
|
28574
|
+
"@ref": "local:TSUser",
|
|
28575
|
+
"@input": {
|
|
28576
|
+
"type": "string"
|
|
28577
|
+
},
|
|
28578
|
+
"@resolver": {
|
|
28579
|
+
"name": "takeshape:getUser",
|
|
28580
|
+
"service": "takeshape:local"
|
|
28581
|
+
}
|
|
28114
28582
|
},
|
|
28115
28583
|
"_schemaVersion": {
|
|
28116
28584
|
"title": "Schema Version",
|
|
@@ -28187,8 +28655,14 @@
|
|
|
28187
28655
|
},
|
|
28188
28656
|
"_createdBy": {
|
|
28189
28657
|
"title": "Created By",
|
|
28190
|
-
"
|
|
28191
|
-
"@
|
|
28658
|
+
"@ref": "local:TSUser",
|
|
28659
|
+
"@input": {
|
|
28660
|
+
"type": "string"
|
|
28661
|
+
},
|
|
28662
|
+
"@resolver": {
|
|
28663
|
+
"name": "takeshape:getUser",
|
|
28664
|
+
"service": "takeshape:local"
|
|
28665
|
+
}
|
|
28192
28666
|
},
|
|
28193
28667
|
"_updatedAt": {
|
|
28194
28668
|
"title": "Updated",
|
|
@@ -28197,8 +28671,14 @@
|
|
|
28197
28671
|
},
|
|
28198
28672
|
"_updatedBy": {
|
|
28199
28673
|
"title": "Updated By",
|
|
28200
|
-
"
|
|
28201
|
-
"@
|
|
28674
|
+
"@ref": "local:TSUser",
|
|
28675
|
+
"@input": {
|
|
28676
|
+
"type": "string"
|
|
28677
|
+
},
|
|
28678
|
+
"@resolver": {
|
|
28679
|
+
"name": "takeshape:getUser",
|
|
28680
|
+
"service": "takeshape:local"
|
|
28681
|
+
}
|
|
28202
28682
|
},
|
|
28203
28683
|
"_schemaVersion": {
|
|
28204
28684
|
"title": "Schema Version",
|
|
@@ -28439,8 +28919,14 @@
|
|
|
28439
28919
|
},
|
|
28440
28920
|
"_createdBy": {
|
|
28441
28921
|
"title": "Created By",
|
|
28442
|
-
"
|
|
28443
|
-
"@
|
|
28922
|
+
"@ref": "local:TSUser",
|
|
28923
|
+
"@input": {
|
|
28924
|
+
"type": "string"
|
|
28925
|
+
},
|
|
28926
|
+
"@resolver": {
|
|
28927
|
+
"name": "takeshape:getUser",
|
|
28928
|
+
"service": "takeshape:local"
|
|
28929
|
+
}
|
|
28444
28930
|
},
|
|
28445
28931
|
"_updatedAt": {
|
|
28446
28932
|
"title": "Updated",
|
|
@@ -28449,8 +28935,14 @@
|
|
|
28449
28935
|
},
|
|
28450
28936
|
"_updatedBy": {
|
|
28451
28937
|
"title": "Updated By",
|
|
28452
|
-
"
|
|
28453
|
-
"@
|
|
28938
|
+
"@ref": "local:TSUser",
|
|
28939
|
+
"@input": {
|
|
28940
|
+
"type": "string"
|
|
28941
|
+
},
|
|
28942
|
+
"@resolver": {
|
|
28943
|
+
"name": "takeshape:getUser",
|
|
28944
|
+
"service": "takeshape:local"
|
|
28945
|
+
}
|
|
28454
28946
|
},
|
|
28455
28947
|
"_schemaVersion": {
|
|
28456
28948
|
"title": "Schema Version",
|
|
@@ -29013,8 +29505,14 @@
|
|
|
29013
29505
|
},
|
|
29014
29506
|
"_createdBy": {
|
|
29015
29507
|
"title": "Created By",
|
|
29016
|
-
"
|
|
29017
|
-
"@
|
|
29508
|
+
"@ref": "local:TSUser",
|
|
29509
|
+
"@input": {
|
|
29510
|
+
"type": "string"
|
|
29511
|
+
},
|
|
29512
|
+
"@resolver": {
|
|
29513
|
+
"name": "takeshape:getUser",
|
|
29514
|
+
"service": "takeshape:local"
|
|
29515
|
+
}
|
|
29018
29516
|
},
|
|
29019
29517
|
"_updatedAt": {
|
|
29020
29518
|
"title": "Updated",
|
|
@@ -29023,8 +29521,14 @@
|
|
|
29023
29521
|
},
|
|
29024
29522
|
"_updatedBy": {
|
|
29025
29523
|
"title": "Updated By",
|
|
29026
|
-
"
|
|
29027
|
-
"@
|
|
29524
|
+
"@ref": "local:TSUser",
|
|
29525
|
+
"@input": {
|
|
29526
|
+
"type": "string"
|
|
29527
|
+
},
|
|
29528
|
+
"@resolver": {
|
|
29529
|
+
"name": "takeshape:getUser",
|
|
29530
|
+
"service": "takeshape:local"
|
|
29531
|
+
}
|
|
29028
29532
|
},
|
|
29029
29533
|
"_schemaVersion": {
|
|
29030
29534
|
"title": "Schema Version",
|
|
@@ -29227,8 +29731,14 @@
|
|
|
29227
29731
|
},
|
|
29228
29732
|
"_createdBy": {
|
|
29229
29733
|
"title": "Created By",
|
|
29230
|
-
"
|
|
29231
|
-
"@
|
|
29734
|
+
"@ref": "local:TSUser",
|
|
29735
|
+
"@input": {
|
|
29736
|
+
"type": "string"
|
|
29737
|
+
},
|
|
29738
|
+
"@resolver": {
|
|
29739
|
+
"name": "takeshape:getUser",
|
|
29740
|
+
"service": "takeshape:local"
|
|
29741
|
+
}
|
|
29232
29742
|
},
|
|
29233
29743
|
"_updatedAt": {
|
|
29234
29744
|
"title": "Updated",
|
|
@@ -29237,8 +29747,14 @@
|
|
|
29237
29747
|
},
|
|
29238
29748
|
"_updatedBy": {
|
|
29239
29749
|
"title": "Updated By",
|
|
29240
|
-
"
|
|
29241
|
-
"@
|
|
29750
|
+
"@ref": "local:TSUser",
|
|
29751
|
+
"@input": {
|
|
29752
|
+
"type": "string"
|
|
29753
|
+
},
|
|
29754
|
+
"@resolver": {
|
|
29755
|
+
"name": "takeshape:getUser",
|
|
29756
|
+
"service": "takeshape:local"
|
|
29757
|
+
}
|
|
29242
29758
|
},
|
|
29243
29759
|
"_schemaVersion": {
|
|
29244
29760
|
"title": "Schema Version",
|
|
@@ -29791,8 +30307,14 @@
|
|
|
29791
30307
|
},
|
|
29792
30308
|
"_createdBy": {
|
|
29793
30309
|
"title": "Created By",
|
|
29794
|
-
"
|
|
29795
|
-
"@
|
|
30310
|
+
"@ref": "local:TSUser",
|
|
30311
|
+
"@input": {
|
|
30312
|
+
"type": "string"
|
|
30313
|
+
},
|
|
30314
|
+
"@resolver": {
|
|
30315
|
+
"name": "takeshape:getUser",
|
|
30316
|
+
"service": "takeshape:local"
|
|
30317
|
+
}
|
|
29796
30318
|
},
|
|
29797
30319
|
"_updatedAt": {
|
|
29798
30320
|
"title": "Updated",
|
|
@@ -29801,8 +30323,14 @@
|
|
|
29801
30323
|
},
|
|
29802
30324
|
"_updatedBy": {
|
|
29803
30325
|
"title": "Updated By",
|
|
29804
|
-
"
|
|
29805
|
-
"@
|
|
30326
|
+
"@ref": "local:TSUser",
|
|
30327
|
+
"@input": {
|
|
30328
|
+
"type": "string"
|
|
30329
|
+
},
|
|
30330
|
+
"@resolver": {
|
|
30331
|
+
"name": "takeshape:getUser",
|
|
30332
|
+
"service": "takeshape:local"
|
|
30333
|
+
}
|
|
29806
30334
|
},
|
|
29807
30335
|
"_schemaVersion": {
|
|
29808
30336
|
"title": "Schema Version",
|
|
@@ -29963,8 +30491,14 @@
|
|
|
29963
30491
|
},
|
|
29964
30492
|
"_createdBy": {
|
|
29965
30493
|
"title": "Created By",
|
|
29966
|
-
"
|
|
29967
|
-
"@
|
|
30494
|
+
"@ref": "local:TSUser",
|
|
30495
|
+
"@input": {
|
|
30496
|
+
"type": "string"
|
|
30497
|
+
},
|
|
30498
|
+
"@resolver": {
|
|
30499
|
+
"name": "takeshape:getUser",
|
|
30500
|
+
"service": "takeshape:local"
|
|
30501
|
+
}
|
|
29968
30502
|
},
|
|
29969
30503
|
"_updatedAt": {
|
|
29970
30504
|
"title": "Updated",
|
|
@@ -29973,8 +30507,14 @@
|
|
|
29973
30507
|
},
|
|
29974
30508
|
"_updatedBy": {
|
|
29975
30509
|
"title": "Updated By",
|
|
29976
|
-
"
|
|
29977
|
-
"@
|
|
30510
|
+
"@ref": "local:TSUser",
|
|
30511
|
+
"@input": {
|
|
30512
|
+
"type": "string"
|
|
30513
|
+
},
|
|
30514
|
+
"@resolver": {
|
|
30515
|
+
"name": "takeshape:getUser",
|
|
30516
|
+
"service": "takeshape:local"
|
|
30517
|
+
}
|
|
29978
30518
|
},
|
|
29979
30519
|
"_schemaVersion": {
|
|
29980
30520
|
"title": "Schema Version",
|
|
@@ -30179,8 +30719,14 @@
|
|
|
30179
30719
|
},
|
|
30180
30720
|
"_createdBy": {
|
|
30181
30721
|
"title": "Created By",
|
|
30182
|
-
"
|
|
30183
|
-
"@
|
|
30722
|
+
"@ref": "local:TSUser",
|
|
30723
|
+
"@input": {
|
|
30724
|
+
"type": "string"
|
|
30725
|
+
},
|
|
30726
|
+
"@resolver": {
|
|
30727
|
+
"name": "takeshape:getUser",
|
|
30728
|
+
"service": "takeshape:local"
|
|
30729
|
+
}
|
|
30184
30730
|
},
|
|
30185
30731
|
"_updatedAt": {
|
|
30186
30732
|
"title": "Updated",
|
|
@@ -30189,8 +30735,14 @@
|
|
|
30189
30735
|
},
|
|
30190
30736
|
"_updatedBy": {
|
|
30191
30737
|
"title": "Updated By",
|
|
30192
|
-
"
|
|
30193
|
-
"@
|
|
30738
|
+
"@ref": "local:TSUser",
|
|
30739
|
+
"@input": {
|
|
30740
|
+
"type": "string"
|
|
30741
|
+
},
|
|
30742
|
+
"@resolver": {
|
|
30743
|
+
"name": "takeshape:getUser",
|
|
30744
|
+
"service": "takeshape:local"
|
|
30745
|
+
}
|
|
30194
30746
|
},
|
|
30195
30747
|
"_schemaVersion": {
|
|
30196
30748
|
"title": "Schema Version",
|
|
@@ -30605,8 +31157,14 @@
|
|
|
30605
31157
|
},
|
|
30606
31158
|
"_createdBy": {
|
|
30607
31159
|
"title": "Created By",
|
|
30608
|
-
"
|
|
30609
|
-
"@
|
|
31160
|
+
"@ref": "local:TSUser",
|
|
31161
|
+
"@input": {
|
|
31162
|
+
"type": "string"
|
|
31163
|
+
},
|
|
31164
|
+
"@resolver": {
|
|
31165
|
+
"name": "takeshape:getUser",
|
|
31166
|
+
"service": "takeshape:local"
|
|
31167
|
+
}
|
|
30610
31168
|
},
|
|
30611
31169
|
"_updatedAt": {
|
|
30612
31170
|
"title": "Updated",
|
|
@@ -30615,8 +31173,14 @@
|
|
|
30615
31173
|
},
|
|
30616
31174
|
"_updatedBy": {
|
|
30617
31175
|
"title": "Updated By",
|
|
30618
|
-
"
|
|
30619
|
-
"@
|
|
31176
|
+
"@ref": "local:TSUser",
|
|
31177
|
+
"@input": {
|
|
31178
|
+
"type": "string"
|
|
31179
|
+
},
|
|
31180
|
+
"@resolver": {
|
|
31181
|
+
"name": "takeshape:getUser",
|
|
31182
|
+
"service": "takeshape:local"
|
|
31183
|
+
}
|
|
30620
31184
|
},
|
|
30621
31185
|
"_schemaVersion": {
|
|
30622
31186
|
"title": "Schema Version",
|
|
@@ -31403,8 +31967,14 @@
|
|
|
31403
31967
|
},
|
|
31404
31968
|
"_createdBy": {
|
|
31405
31969
|
"title": "Created By",
|
|
31406
|
-
"
|
|
31407
|
-
"@
|
|
31970
|
+
"@ref": "local:TSUser",
|
|
31971
|
+
"@input": {
|
|
31972
|
+
"type": "string"
|
|
31973
|
+
},
|
|
31974
|
+
"@resolver": {
|
|
31975
|
+
"name": "takeshape:getUser",
|
|
31976
|
+
"service": "takeshape:local"
|
|
31977
|
+
}
|
|
31408
31978
|
},
|
|
31409
31979
|
"_updatedAt": {
|
|
31410
31980
|
"title": "Updated",
|
|
@@ -31413,8 +31983,14 @@
|
|
|
31413
31983
|
},
|
|
31414
31984
|
"_updatedBy": {
|
|
31415
31985
|
"title": "Updated By",
|
|
31416
|
-
"
|
|
31417
|
-
"@
|
|
31986
|
+
"@ref": "local:TSUser",
|
|
31987
|
+
"@input": {
|
|
31988
|
+
"type": "string"
|
|
31989
|
+
},
|
|
31990
|
+
"@resolver": {
|
|
31991
|
+
"name": "takeshape:getUser",
|
|
31992
|
+
"service": "takeshape:local"
|
|
31993
|
+
}
|
|
31418
31994
|
},
|
|
31419
31995
|
"_schemaVersion": {
|
|
31420
31996
|
"title": "Schema Version",
|
|
@@ -31573,8 +32149,14 @@
|
|
|
31573
32149
|
},
|
|
31574
32150
|
"_createdBy": {
|
|
31575
32151
|
"title": "Created By",
|
|
31576
|
-
"
|
|
31577
|
-
"@
|
|
32152
|
+
"@ref": "local:TSUser",
|
|
32153
|
+
"@input": {
|
|
32154
|
+
"type": "string"
|
|
32155
|
+
},
|
|
32156
|
+
"@resolver": {
|
|
32157
|
+
"name": "takeshape:getUser",
|
|
32158
|
+
"service": "takeshape:local"
|
|
32159
|
+
}
|
|
31578
32160
|
},
|
|
31579
32161
|
"_updatedAt": {
|
|
31580
32162
|
"title": "Updated",
|
|
@@ -31583,8 +32165,14 @@
|
|
|
31583
32165
|
},
|
|
31584
32166
|
"_updatedBy": {
|
|
31585
32167
|
"title": "Updated By",
|
|
31586
|
-
"
|
|
31587
|
-
"@
|
|
32168
|
+
"@ref": "local:TSUser",
|
|
32169
|
+
"@input": {
|
|
32170
|
+
"type": "string"
|
|
32171
|
+
},
|
|
32172
|
+
"@resolver": {
|
|
32173
|
+
"name": "takeshape:getUser",
|
|
32174
|
+
"service": "takeshape:local"
|
|
32175
|
+
}
|
|
31588
32176
|
},
|
|
31589
32177
|
"_schemaVersion": {
|
|
31590
32178
|
"title": "Schema Version",
|
|
@@ -32137,8 +32725,14 @@
|
|
|
32137
32725
|
},
|
|
32138
32726
|
"_createdBy": {
|
|
32139
32727
|
"title": "Created By",
|
|
32140
|
-
"
|
|
32141
|
-
"@
|
|
32728
|
+
"@ref": "local:TSUser",
|
|
32729
|
+
"@input": {
|
|
32730
|
+
"type": "string"
|
|
32731
|
+
},
|
|
32732
|
+
"@resolver": {
|
|
32733
|
+
"name": "takeshape:getUser",
|
|
32734
|
+
"service": "takeshape:local"
|
|
32735
|
+
}
|
|
32142
32736
|
},
|
|
32143
32737
|
"_updatedAt": {
|
|
32144
32738
|
"title": "Updated",
|
|
@@ -32147,8 +32741,14 @@
|
|
|
32147
32741
|
},
|
|
32148
32742
|
"_updatedBy": {
|
|
32149
32743
|
"title": "Updated By",
|
|
32150
|
-
"
|
|
32151
|
-
"@
|
|
32744
|
+
"@ref": "local:TSUser",
|
|
32745
|
+
"@input": {
|
|
32746
|
+
"type": "string"
|
|
32747
|
+
},
|
|
32748
|
+
"@resolver": {
|
|
32749
|
+
"name": "takeshape:getUser",
|
|
32750
|
+
"service": "takeshape:local"
|
|
32751
|
+
}
|
|
32152
32752
|
},
|
|
32153
32753
|
"_schemaVersion": {
|
|
32154
32754
|
"title": "Schema Version",
|
|
@@ -32341,8 +32941,14 @@
|
|
|
32341
32941
|
},
|
|
32342
32942
|
"_createdBy": {
|
|
32343
32943
|
"title": "Created By",
|
|
32344
|
-
"
|
|
32345
|
-
"@
|
|
32944
|
+
"@ref": "local:TSUser",
|
|
32945
|
+
"@input": {
|
|
32946
|
+
"type": "string"
|
|
32947
|
+
},
|
|
32948
|
+
"@resolver": {
|
|
32949
|
+
"name": "takeshape:getUser",
|
|
32950
|
+
"service": "takeshape:local"
|
|
32951
|
+
}
|
|
32346
32952
|
},
|
|
32347
32953
|
"_updatedAt": {
|
|
32348
32954
|
"title": "Updated",
|
|
@@ -32351,8 +32957,14 @@
|
|
|
32351
32957
|
},
|
|
32352
32958
|
"_updatedBy": {
|
|
32353
32959
|
"title": "Updated By",
|
|
32354
|
-
"
|
|
32355
|
-
"@
|
|
32960
|
+
"@ref": "local:TSUser",
|
|
32961
|
+
"@input": {
|
|
32962
|
+
"type": "string"
|
|
32963
|
+
},
|
|
32964
|
+
"@resolver": {
|
|
32965
|
+
"name": "takeshape:getUser",
|
|
32966
|
+
"service": "takeshape:local"
|
|
32967
|
+
}
|
|
32356
32968
|
},
|
|
32357
32969
|
"_schemaVersion": {
|
|
32358
32970
|
"title": "Schema Version",
|
|
@@ -32544,8 +33156,14 @@
|
|
|
32544
33156
|
},
|
|
32545
33157
|
"_createdBy": {
|
|
32546
33158
|
"title": "Created By",
|
|
32547
|
-
"
|
|
32548
|
-
"@
|
|
33159
|
+
"@ref": "local:TSUser",
|
|
33160
|
+
"@input": {
|
|
33161
|
+
"type": "string"
|
|
33162
|
+
},
|
|
33163
|
+
"@resolver": {
|
|
33164
|
+
"name": "takeshape:getUser",
|
|
33165
|
+
"service": "takeshape:local"
|
|
33166
|
+
}
|
|
32549
33167
|
},
|
|
32550
33168
|
"_updatedAt": {
|
|
32551
33169
|
"title": "Updated",
|
|
@@ -32554,8 +33172,14 @@
|
|
|
32554
33172
|
},
|
|
32555
33173
|
"_updatedBy": {
|
|
32556
33174
|
"title": "Updated By",
|
|
32557
|
-
"
|
|
32558
|
-
"@
|
|
33175
|
+
"@ref": "local:TSUser",
|
|
33176
|
+
"@input": {
|
|
33177
|
+
"type": "string"
|
|
33178
|
+
},
|
|
33179
|
+
"@resolver": {
|
|
33180
|
+
"name": "takeshape:getUser",
|
|
33181
|
+
"service": "takeshape:local"
|
|
33182
|
+
}
|
|
32559
33183
|
},
|
|
32560
33184
|
"_schemaVersion": {
|
|
32561
33185
|
"title": "Schema Version",
|
|
@@ -32630,8 +33254,14 @@
|
|
|
32630
33254
|
},
|
|
32631
33255
|
"_createdBy": {
|
|
32632
33256
|
"title": "Created By",
|
|
32633
|
-
"
|
|
32634
|
-
"@
|
|
33257
|
+
"@ref": "local:TSUser",
|
|
33258
|
+
"@input": {
|
|
33259
|
+
"type": "string"
|
|
33260
|
+
},
|
|
33261
|
+
"@resolver": {
|
|
33262
|
+
"name": "takeshape:getUser",
|
|
33263
|
+
"service": "takeshape:local"
|
|
33264
|
+
}
|
|
32635
33265
|
},
|
|
32636
33266
|
"_updatedAt": {
|
|
32637
33267
|
"title": "Updated",
|
|
@@ -32640,8 +33270,14 @@
|
|
|
32640
33270
|
},
|
|
32641
33271
|
"_updatedBy": {
|
|
32642
33272
|
"title": "Updated By",
|
|
32643
|
-
"
|
|
32644
|
-
"@
|
|
33273
|
+
"@ref": "local:TSUser",
|
|
33274
|
+
"@input": {
|
|
33275
|
+
"type": "string"
|
|
33276
|
+
},
|
|
33277
|
+
"@resolver": {
|
|
33278
|
+
"name": "takeshape:getUser",
|
|
33279
|
+
"service": "takeshape:local"
|
|
33280
|
+
}
|
|
32645
33281
|
},
|
|
32646
33282
|
"_schemaVersion": {
|
|
32647
33283
|
"title": "Schema Version",
|
|
@@ -32735,8 +33371,14 @@
|
|
|
32735
33371
|
},
|
|
32736
33372
|
"_createdBy": {
|
|
32737
33373
|
"title": "Created By",
|
|
32738
|
-
"
|
|
32739
|
-
"@
|
|
33374
|
+
"@ref": "local:TSUser",
|
|
33375
|
+
"@input": {
|
|
33376
|
+
"type": "string"
|
|
33377
|
+
},
|
|
33378
|
+
"@resolver": {
|
|
33379
|
+
"name": "takeshape:getUser",
|
|
33380
|
+
"service": "takeshape:local"
|
|
33381
|
+
}
|
|
32740
33382
|
},
|
|
32741
33383
|
"_updatedAt": {
|
|
32742
33384
|
"title": "Updated",
|
|
@@ -32745,8 +33387,14 @@
|
|
|
32745
33387
|
},
|
|
32746
33388
|
"_updatedBy": {
|
|
32747
33389
|
"title": "Updated By",
|
|
32748
|
-
"
|
|
32749
|
-
"@
|
|
33390
|
+
"@ref": "local:TSUser",
|
|
33391
|
+
"@input": {
|
|
33392
|
+
"type": "string"
|
|
33393
|
+
},
|
|
33394
|
+
"@resolver": {
|
|
33395
|
+
"name": "takeshape:getUser",
|
|
33396
|
+
"service": "takeshape:local"
|
|
33397
|
+
}
|
|
32750
33398
|
},
|
|
32751
33399
|
"_schemaVersion": {
|
|
32752
33400
|
"title": "Schema Version",
|
|
@@ -33128,8 +33776,14 @@
|
|
|
33128
33776
|
},
|
|
33129
33777
|
"_createdBy": {
|
|
33130
33778
|
"title": "Created By",
|
|
33131
|
-
"
|
|
33132
|
-
"@
|
|
33779
|
+
"@ref": "local:TSUser",
|
|
33780
|
+
"@input": {
|
|
33781
|
+
"type": "string"
|
|
33782
|
+
},
|
|
33783
|
+
"@resolver": {
|
|
33784
|
+
"name": "takeshape:getUser",
|
|
33785
|
+
"service": "takeshape:local"
|
|
33786
|
+
}
|
|
33133
33787
|
},
|
|
33134
33788
|
"_updatedAt": {
|
|
33135
33789
|
"title": "Updated",
|
|
@@ -33138,8 +33792,14 @@
|
|
|
33138
33792
|
},
|
|
33139
33793
|
"_updatedBy": {
|
|
33140
33794
|
"title": "Updated By",
|
|
33141
|
-
"
|
|
33142
|
-
"@
|
|
33795
|
+
"@ref": "local:TSUser",
|
|
33796
|
+
"@input": {
|
|
33797
|
+
"type": "string"
|
|
33798
|
+
},
|
|
33799
|
+
"@resolver": {
|
|
33800
|
+
"name": "takeshape:getUser",
|
|
33801
|
+
"service": "takeshape:local"
|
|
33802
|
+
}
|
|
33143
33803
|
},
|
|
33144
33804
|
"_schemaVersion": {
|
|
33145
33805
|
"title": "Schema Version",
|
|
@@ -33695,8 +34355,14 @@
|
|
|
33695
34355
|
},
|
|
33696
34356
|
"_createdBy": {
|
|
33697
34357
|
"title": "Created By",
|
|
33698
|
-
"
|
|
33699
|
-
"@
|
|
34358
|
+
"@ref": "local:TSUser",
|
|
34359
|
+
"@input": {
|
|
34360
|
+
"type": "string"
|
|
34361
|
+
},
|
|
34362
|
+
"@resolver": {
|
|
34363
|
+
"name": "takeshape:getUser",
|
|
34364
|
+
"service": "takeshape:local"
|
|
34365
|
+
}
|
|
33700
34366
|
},
|
|
33701
34367
|
"_updatedAt": {
|
|
33702
34368
|
"title": "Updated",
|
|
@@ -33705,8 +34371,14 @@
|
|
|
33705
34371
|
},
|
|
33706
34372
|
"_updatedBy": {
|
|
33707
34373
|
"title": "Updated By",
|
|
33708
|
-
"
|
|
33709
|
-
"@
|
|
34374
|
+
"@ref": "local:TSUser",
|
|
34375
|
+
"@input": {
|
|
34376
|
+
"type": "string"
|
|
34377
|
+
},
|
|
34378
|
+
"@resolver": {
|
|
34379
|
+
"name": "takeshape:getUser",
|
|
34380
|
+
"service": "takeshape:local"
|
|
34381
|
+
}
|
|
33710
34382
|
},
|
|
33711
34383
|
"_schemaVersion": {
|
|
33712
34384
|
"title": "Schema Version",
|
|
@@ -34127,8 +34799,14 @@
|
|
|
34127
34799
|
},
|
|
34128
34800
|
"_createdBy": {
|
|
34129
34801
|
"title": "Created By",
|
|
34130
|
-
"
|
|
34131
|
-
"@
|
|
34802
|
+
"@ref": "local:TSUser",
|
|
34803
|
+
"@input": {
|
|
34804
|
+
"type": "string"
|
|
34805
|
+
},
|
|
34806
|
+
"@resolver": {
|
|
34807
|
+
"name": "takeshape:getUser",
|
|
34808
|
+
"service": "takeshape:local"
|
|
34809
|
+
}
|
|
34132
34810
|
},
|
|
34133
34811
|
"_updatedAt": {
|
|
34134
34812
|
"title": "Updated",
|
|
@@ -34137,8 +34815,14 @@
|
|
|
34137
34815
|
},
|
|
34138
34816
|
"_updatedBy": {
|
|
34139
34817
|
"title": "Updated By",
|
|
34140
|
-
"
|
|
34141
|
-
"@
|
|
34818
|
+
"@ref": "local:TSUser",
|
|
34819
|
+
"@input": {
|
|
34820
|
+
"type": "string"
|
|
34821
|
+
},
|
|
34822
|
+
"@resolver": {
|
|
34823
|
+
"name": "takeshape:getUser",
|
|
34824
|
+
"service": "takeshape:local"
|
|
34825
|
+
}
|
|
34142
34826
|
},
|
|
34143
34827
|
"_schemaVersion": {
|
|
34144
34828
|
"title": "Schema Version",
|
|
@@ -34241,8 +34925,14 @@
|
|
|
34241
34925
|
},
|
|
34242
34926
|
"_createdBy": {
|
|
34243
34927
|
"title": "Created By",
|
|
34244
|
-
"
|
|
34245
|
-
"@
|
|
34928
|
+
"@ref": "local:TSUser",
|
|
34929
|
+
"@input": {
|
|
34930
|
+
"type": "string"
|
|
34931
|
+
},
|
|
34932
|
+
"@resolver": {
|
|
34933
|
+
"name": "takeshape:getUser",
|
|
34934
|
+
"service": "takeshape:local"
|
|
34935
|
+
}
|
|
34246
34936
|
},
|
|
34247
34937
|
"_updatedAt": {
|
|
34248
34938
|
"title": "Updated",
|
|
@@ -34251,8 +34941,14 @@
|
|
|
34251
34941
|
},
|
|
34252
34942
|
"_updatedBy": {
|
|
34253
34943
|
"title": "Updated By",
|
|
34254
|
-
"
|
|
34255
|
-
"@
|
|
34944
|
+
"@ref": "local:TSUser",
|
|
34945
|
+
"@input": {
|
|
34946
|
+
"type": "string"
|
|
34947
|
+
},
|
|
34948
|
+
"@resolver": {
|
|
34949
|
+
"name": "takeshape:getUser",
|
|
34950
|
+
"service": "takeshape:local"
|
|
34951
|
+
}
|
|
34256
34952
|
},
|
|
34257
34953
|
"_schemaVersion": {
|
|
34258
34954
|
"title": "Schema Version",
|
|
@@ -34504,8 +35200,14 @@
|
|
|
34504
35200
|
},
|
|
34505
35201
|
"_createdBy": {
|
|
34506
35202
|
"title": "Created By",
|
|
34507
|
-
"
|
|
34508
|
-
"@
|
|
35203
|
+
"@ref": "local:TSUser",
|
|
35204
|
+
"@input": {
|
|
35205
|
+
"type": "string"
|
|
35206
|
+
},
|
|
35207
|
+
"@resolver": {
|
|
35208
|
+
"name": "takeshape:getUser",
|
|
35209
|
+
"service": "takeshape:local"
|
|
35210
|
+
}
|
|
34509
35211
|
},
|
|
34510
35212
|
"_updatedAt": {
|
|
34511
35213
|
"title": "Updated",
|
|
@@ -34514,8 +35216,14 @@
|
|
|
34514
35216
|
},
|
|
34515
35217
|
"_updatedBy": {
|
|
34516
35218
|
"title": "Updated By",
|
|
34517
|
-
"
|
|
34518
|
-
"@
|
|
35219
|
+
"@ref": "local:TSUser",
|
|
35220
|
+
"@input": {
|
|
35221
|
+
"type": "string"
|
|
35222
|
+
},
|
|
35223
|
+
"@resolver": {
|
|
35224
|
+
"name": "takeshape:getUser",
|
|
35225
|
+
"service": "takeshape:local"
|
|
35226
|
+
}
|
|
34519
35227
|
},
|
|
34520
35228
|
"_schemaVersion": {
|
|
34521
35229
|
"title": "Schema Version",
|
|
@@ -34597,8 +35305,14 @@
|
|
|
34597
35305
|
},
|
|
34598
35306
|
"_createdBy": {
|
|
34599
35307
|
"title": "Created By",
|
|
34600
|
-
"
|
|
34601
|
-
"@
|
|
35308
|
+
"@ref": "local:TSUser",
|
|
35309
|
+
"@input": {
|
|
35310
|
+
"type": "string"
|
|
35311
|
+
},
|
|
35312
|
+
"@resolver": {
|
|
35313
|
+
"name": "takeshape:getUser",
|
|
35314
|
+
"service": "takeshape:local"
|
|
35315
|
+
}
|
|
34602
35316
|
},
|
|
34603
35317
|
"_updatedAt": {
|
|
34604
35318
|
"title": "Updated",
|
|
@@ -34607,8 +35321,14 @@
|
|
|
34607
35321
|
},
|
|
34608
35322
|
"_updatedBy": {
|
|
34609
35323
|
"title": "Updated By",
|
|
34610
|
-
"
|
|
34611
|
-
"@
|
|
35324
|
+
"@ref": "local:TSUser",
|
|
35325
|
+
"@input": {
|
|
35326
|
+
"type": "string"
|
|
35327
|
+
},
|
|
35328
|
+
"@resolver": {
|
|
35329
|
+
"name": "takeshape:getUser",
|
|
35330
|
+
"service": "takeshape:local"
|
|
35331
|
+
}
|
|
34612
35332
|
},
|
|
34613
35333
|
"_schemaVersion": {
|
|
34614
35334
|
"title": "Schema Version",
|
|
@@ -35376,8 +36096,14 @@
|
|
|
35376
36096
|
},
|
|
35377
36097
|
"_createdBy": {
|
|
35378
36098
|
"title": "Created By",
|
|
35379
|
-
"
|
|
35380
|
-
"@
|
|
36099
|
+
"@ref": "local:TSUser",
|
|
36100
|
+
"@input": {
|
|
36101
|
+
"type": "string"
|
|
36102
|
+
},
|
|
36103
|
+
"@resolver": {
|
|
36104
|
+
"name": "takeshape:getUser",
|
|
36105
|
+
"service": "takeshape:local"
|
|
36106
|
+
}
|
|
35381
36107
|
},
|
|
35382
36108
|
"_updatedAt": {
|
|
35383
36109
|
"title": "Updated",
|
|
@@ -35386,8 +36112,14 @@
|
|
|
35386
36112
|
},
|
|
35387
36113
|
"_updatedBy": {
|
|
35388
36114
|
"title": "Updated By",
|
|
35389
|
-
"
|
|
35390
|
-
"@
|
|
36115
|
+
"@ref": "local:TSUser",
|
|
36116
|
+
"@input": {
|
|
36117
|
+
"type": "string"
|
|
36118
|
+
},
|
|
36119
|
+
"@resolver": {
|
|
36120
|
+
"name": "takeshape:getUser",
|
|
36121
|
+
"service": "takeshape:local"
|
|
36122
|
+
}
|
|
35391
36123
|
},
|
|
35392
36124
|
"_schemaVersion": {
|
|
35393
36125
|
"title": "Schema Version",
|
|
@@ -35917,8 +36649,14 @@
|
|
|
35917
36649
|
},
|
|
35918
36650
|
"_createdBy": {
|
|
35919
36651
|
"title": "Created By",
|
|
35920
|
-
"
|
|
35921
|
-
"@
|
|
36652
|
+
"@ref": "local:TSUser",
|
|
36653
|
+
"@input": {
|
|
36654
|
+
"type": "string"
|
|
36655
|
+
},
|
|
36656
|
+
"@resolver": {
|
|
36657
|
+
"name": "takeshape:getUser",
|
|
36658
|
+
"service": "takeshape:local"
|
|
36659
|
+
}
|
|
35922
36660
|
},
|
|
35923
36661
|
"_updatedAt": {
|
|
35924
36662
|
"title": "Updated",
|
|
@@ -35927,8 +36665,14 @@
|
|
|
35927
36665
|
},
|
|
35928
36666
|
"_updatedBy": {
|
|
35929
36667
|
"title": "Updated By",
|
|
35930
|
-
"
|
|
35931
|
-
"@
|
|
36668
|
+
"@ref": "local:TSUser",
|
|
36669
|
+
"@input": {
|
|
36670
|
+
"type": "string"
|
|
36671
|
+
},
|
|
36672
|
+
"@resolver": {
|
|
36673
|
+
"name": "takeshape:getUser",
|
|
36674
|
+
"service": "takeshape:local"
|
|
36675
|
+
}
|
|
35932
36676
|
},
|
|
35933
36677
|
"_schemaVersion": {
|
|
35934
36678
|
"title": "Schema Version",
|
|
@@ -36589,8 +37333,14 @@
|
|
|
36589
37333
|
},
|
|
36590
37334
|
"_createdBy": {
|
|
36591
37335
|
"title": "Created By",
|
|
36592
|
-
"
|
|
36593
|
-
"@
|
|
37336
|
+
"@ref": "local:TSUser",
|
|
37337
|
+
"@input": {
|
|
37338
|
+
"type": "string"
|
|
37339
|
+
},
|
|
37340
|
+
"@resolver": {
|
|
37341
|
+
"name": "takeshape:getUser",
|
|
37342
|
+
"service": "takeshape:local"
|
|
37343
|
+
}
|
|
36594
37344
|
},
|
|
36595
37345
|
"_updatedAt": {
|
|
36596
37346
|
"title": "Updated",
|
|
@@ -36599,8 +37349,14 @@
|
|
|
36599
37349
|
},
|
|
36600
37350
|
"_updatedBy": {
|
|
36601
37351
|
"title": "Updated By",
|
|
36602
|
-
"
|
|
36603
|
-
"@
|
|
37352
|
+
"@ref": "local:TSUser",
|
|
37353
|
+
"@input": {
|
|
37354
|
+
"type": "string"
|
|
37355
|
+
},
|
|
37356
|
+
"@resolver": {
|
|
37357
|
+
"name": "takeshape:getUser",
|
|
37358
|
+
"service": "takeshape:local"
|
|
37359
|
+
}
|
|
36604
37360
|
},
|
|
36605
37361
|
"_schemaVersion": {
|
|
36606
37362
|
"title": "Schema Version",
|
|
@@ -37138,8 +37894,14 @@
|
|
|
37138
37894
|
},
|
|
37139
37895
|
"_createdBy": {
|
|
37140
37896
|
"title": "Created By",
|
|
37141
|
-
"
|
|
37142
|
-
"@
|
|
37897
|
+
"@ref": "local:TSUser",
|
|
37898
|
+
"@input": {
|
|
37899
|
+
"type": "string"
|
|
37900
|
+
},
|
|
37901
|
+
"@resolver": {
|
|
37902
|
+
"name": "takeshape:getUser",
|
|
37903
|
+
"service": "takeshape:local"
|
|
37904
|
+
}
|
|
37143
37905
|
},
|
|
37144
37906
|
"_updatedAt": {
|
|
37145
37907
|
"title": "Updated",
|
|
@@ -37148,8 +37910,14 @@
|
|
|
37148
37910
|
},
|
|
37149
37911
|
"_updatedBy": {
|
|
37150
37912
|
"title": "Updated By",
|
|
37151
|
-
"
|
|
37152
|
-
"@
|
|
37913
|
+
"@ref": "local:TSUser",
|
|
37914
|
+
"@input": {
|
|
37915
|
+
"type": "string"
|
|
37916
|
+
},
|
|
37917
|
+
"@resolver": {
|
|
37918
|
+
"name": "takeshape:getUser",
|
|
37919
|
+
"service": "takeshape:local"
|
|
37920
|
+
}
|
|
37153
37921
|
},
|
|
37154
37922
|
"_schemaVersion": {
|
|
37155
37923
|
"title": "Schema Version",
|
|
@@ -37501,8 +38269,14 @@
|
|
|
37501
38269
|
},
|
|
37502
38270
|
"_createdBy": {
|
|
37503
38271
|
"title": "Created By",
|
|
37504
|
-
"
|
|
37505
|
-
"@
|
|
38272
|
+
"@ref": "local:TSUser",
|
|
38273
|
+
"@input": {
|
|
38274
|
+
"type": "string"
|
|
38275
|
+
},
|
|
38276
|
+
"@resolver": {
|
|
38277
|
+
"name": "takeshape:getUser",
|
|
38278
|
+
"service": "takeshape:local"
|
|
38279
|
+
}
|
|
37506
38280
|
},
|
|
37507
38281
|
"_updatedAt": {
|
|
37508
38282
|
"title": "Updated",
|
|
@@ -37511,8 +38285,14 @@
|
|
|
37511
38285
|
},
|
|
37512
38286
|
"_updatedBy": {
|
|
37513
38287
|
"title": "Updated By",
|
|
37514
|
-
"
|
|
37515
|
-
"@
|
|
38288
|
+
"@ref": "local:TSUser",
|
|
38289
|
+
"@input": {
|
|
38290
|
+
"type": "string"
|
|
38291
|
+
},
|
|
38292
|
+
"@resolver": {
|
|
38293
|
+
"name": "takeshape:getUser",
|
|
38294
|
+
"service": "takeshape:local"
|
|
38295
|
+
}
|
|
37516
38296
|
},
|
|
37517
38297
|
"_schemaVersion": {
|
|
37518
38298
|
"title": "Schema Version",
|
|
@@ -37704,8 +38484,14 @@
|
|
|
37704
38484
|
},
|
|
37705
38485
|
"_createdBy": {
|
|
37706
38486
|
"title": "Created By",
|
|
37707
|
-
"
|
|
37708
|
-
"@
|
|
38487
|
+
"@ref": "local:TSUser",
|
|
38488
|
+
"@input": {
|
|
38489
|
+
"type": "string"
|
|
38490
|
+
},
|
|
38491
|
+
"@resolver": {
|
|
38492
|
+
"name": "takeshape:getUser",
|
|
38493
|
+
"service": "takeshape:local"
|
|
38494
|
+
}
|
|
37709
38495
|
},
|
|
37710
38496
|
"_updatedAt": {
|
|
37711
38497
|
"title": "Updated",
|
|
@@ -37714,8 +38500,14 @@
|
|
|
37714
38500
|
},
|
|
37715
38501
|
"_updatedBy": {
|
|
37716
38502
|
"title": "Updated By",
|
|
37717
|
-
"
|
|
37718
|
-
"@
|
|
38503
|
+
"@ref": "local:TSUser",
|
|
38504
|
+
"@input": {
|
|
38505
|
+
"type": "string"
|
|
38506
|
+
},
|
|
38507
|
+
"@resolver": {
|
|
38508
|
+
"name": "takeshape:getUser",
|
|
38509
|
+
"service": "takeshape:local"
|
|
38510
|
+
}
|
|
37719
38511
|
},
|
|
37720
38512
|
"_schemaVersion": {
|
|
37721
38513
|
"title": "Schema Version",
|
|
@@ -38094,8 +38886,14 @@
|
|
|
38094
38886
|
},
|
|
38095
38887
|
"_createdBy": {
|
|
38096
38888
|
"title": "Created By",
|
|
38097
|
-
"
|
|
38098
|
-
"@
|
|
38889
|
+
"@ref": "local:TSUser",
|
|
38890
|
+
"@input": {
|
|
38891
|
+
"type": "string"
|
|
38892
|
+
},
|
|
38893
|
+
"@resolver": {
|
|
38894
|
+
"name": "takeshape:getUser",
|
|
38895
|
+
"service": "takeshape:local"
|
|
38896
|
+
}
|
|
38099
38897
|
},
|
|
38100
38898
|
"_updatedAt": {
|
|
38101
38899
|
"title": "Updated",
|
|
@@ -38104,8 +38902,14 @@
|
|
|
38104
38902
|
},
|
|
38105
38903
|
"_updatedBy": {
|
|
38106
38904
|
"title": "Updated By",
|
|
38107
|
-
"
|
|
38108
|
-
"@
|
|
38905
|
+
"@ref": "local:TSUser",
|
|
38906
|
+
"@input": {
|
|
38907
|
+
"type": "string"
|
|
38908
|
+
},
|
|
38909
|
+
"@resolver": {
|
|
38910
|
+
"name": "takeshape:getUser",
|
|
38911
|
+
"service": "takeshape:local"
|
|
38912
|
+
}
|
|
38109
38913
|
},
|
|
38110
38914
|
"_schemaVersion": {
|
|
38111
38915
|
"title": "Schema Version",
|
|
@@ -38216,8 +39020,14 @@
|
|
|
38216
39020
|
},
|
|
38217
39021
|
"_createdBy": {
|
|
38218
39022
|
"title": "Created By",
|
|
38219
|
-
"
|
|
38220
|
-
"@
|
|
39023
|
+
"@ref": "local:TSUser",
|
|
39024
|
+
"@input": {
|
|
39025
|
+
"type": "string"
|
|
39026
|
+
},
|
|
39027
|
+
"@resolver": {
|
|
39028
|
+
"name": "takeshape:getUser",
|
|
39029
|
+
"service": "takeshape:local"
|
|
39030
|
+
}
|
|
38221
39031
|
},
|
|
38222
39032
|
"_updatedAt": {
|
|
38223
39033
|
"title": "Updated",
|
|
@@ -38226,8 +39036,14 @@
|
|
|
38226
39036
|
},
|
|
38227
39037
|
"_updatedBy": {
|
|
38228
39038
|
"title": "Updated By",
|
|
38229
|
-
"
|
|
38230
|
-
"@
|
|
39039
|
+
"@ref": "local:TSUser",
|
|
39040
|
+
"@input": {
|
|
39041
|
+
"type": "string"
|
|
39042
|
+
},
|
|
39043
|
+
"@resolver": {
|
|
39044
|
+
"name": "takeshape:getUser",
|
|
39045
|
+
"service": "takeshape:local"
|
|
39046
|
+
}
|
|
38231
39047
|
},
|
|
38232
39048
|
"_schemaVersion": {
|
|
38233
39049
|
"title": "Schema Version",
|
|
@@ -38379,8 +39195,14 @@
|
|
|
38379
39195
|
},
|
|
38380
39196
|
"_createdBy": {
|
|
38381
39197
|
"title": "Created By",
|
|
38382
|
-
"
|
|
38383
|
-
"@
|
|
39198
|
+
"@ref": "local:TSUser",
|
|
39199
|
+
"@input": {
|
|
39200
|
+
"type": "string"
|
|
39201
|
+
},
|
|
39202
|
+
"@resolver": {
|
|
39203
|
+
"name": "takeshape:getUser",
|
|
39204
|
+
"service": "takeshape:local"
|
|
39205
|
+
}
|
|
38384
39206
|
},
|
|
38385
39207
|
"_updatedAt": {
|
|
38386
39208
|
"title": "Updated",
|
|
@@ -38389,8 +39211,14 @@
|
|
|
38389
39211
|
},
|
|
38390
39212
|
"_updatedBy": {
|
|
38391
39213
|
"title": "Updated By",
|
|
38392
|
-
"
|
|
38393
|
-
"@
|
|
39214
|
+
"@ref": "local:TSUser",
|
|
39215
|
+
"@input": {
|
|
39216
|
+
"type": "string"
|
|
39217
|
+
},
|
|
39218
|
+
"@resolver": {
|
|
39219
|
+
"name": "takeshape:getUser",
|
|
39220
|
+
"service": "takeshape:local"
|
|
39221
|
+
}
|
|
38394
39222
|
},
|
|
38395
39223
|
"_schemaVersion": {
|
|
38396
39224
|
"title": "Schema Version",
|
|
@@ -38506,8 +39334,14 @@
|
|
|
38506
39334
|
},
|
|
38507
39335
|
"_createdBy": {
|
|
38508
39336
|
"title": "Created By",
|
|
38509
|
-
"
|
|
38510
|
-
"@
|
|
39337
|
+
"@ref": "local:TSUser",
|
|
39338
|
+
"@input": {
|
|
39339
|
+
"type": "string"
|
|
39340
|
+
},
|
|
39341
|
+
"@resolver": {
|
|
39342
|
+
"name": "takeshape:getUser",
|
|
39343
|
+
"service": "takeshape:local"
|
|
39344
|
+
}
|
|
38511
39345
|
},
|
|
38512
39346
|
"_updatedAt": {
|
|
38513
39347
|
"title": "Updated",
|
|
@@ -38516,8 +39350,14 @@
|
|
|
38516
39350
|
},
|
|
38517
39351
|
"_updatedBy": {
|
|
38518
39352
|
"title": "Updated By",
|
|
38519
|
-
"
|
|
38520
|
-
"@
|
|
39353
|
+
"@ref": "local:TSUser",
|
|
39354
|
+
"@input": {
|
|
39355
|
+
"type": "string"
|
|
39356
|
+
},
|
|
39357
|
+
"@resolver": {
|
|
39358
|
+
"name": "takeshape:getUser",
|
|
39359
|
+
"service": "takeshape:local"
|
|
39360
|
+
}
|
|
38521
39361
|
},
|
|
38522
39362
|
"_schemaVersion": {
|
|
38523
39363
|
"title": "Schema Version",
|
|
@@ -38831,8 +39671,14 @@
|
|
|
38831
39671
|
},
|
|
38832
39672
|
"_createdBy": {
|
|
38833
39673
|
"title": "Created By",
|
|
38834
|
-
"
|
|
38835
|
-
"@
|
|
39674
|
+
"@ref": "local:TSUser",
|
|
39675
|
+
"@input": {
|
|
39676
|
+
"type": "string"
|
|
39677
|
+
},
|
|
39678
|
+
"@resolver": {
|
|
39679
|
+
"name": "takeshape:getUser",
|
|
39680
|
+
"service": "takeshape:local"
|
|
39681
|
+
}
|
|
38836
39682
|
},
|
|
38837
39683
|
"_updatedAt": {
|
|
38838
39684
|
"title": "Updated",
|
|
@@ -38841,8 +39687,14 @@
|
|
|
38841
39687
|
},
|
|
38842
39688
|
"_updatedBy": {
|
|
38843
39689
|
"title": "Updated By",
|
|
38844
|
-
"
|
|
38845
|
-
"@
|
|
39690
|
+
"@ref": "local:TSUser",
|
|
39691
|
+
"@input": {
|
|
39692
|
+
"type": "string"
|
|
39693
|
+
},
|
|
39694
|
+
"@resolver": {
|
|
39695
|
+
"name": "takeshape:getUser",
|
|
39696
|
+
"service": "takeshape:local"
|
|
39697
|
+
}
|
|
38846
39698
|
},
|
|
38847
39699
|
"_schemaVersion": {
|
|
38848
39700
|
"title": "Schema Version",
|
|
@@ -39430,8 +40282,14 @@
|
|
|
39430
40282
|
},
|
|
39431
40283
|
"_createdBy": {
|
|
39432
40284
|
"title": "Created By",
|
|
39433
|
-
"
|
|
39434
|
-
"@
|
|
40285
|
+
"@ref": "local:TSUser",
|
|
40286
|
+
"@input": {
|
|
40287
|
+
"type": "string"
|
|
40288
|
+
},
|
|
40289
|
+
"@resolver": {
|
|
40290
|
+
"name": "takeshape:getUser",
|
|
40291
|
+
"service": "takeshape:local"
|
|
40292
|
+
}
|
|
39435
40293
|
},
|
|
39436
40294
|
"_updatedAt": {
|
|
39437
40295
|
"title": "Updated",
|
|
@@ -39440,8 +40298,14 @@
|
|
|
39440
40298
|
},
|
|
39441
40299
|
"_updatedBy": {
|
|
39442
40300
|
"title": "Updated By",
|
|
39443
|
-
"
|
|
39444
|
-
"@
|
|
40301
|
+
"@ref": "local:TSUser",
|
|
40302
|
+
"@input": {
|
|
40303
|
+
"type": "string"
|
|
40304
|
+
},
|
|
40305
|
+
"@resolver": {
|
|
40306
|
+
"name": "takeshape:getUser",
|
|
40307
|
+
"service": "takeshape:local"
|
|
40308
|
+
}
|
|
39445
40309
|
},
|
|
39446
40310
|
"_schemaVersion": {
|
|
39447
40311
|
"title": "Schema Version",
|
|
@@ -39518,8 +40382,14 @@
|
|
|
39518
40382
|
},
|
|
39519
40383
|
"_createdBy": {
|
|
39520
40384
|
"title": "Created By",
|
|
39521
|
-
"
|
|
39522
|
-
"@
|
|
40385
|
+
"@ref": "local:TSUser",
|
|
40386
|
+
"@input": {
|
|
40387
|
+
"type": "string"
|
|
40388
|
+
},
|
|
40389
|
+
"@resolver": {
|
|
40390
|
+
"name": "takeshape:getUser",
|
|
40391
|
+
"service": "takeshape:local"
|
|
40392
|
+
}
|
|
39523
40393
|
},
|
|
39524
40394
|
"_updatedAt": {
|
|
39525
40395
|
"title": "Updated",
|
|
@@ -39528,8 +40398,14 @@
|
|
|
39528
40398
|
},
|
|
39529
40399
|
"_updatedBy": {
|
|
39530
40400
|
"title": "Updated By",
|
|
39531
|
-
"
|
|
39532
|
-
"@
|
|
40401
|
+
"@ref": "local:TSUser",
|
|
40402
|
+
"@input": {
|
|
40403
|
+
"type": "string"
|
|
40404
|
+
},
|
|
40405
|
+
"@resolver": {
|
|
40406
|
+
"name": "takeshape:getUser",
|
|
40407
|
+
"service": "takeshape:local"
|
|
40408
|
+
}
|
|
39533
40409
|
},
|
|
39534
40410
|
"_schemaVersion": {
|
|
39535
40411
|
"title": "Schema Version",
|
|
@@ -39635,8 +40511,14 @@
|
|
|
39635
40511
|
},
|
|
39636
40512
|
"_createdBy": {
|
|
39637
40513
|
"title": "Created By",
|
|
39638
|
-
"
|
|
39639
|
-
"@
|
|
40514
|
+
"@ref": "local:TSUser",
|
|
40515
|
+
"@input": {
|
|
40516
|
+
"type": "string"
|
|
40517
|
+
},
|
|
40518
|
+
"@resolver": {
|
|
40519
|
+
"name": "takeshape:getUser",
|
|
40520
|
+
"service": "takeshape:local"
|
|
40521
|
+
}
|
|
39640
40522
|
},
|
|
39641
40523
|
"_updatedAt": {
|
|
39642
40524
|
"title": "Updated",
|
|
@@ -39645,8 +40527,14 @@
|
|
|
39645
40527
|
},
|
|
39646
40528
|
"_updatedBy": {
|
|
39647
40529
|
"title": "Updated By",
|
|
39648
|
-
"
|
|
39649
|
-
"@
|
|
40530
|
+
"@ref": "local:TSUser",
|
|
40531
|
+
"@input": {
|
|
40532
|
+
"type": "string"
|
|
40533
|
+
},
|
|
40534
|
+
"@resolver": {
|
|
40535
|
+
"name": "takeshape:getUser",
|
|
40536
|
+
"service": "takeshape:local"
|
|
40537
|
+
}
|
|
39650
40538
|
},
|
|
39651
40539
|
"_schemaVersion": {
|
|
39652
40540
|
"title": "Schema Version",
|
|
@@ -39838,8 +40726,14 @@
|
|
|
39838
40726
|
},
|
|
39839
40727
|
"_createdBy": {
|
|
39840
40728
|
"title": "Created By",
|
|
39841
|
-
"
|
|
39842
|
-
"@
|
|
40729
|
+
"@ref": "local:TSUser",
|
|
40730
|
+
"@input": {
|
|
40731
|
+
"type": "string"
|
|
40732
|
+
},
|
|
40733
|
+
"@resolver": {
|
|
40734
|
+
"name": "takeshape:getUser",
|
|
40735
|
+
"service": "takeshape:local"
|
|
40736
|
+
}
|
|
39843
40737
|
},
|
|
39844
40738
|
"_updatedAt": {
|
|
39845
40739
|
"title": "Updated",
|
|
@@ -39848,8 +40742,14 @@
|
|
|
39848
40742
|
},
|
|
39849
40743
|
"_updatedBy": {
|
|
39850
40744
|
"title": "Updated By",
|
|
39851
|
-
"
|
|
39852
|
-
"@
|
|
40745
|
+
"@ref": "local:TSUser",
|
|
40746
|
+
"@input": {
|
|
40747
|
+
"type": "string"
|
|
40748
|
+
},
|
|
40749
|
+
"@resolver": {
|
|
40750
|
+
"name": "takeshape:getUser",
|
|
40751
|
+
"service": "takeshape:local"
|
|
40752
|
+
}
|
|
39853
40753
|
},
|
|
39854
40754
|
"_schemaVersion": {
|
|
39855
40755
|
"title": "Schema Version",
|
|
@@ -40228,8 +41128,14 @@
|
|
|
40228
41128
|
},
|
|
40229
41129
|
"_createdBy": {
|
|
40230
41130
|
"title": "Created By",
|
|
40231
|
-
"
|
|
40232
|
-
"@
|
|
41131
|
+
"@ref": "local:TSUser",
|
|
41132
|
+
"@input": {
|
|
41133
|
+
"type": "string"
|
|
41134
|
+
},
|
|
41135
|
+
"@resolver": {
|
|
41136
|
+
"name": "takeshape:getUser",
|
|
41137
|
+
"service": "takeshape:local"
|
|
41138
|
+
}
|
|
40233
41139
|
},
|
|
40234
41140
|
"_updatedAt": {
|
|
40235
41141
|
"title": "Updated",
|
|
@@ -40238,8 +41144,14 @@
|
|
|
40238
41144
|
},
|
|
40239
41145
|
"_updatedBy": {
|
|
40240
41146
|
"title": "Updated By",
|
|
40241
|
-
"
|
|
40242
|
-
"@
|
|
41147
|
+
"@ref": "local:TSUser",
|
|
41148
|
+
"@input": {
|
|
41149
|
+
"type": "string"
|
|
41150
|
+
},
|
|
41151
|
+
"@resolver": {
|
|
41152
|
+
"name": "takeshape:getUser",
|
|
41153
|
+
"service": "takeshape:local"
|
|
41154
|
+
}
|
|
40243
41155
|
},
|
|
40244
41156
|
"_schemaVersion": {
|
|
40245
41157
|
"title": "Schema Version",
|
|
@@ -40616,8 +41528,14 @@
|
|
|
40616
41528
|
},
|
|
40617
41529
|
"_createdBy": {
|
|
40618
41530
|
"title": "Created By",
|
|
40619
|
-
"
|
|
40620
|
-
"@
|
|
41531
|
+
"@ref": "local:TSUser",
|
|
41532
|
+
"@input": {
|
|
41533
|
+
"type": "string"
|
|
41534
|
+
},
|
|
41535
|
+
"@resolver": {
|
|
41536
|
+
"name": "takeshape:getUser",
|
|
41537
|
+
"service": "takeshape:local"
|
|
41538
|
+
}
|
|
40621
41539
|
},
|
|
40622
41540
|
"_updatedAt": {
|
|
40623
41541
|
"title": "Updated",
|
|
@@ -40626,8 +41544,14 @@
|
|
|
40626
41544
|
},
|
|
40627
41545
|
"_updatedBy": {
|
|
40628
41546
|
"title": "Updated By",
|
|
40629
|
-
"
|
|
40630
|
-
"@
|
|
41547
|
+
"@ref": "local:TSUser",
|
|
41548
|
+
"@input": {
|
|
41549
|
+
"type": "string"
|
|
41550
|
+
},
|
|
41551
|
+
"@resolver": {
|
|
41552
|
+
"name": "takeshape:getUser",
|
|
41553
|
+
"service": "takeshape:local"
|
|
41554
|
+
}
|
|
40631
41555
|
},
|
|
40632
41556
|
"_schemaVersion": {
|
|
40633
41557
|
"title": "Schema Version",
|
|
@@ -41148,8 +42072,14 @@
|
|
|
41148
42072
|
},
|
|
41149
42073
|
"_createdBy": {
|
|
41150
42074
|
"title": "Created By",
|
|
41151
|
-
"
|
|
41152
|
-
"@
|
|
42075
|
+
"@ref": "local:TSUser",
|
|
42076
|
+
"@input": {
|
|
42077
|
+
"type": "string"
|
|
42078
|
+
},
|
|
42079
|
+
"@resolver": {
|
|
42080
|
+
"name": "takeshape:getUser",
|
|
42081
|
+
"service": "takeshape:local"
|
|
42082
|
+
}
|
|
41153
42083
|
},
|
|
41154
42084
|
"_updatedAt": {
|
|
41155
42085
|
"title": "Updated",
|
|
@@ -41158,8 +42088,14 @@
|
|
|
41158
42088
|
},
|
|
41159
42089
|
"_updatedBy": {
|
|
41160
42090
|
"title": "Updated By",
|
|
41161
|
-
"
|
|
41162
|
-
"@
|
|
42091
|
+
"@ref": "local:TSUser",
|
|
42092
|
+
"@input": {
|
|
42093
|
+
"type": "string"
|
|
42094
|
+
},
|
|
42095
|
+
"@resolver": {
|
|
42096
|
+
"name": "takeshape:getUser",
|
|
42097
|
+
"service": "takeshape:local"
|
|
42098
|
+
}
|
|
41163
42099
|
},
|
|
41164
42100
|
"_schemaVersion": {
|
|
41165
42101
|
"title": "Schema Version",
|
|
@@ -41825,8 +42761,14 @@
|
|
|
41825
42761
|
},
|
|
41826
42762
|
"_createdBy": {
|
|
41827
42763
|
"title": "Created By",
|
|
41828
|
-
"
|
|
41829
|
-
"@
|
|
42764
|
+
"@ref": "local:TSUser",
|
|
42765
|
+
"@input": {
|
|
42766
|
+
"type": "string"
|
|
42767
|
+
},
|
|
42768
|
+
"@resolver": {
|
|
42769
|
+
"name": "takeshape:getUser",
|
|
42770
|
+
"service": "takeshape:local"
|
|
42771
|
+
}
|
|
41830
42772
|
},
|
|
41831
42773
|
"_updatedAt": {
|
|
41832
42774
|
"title": "Updated",
|
|
@@ -41835,8 +42777,14 @@
|
|
|
41835
42777
|
},
|
|
41836
42778
|
"_updatedBy": {
|
|
41837
42779
|
"title": "Updated By",
|
|
41838
|
-
"
|
|
41839
|
-
"@
|
|
42780
|
+
"@ref": "local:TSUser",
|
|
42781
|
+
"@input": {
|
|
42782
|
+
"type": "string"
|
|
42783
|
+
},
|
|
42784
|
+
"@resolver": {
|
|
42785
|
+
"name": "takeshape:getUser",
|
|
42786
|
+
"service": "takeshape:local"
|
|
42787
|
+
}
|
|
41840
42788
|
},
|
|
41841
42789
|
"_schemaVersion": {
|
|
41842
42790
|
"title": "Schema Version",
|
|
@@ -42055,8 +43003,14 @@
|
|
|
42055
43003
|
},
|
|
42056
43004
|
"_createdBy": {
|
|
42057
43005
|
"title": "Created By",
|
|
42058
|
-
"
|
|
42059
|
-
"@
|
|
43006
|
+
"@ref": "local:TSUser",
|
|
43007
|
+
"@input": {
|
|
43008
|
+
"type": "string"
|
|
43009
|
+
},
|
|
43010
|
+
"@resolver": {
|
|
43011
|
+
"name": "takeshape:getUser",
|
|
43012
|
+
"service": "takeshape:local"
|
|
43013
|
+
}
|
|
42060
43014
|
},
|
|
42061
43015
|
"_updatedAt": {
|
|
42062
43016
|
"title": "Updated",
|
|
@@ -42065,8 +43019,14 @@
|
|
|
42065
43019
|
},
|
|
42066
43020
|
"_updatedBy": {
|
|
42067
43021
|
"title": "Updated By",
|
|
42068
|
-
"
|
|
42069
|
-
"@
|
|
43022
|
+
"@ref": "local:TSUser",
|
|
43023
|
+
"@input": {
|
|
43024
|
+
"type": "string"
|
|
43025
|
+
},
|
|
43026
|
+
"@resolver": {
|
|
43027
|
+
"name": "takeshape:getUser",
|
|
43028
|
+
"service": "takeshape:local"
|
|
43029
|
+
}
|
|
42070
43030
|
},
|
|
42071
43031
|
"_schemaVersion": {
|
|
42072
43032
|
"title": "Schema Version",
|
|
@@ -42282,8 +43242,14 @@
|
|
|
42282
43242
|
},
|
|
42283
43243
|
"_createdBy": {
|
|
42284
43244
|
"title": "Created By",
|
|
42285
|
-
"
|
|
42286
|
-
"@
|
|
43245
|
+
"@ref": "local:TSUser",
|
|
43246
|
+
"@input": {
|
|
43247
|
+
"type": "string"
|
|
43248
|
+
},
|
|
43249
|
+
"@resolver": {
|
|
43250
|
+
"name": "takeshape:getUser",
|
|
43251
|
+
"service": "takeshape:local"
|
|
43252
|
+
}
|
|
42287
43253
|
},
|
|
42288
43254
|
"_updatedAt": {
|
|
42289
43255
|
"title": "Updated",
|
|
@@ -42292,8 +43258,14 @@
|
|
|
42292
43258
|
},
|
|
42293
43259
|
"_updatedBy": {
|
|
42294
43260
|
"title": "Updated By",
|
|
42295
|
-
"
|
|
42296
|
-
"@
|
|
43261
|
+
"@ref": "local:TSUser",
|
|
43262
|
+
"@input": {
|
|
43263
|
+
"type": "string"
|
|
43264
|
+
},
|
|
43265
|
+
"@resolver": {
|
|
43266
|
+
"name": "takeshape:getUser",
|
|
43267
|
+
"service": "takeshape:local"
|
|
43268
|
+
}
|
|
42297
43269
|
},
|
|
42298
43270
|
"_schemaVersion": {
|
|
42299
43271
|
"title": "Schema Version",
|
|
@@ -42436,8 +43408,14 @@
|
|
|
42436
43408
|
},
|
|
42437
43409
|
"_createdBy": {
|
|
42438
43410
|
"title": "Created By",
|
|
42439
|
-
"
|
|
42440
|
-
"@
|
|
43411
|
+
"@ref": "local:TSUser",
|
|
43412
|
+
"@input": {
|
|
43413
|
+
"type": "string"
|
|
43414
|
+
},
|
|
43415
|
+
"@resolver": {
|
|
43416
|
+
"name": "takeshape:getUser",
|
|
43417
|
+
"service": "takeshape:local"
|
|
43418
|
+
}
|
|
42441
43419
|
},
|
|
42442
43420
|
"_updatedAt": {
|
|
42443
43421
|
"title": "Updated",
|
|
@@ -42446,8 +43424,14 @@
|
|
|
42446
43424
|
},
|
|
42447
43425
|
"_updatedBy": {
|
|
42448
43426
|
"title": "Updated By",
|
|
42449
|
-
"
|
|
42450
|
-
"@
|
|
43427
|
+
"@ref": "local:TSUser",
|
|
43428
|
+
"@input": {
|
|
43429
|
+
"type": "string"
|
|
43430
|
+
},
|
|
43431
|
+
"@resolver": {
|
|
43432
|
+
"name": "takeshape:getUser",
|
|
43433
|
+
"service": "takeshape:local"
|
|
43434
|
+
}
|
|
42451
43435
|
},
|
|
42452
43436
|
"_schemaVersion": {
|
|
42453
43437
|
"title": "Schema Version",
|
|
@@ -43017,8 +44001,14 @@
|
|
|
43017
44001
|
},
|
|
43018
44002
|
"_createdBy": {
|
|
43019
44003
|
"title": "Created By",
|
|
43020
|
-
"
|
|
43021
|
-
"@
|
|
44004
|
+
"@ref": "local:TSUser",
|
|
44005
|
+
"@input": {
|
|
44006
|
+
"type": "string"
|
|
44007
|
+
},
|
|
44008
|
+
"@resolver": {
|
|
44009
|
+
"name": "takeshape:getUser",
|
|
44010
|
+
"service": "takeshape:local"
|
|
44011
|
+
}
|
|
43022
44012
|
},
|
|
43023
44013
|
"_updatedAt": {
|
|
43024
44014
|
"title": "Updated",
|
|
@@ -43027,8 +44017,14 @@
|
|
|
43027
44017
|
},
|
|
43028
44018
|
"_updatedBy": {
|
|
43029
44019
|
"title": "Updated By",
|
|
43030
|
-
"
|
|
43031
|
-
"@
|
|
44020
|
+
"@ref": "local:TSUser",
|
|
44021
|
+
"@input": {
|
|
44022
|
+
"type": "string"
|
|
44023
|
+
},
|
|
44024
|
+
"@resolver": {
|
|
44025
|
+
"name": "takeshape:getUser",
|
|
44026
|
+
"service": "takeshape:local"
|
|
44027
|
+
}
|
|
43032
44028
|
},
|
|
43033
44029
|
"_schemaVersion": {
|
|
43034
44030
|
"title": "Schema Version",
|
|
@@ -43441,8 +44437,14 @@
|
|
|
43441
44437
|
},
|
|
43442
44438
|
"_createdBy": {
|
|
43443
44439
|
"title": "Created By",
|
|
43444
|
-
"
|
|
43445
|
-
"@
|
|
44440
|
+
"@ref": "local:TSUser",
|
|
44441
|
+
"@input": {
|
|
44442
|
+
"type": "string"
|
|
44443
|
+
},
|
|
44444
|
+
"@resolver": {
|
|
44445
|
+
"name": "takeshape:getUser",
|
|
44446
|
+
"service": "takeshape:local"
|
|
44447
|
+
}
|
|
43446
44448
|
},
|
|
43447
44449
|
"_updatedAt": {
|
|
43448
44450
|
"title": "Updated",
|
|
@@ -43451,8 +44453,14 @@
|
|
|
43451
44453
|
},
|
|
43452
44454
|
"_updatedBy": {
|
|
43453
44455
|
"title": "Updated By",
|
|
43454
|
-
"
|
|
43455
|
-
"@
|
|
44456
|
+
"@ref": "local:TSUser",
|
|
44457
|
+
"@input": {
|
|
44458
|
+
"type": "string"
|
|
44459
|
+
},
|
|
44460
|
+
"@resolver": {
|
|
44461
|
+
"name": "takeshape:getUser",
|
|
44462
|
+
"service": "takeshape:local"
|
|
44463
|
+
}
|
|
43456
44464
|
},
|
|
43457
44465
|
"_schemaVersion": {
|
|
43458
44466
|
"title": "Schema Version",
|
|
@@ -43894,8 +44902,14 @@
|
|
|
43894
44902
|
},
|
|
43895
44903
|
"_createdBy": {
|
|
43896
44904
|
"title": "Created By",
|
|
43897
|
-
"
|
|
43898
|
-
"@
|
|
44905
|
+
"@ref": "local:TSUser",
|
|
44906
|
+
"@input": {
|
|
44907
|
+
"type": "string"
|
|
44908
|
+
},
|
|
44909
|
+
"@resolver": {
|
|
44910
|
+
"name": "takeshape:getUser",
|
|
44911
|
+
"service": "takeshape:local"
|
|
44912
|
+
}
|
|
43899
44913
|
},
|
|
43900
44914
|
"_updatedAt": {
|
|
43901
44915
|
"title": "Updated",
|
|
@@ -43904,8 +44918,14 @@
|
|
|
43904
44918
|
},
|
|
43905
44919
|
"_updatedBy": {
|
|
43906
44920
|
"title": "Updated By",
|
|
43907
|
-
"
|
|
43908
|
-
"@
|
|
44921
|
+
"@ref": "local:TSUser",
|
|
44922
|
+
"@input": {
|
|
44923
|
+
"type": "string"
|
|
44924
|
+
},
|
|
44925
|
+
"@resolver": {
|
|
44926
|
+
"name": "takeshape:getUser",
|
|
44927
|
+
"service": "takeshape:local"
|
|
44928
|
+
}
|
|
43909
44929
|
},
|
|
43910
44930
|
"_schemaVersion": {
|
|
43911
44931
|
"title": "Schema Version",
|
|
@@ -44136,8 +45156,14 @@
|
|
|
44136
45156
|
},
|
|
44137
45157
|
"_createdBy": {
|
|
44138
45158
|
"title": "Created By",
|
|
44139
|
-
"
|
|
44140
|
-
"@
|
|
45159
|
+
"@ref": "local:TSUser",
|
|
45160
|
+
"@input": {
|
|
45161
|
+
"type": "string"
|
|
45162
|
+
},
|
|
45163
|
+
"@resolver": {
|
|
45164
|
+
"name": "takeshape:getUser",
|
|
45165
|
+
"service": "takeshape:local"
|
|
45166
|
+
}
|
|
44141
45167
|
},
|
|
44142
45168
|
"_updatedAt": {
|
|
44143
45169
|
"title": "Updated",
|
|
@@ -44146,8 +45172,14 @@
|
|
|
44146
45172
|
},
|
|
44147
45173
|
"_updatedBy": {
|
|
44148
45174
|
"title": "Updated By",
|
|
44149
|
-
"
|
|
44150
|
-
"@
|
|
45175
|
+
"@ref": "local:TSUser",
|
|
45176
|
+
"@input": {
|
|
45177
|
+
"type": "string"
|
|
45178
|
+
},
|
|
45179
|
+
"@resolver": {
|
|
45180
|
+
"name": "takeshape:getUser",
|
|
45181
|
+
"service": "takeshape:local"
|
|
45182
|
+
}
|
|
44151
45183
|
},
|
|
44152
45184
|
"_schemaVersion": {
|
|
44153
45185
|
"title": "Schema Version",
|
|
@@ -44432,8 +45464,14 @@
|
|
|
44432
45464
|
},
|
|
44433
45465
|
"_createdBy": {
|
|
44434
45466
|
"title": "Created By",
|
|
44435
|
-
"
|
|
44436
|
-
"@
|
|
45467
|
+
"@ref": "local:TSUser",
|
|
45468
|
+
"@input": {
|
|
45469
|
+
"type": "string"
|
|
45470
|
+
},
|
|
45471
|
+
"@resolver": {
|
|
45472
|
+
"name": "takeshape:getUser",
|
|
45473
|
+
"service": "takeshape:local"
|
|
45474
|
+
}
|
|
44437
45475
|
},
|
|
44438
45476
|
"_updatedAt": {
|
|
44439
45477
|
"title": "Updated",
|
|
@@ -44442,8 +45480,14 @@
|
|
|
44442
45480
|
},
|
|
44443
45481
|
"_updatedBy": {
|
|
44444
45482
|
"title": "Updated By",
|
|
44445
|
-
"
|
|
44446
|
-
"@
|
|
45483
|
+
"@ref": "local:TSUser",
|
|
45484
|
+
"@input": {
|
|
45485
|
+
"type": "string"
|
|
45486
|
+
},
|
|
45487
|
+
"@resolver": {
|
|
45488
|
+
"name": "takeshape:getUser",
|
|
45489
|
+
"service": "takeshape:local"
|
|
45490
|
+
}
|
|
44447
45491
|
},
|
|
44448
45492
|
"_schemaVersion": {
|
|
44449
45493
|
"title": "Schema Version",
|
|
@@ -45168,6 +46212,6 @@
|
|
|
45168
46212
|
}
|
|
45169
46213
|
}
|
|
45170
46214
|
},
|
|
45171
|
-
"schemaVersion": "3.
|
|
46215
|
+
"schemaVersion": "3.17.0",
|
|
45172
46216
|
"services": {}
|
|
45173
46217
|
}
|