@seamapi/types 1.751.0 → 1.752.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.
@@ -2496,6 +2496,27 @@ export default {
2496
2496
  required: ['created_at', 'message', 'mutation_code'],
2497
2497
  type: 'object',
2498
2498
  },
2499
+ {
2500
+ description: 'This access group is scheduled for automatic deletion when its access window expires.',
2501
+ properties: {
2502
+ created_at: {
2503
+ description: 'Date and time at which the mutation was created.',
2504
+ format: 'date-time',
2505
+ type: 'string',
2506
+ },
2507
+ message: {
2508
+ description: 'Detailed description of the mutation.',
2509
+ type: 'string',
2510
+ },
2511
+ mutation_code: {
2512
+ description: 'Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires.',
2513
+ enum: ['deferring_deletion'],
2514
+ type: 'string',
2515
+ },
2516
+ },
2517
+ required: ['created_at', 'message', 'mutation_code'],
2518
+ type: 'object',
2519
+ },
2499
2520
  {
2500
2521
  description: 'Seam is in the process of pushing an access group information update to the integrated access system.',
2501
2522
  properties: {
@@ -2753,27 +2774,6 @@ export default {
2753
2774
  ],
2754
2775
  type: 'object',
2755
2776
  },
2756
- {
2757
- description: 'This access group is scheduled for automatic deletion when its access window expires.',
2758
- properties: {
2759
- created_at: {
2760
- description: 'Date and time at which the mutation was created.',
2761
- format: 'date-time',
2762
- type: 'string',
2763
- },
2764
- message: {
2765
- description: 'Detailed description of the mutation.',
2766
- type: 'string',
2767
- },
2768
- mutation_code: {
2769
- description: 'Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes.',
2770
- enum: ['deferring_deletion'],
2771
- type: 'string',
2772
- },
2773
- },
2774
- required: ['created_at', 'message', 'mutation_code'],
2775
- type: 'object',
2776
- },
2777
2777
  ],
2778
2778
  },
2779
2779
  type: 'array',
@@ -24431,6 +24431,27 @@ export default {
24431
24431
  required: ['created_at', 'message', 'mutation_code'],
24432
24432
  type: 'object',
24433
24433
  },
24434
+ {
24435
+ description: 'This access group is scheduled for automatic deletion when its access window expires.',
24436
+ properties: {
24437
+ created_at: {
24438
+ description: 'Date and time at which the mutation was created.',
24439
+ format: 'date-time',
24440
+ type: 'string',
24441
+ },
24442
+ message: {
24443
+ description: 'Detailed description of the mutation.',
24444
+ type: 'string',
24445
+ },
24446
+ mutation_code: {
24447
+ description: 'Mutation code to indicate that this access group is scheduled for automatic deletion when its access window expires.',
24448
+ enum: ['deferring_deletion'],
24449
+ type: 'string',
24450
+ },
24451
+ },
24452
+ required: ['created_at', 'message', 'mutation_code'],
24453
+ type: 'object',
24454
+ },
24434
24455
  {
24435
24456
  description: 'Seam is in the process of pushing an access group information update to the integrated access system.',
24436
24457
  properties: {
@@ -24688,27 +24709,6 @@ export default {
24688
24709
  ],
24689
24710
  type: 'object',
24690
24711
  },
24691
- {
24692
- description: 'This access group is scheduled for automatic deletion when its access window expires.',
24693
- properties: {
24694
- created_at: {
24695
- description: 'Date and time at which the mutation was created.',
24696
- format: 'date-time',
24697
- type: 'string',
24698
- },
24699
- message: {
24700
- description: 'Detailed description of the mutation.',
24701
- type: 'string',
24702
- },
24703
- mutation_code: {
24704
- description: 'Mutation code to indicate that this access group is scheduled for deletion when its ends_at time passes.',
24705
- enum: ['deferring_deletion'],
24706
- type: 'string',
24707
- },
24708
- },
24709
- required: ['created_at', 'message', 'mutation_code'],
24710
- type: 'object',
24711
- },
24712
24712
  ],
24713
24713
  },
24714
24714
  type: 'array',