@@ -907,7 +907,8 @@ snapshot[`Deno.inspect(Application) [auto] 1`] = `
907
907
suspended: true,
908
908
memorial: true,
909
909
indexable: true,
910
- aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ]
910
+ aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
911
+ cat: true
911
912
}'
912
913
`;
913
914
@@ -960,7 +961,8 @@ snapshot[`Deno.inspect(Application) [auto] 2`] = `
960
961
suspended: true,
961
962
memorial: true,
962
963
indexable: true,
963
- alias: URL "https://example.com/"
964
+ alias: URL "https://example.com/",
965
+ cat: true
964
966
}'
965
967
`;
966
968
@@ -1013,7 +1015,8 @@ snapshot[`Deno.inspect(Application) [auto] 3`] = `
1013
1015
suspended: true,
1014
1016
memorial: true,
1015
1017
indexable: true,
1016
- aliases: [ Application {}, Application {} ]
1018
+ aliases: [ Application {}, Application {} ],
1019
+ cat: true
1017
1020
}'
1018
1021
`;
1019
1022
@@ -2647,7 +2650,8 @@ snapshot[`Deno.inspect(Group) [auto] 1`] = `
2647
2650
suspended: true,
2648
2651
memorial: true,
2649
2652
indexable: true,
2650
- aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ]
2653
+ aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
2654
+ cat: true
2651
2655
}'
2652
2656
`;
2653
2657
@@ -2700,7 +2704,8 @@ snapshot[`Deno.inspect(Group) [auto] 2`] = `
2700
2704
suspended: true,
2701
2705
memorial: true,
2702
2706
indexable: true,
2703
- alias: URL "https://example.com/"
2707
+ alias: URL "https://example.com/",
2708
+ cat: true
2704
2709
}'
2705
2710
`;
2706
2711
@@ -2753,7 +2758,8 @@ snapshot[`Deno.inspect(Group) [auto] 3`] = `
2753
2758
suspended: true,
2754
2759
memorial: true,
2755
2760
indexable: true,
2756
- aliases: [ Application {}, Application {} ]
2761
+ aliases: [ Application {}, Application {} ],
2762
+ cat: true
2757
2763
}'
2758
2764
`;
2759
2765
@@ -4669,7 +4675,8 @@ snapshot[`Deno.inspect(Organization) [auto] 1`] = `
4669
4675
suspended: true,
4670
4676
memorial: true,
4671
4677
indexable: true,
4672
- aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ]
4678
+ aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
4679
+ cat: true
4673
4680
}'
4674
4681
`;
4675
4682
@@ -4722,7 +4729,8 @@ snapshot[`Deno.inspect(Organization) [auto] 2`] = `
4722
4729
suspended: true,
4723
4730
memorial: true,
4724
4731
indexable: true,
4725
- alias: URL "https://example.com/"
4732
+ alias: URL "https://example.com/",
4733
+ cat: true
4726
4734
}'
4727
4735
`;
4728
4736
@@ -4775,7 +4783,8 @@ snapshot[`Deno.inspect(Organization) [auto] 3`] = `
4775
4783
suspended: true,
4776
4784
memorial: true,
4777
4785
indexable: true,
4778
- aliases: [ Application {}, Application {} ]
4786
+ aliases: [ Application {}, Application {} ],
4787
+ cat: true
4779
4788
}'
4780
4789
`;
4781
4790
@@ -4939,7 +4948,8 @@ snapshot[`Deno.inspect(Person) [auto] 1`] = `
4939
4948
suspended: true,
4940
4949
memorial: true,
4941
4950
indexable: true,
4942
- aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ]
4951
+ aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
4952
+ cat: true
4943
4953
}'
4944
4954
`;
4945
4955
@@ -4992,7 +5002,8 @@ snapshot[`Deno.inspect(Person) [auto] 2`] = `
4992
5002
suspended: true,
4993
5003
memorial: true,
4994
5004
indexable: true,
4995
- alias: URL "https://example.com/"
5005
+ alias: URL "https://example.com/",
5006
+ cat: true
4996
5007
}'
4997
5008
`;
4998
5009
@@ -5045,7 +5056,8 @@ snapshot[`Deno.inspect(Person) [auto] 3`] = `
5045
5056
suspended: true,
5046
5057
memorial: true,
5047
5058
indexable: true,
5048
- aliases: [ Application {}, Application {} ]
5059
+ aliases: [ Application {}, Application {} ],
5060
+ cat: true
5049
5061
}'
5050
5062
`;
5051
5063
@@ -5950,7 +5962,8 @@ snapshot[`Deno.inspect(Service) [auto] 1`] = `
5950
5962
suspended: true,
5951
5963
memorial: true,
5952
5964
indexable: true,
5953
- aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ]
5965
+ aliases: [ Application {}, Group {}, Organization {}, Person {}, Service {} ],
5966
+ cat: true
5954
5967
}'
5955
5968
`;
5956
5969
@@ -6003,7 +6016,8 @@ snapshot[`Deno.inspect(Service) [auto] 2`] = `
6003
6016
suspended: true,
6004
6017
memorial: true,
6005
6018
indexable: true,
6006
- alias: URL "https://example.com/"
6019
+ alias: URL "https://example.com/",
6020
+ cat: true
6007
6021
}'
6008
6022
`;
6009
6023
@@ -6056,7 +6070,8 @@ snapshot[`Deno.inspect(Service) [auto] 3`] = `
6056
6070
suspended: true,
6057
6071
memorial: true,
6058
6072
indexable: true,
6059
- aliases: [ Application {}, Application {} ]
6073
+ aliases: [ Application {}, Application {} ],
6074
+ cat: true
6060
6075
}'
6061
6076
`;
6062
6077
0 commit comments