@uniformdev/canvas 19.149.0 → 19.150.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -352,6 +352,14 @@ interface components$7 {
352
352
  _slug?: string | null;
353
353
  /** @description Friendly name of this component. */
354
354
  _name: string;
355
+ /** @description Name of the author of the most recent change. */
356
+ _author?: string;
357
+ /** @description Identity subject of the author of the most recent change. */
358
+ _authorSubject?: string;
359
+ /** @description Name of the original creator. */
360
+ _creator?: string;
361
+ /** @description Identity subject of the original creator. */
362
+ _creatorSubject?: string;
355
363
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
356
364
  _pattern?: string;
357
365
  /**
@@ -1558,6 +1566,14 @@ interface external$h {
1558
1566
  _slug?: string | null;
1559
1567
  /** @description Friendly name of this component. */
1560
1568
  _name: string;
1569
+ /** @description Name of the author of the most recent change. */
1570
+ _author?: string;
1571
+ /** @description Identity subject of the author of the most recent change. */
1572
+ _authorSubject?: string;
1573
+ /** @description Name of the original creator. */
1574
+ _creator?: string;
1575
+ /** @description Identity subject of the original creator. */
1576
+ _creatorSubject?: string;
1561
1577
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
1562
1578
  _pattern?: string;
1563
1579
  /**
@@ -2802,6 +2818,14 @@ interface external$g {
2802
2818
  _slug?: string | null;
2803
2819
  /** @description Friendly name of this component. */
2804
2820
  _name: string;
2821
+ /** @description Name of the author of the most recent change. */
2822
+ _author?: string;
2823
+ /** @description Identity subject of the author of the most recent change. */
2824
+ _authorSubject?: string;
2825
+ /** @description Name of the original creator. */
2826
+ _creator?: string;
2827
+ /** @description Identity subject of the original creator. */
2828
+ _creatorSubject?: string;
2805
2829
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
2806
2830
  _pattern?: string;
2807
2831
  /**
@@ -3976,6 +4000,14 @@ interface external$f {
3976
4000
  _slug?: string | null;
3977
4001
  /** @description Friendly name of this component. */
3978
4002
  _name: string;
4003
+ /** @description Name of the author of the most recent change. */
4004
+ _author?: string;
4005
+ /** @description Identity subject of the author of the most recent change. */
4006
+ _authorSubject?: string;
4007
+ /** @description Name of the original creator. */
4008
+ _creator?: string;
4009
+ /** @description Identity subject of the original creator. */
4010
+ _creatorSubject?: string;
3979
4011
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
3980
4012
  _pattern?: string;
3981
4013
  /**
@@ -4956,6 +4988,14 @@ interface components$6 {
4956
4988
  _slug?: string;
4957
4989
  /** @description The thumbnail URL of the entry. */
4958
4990
  _thumbnail?: string;
4991
+ /** @description Name of the author of the most recent change. */
4992
+ _author?: string;
4993
+ /** @description Identity subject of the author of the most recent change. */
4994
+ _authorSubject?: string;
4995
+ /** @description Name of the original creator. */
4996
+ _creator?: string;
4997
+ /** @description Identity subject of the original creator. */
4998
+ _creatorSubject?: string;
4959
4999
  /** @description Entry field values. */
4960
5000
  fields?: {
4961
5001
  [key: string]: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
@@ -5538,6 +5578,14 @@ interface external$e {
5538
5578
  _slug?: string | null;
5539
5579
  /** @description Friendly name of this component. */
5540
5580
  _name: string;
5581
+ /** @description Name of the author of the most recent change. */
5582
+ _author?: string;
5583
+ /** @description Identity subject of the author of the most recent change. */
5584
+ _authorSubject?: string;
5585
+ /** @description Name of the original creator. */
5586
+ _creator?: string;
5587
+ /** @description Identity subject of the original creator. */
5588
+ _creatorSubject?: string;
5541
5589
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
5542
5590
  _pattern?: string;
5543
5591
  /**
@@ -6646,6 +6694,14 @@ interface external$d {
6646
6694
  _slug?: string | null;
6647
6695
  /** @description Friendly name of this component. */
6648
6696
  _name: string;
6697
+ /** @description Name of the author of the most recent change. */
6698
+ _author?: string;
6699
+ /** @description Identity subject of the author of the most recent change. */
6700
+ _authorSubject?: string;
6701
+ /** @description Name of the original creator. */
6702
+ _creator?: string;
6703
+ /** @description Identity subject of the original creator. */
6704
+ _creatorSubject?: string;
6649
6705
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
6650
6706
  _pattern?: string;
6651
6707
  /**
@@ -7811,6 +7867,14 @@ interface external$c {
7811
7867
  _slug?: string | null;
7812
7868
  /** @description Friendly name of this component. */
7813
7869
  _name: string;
7870
+ /** @description Name of the author of the most recent change. */
7871
+ _author?: string;
7872
+ /** @description Identity subject of the author of the most recent change. */
7873
+ _authorSubject?: string;
7874
+ /** @description Name of the original creator. */
7875
+ _creator?: string;
7876
+ /** @description Identity subject of the original creator. */
7877
+ _creatorSubject?: string;
7814
7878
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
7815
7879
  _pattern?: string;
7816
7880
  /**
@@ -8913,6 +8977,14 @@ interface external$b {
8913
8977
  _slug?: string | null;
8914
8978
  /** @description Friendly name of this component. */
8915
8979
  _name: string;
8980
+ /** @description Name of the author of the most recent change. */
8981
+ _author?: string;
8982
+ /** @description Identity subject of the author of the most recent change. */
8983
+ _authorSubject?: string;
8984
+ /** @description Name of the original creator. */
8985
+ _creator?: string;
8986
+ /** @description Identity subject of the original creator. */
8987
+ _creatorSubject?: string;
8916
8988
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
8917
8989
  _pattern?: string;
8918
8990
  /**
@@ -10050,6 +10122,14 @@ interface external$a {
10050
10122
  _slug?: string | null;
10051
10123
  /** @description Friendly name of this component. */
10052
10124
  _name: string;
10125
+ /** @description Name of the author of the most recent change. */
10126
+ _author?: string;
10127
+ /** @description Identity subject of the author of the most recent change. */
10128
+ _authorSubject?: string;
10129
+ /** @description Name of the original creator. */
10130
+ _creator?: string;
10131
+ /** @description Identity subject of the original creator. */
10132
+ _creatorSubject?: string;
10053
10133
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
10054
10134
  _pattern?: string;
10055
10135
  /**
@@ -11187,6 +11267,14 @@ interface external$9 {
11187
11267
  _slug?: string | null;
11188
11268
  /** @description Friendly name of this component. */
11189
11269
  _name: string;
11270
+ /** @description Name of the author of the most recent change. */
11271
+ _author?: string;
11272
+ /** @description Identity subject of the author of the most recent change. */
11273
+ _authorSubject?: string;
11274
+ /** @description Name of the original creator. */
11275
+ _creator?: string;
11276
+ /** @description Identity subject of the original creator. */
11277
+ _creatorSubject?: string;
11190
11278
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
11191
11279
  _pattern?: string;
11192
11280
  /**
@@ -12998,6 +13086,14 @@ interface external$7 {
12998
13086
  _slug?: string | null;
12999
13087
  /** @description Friendly name of this component. */
13000
13088
  _name: string;
13089
+ /** @description Name of the author of the most recent change. */
13090
+ _author?: string;
13091
+ /** @description Identity subject of the author of the most recent change. */
13092
+ _authorSubject?: string;
13093
+ /** @description Name of the original creator. */
13094
+ _creator?: string;
13095
+ /** @description Identity subject of the original creator. */
13096
+ _creatorSubject?: string;
13001
13097
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
13002
13098
  _pattern?: string;
13003
13099
  /**
@@ -14106,6 +14202,14 @@ interface external$6 {
14106
14202
  _slug?: string | null;
14107
14203
  /** @description Friendly name of this component. */
14108
14204
  _name: string;
14205
+ /** @description Name of the author of the most recent change. */
14206
+ _author?: string;
14207
+ /** @description Identity subject of the author of the most recent change. */
14208
+ _authorSubject?: string;
14209
+ /** @description Name of the original creator. */
14210
+ _creator?: string;
14211
+ /** @description Identity subject of the original creator. */
14212
+ _creatorSubject?: string;
14109
14213
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
14110
14214
  _pattern?: string;
14111
14215
  /**
@@ -15354,6 +15458,14 @@ interface external$5 {
15354
15458
  _slug?: string | null;
15355
15459
  /** @description Friendly name of this component. */
15356
15460
  _name: string;
15461
+ /** @description Name of the author of the most recent change. */
15462
+ _author?: string;
15463
+ /** @description Identity subject of the author of the most recent change. */
15464
+ _authorSubject?: string;
15465
+ /** @description Name of the original creator. */
15466
+ _creator?: string;
15467
+ /** @description Identity subject of the original creator. */
15468
+ _creatorSubject?: string;
15357
15469
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
15358
15470
  _pattern?: string;
15359
15471
  /**
@@ -16533,6 +16645,14 @@ interface external$5 {
16533
16645
  _slug?: string;
16534
16646
  /** @description The thumbnail URL of the entry. */
16535
16647
  _thumbnail?: string;
16648
+ /** @description Name of the author of the most recent change. */
16649
+ _author?: string;
16650
+ /** @description Identity subject of the author of the most recent change. */
16651
+ _authorSubject?: string;
16652
+ /** @description Name of the original creator. */
16653
+ _creator?: string;
16654
+ /** @description Identity subject of the original creator. */
16655
+ _creatorSubject?: string;
16536
16656
  /** @description Entry field values. */
16537
16657
  fields?: {
16538
16658
  [key: string]: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
@@ -18052,6 +18172,14 @@ interface external$4 {
18052
18172
  _slug?: string | null;
18053
18173
  /** @description Friendly name of this component. */
18054
18174
  _name: string;
18175
+ /** @description Name of the author of the most recent change. */
18176
+ _author?: string;
18177
+ /** @description Identity subject of the author of the most recent change. */
18178
+ _authorSubject?: string;
18179
+ /** @description Name of the original creator. */
18180
+ _creator?: string;
18181
+ /** @description Identity subject of the original creator. */
18182
+ _creatorSubject?: string;
18055
18183
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
18056
18184
  _pattern?: string;
18057
18185
  /**
@@ -19757,7 +19885,19 @@ type CompositionFilters = Partial<Record<'entityId' | 'type' | 'uiStatus', {
19757
19885
  nin: string[];
19758
19886
  } | {
19759
19887
  def: boolean | 'true' | 'false';
19760
- }> | Record<`${'name' | 'slug'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'name' | 'slug'}[${'in' | 'nin'}]`, string[]> | Record<`${'name' | 'slug'}[def]`, boolean | 'true' | 'false'> | Record<'isPattern', {
19888
+ }> | Record<`${'name' | 'slug'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'name' | 'slug'}[${'in' | 'nin'}]`, string[]> | Record<`${'name' | 'slug'}[def]`, boolean | 'true' | 'false'> | Record<'creator' | 'author', {
19889
+ match: string;
19890
+ } | {
19891
+ starts: string;
19892
+ } | {
19893
+ eq: string;
19894
+ } | {
19895
+ neq: string;
19896
+ } | {
19897
+ in: string[];
19898
+ } | {
19899
+ nin: string[];
19900
+ }> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record<'isPattern', {
19761
19901
  eq: boolean | 'true' | 'false';
19762
19902
  } | {
19763
19903
  neq: boolean | 'true' | 'false';
@@ -19849,7 +19989,6 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19849
19989
  helpText?: string | undefined;
19850
19990
  type: string;
19851
19991
  localizable?: boolean | undefined;
19852
- /** Fetches one composition by its project map node path */
19853
19992
  typeConfig?: unknown;
19854
19993
  }[] | undefined;
19855
19994
  categoryId?: string | null | undefined;
@@ -19862,7 +20001,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19862
20001
  state: number;
19863
20002
  }[] | undefined;
19864
20003
  slots?: {
19865
- id: string;
20004
+ id: string; /** Fetches one composition by its project map node path */
19866
20005
  name: string;
19867
20006
  allowedComponents: string[];
19868
20007
  inheritAllowedComponents: boolean;
@@ -20753,6 +20892,14 @@ interface external$3 {
20753
20892
  _slug?: string | null;
20754
20893
  /** @description Friendly name of this component. */
20755
20894
  _name: string;
20895
+ /** @description Name of the author of the most recent change. */
20896
+ _author?: string;
20897
+ /** @description Identity subject of the author of the most recent change. */
20898
+ _authorSubject?: string;
20899
+ /** @description Name of the original creator. */
20900
+ _creator?: string;
20901
+ /** @description Identity subject of the original creator. */
20902
+ _creatorSubject?: string;
20756
20903
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
20757
20904
  _pattern?: string;
20758
20905
  /**
@@ -22933,6 +23080,10 @@ declare const createUniformApiEnhancer: ({ apiUrl }: {
22933
23080
  _id: string;
22934
23081
  _slug?: string | null | undefined;
22935
23082
  _name: string;
23083
+ _author?: string | undefined;
23084
+ _authorSubject?: string | undefined;
23085
+ _creator?: string | undefined;
23086
+ _creatorSubject?: string | undefined;
22936
23087
  _pattern?: string | undefined;
22937
23088
  _patternDataResources?: {
22938
23089
  [key: string]: {
package/dist/index.d.ts CHANGED
@@ -352,6 +352,14 @@ interface components$7 {
352
352
  _slug?: string | null;
353
353
  /** @description Friendly name of this component. */
354
354
  _name: string;
355
+ /** @description Name of the author of the most recent change. */
356
+ _author?: string;
357
+ /** @description Identity subject of the author of the most recent change. */
358
+ _authorSubject?: string;
359
+ /** @description Name of the original creator. */
360
+ _creator?: string;
361
+ /** @description Identity subject of the original creator. */
362
+ _creatorSubject?: string;
355
363
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
356
364
  _pattern?: string;
357
365
  /**
@@ -1558,6 +1566,14 @@ interface external$h {
1558
1566
  _slug?: string | null;
1559
1567
  /** @description Friendly name of this component. */
1560
1568
  _name: string;
1569
+ /** @description Name of the author of the most recent change. */
1570
+ _author?: string;
1571
+ /** @description Identity subject of the author of the most recent change. */
1572
+ _authorSubject?: string;
1573
+ /** @description Name of the original creator. */
1574
+ _creator?: string;
1575
+ /** @description Identity subject of the original creator. */
1576
+ _creatorSubject?: string;
1561
1577
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
1562
1578
  _pattern?: string;
1563
1579
  /**
@@ -2802,6 +2818,14 @@ interface external$g {
2802
2818
  _slug?: string | null;
2803
2819
  /** @description Friendly name of this component. */
2804
2820
  _name: string;
2821
+ /** @description Name of the author of the most recent change. */
2822
+ _author?: string;
2823
+ /** @description Identity subject of the author of the most recent change. */
2824
+ _authorSubject?: string;
2825
+ /** @description Name of the original creator. */
2826
+ _creator?: string;
2827
+ /** @description Identity subject of the original creator. */
2828
+ _creatorSubject?: string;
2805
2829
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
2806
2830
  _pattern?: string;
2807
2831
  /**
@@ -3976,6 +4000,14 @@ interface external$f {
3976
4000
  _slug?: string | null;
3977
4001
  /** @description Friendly name of this component. */
3978
4002
  _name: string;
4003
+ /** @description Name of the author of the most recent change. */
4004
+ _author?: string;
4005
+ /** @description Identity subject of the author of the most recent change. */
4006
+ _authorSubject?: string;
4007
+ /** @description Name of the original creator. */
4008
+ _creator?: string;
4009
+ /** @description Identity subject of the original creator. */
4010
+ _creatorSubject?: string;
3979
4011
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
3980
4012
  _pattern?: string;
3981
4013
  /**
@@ -4956,6 +4988,14 @@ interface components$6 {
4956
4988
  _slug?: string;
4957
4989
  /** @description The thumbnail URL of the entry. */
4958
4990
  _thumbnail?: string;
4991
+ /** @description Name of the author of the most recent change. */
4992
+ _author?: string;
4993
+ /** @description Identity subject of the author of the most recent change. */
4994
+ _authorSubject?: string;
4995
+ /** @description Name of the original creator. */
4996
+ _creator?: string;
4997
+ /** @description Identity subject of the original creator. */
4998
+ _creatorSubject?: string;
4959
4999
  /** @description Entry field values. */
4960
5000
  fields?: {
4961
5001
  [key: string]: external$e["uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
@@ -5538,6 +5578,14 @@ interface external$e {
5538
5578
  _slug?: string | null;
5539
5579
  /** @description Friendly name of this component. */
5540
5580
  _name: string;
5581
+ /** @description Name of the author of the most recent change. */
5582
+ _author?: string;
5583
+ /** @description Identity subject of the author of the most recent change. */
5584
+ _authorSubject?: string;
5585
+ /** @description Name of the original creator. */
5586
+ _creator?: string;
5587
+ /** @description Identity subject of the original creator. */
5588
+ _creatorSubject?: string;
5541
5589
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
5542
5590
  _pattern?: string;
5543
5591
  /**
@@ -6646,6 +6694,14 @@ interface external$d {
6646
6694
  _slug?: string | null;
6647
6695
  /** @description Friendly name of this component. */
6648
6696
  _name: string;
6697
+ /** @description Name of the author of the most recent change. */
6698
+ _author?: string;
6699
+ /** @description Identity subject of the author of the most recent change. */
6700
+ _authorSubject?: string;
6701
+ /** @description Name of the original creator. */
6702
+ _creator?: string;
6703
+ /** @description Identity subject of the original creator. */
6704
+ _creatorSubject?: string;
6649
6705
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
6650
6706
  _pattern?: string;
6651
6707
  /**
@@ -7811,6 +7867,14 @@ interface external$c {
7811
7867
  _slug?: string | null;
7812
7868
  /** @description Friendly name of this component. */
7813
7869
  _name: string;
7870
+ /** @description Name of the author of the most recent change. */
7871
+ _author?: string;
7872
+ /** @description Identity subject of the author of the most recent change. */
7873
+ _authorSubject?: string;
7874
+ /** @description Name of the original creator. */
7875
+ _creator?: string;
7876
+ /** @description Identity subject of the original creator. */
7877
+ _creatorSubject?: string;
7814
7878
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
7815
7879
  _pattern?: string;
7816
7880
  /**
@@ -8913,6 +8977,14 @@ interface external$b {
8913
8977
  _slug?: string | null;
8914
8978
  /** @description Friendly name of this component. */
8915
8979
  _name: string;
8980
+ /** @description Name of the author of the most recent change. */
8981
+ _author?: string;
8982
+ /** @description Identity subject of the author of the most recent change. */
8983
+ _authorSubject?: string;
8984
+ /** @description Name of the original creator. */
8985
+ _creator?: string;
8986
+ /** @description Identity subject of the original creator. */
8987
+ _creatorSubject?: string;
8916
8988
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
8917
8989
  _pattern?: string;
8918
8990
  /**
@@ -10050,6 +10122,14 @@ interface external$a {
10050
10122
  _slug?: string | null;
10051
10123
  /** @description Friendly name of this component. */
10052
10124
  _name: string;
10125
+ /** @description Name of the author of the most recent change. */
10126
+ _author?: string;
10127
+ /** @description Identity subject of the author of the most recent change. */
10128
+ _authorSubject?: string;
10129
+ /** @description Name of the original creator. */
10130
+ _creator?: string;
10131
+ /** @description Identity subject of the original creator. */
10132
+ _creatorSubject?: string;
10053
10133
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
10054
10134
  _pattern?: string;
10055
10135
  /**
@@ -11187,6 +11267,14 @@ interface external$9 {
11187
11267
  _slug?: string | null;
11188
11268
  /** @description Friendly name of this component. */
11189
11269
  _name: string;
11270
+ /** @description Name of the author of the most recent change. */
11271
+ _author?: string;
11272
+ /** @description Identity subject of the author of the most recent change. */
11273
+ _authorSubject?: string;
11274
+ /** @description Name of the original creator. */
11275
+ _creator?: string;
11276
+ /** @description Identity subject of the original creator. */
11277
+ _creatorSubject?: string;
11190
11278
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
11191
11279
  _pattern?: string;
11192
11280
  /**
@@ -12998,6 +13086,14 @@ interface external$7 {
12998
13086
  _slug?: string | null;
12999
13087
  /** @description Friendly name of this component. */
13000
13088
  _name: string;
13089
+ /** @description Name of the author of the most recent change. */
13090
+ _author?: string;
13091
+ /** @description Identity subject of the author of the most recent change. */
13092
+ _authorSubject?: string;
13093
+ /** @description Name of the original creator. */
13094
+ _creator?: string;
13095
+ /** @description Identity subject of the original creator. */
13096
+ _creatorSubject?: string;
13001
13097
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
13002
13098
  _pattern?: string;
13003
13099
  /**
@@ -14106,6 +14202,14 @@ interface external$6 {
14106
14202
  _slug?: string | null;
14107
14203
  /** @description Friendly name of this component. */
14108
14204
  _name: string;
14205
+ /** @description Name of the author of the most recent change. */
14206
+ _author?: string;
14207
+ /** @description Identity subject of the author of the most recent change. */
14208
+ _authorSubject?: string;
14209
+ /** @description Name of the original creator. */
14210
+ _creator?: string;
14211
+ /** @description Identity subject of the original creator. */
14212
+ _creatorSubject?: string;
14109
14213
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
14110
14214
  _pattern?: string;
14111
14215
  /**
@@ -15354,6 +15458,14 @@ interface external$5 {
15354
15458
  _slug?: string | null;
15355
15459
  /** @description Friendly name of this component. */
15356
15460
  _name: string;
15461
+ /** @description Name of the author of the most recent change. */
15462
+ _author?: string;
15463
+ /** @description Identity subject of the author of the most recent change. */
15464
+ _authorSubject?: string;
15465
+ /** @description Name of the original creator. */
15466
+ _creator?: string;
15467
+ /** @description Identity subject of the original creator. */
15468
+ _creatorSubject?: string;
15357
15469
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
15358
15470
  _pattern?: string;
15359
15471
  /**
@@ -16533,6 +16645,14 @@ interface external$5 {
16533
16645
  _slug?: string;
16534
16646
  /** @description The thumbnail URL of the entry. */
16535
16647
  _thumbnail?: string;
16648
+ /** @description Name of the author of the most recent change. */
16649
+ _author?: string;
16650
+ /** @description Identity subject of the author of the most recent change. */
16651
+ _authorSubject?: string;
16652
+ /** @description Name of the original creator. */
16653
+ _creator?: string;
16654
+ /** @description Identity subject of the original creator. */
16655
+ _creatorSubject?: string;
16536
16656
  /** @description Entry field values. */
16537
16657
  fields?: {
16538
16658
  [key: string]: external$5["../../../lambda/functions/uniform-canvas-types.swagger.yml"]["components"]["schemas"]["ComponentParameter"];
@@ -18052,6 +18172,14 @@ interface external$4 {
18052
18172
  _slug?: string | null;
18053
18173
  /** @description Friendly name of this component. */
18054
18174
  _name: string;
18175
+ /** @description Name of the author of the most recent change. */
18176
+ _author?: string;
18177
+ /** @description Identity subject of the author of the most recent change. */
18178
+ _authorSubject?: string;
18179
+ /** @description Name of the original creator. */
18180
+ _creator?: string;
18181
+ /** @description Identity subject of the original creator. */
18182
+ _creatorSubject?: string;
18055
18183
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
18056
18184
  _pattern?: string;
18057
18185
  /**
@@ -19757,7 +19885,19 @@ type CompositionFilters = Partial<Record<'entityId' | 'type' | 'uiStatus', {
19757
19885
  nin: string[];
19758
19886
  } | {
19759
19887
  def: boolean | 'true' | 'false';
19760
- }> | Record<`${'name' | 'slug'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'name' | 'slug'}[${'in' | 'nin'}]`, string[]> | Record<`${'name' | 'slug'}[def]`, boolean | 'true' | 'false'> | Record<'isPattern', {
19888
+ }> | Record<`${'name' | 'slug'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'name' | 'slug'}[${'in' | 'nin'}]`, string[]> | Record<`${'name' | 'slug'}[def]`, boolean | 'true' | 'false'> | Record<'creator' | 'author', {
19889
+ match: string;
19890
+ } | {
19891
+ starts: string;
19892
+ } | {
19893
+ eq: string;
19894
+ } | {
19895
+ neq: string;
19896
+ } | {
19897
+ in: string[];
19898
+ } | {
19899
+ nin: string[];
19900
+ }> | Record<`${'creator' | 'author'}[${'match' | 'starts' | 'eq' | 'neq'}]`, string> | Record<`${'creator' | 'author'}[${'in' | 'nin'}]`, string[]> | Record<'isPattern', {
19761
19901
  eq: boolean | 'true' | 'false';
19762
19902
  } | {
19763
19903
  neq: boolean | 'true' | 'false';
@@ -19849,7 +19989,6 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19849
19989
  helpText?: string | undefined;
19850
19990
  type: string;
19851
19991
  localizable?: boolean | undefined;
19852
- /** Fetches one composition by its project map node path */
19853
19992
  typeConfig?: unknown;
19854
19993
  }[] | undefined;
19855
19994
  categoryId?: string | null | undefined;
@@ -19862,7 +20001,7 @@ declare class CanvasClient extends ApiClient<CanvasClientOptions> {
19862
20001
  state: number;
19863
20002
  }[] | undefined;
19864
20003
  slots?: {
19865
- id: string;
20004
+ id: string; /** Fetches one composition by its project map node path */
19866
20005
  name: string;
19867
20006
  allowedComponents: string[];
19868
20007
  inheritAllowedComponents: boolean;
@@ -20753,6 +20892,14 @@ interface external$3 {
20753
20892
  _slug?: string | null;
20754
20893
  /** @description Friendly name of this component. */
20755
20894
  _name: string;
20895
+ /** @description Name of the author of the most recent change. */
20896
+ _author?: string;
20897
+ /** @description Identity subject of the author of the most recent change. */
20898
+ _authorSubject?: string;
20899
+ /** @description Name of the original creator. */
20900
+ _creator?: string;
20901
+ /** @description Identity subject of the original creator. */
20902
+ _creatorSubject?: string;
20756
20903
  /** @description Indicates this component instance should be sourced from a pattern library pattern. */
20757
20904
  _pattern?: string;
20758
20905
  /**
@@ -22933,6 +23080,10 @@ declare const createUniformApiEnhancer: ({ apiUrl }: {
22933
23080
  _id: string;
22934
23081
  _slug?: string | null | undefined;
22935
23082
  _name: string;
23083
+ _author?: string | undefined;
23084
+ _authorSubject?: string | undefined;
23085
+ _creator?: string | undefined;
23086
+ _creatorSubject?: string | undefined;
22936
23087
  _pattern?: string | undefined;
22937
23088
  _patternDataResources?: {
22938
23089
  [key: string]: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/canvas",
3
- "version": "19.149.0",
3
+ "version": "19.150.0",
4
4
  "description": "Common functionality and types for Uniform Canvas",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -38,8 +38,8 @@
38
38
  "pusher-js": "8.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@uniformdev/assets": "19.149.0",
42
- "@uniformdev/context": "19.149.0",
41
+ "@uniformdev/assets": "19.150.0",
42
+ "@uniformdev/context": "19.150.0",
43
43
  "immer": "10.0.4"
44
44
  },
45
45
  "files": [
@@ -48,5 +48,5 @@
48
48
  "publishConfig": {
49
49
  "access": "public"
50
50
  },
51
- "gitHead": "fb8b8ed8fe0f1872070ef3ece9961f2970f7f17a"
51
+ "gitHead": "4dc41368724c89d5d3c20ff5e4f84c4cfb1752b2"
52
52
  }