@seamapi/types 1.620.0 → 1.621.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.
@@ -42197,6 +42197,32 @@ declare const _default: {
42197
42197
  required: string[];
42198
42198
  type: string;
42199
42199
  };
42200
+ staff_member_created: {
42201
+ properties: {
42202
+ config: {
42203
+ $ref: string;
42204
+ };
42205
+ rule: {
42206
+ enum: string[];
42207
+ type: string;
42208
+ };
42209
+ };
42210
+ required: string[];
42211
+ type: string;
42212
+ };
42213
+ staff_member_name_updated: {
42214
+ properties: {
42215
+ config: {
42216
+ $ref: string;
42217
+ };
42218
+ rule: {
42219
+ enum: string[];
42220
+ type: string;
42221
+ };
42222
+ };
42223
+ required: string[];
42224
+ type: string;
42225
+ };
42200
42226
  user_identity_name_updated: {
42201
42227
  properties: {
42202
42228
  config: {
@@ -42400,6 +42426,32 @@ declare const _default: {
42400
42426
  required: string[];
42401
42427
  type: string;
42402
42428
  };
42429
+ staff_member_created: {
42430
+ properties: {
42431
+ config: {
42432
+ $ref: string;
42433
+ };
42434
+ rule: {
42435
+ enum: string[];
42436
+ type: string;
42437
+ };
42438
+ };
42439
+ required: string[];
42440
+ type: string;
42441
+ };
42442
+ staff_member_name_updated: {
42443
+ properties: {
42444
+ config: {
42445
+ $ref: string;
42446
+ };
42447
+ rule: {
42448
+ enum: string[];
42449
+ type: string;
42450
+ };
42451
+ };
42452
+ required: string[];
42453
+ type: string;
42454
+ };
42403
42455
  user_identity_name_updated: {
42404
42456
  properties: {
42405
42457
  config: {
@@ -42608,6 +42660,34 @@ declare const _default: {
42608
42660
  required: string[];
42609
42661
  type: string;
42610
42662
  };
42663
+ staff_member_created: {
42664
+ properties: {
42665
+ config: {
42666
+ properties: {};
42667
+ type: string;
42668
+ };
42669
+ rule: {
42670
+ enum: string[];
42671
+ type: string;
42672
+ };
42673
+ };
42674
+ required: string[];
42675
+ type: string;
42676
+ };
42677
+ staff_member_name_updated: {
42678
+ properties: {
42679
+ config: {
42680
+ properties: {};
42681
+ type: string;
42682
+ };
42683
+ rule: {
42684
+ enum: string[];
42685
+ type: string;
42686
+ };
42687
+ };
42688
+ required: string[];
42689
+ type: string;
42690
+ };
42611
42691
  user_identity_name_updated: {
42612
42692
  properties: {
42613
42693
  config: {
@@ -42827,6 +42907,34 @@ declare const _default: {
42827
42907
  required: string[];
42828
42908
  type: string;
42829
42909
  };
42910
+ staff_member_created: {
42911
+ properties: {
42912
+ config: {
42913
+ properties: {};
42914
+ type: string;
42915
+ };
42916
+ rule: {
42917
+ enum: string[];
42918
+ type: string;
42919
+ };
42920
+ };
42921
+ required: string[];
42922
+ type: string;
42923
+ };
42924
+ staff_member_name_updated: {
42925
+ properties: {
42926
+ config: {
42927
+ properties: {};
42928
+ type: string;
42929
+ };
42930
+ rule: {
42931
+ enum: string[];
42932
+ type: string;
42933
+ };
42934
+ };
42935
+ required: string[];
42936
+ type: string;
42937
+ };
42830
42938
  user_identity_name_updated: {
42831
42939
  properties: {
42832
42940
  config: {
@@ -47419,6 +47419,32 @@ export default {
47419
47419
  required: ['rule'],
47420
47420
  type: 'object',
47421
47421
  },
47422
+ staff_member_created: {
47423
+ properties: {
47424
+ config: {
47425
+ $ref: '#/components/schemas/access_code',
47426
+ },
47427
+ rule: {
47428
+ enum: ['staff_member_created'],
47429
+ type: 'string',
47430
+ },
47431
+ },
47432
+ required: ['rule', 'config'],
47433
+ type: 'object',
47434
+ },
47435
+ staff_member_name_updated: {
47436
+ properties: {
47437
+ config: {
47438
+ $ref: '#/components/schemas/access_code',
47439
+ },
47440
+ rule: {
47441
+ enum: ['staff_member_name_updated'],
47442
+ type: 'string',
47443
+ },
47444
+ },
47445
+ required: ['rule'],
47446
+ type: 'object',
47447
+ },
47422
47448
  user_identity_name_updated: {
47423
47449
  properties: {
47424
47450
  config: {
@@ -47608,6 +47634,32 @@ export default {
47608
47634
  required: ['rule'],
47609
47635
  type: 'object',
47610
47636
  },
47637
+ staff_member_created: {
47638
+ properties: {
47639
+ config: {
47640
+ $ref: '#/components/schemas/access_code',
47641
+ },
47642
+ rule: {
47643
+ enum: ['staff_member_created'],
47644
+ type: 'string',
47645
+ },
47646
+ },
47647
+ required: ['rule', 'config'],
47648
+ type: 'object',
47649
+ },
47650
+ staff_member_name_updated: {
47651
+ properties: {
47652
+ config: {
47653
+ $ref: '#/components/schemas/access_code',
47654
+ },
47655
+ rule: {
47656
+ enum: ['staff_member_name_updated'],
47657
+ type: 'string',
47658
+ },
47659
+ },
47660
+ required: ['rule'],
47661
+ type: 'object',
47662
+ },
47611
47663
  user_identity_name_updated: {
47612
47664
  properties: {
47613
47665
  config: {
@@ -47793,6 +47845,28 @@ export default {
47793
47845
  required: ['rule'],
47794
47846
  type: 'object',
47795
47847
  },
47848
+ staff_member_created: {
47849
+ properties: {
47850
+ config: { properties: {}, type: 'object' },
47851
+ rule: {
47852
+ enum: ['staff_member_created'],
47853
+ type: 'string',
47854
+ },
47855
+ },
47856
+ required: ['rule', 'config'],
47857
+ type: 'object',
47858
+ },
47859
+ staff_member_name_updated: {
47860
+ properties: {
47861
+ config: { properties: {}, type: 'object' },
47862
+ rule: {
47863
+ enum: ['staff_member_name_updated'],
47864
+ type: 'string',
47865
+ },
47866
+ },
47867
+ required: ['rule'],
47868
+ type: 'object',
47869
+ },
47796
47870
  user_identity_name_updated: {
47797
47871
  properties: {
47798
47872
  config: { properties: {}, type: 'object' },
@@ -47984,6 +48058,28 @@ export default {
47984
48058
  required: ['rule'],
47985
48059
  type: 'object',
47986
48060
  },
48061
+ staff_member_created: {
48062
+ properties: {
48063
+ config: { properties: {}, type: 'object' },
48064
+ rule: {
48065
+ enum: ['staff_member_created'],
48066
+ type: 'string',
48067
+ },
48068
+ },
48069
+ required: ['rule', 'config'],
48070
+ type: 'object',
48071
+ },
48072
+ staff_member_name_updated: {
48073
+ properties: {
48074
+ config: { properties: {}, type: 'object' },
48075
+ rule: {
48076
+ enum: ['staff_member_name_updated'],
48077
+ type: 'string',
48078
+ },
48079
+ },
48080
+ required: ['rule'],
48081
+ type: 'object',
48082
+ },
47987
48083
  user_identity_name_updated: {
47988
48084
  properties: {
47989
48085
  config: { properties: {}, type: 'object' },