@stacks/blockchain-api-client 8.14.1 → 8.15.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.
@@ -1980,7 +1980,7 @@ export interface operations {
1980
1980
  /** @description Denotes whether the originating account is the same as the paying account */
1981
1981
  sponsored: boolean;
1982
1982
  sponsor_address?: string;
1983
- post_condition_mode: "allow" | "deny";
1983
+ post_condition_mode: "allow" | "deny" | "originator";
1984
1984
  post_conditions: ({
1985
1985
  principal: {
1986
1986
  /** @enum {string} */
@@ -2036,7 +2036,7 @@ export interface operations {
2036
2036
  address: string;
2037
2037
  contract_name: string;
2038
2038
  };
2039
- condition_code: "sent" | "not_sent";
2039
+ condition_code: "sent" | "not_sent" | "maybe_sent";
2040
2040
  /** @enum {string} */
2041
2041
  type: "non_fungible";
2042
2042
  asset_value: {
@@ -2195,7 +2195,7 @@ export interface operations {
2195
2195
  /** @description Denotes whether the originating account is the same as the paying account */
2196
2196
  sponsored: boolean;
2197
2197
  sponsor_address?: string;
2198
- post_condition_mode: "allow" | "deny";
2198
+ post_condition_mode: "allow" | "deny" | "originator";
2199
2199
  post_conditions: ({
2200
2200
  principal: {
2201
2201
  /** @enum {string} */
@@ -2251,7 +2251,7 @@ export interface operations {
2251
2251
  address: string;
2252
2252
  contract_name: string;
2253
2253
  };
2254
- condition_code: "sent" | "not_sent";
2254
+ condition_code: "sent" | "not_sent" | "maybe_sent";
2255
2255
  /** @enum {string} */
2256
2256
  type: "non_fungible";
2257
2257
  asset_value: {
@@ -2410,7 +2410,7 @@ export interface operations {
2410
2410
  /** @description Denotes whether the originating account is the same as the paying account */
2411
2411
  sponsored: boolean;
2412
2412
  sponsor_address?: string;
2413
- post_condition_mode: "allow" | "deny";
2413
+ post_condition_mode: "allow" | "deny" | "originator";
2414
2414
  post_conditions: ({
2415
2415
  principal: {
2416
2416
  /** @enum {string} */
@@ -2466,7 +2466,7 @@ export interface operations {
2466
2466
  address: string;
2467
2467
  contract_name: string;
2468
2468
  };
2469
- condition_code: "sent" | "not_sent";
2469
+ condition_code: "sent" | "not_sent" | "maybe_sent";
2470
2470
  /** @enum {string} */
2471
2471
  type: "non_fungible";
2472
2472
  asset_value: {
@@ -2632,7 +2632,7 @@ export interface operations {
2632
2632
  /** @description Denotes whether the originating account is the same as the paying account */
2633
2633
  sponsored: boolean;
2634
2634
  sponsor_address?: string;
2635
- post_condition_mode: "allow" | "deny";
2635
+ post_condition_mode: "allow" | "deny" | "originator";
2636
2636
  post_conditions: ({
2637
2637
  principal: {
2638
2638
  /** @enum {string} */
@@ -2688,7 +2688,7 @@ export interface operations {
2688
2688
  address: string;
2689
2689
  contract_name: string;
2690
2690
  };
2691
- condition_code: "sent" | "not_sent";
2691
+ condition_code: "sent" | "not_sent" | "maybe_sent";
2692
2692
  /** @enum {string} */
2693
2693
  type: "non_fungible";
2694
2694
  asset_value: {
@@ -2846,7 +2846,7 @@ export interface operations {
2846
2846
  /** @description Denotes whether the originating account is the same as the paying account */
2847
2847
  sponsored: boolean;
2848
2848
  sponsor_address?: string;
2849
- post_condition_mode: "allow" | "deny";
2849
+ post_condition_mode: "allow" | "deny" | "originator";
2850
2850
  post_conditions: ({
2851
2851
  principal: {
2852
2852
  /** @enum {string} */
@@ -2902,7 +2902,7 @@ export interface operations {
2902
2902
  address: string;
2903
2903
  contract_name: string;
2904
2904
  };
2905
- condition_code: "sent" | "not_sent";
2905
+ condition_code: "sent" | "not_sent" | "maybe_sent";
2906
2906
  /** @enum {string} */
2907
2907
  type: "non_fungible";
2908
2908
  asset_value: {
@@ -3060,7 +3060,7 @@ export interface operations {
3060
3060
  /** @description Denotes whether the originating account is the same as the paying account */
3061
3061
  sponsored: boolean;
3062
3062
  sponsor_address?: string;
3063
- post_condition_mode: "allow" | "deny";
3063
+ post_condition_mode: "allow" | "deny" | "originator";
3064
3064
  post_conditions: ({
3065
3065
  principal: {
3066
3066
  /** @enum {string} */
@@ -3116,7 +3116,7 @@ export interface operations {
3116
3116
  address: string;
3117
3117
  contract_name: string;
3118
3118
  };
3119
- condition_code: "sent" | "not_sent";
3119
+ condition_code: "sent" | "not_sent" | "maybe_sent";
3120
3120
  /** @enum {string} */
3121
3121
  type: "non_fungible";
3122
3122
  asset_value: {
@@ -3321,7 +3321,7 @@ export interface operations {
3321
3321
  content: {
3322
3322
  "application/json": {
3323
3323
  [key: string]: {
3324
- /** @constant */
3324
+ /** @enum {boolean} */
3325
3325
  found: true;
3326
3326
  result: ({
3327
3327
  /** @description Transaction ID */
@@ -3336,42 +3336,42 @@ export interface operations {
3336
3336
  /** @description Denotes whether the originating account is the same as the paying account */
3337
3337
  sponsored: boolean;
3338
3338
  sponsor_address?: string;
3339
- post_condition_mode: "allow" | "deny";
3339
+ post_condition_mode: "allow" | "deny" | "originator";
3340
3340
  post_conditions: ({
3341
3341
  principal: {
3342
- /** @constant */
3342
+ /** @enum {string} */
3343
3343
  type_id: "principal_origin";
3344
3344
  } | {
3345
- /** @constant */
3345
+ /** @enum {string} */
3346
3346
  type_id: "principal_standard";
3347
3347
  address: string;
3348
3348
  } | {
3349
- /** @constant */
3349
+ /** @enum {string} */
3350
3350
  type_id: "principal_contract";
3351
3351
  address: string;
3352
3352
  contract_name: string;
3353
3353
  };
3354
3354
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
3355
3355
  amount: string;
3356
- /** @constant */
3356
+ /** @enum {string} */
3357
3357
  type: "stx";
3358
3358
  } | {
3359
3359
  principal: {
3360
- /** @constant */
3360
+ /** @enum {string} */
3361
3361
  type_id: "principal_origin";
3362
3362
  } | {
3363
- /** @constant */
3363
+ /** @enum {string} */
3364
3364
  type_id: "principal_standard";
3365
3365
  address: string;
3366
3366
  } | {
3367
- /** @constant */
3367
+ /** @enum {string} */
3368
3368
  type_id: "principal_contract";
3369
3369
  address: string;
3370
3370
  contract_name: string;
3371
3371
  };
3372
3372
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
3373
3373
  amount: string;
3374
- /** @constant */
3374
+ /** @enum {string} */
3375
3375
  type: "fungible";
3376
3376
  asset: {
3377
3377
  asset_name: string;
@@ -3380,20 +3380,20 @@ export interface operations {
3380
3380
  };
3381
3381
  } | {
3382
3382
  principal: {
3383
- /** @constant */
3383
+ /** @enum {string} */
3384
3384
  type_id: "principal_origin";
3385
3385
  } | {
3386
- /** @constant */
3386
+ /** @enum {string} */
3387
3387
  type_id: "principal_standard";
3388
3388
  address: string;
3389
3389
  } | {
3390
- /** @constant */
3390
+ /** @enum {string} */
3391
3391
  type_id: "principal_contract";
3392
3392
  address: string;
3393
3393
  contract_name: string;
3394
3394
  };
3395
- condition_code: "sent" | "not_sent";
3396
- /** @constant */
3395
+ condition_code: "sent" | "not_sent" | "maybe_sent";
3396
+ /** @enum {string} */
3397
3397
  type: "non_fungible";
3398
3398
  asset_value: {
3399
3399
  hex: string;
@@ -3464,7 +3464,7 @@ export interface operations {
3464
3464
  events: (({
3465
3465
  event_index: number;
3466
3466
  } & {
3467
- /** @constant */
3467
+ /** @enum {string} */
3468
3468
  event_type: "smart_contract_log";
3469
3469
  tx_id: string;
3470
3470
  contract_log: {
@@ -3478,7 +3478,7 @@ export interface operations {
3478
3478
  }) | ({
3479
3479
  event_index: number;
3480
3480
  } & {
3481
- /** @constant */
3481
+ /** @enum {string} */
3482
3482
  event_type: "stx_lock";
3483
3483
  tx_id: string;
3484
3484
  stx_lock_event: {
@@ -3489,7 +3489,7 @@ export interface operations {
3489
3489
  }) | ({
3490
3490
  event_index: number;
3491
3491
  } & {
3492
- /** @constant */
3492
+ /** @enum {string} */
3493
3493
  event_type: "stx_asset";
3494
3494
  tx_id: string;
3495
3495
  asset: {
@@ -3502,7 +3502,7 @@ export interface operations {
3502
3502
  }) | ({
3503
3503
  event_index: number;
3504
3504
  } & {
3505
- /** @constant */
3505
+ /** @enum {string} */
3506
3506
  event_type: "fungible_token_asset";
3507
3507
  tx_id: string;
3508
3508
  asset: {
@@ -3515,7 +3515,7 @@ export interface operations {
3515
3515
  }) | ({
3516
3516
  event_index: number;
3517
3517
  } & {
3518
- /** @constant */
3518
+ /** @enum {string} */
3519
3519
  event_type: "non_fungible_token_asset";
3520
3520
  tx_id: string;
3521
3521
  asset: {
@@ -3529,7 +3529,7 @@ export interface operations {
3529
3529
  };
3530
3530
  };
3531
3531
  }))[];
3532
- /** @constant */
3532
+ /** @enum {string} */
3533
3533
  tx_type: "token_transfer";
3534
3534
  token_transfer: {
3535
3535
  recipient_address: string;
@@ -3551,42 +3551,42 @@ export interface operations {
3551
3551
  /** @description Denotes whether the originating account is the same as the paying account */
3552
3552
  sponsored: boolean;
3553
3553
  sponsor_address?: string;
3554
- post_condition_mode: "allow" | "deny";
3554
+ post_condition_mode: "allow" | "deny" | "originator";
3555
3555
  post_conditions: ({
3556
3556
  principal: {
3557
- /** @constant */
3557
+ /** @enum {string} */
3558
3558
  type_id: "principal_origin";
3559
3559
  } | {
3560
- /** @constant */
3560
+ /** @enum {string} */
3561
3561
  type_id: "principal_standard";
3562
3562
  address: string;
3563
3563
  } | {
3564
- /** @constant */
3564
+ /** @enum {string} */
3565
3565
  type_id: "principal_contract";
3566
3566
  address: string;
3567
3567
  contract_name: string;
3568
3568
  };
3569
3569
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
3570
3570
  amount: string;
3571
- /** @constant */
3571
+ /** @enum {string} */
3572
3572
  type: "stx";
3573
3573
  } | {
3574
3574
  principal: {
3575
- /** @constant */
3575
+ /** @enum {string} */
3576
3576
  type_id: "principal_origin";
3577
3577
  } | {
3578
- /** @constant */
3578
+ /** @enum {string} */
3579
3579
  type_id: "principal_standard";
3580
3580
  address: string;
3581
3581
  } | {
3582
- /** @constant */
3582
+ /** @enum {string} */
3583
3583
  type_id: "principal_contract";
3584
3584
  address: string;
3585
3585
  contract_name: string;
3586
3586
  };
3587
3587
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
3588
3588
  amount: string;
3589
- /** @constant */
3589
+ /** @enum {string} */
3590
3590
  type: "fungible";
3591
3591
  asset: {
3592
3592
  asset_name: string;
@@ -3595,20 +3595,20 @@ export interface operations {
3595
3595
  };
3596
3596
  } | {
3597
3597
  principal: {
3598
- /** @constant */
3598
+ /** @enum {string} */
3599
3599
  type_id: "principal_origin";
3600
3600
  } | {
3601
- /** @constant */
3601
+ /** @enum {string} */
3602
3602
  type_id: "principal_standard";
3603
3603
  address: string;
3604
3604
  } | {
3605
- /** @constant */
3605
+ /** @enum {string} */
3606
3606
  type_id: "principal_contract";
3607
3607
  address: string;
3608
3608
  contract_name: string;
3609
3609
  };
3610
- condition_code: "sent" | "not_sent";
3611
- /** @constant */
3610
+ condition_code: "sent" | "not_sent" | "maybe_sent";
3611
+ /** @enum {string} */
3612
3612
  type: "non_fungible";
3613
3613
  asset_value: {
3614
3614
  hex: string;
@@ -3679,7 +3679,7 @@ export interface operations {
3679
3679
  events: (({
3680
3680
  event_index: number;
3681
3681
  } & {
3682
- /** @constant */
3682
+ /** @enum {string} */
3683
3683
  event_type: "smart_contract_log";
3684
3684
  tx_id: string;
3685
3685
  contract_log: {
@@ -3693,7 +3693,7 @@ export interface operations {
3693
3693
  }) | ({
3694
3694
  event_index: number;
3695
3695
  } & {
3696
- /** @constant */
3696
+ /** @enum {string} */
3697
3697
  event_type: "stx_lock";
3698
3698
  tx_id: string;
3699
3699
  stx_lock_event: {
@@ -3704,7 +3704,7 @@ export interface operations {
3704
3704
  }) | ({
3705
3705
  event_index: number;
3706
3706
  } & {
3707
- /** @constant */
3707
+ /** @enum {string} */
3708
3708
  event_type: "stx_asset";
3709
3709
  tx_id: string;
3710
3710
  asset: {
@@ -3717,7 +3717,7 @@ export interface operations {
3717
3717
  }) | ({
3718
3718
  event_index: number;
3719
3719
  } & {
3720
- /** @constant */
3720
+ /** @enum {string} */
3721
3721
  event_type: "fungible_token_asset";
3722
3722
  tx_id: string;
3723
3723
  asset: {
@@ -3730,7 +3730,7 @@ export interface operations {
3730
3730
  }) | ({
3731
3731
  event_index: number;
3732
3732
  } & {
3733
- /** @constant */
3733
+ /** @enum {string} */
3734
3734
  event_type: "non_fungible_token_asset";
3735
3735
  tx_id: string;
3736
3736
  asset: {
@@ -3744,7 +3744,7 @@ export interface operations {
3744
3744
  };
3745
3745
  };
3746
3746
  }))[];
3747
- /** @constant */
3747
+ /** @enum {string} */
3748
3748
  tx_type: "smart_contract";
3749
3749
  smart_contract: {
3750
3750
  clarity_version: number | null;
@@ -3766,42 +3766,42 @@ export interface operations {
3766
3766
  /** @description Denotes whether the originating account is the same as the paying account */
3767
3767
  sponsored: boolean;
3768
3768
  sponsor_address?: string;
3769
- post_condition_mode: "allow" | "deny";
3769
+ post_condition_mode: "allow" | "deny" | "originator";
3770
3770
  post_conditions: ({
3771
3771
  principal: {
3772
- /** @constant */
3772
+ /** @enum {string} */
3773
3773
  type_id: "principal_origin";
3774
3774
  } | {
3775
- /** @constant */
3775
+ /** @enum {string} */
3776
3776
  type_id: "principal_standard";
3777
3777
  address: string;
3778
3778
  } | {
3779
- /** @constant */
3779
+ /** @enum {string} */
3780
3780
  type_id: "principal_contract";
3781
3781
  address: string;
3782
3782
  contract_name: string;
3783
3783
  };
3784
3784
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
3785
3785
  amount: string;
3786
- /** @constant */
3786
+ /** @enum {string} */
3787
3787
  type: "stx";
3788
3788
  } | {
3789
3789
  principal: {
3790
- /** @constant */
3790
+ /** @enum {string} */
3791
3791
  type_id: "principal_origin";
3792
3792
  } | {
3793
- /** @constant */
3793
+ /** @enum {string} */
3794
3794
  type_id: "principal_standard";
3795
3795
  address: string;
3796
3796
  } | {
3797
- /** @constant */
3797
+ /** @enum {string} */
3798
3798
  type_id: "principal_contract";
3799
3799
  address: string;
3800
3800
  contract_name: string;
3801
3801
  };
3802
3802
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
3803
3803
  amount: string;
3804
- /** @constant */
3804
+ /** @enum {string} */
3805
3805
  type: "fungible";
3806
3806
  asset: {
3807
3807
  asset_name: string;
@@ -3810,20 +3810,20 @@ export interface operations {
3810
3810
  };
3811
3811
  } | {
3812
3812
  principal: {
3813
- /** @constant */
3813
+ /** @enum {string} */
3814
3814
  type_id: "principal_origin";
3815
3815
  } | {
3816
- /** @constant */
3816
+ /** @enum {string} */
3817
3817
  type_id: "principal_standard";
3818
3818
  address: string;
3819
3819
  } | {
3820
- /** @constant */
3820
+ /** @enum {string} */
3821
3821
  type_id: "principal_contract";
3822
3822
  address: string;
3823
3823
  contract_name: string;
3824
3824
  };
3825
- condition_code: "sent" | "not_sent";
3826
- /** @constant */
3825
+ condition_code: "sent" | "not_sent" | "maybe_sent";
3826
+ /** @enum {string} */
3827
3827
  type: "non_fungible";
3828
3828
  asset_value: {
3829
3829
  hex: string;
@@ -3894,7 +3894,7 @@ export interface operations {
3894
3894
  events: (({
3895
3895
  event_index: number;
3896
3896
  } & {
3897
- /** @constant */
3897
+ /** @enum {string} */
3898
3898
  event_type: "smart_contract_log";
3899
3899
  tx_id: string;
3900
3900
  contract_log: {
@@ -3908,7 +3908,7 @@ export interface operations {
3908
3908
  }) | ({
3909
3909
  event_index: number;
3910
3910
  } & {
3911
- /** @constant */
3911
+ /** @enum {string} */
3912
3912
  event_type: "stx_lock";
3913
3913
  tx_id: string;
3914
3914
  stx_lock_event: {
@@ -3919,7 +3919,7 @@ export interface operations {
3919
3919
  }) | ({
3920
3920
  event_index: number;
3921
3921
  } & {
3922
- /** @constant */
3922
+ /** @enum {string} */
3923
3923
  event_type: "stx_asset";
3924
3924
  tx_id: string;
3925
3925
  asset: {
@@ -3932,7 +3932,7 @@ export interface operations {
3932
3932
  }) | ({
3933
3933
  event_index: number;
3934
3934
  } & {
3935
- /** @constant */
3935
+ /** @enum {string} */
3936
3936
  event_type: "fungible_token_asset";
3937
3937
  tx_id: string;
3938
3938
  asset: {
@@ -3945,7 +3945,7 @@ export interface operations {
3945
3945
  }) | ({
3946
3946
  event_index: number;
3947
3947
  } & {
3948
- /** @constant */
3948
+ /** @enum {string} */
3949
3949
  event_type: "non_fungible_token_asset";
3950
3950
  tx_id: string;
3951
3951
  asset: {
@@ -3959,7 +3959,7 @@ export interface operations {
3959
3959
  };
3960
3960
  };
3961
3961
  }))[];
3962
- /** @constant */
3962
+ /** @enum {string} */
3963
3963
  tx_type: "contract_call";
3964
3964
  contract_call: {
3965
3965
  /** @description Contract identifier formatted as `<principaladdress>.<contract_name>` */
@@ -3988,42 +3988,42 @@ export interface operations {
3988
3988
  /** @description Denotes whether the originating account is the same as the paying account */
3989
3989
  sponsored: boolean;
3990
3990
  sponsor_address?: string;
3991
- post_condition_mode: "allow" | "deny";
3991
+ post_condition_mode: "allow" | "deny" | "originator";
3992
3992
  post_conditions: ({
3993
3993
  principal: {
3994
- /** @constant */
3994
+ /** @enum {string} */
3995
3995
  type_id: "principal_origin";
3996
3996
  } | {
3997
- /** @constant */
3997
+ /** @enum {string} */
3998
3998
  type_id: "principal_standard";
3999
3999
  address: string;
4000
4000
  } | {
4001
- /** @constant */
4001
+ /** @enum {string} */
4002
4002
  type_id: "principal_contract";
4003
4003
  address: string;
4004
4004
  contract_name: string;
4005
4005
  };
4006
4006
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4007
4007
  amount: string;
4008
- /** @constant */
4008
+ /** @enum {string} */
4009
4009
  type: "stx";
4010
4010
  } | {
4011
4011
  principal: {
4012
- /** @constant */
4012
+ /** @enum {string} */
4013
4013
  type_id: "principal_origin";
4014
4014
  } | {
4015
- /** @constant */
4015
+ /** @enum {string} */
4016
4016
  type_id: "principal_standard";
4017
4017
  address: string;
4018
4018
  } | {
4019
- /** @constant */
4019
+ /** @enum {string} */
4020
4020
  type_id: "principal_contract";
4021
4021
  address: string;
4022
4022
  contract_name: string;
4023
4023
  };
4024
4024
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4025
4025
  amount: string;
4026
- /** @constant */
4026
+ /** @enum {string} */
4027
4027
  type: "fungible";
4028
4028
  asset: {
4029
4029
  asset_name: string;
@@ -4032,20 +4032,20 @@ export interface operations {
4032
4032
  };
4033
4033
  } | {
4034
4034
  principal: {
4035
- /** @constant */
4035
+ /** @enum {string} */
4036
4036
  type_id: "principal_origin";
4037
4037
  } | {
4038
- /** @constant */
4038
+ /** @enum {string} */
4039
4039
  type_id: "principal_standard";
4040
4040
  address: string;
4041
4041
  } | {
4042
- /** @constant */
4042
+ /** @enum {string} */
4043
4043
  type_id: "principal_contract";
4044
4044
  address: string;
4045
4045
  contract_name: string;
4046
4046
  };
4047
- condition_code: "sent" | "not_sent";
4048
- /** @constant */
4047
+ condition_code: "sent" | "not_sent" | "maybe_sent";
4048
+ /** @enum {string} */
4049
4049
  type: "non_fungible";
4050
4050
  asset_value: {
4051
4051
  hex: string;
@@ -4116,7 +4116,7 @@ export interface operations {
4116
4116
  events: (({
4117
4117
  event_index: number;
4118
4118
  } & {
4119
- /** @constant */
4119
+ /** @enum {string} */
4120
4120
  event_type: "smart_contract_log";
4121
4121
  tx_id: string;
4122
4122
  contract_log: {
@@ -4130,7 +4130,7 @@ export interface operations {
4130
4130
  }) | ({
4131
4131
  event_index: number;
4132
4132
  } & {
4133
- /** @constant */
4133
+ /** @enum {string} */
4134
4134
  event_type: "stx_lock";
4135
4135
  tx_id: string;
4136
4136
  stx_lock_event: {
@@ -4141,7 +4141,7 @@ export interface operations {
4141
4141
  }) | ({
4142
4142
  event_index: number;
4143
4143
  } & {
4144
- /** @constant */
4144
+ /** @enum {string} */
4145
4145
  event_type: "stx_asset";
4146
4146
  tx_id: string;
4147
4147
  asset: {
@@ -4154,7 +4154,7 @@ export interface operations {
4154
4154
  }) | ({
4155
4155
  event_index: number;
4156
4156
  } & {
4157
- /** @constant */
4157
+ /** @enum {string} */
4158
4158
  event_type: "fungible_token_asset";
4159
4159
  tx_id: string;
4160
4160
  asset: {
@@ -4167,7 +4167,7 @@ export interface operations {
4167
4167
  }) | ({
4168
4168
  event_index: number;
4169
4169
  } & {
4170
- /** @constant */
4170
+ /** @enum {string} */
4171
4171
  event_type: "non_fungible_token_asset";
4172
4172
  tx_id: string;
4173
4173
  asset: {
@@ -4181,7 +4181,7 @@ export interface operations {
4181
4181
  };
4182
4182
  };
4183
4183
  }))[];
4184
- /** @constant */
4184
+ /** @enum {string} */
4185
4185
  tx_type: "poison_microblock";
4186
4186
  poison_microblock: {
4187
4187
  /** @description Hex encoded microblock header */
@@ -4202,42 +4202,42 @@ export interface operations {
4202
4202
  /** @description Denotes whether the originating account is the same as the paying account */
4203
4203
  sponsored: boolean;
4204
4204
  sponsor_address?: string;
4205
- post_condition_mode: "allow" | "deny";
4205
+ post_condition_mode: "allow" | "deny" | "originator";
4206
4206
  post_conditions: ({
4207
4207
  principal: {
4208
- /** @constant */
4208
+ /** @enum {string} */
4209
4209
  type_id: "principal_origin";
4210
4210
  } | {
4211
- /** @constant */
4211
+ /** @enum {string} */
4212
4212
  type_id: "principal_standard";
4213
4213
  address: string;
4214
4214
  } | {
4215
- /** @constant */
4215
+ /** @enum {string} */
4216
4216
  type_id: "principal_contract";
4217
4217
  address: string;
4218
4218
  contract_name: string;
4219
4219
  };
4220
4220
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4221
4221
  amount: string;
4222
- /** @constant */
4222
+ /** @enum {string} */
4223
4223
  type: "stx";
4224
4224
  } | {
4225
4225
  principal: {
4226
- /** @constant */
4226
+ /** @enum {string} */
4227
4227
  type_id: "principal_origin";
4228
4228
  } | {
4229
- /** @constant */
4229
+ /** @enum {string} */
4230
4230
  type_id: "principal_standard";
4231
4231
  address: string;
4232
4232
  } | {
4233
- /** @constant */
4233
+ /** @enum {string} */
4234
4234
  type_id: "principal_contract";
4235
4235
  address: string;
4236
4236
  contract_name: string;
4237
4237
  };
4238
4238
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4239
4239
  amount: string;
4240
- /** @constant */
4240
+ /** @enum {string} */
4241
4241
  type: "fungible";
4242
4242
  asset: {
4243
4243
  asset_name: string;
@@ -4246,20 +4246,20 @@ export interface operations {
4246
4246
  };
4247
4247
  } | {
4248
4248
  principal: {
4249
- /** @constant */
4249
+ /** @enum {string} */
4250
4250
  type_id: "principal_origin";
4251
4251
  } | {
4252
- /** @constant */
4252
+ /** @enum {string} */
4253
4253
  type_id: "principal_standard";
4254
4254
  address: string;
4255
4255
  } | {
4256
- /** @constant */
4256
+ /** @enum {string} */
4257
4257
  type_id: "principal_contract";
4258
4258
  address: string;
4259
4259
  contract_name: string;
4260
4260
  };
4261
- condition_code: "sent" | "not_sent";
4262
- /** @constant */
4261
+ condition_code: "sent" | "not_sent" | "maybe_sent";
4262
+ /** @enum {string} */
4263
4263
  type: "non_fungible";
4264
4264
  asset_value: {
4265
4265
  hex: string;
@@ -4330,7 +4330,7 @@ export interface operations {
4330
4330
  events: (({
4331
4331
  event_index: number;
4332
4332
  } & {
4333
- /** @constant */
4333
+ /** @enum {string} */
4334
4334
  event_type: "smart_contract_log";
4335
4335
  tx_id: string;
4336
4336
  contract_log: {
@@ -4344,7 +4344,7 @@ export interface operations {
4344
4344
  }) | ({
4345
4345
  event_index: number;
4346
4346
  } & {
4347
- /** @constant */
4347
+ /** @enum {string} */
4348
4348
  event_type: "stx_lock";
4349
4349
  tx_id: string;
4350
4350
  stx_lock_event: {
@@ -4355,7 +4355,7 @@ export interface operations {
4355
4355
  }) | ({
4356
4356
  event_index: number;
4357
4357
  } & {
4358
- /** @constant */
4358
+ /** @enum {string} */
4359
4359
  event_type: "stx_asset";
4360
4360
  tx_id: string;
4361
4361
  asset: {
@@ -4368,7 +4368,7 @@ export interface operations {
4368
4368
  }) | ({
4369
4369
  event_index: number;
4370
4370
  } & {
4371
- /** @constant */
4371
+ /** @enum {string} */
4372
4372
  event_type: "fungible_token_asset";
4373
4373
  tx_id: string;
4374
4374
  asset: {
@@ -4381,7 +4381,7 @@ export interface operations {
4381
4381
  }) | ({
4382
4382
  event_index: number;
4383
4383
  } & {
4384
- /** @constant */
4384
+ /** @enum {string} */
4385
4385
  event_type: "non_fungible_token_asset";
4386
4386
  tx_id: string;
4387
4387
  asset: {
@@ -4395,7 +4395,7 @@ export interface operations {
4395
4395
  };
4396
4396
  };
4397
4397
  }))[];
4398
- /** @constant */
4398
+ /** @enum {string} */
4399
4399
  tx_type: "coinbase";
4400
4400
  coinbase_payload: {
4401
4401
  /** @description Hex encoded 32-byte scratch space for block leader's use */
@@ -4416,42 +4416,42 @@ export interface operations {
4416
4416
  /** @description Denotes whether the originating account is the same as the paying account */
4417
4417
  sponsored: boolean;
4418
4418
  sponsor_address?: string;
4419
- post_condition_mode: "allow" | "deny";
4419
+ post_condition_mode: "allow" | "deny" | "originator";
4420
4420
  post_conditions: ({
4421
4421
  principal: {
4422
- /** @constant */
4422
+ /** @enum {string} */
4423
4423
  type_id: "principal_origin";
4424
4424
  } | {
4425
- /** @constant */
4425
+ /** @enum {string} */
4426
4426
  type_id: "principal_standard";
4427
4427
  address: string;
4428
4428
  } | {
4429
- /** @constant */
4429
+ /** @enum {string} */
4430
4430
  type_id: "principal_contract";
4431
4431
  address: string;
4432
4432
  contract_name: string;
4433
4433
  };
4434
4434
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4435
4435
  amount: string;
4436
- /** @constant */
4436
+ /** @enum {string} */
4437
4437
  type: "stx";
4438
4438
  } | {
4439
4439
  principal: {
4440
- /** @constant */
4440
+ /** @enum {string} */
4441
4441
  type_id: "principal_origin";
4442
4442
  } | {
4443
- /** @constant */
4443
+ /** @enum {string} */
4444
4444
  type_id: "principal_standard";
4445
4445
  address: string;
4446
4446
  } | {
4447
- /** @constant */
4447
+ /** @enum {string} */
4448
4448
  type_id: "principal_contract";
4449
4449
  address: string;
4450
4450
  contract_name: string;
4451
4451
  };
4452
4452
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4453
4453
  amount: string;
4454
- /** @constant */
4454
+ /** @enum {string} */
4455
4455
  type: "fungible";
4456
4456
  asset: {
4457
4457
  asset_name: string;
@@ -4460,20 +4460,20 @@ export interface operations {
4460
4460
  };
4461
4461
  } | {
4462
4462
  principal: {
4463
- /** @constant */
4463
+ /** @enum {string} */
4464
4464
  type_id: "principal_origin";
4465
4465
  } | {
4466
- /** @constant */
4466
+ /** @enum {string} */
4467
4467
  type_id: "principal_standard";
4468
4468
  address: string;
4469
4469
  } | {
4470
- /** @constant */
4470
+ /** @enum {string} */
4471
4471
  type_id: "principal_contract";
4472
4472
  address: string;
4473
4473
  contract_name: string;
4474
4474
  };
4475
- condition_code: "sent" | "not_sent";
4476
- /** @constant */
4475
+ condition_code: "sent" | "not_sent" | "maybe_sent";
4476
+ /** @enum {string} */
4477
4477
  type: "non_fungible";
4478
4478
  asset_value: {
4479
4479
  hex: string;
@@ -4544,7 +4544,7 @@ export interface operations {
4544
4544
  events: (({
4545
4545
  event_index: number;
4546
4546
  } & {
4547
- /** @constant */
4547
+ /** @enum {string} */
4548
4548
  event_type: "smart_contract_log";
4549
4549
  tx_id: string;
4550
4550
  contract_log: {
@@ -4558,7 +4558,7 @@ export interface operations {
4558
4558
  }) | ({
4559
4559
  event_index: number;
4560
4560
  } & {
4561
- /** @constant */
4561
+ /** @enum {string} */
4562
4562
  event_type: "stx_lock";
4563
4563
  tx_id: string;
4564
4564
  stx_lock_event: {
@@ -4569,7 +4569,7 @@ export interface operations {
4569
4569
  }) | ({
4570
4570
  event_index: number;
4571
4571
  } & {
4572
- /** @constant */
4572
+ /** @enum {string} */
4573
4573
  event_type: "stx_asset";
4574
4574
  tx_id: string;
4575
4575
  asset: {
@@ -4582,7 +4582,7 @@ export interface operations {
4582
4582
  }) | ({
4583
4583
  event_index: number;
4584
4584
  } & {
4585
- /** @constant */
4585
+ /** @enum {string} */
4586
4586
  event_type: "fungible_token_asset";
4587
4587
  tx_id: string;
4588
4588
  asset: {
@@ -4595,7 +4595,7 @@ export interface operations {
4595
4595
  }) | ({
4596
4596
  event_index: number;
4597
4597
  } & {
4598
- /** @constant */
4598
+ /** @enum {string} */
4599
4599
  event_type: "non_fungible_token_asset";
4600
4600
  tx_id: string;
4601
4601
  asset: {
@@ -4609,7 +4609,7 @@ export interface operations {
4609
4609
  };
4610
4610
  };
4611
4611
  }))[];
4612
- /** @constant */
4612
+ /** @enum {string} */
4613
4613
  tx_type: "tenure_change";
4614
4614
  tenure_change_payload: {
4615
4615
  /** @description Consensus hash of this tenure. Corresponds to the sortition in which the miner of this block was chosen. */
@@ -4640,42 +4640,42 @@ export interface operations {
4640
4640
  /** @description Denotes whether the originating account is the same as the paying account */
4641
4641
  sponsored: boolean;
4642
4642
  sponsor_address?: string;
4643
- post_condition_mode: "allow" | "deny";
4643
+ post_condition_mode: "allow" | "deny" | "originator";
4644
4644
  post_conditions: ({
4645
4645
  principal: {
4646
- /** @constant */
4646
+ /** @enum {string} */
4647
4647
  type_id: "principal_origin";
4648
4648
  } | {
4649
- /** @constant */
4649
+ /** @enum {string} */
4650
4650
  type_id: "principal_standard";
4651
4651
  address: string;
4652
4652
  } | {
4653
- /** @constant */
4653
+ /** @enum {string} */
4654
4654
  type_id: "principal_contract";
4655
4655
  address: string;
4656
4656
  contract_name: string;
4657
4657
  };
4658
4658
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4659
4659
  amount: string;
4660
- /** @constant */
4660
+ /** @enum {string} */
4661
4661
  type: "stx";
4662
4662
  } | {
4663
4663
  principal: {
4664
- /** @constant */
4664
+ /** @enum {string} */
4665
4665
  type_id: "principal_origin";
4666
4666
  } | {
4667
- /** @constant */
4667
+ /** @enum {string} */
4668
4668
  type_id: "principal_standard";
4669
4669
  address: string;
4670
4670
  } | {
4671
- /** @constant */
4671
+ /** @enum {string} */
4672
4672
  type_id: "principal_contract";
4673
4673
  address: string;
4674
4674
  contract_name: string;
4675
4675
  };
4676
4676
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4677
4677
  amount: string;
4678
- /** @constant */
4678
+ /** @enum {string} */
4679
4679
  type: "fungible";
4680
4680
  asset: {
4681
4681
  asset_name: string;
@@ -4684,20 +4684,20 @@ export interface operations {
4684
4684
  };
4685
4685
  } | {
4686
4686
  principal: {
4687
- /** @constant */
4687
+ /** @enum {string} */
4688
4688
  type_id: "principal_origin";
4689
4689
  } | {
4690
- /** @constant */
4690
+ /** @enum {string} */
4691
4691
  type_id: "principal_standard";
4692
4692
  address: string;
4693
4693
  } | {
4694
- /** @constant */
4694
+ /** @enum {string} */
4695
4695
  type_id: "principal_contract";
4696
4696
  address: string;
4697
4697
  contract_name: string;
4698
4698
  };
4699
- condition_code: "sent" | "not_sent";
4700
- /** @constant */
4699
+ condition_code: "sent" | "not_sent" | "maybe_sent";
4700
+ /** @enum {string} */
4701
4701
  type: "non_fungible";
4702
4702
  asset_value: {
4703
4703
  hex: string;
@@ -4718,7 +4718,7 @@ export interface operations {
4718
4718
  receipt_time: number;
4719
4719
  /** @description An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) timestamp indicating when the transaction broadcast was received by the node. */
4720
4720
  receipt_time_iso: string;
4721
- /** @constant */
4721
+ /** @enum {string} */
4722
4722
  tx_type: "token_transfer";
4723
4723
  token_transfer: {
4724
4724
  recipient_address: string;
@@ -4740,42 +4740,42 @@ export interface operations {
4740
4740
  /** @description Denotes whether the originating account is the same as the paying account */
4741
4741
  sponsored: boolean;
4742
4742
  sponsor_address?: string;
4743
- post_condition_mode: "allow" | "deny";
4743
+ post_condition_mode: "allow" | "deny" | "originator";
4744
4744
  post_conditions: ({
4745
4745
  principal: {
4746
- /** @constant */
4746
+ /** @enum {string} */
4747
4747
  type_id: "principal_origin";
4748
4748
  } | {
4749
- /** @constant */
4749
+ /** @enum {string} */
4750
4750
  type_id: "principal_standard";
4751
4751
  address: string;
4752
4752
  } | {
4753
- /** @constant */
4753
+ /** @enum {string} */
4754
4754
  type_id: "principal_contract";
4755
4755
  address: string;
4756
4756
  contract_name: string;
4757
4757
  };
4758
4758
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4759
4759
  amount: string;
4760
- /** @constant */
4760
+ /** @enum {string} */
4761
4761
  type: "stx";
4762
4762
  } | {
4763
4763
  principal: {
4764
- /** @constant */
4764
+ /** @enum {string} */
4765
4765
  type_id: "principal_origin";
4766
4766
  } | {
4767
- /** @constant */
4767
+ /** @enum {string} */
4768
4768
  type_id: "principal_standard";
4769
4769
  address: string;
4770
4770
  } | {
4771
- /** @constant */
4771
+ /** @enum {string} */
4772
4772
  type_id: "principal_contract";
4773
4773
  address: string;
4774
4774
  contract_name: string;
4775
4775
  };
4776
4776
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4777
4777
  amount: string;
4778
- /** @constant */
4778
+ /** @enum {string} */
4779
4779
  type: "fungible";
4780
4780
  asset: {
4781
4781
  asset_name: string;
@@ -4784,20 +4784,20 @@ export interface operations {
4784
4784
  };
4785
4785
  } | {
4786
4786
  principal: {
4787
- /** @constant */
4787
+ /** @enum {string} */
4788
4788
  type_id: "principal_origin";
4789
4789
  } | {
4790
- /** @constant */
4790
+ /** @enum {string} */
4791
4791
  type_id: "principal_standard";
4792
4792
  address: string;
4793
4793
  } | {
4794
- /** @constant */
4794
+ /** @enum {string} */
4795
4795
  type_id: "principal_contract";
4796
4796
  address: string;
4797
4797
  contract_name: string;
4798
4798
  };
4799
- condition_code: "sent" | "not_sent";
4800
- /** @constant */
4799
+ condition_code: "sent" | "not_sent" | "maybe_sent";
4800
+ /** @enum {string} */
4801
4801
  type: "non_fungible";
4802
4802
  asset_value: {
4803
4803
  hex: string;
@@ -4818,7 +4818,7 @@ export interface operations {
4818
4818
  receipt_time: number;
4819
4819
  /** @description An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) timestamp indicating when the transaction broadcast was received by the node. */
4820
4820
  receipt_time_iso: string;
4821
- /** @constant */
4821
+ /** @enum {string} */
4822
4822
  tx_type: "smart_contract";
4823
4823
  smart_contract: {
4824
4824
  clarity_version: number | null;
@@ -4840,42 +4840,42 @@ export interface operations {
4840
4840
  /** @description Denotes whether the originating account is the same as the paying account */
4841
4841
  sponsored: boolean;
4842
4842
  sponsor_address?: string;
4843
- post_condition_mode: "allow" | "deny";
4843
+ post_condition_mode: "allow" | "deny" | "originator";
4844
4844
  post_conditions: ({
4845
4845
  principal: {
4846
- /** @constant */
4846
+ /** @enum {string} */
4847
4847
  type_id: "principal_origin";
4848
4848
  } | {
4849
- /** @constant */
4849
+ /** @enum {string} */
4850
4850
  type_id: "principal_standard";
4851
4851
  address: string;
4852
4852
  } | {
4853
- /** @constant */
4853
+ /** @enum {string} */
4854
4854
  type_id: "principal_contract";
4855
4855
  address: string;
4856
4856
  contract_name: string;
4857
4857
  };
4858
4858
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4859
4859
  amount: string;
4860
- /** @constant */
4860
+ /** @enum {string} */
4861
4861
  type: "stx";
4862
4862
  } | {
4863
4863
  principal: {
4864
- /** @constant */
4864
+ /** @enum {string} */
4865
4865
  type_id: "principal_origin";
4866
4866
  } | {
4867
- /** @constant */
4867
+ /** @enum {string} */
4868
4868
  type_id: "principal_standard";
4869
4869
  address: string;
4870
4870
  } | {
4871
- /** @constant */
4871
+ /** @enum {string} */
4872
4872
  type_id: "principal_contract";
4873
4873
  address: string;
4874
4874
  contract_name: string;
4875
4875
  };
4876
4876
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4877
4877
  amount: string;
4878
- /** @constant */
4878
+ /** @enum {string} */
4879
4879
  type: "fungible";
4880
4880
  asset: {
4881
4881
  asset_name: string;
@@ -4884,20 +4884,20 @@ export interface operations {
4884
4884
  };
4885
4885
  } | {
4886
4886
  principal: {
4887
- /** @constant */
4887
+ /** @enum {string} */
4888
4888
  type_id: "principal_origin";
4889
4889
  } | {
4890
- /** @constant */
4890
+ /** @enum {string} */
4891
4891
  type_id: "principal_standard";
4892
4892
  address: string;
4893
4893
  } | {
4894
- /** @constant */
4894
+ /** @enum {string} */
4895
4895
  type_id: "principal_contract";
4896
4896
  address: string;
4897
4897
  contract_name: string;
4898
4898
  };
4899
- condition_code: "sent" | "not_sent";
4900
- /** @constant */
4899
+ condition_code: "sent" | "not_sent" | "maybe_sent";
4900
+ /** @enum {string} */
4901
4901
  type: "non_fungible";
4902
4902
  asset_value: {
4903
4903
  hex: string;
@@ -4918,7 +4918,7 @@ export interface operations {
4918
4918
  receipt_time: number;
4919
4919
  /** @description An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) timestamp indicating when the transaction broadcast was received by the node. */
4920
4920
  receipt_time_iso: string;
4921
- /** @constant */
4921
+ /** @enum {string} */
4922
4922
  tx_type: "contract_call";
4923
4923
  contract_call: {
4924
4924
  /** @description Contract identifier formatted as `<principaladdress>.<contract_name>` */
@@ -4947,42 +4947,42 @@ export interface operations {
4947
4947
  /** @description Denotes whether the originating account is the same as the paying account */
4948
4948
  sponsored: boolean;
4949
4949
  sponsor_address?: string;
4950
- post_condition_mode: "allow" | "deny";
4950
+ post_condition_mode: "allow" | "deny" | "originator";
4951
4951
  post_conditions: ({
4952
4952
  principal: {
4953
- /** @constant */
4953
+ /** @enum {string} */
4954
4954
  type_id: "principal_origin";
4955
4955
  } | {
4956
- /** @constant */
4956
+ /** @enum {string} */
4957
4957
  type_id: "principal_standard";
4958
4958
  address: string;
4959
4959
  } | {
4960
- /** @constant */
4960
+ /** @enum {string} */
4961
4961
  type_id: "principal_contract";
4962
4962
  address: string;
4963
4963
  contract_name: string;
4964
4964
  };
4965
4965
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4966
4966
  amount: string;
4967
- /** @constant */
4967
+ /** @enum {string} */
4968
4968
  type: "stx";
4969
4969
  } | {
4970
4970
  principal: {
4971
- /** @constant */
4971
+ /** @enum {string} */
4972
4972
  type_id: "principal_origin";
4973
4973
  } | {
4974
- /** @constant */
4974
+ /** @enum {string} */
4975
4975
  type_id: "principal_standard";
4976
4976
  address: string;
4977
4977
  } | {
4978
- /** @constant */
4978
+ /** @enum {string} */
4979
4979
  type_id: "principal_contract";
4980
4980
  address: string;
4981
4981
  contract_name: string;
4982
4982
  };
4983
4983
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
4984
4984
  amount: string;
4985
- /** @constant */
4985
+ /** @enum {string} */
4986
4986
  type: "fungible";
4987
4987
  asset: {
4988
4988
  asset_name: string;
@@ -4991,20 +4991,20 @@ export interface operations {
4991
4991
  };
4992
4992
  } | {
4993
4993
  principal: {
4994
- /** @constant */
4994
+ /** @enum {string} */
4995
4995
  type_id: "principal_origin";
4996
4996
  } | {
4997
- /** @constant */
4997
+ /** @enum {string} */
4998
4998
  type_id: "principal_standard";
4999
4999
  address: string;
5000
5000
  } | {
5001
- /** @constant */
5001
+ /** @enum {string} */
5002
5002
  type_id: "principal_contract";
5003
5003
  address: string;
5004
5004
  contract_name: string;
5005
5005
  };
5006
- condition_code: "sent" | "not_sent";
5007
- /** @constant */
5006
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5007
+ /** @enum {string} */
5008
5008
  type: "non_fungible";
5009
5009
  asset_value: {
5010
5010
  hex: string;
@@ -5025,7 +5025,7 @@ export interface operations {
5025
5025
  receipt_time: number;
5026
5026
  /** @description An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) timestamp indicating when the transaction broadcast was received by the node. */
5027
5027
  receipt_time_iso: string;
5028
- /** @constant */
5028
+ /** @enum {string} */
5029
5029
  tx_type: "poison_microblock";
5030
5030
  poison_microblock: {
5031
5031
  /** @description Hex encoded microblock header */
@@ -5046,42 +5046,42 @@ export interface operations {
5046
5046
  /** @description Denotes whether the originating account is the same as the paying account */
5047
5047
  sponsored: boolean;
5048
5048
  sponsor_address?: string;
5049
- post_condition_mode: "allow" | "deny";
5049
+ post_condition_mode: "allow" | "deny" | "originator";
5050
5050
  post_conditions: ({
5051
5051
  principal: {
5052
- /** @constant */
5052
+ /** @enum {string} */
5053
5053
  type_id: "principal_origin";
5054
5054
  } | {
5055
- /** @constant */
5055
+ /** @enum {string} */
5056
5056
  type_id: "principal_standard";
5057
5057
  address: string;
5058
5058
  } | {
5059
- /** @constant */
5059
+ /** @enum {string} */
5060
5060
  type_id: "principal_contract";
5061
5061
  address: string;
5062
5062
  contract_name: string;
5063
5063
  };
5064
5064
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
5065
5065
  amount: string;
5066
- /** @constant */
5066
+ /** @enum {string} */
5067
5067
  type: "stx";
5068
5068
  } | {
5069
5069
  principal: {
5070
- /** @constant */
5070
+ /** @enum {string} */
5071
5071
  type_id: "principal_origin";
5072
5072
  } | {
5073
- /** @constant */
5073
+ /** @enum {string} */
5074
5074
  type_id: "principal_standard";
5075
5075
  address: string;
5076
5076
  } | {
5077
- /** @constant */
5077
+ /** @enum {string} */
5078
5078
  type_id: "principal_contract";
5079
5079
  address: string;
5080
5080
  contract_name: string;
5081
5081
  };
5082
5082
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
5083
5083
  amount: string;
5084
- /** @constant */
5084
+ /** @enum {string} */
5085
5085
  type: "fungible";
5086
5086
  asset: {
5087
5087
  asset_name: string;
@@ -5090,20 +5090,20 @@ export interface operations {
5090
5090
  };
5091
5091
  } | {
5092
5092
  principal: {
5093
- /** @constant */
5093
+ /** @enum {string} */
5094
5094
  type_id: "principal_origin";
5095
5095
  } | {
5096
- /** @constant */
5096
+ /** @enum {string} */
5097
5097
  type_id: "principal_standard";
5098
5098
  address: string;
5099
5099
  } | {
5100
- /** @constant */
5100
+ /** @enum {string} */
5101
5101
  type_id: "principal_contract";
5102
5102
  address: string;
5103
5103
  contract_name: string;
5104
5104
  };
5105
- condition_code: "sent" | "not_sent";
5106
- /** @constant */
5105
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5106
+ /** @enum {string} */
5107
5107
  type: "non_fungible";
5108
5108
  asset_value: {
5109
5109
  hex: string;
@@ -5124,7 +5124,7 @@ export interface operations {
5124
5124
  receipt_time: number;
5125
5125
  /** @description An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) timestamp indicating when the transaction broadcast was received by the node. */
5126
5126
  receipt_time_iso: string;
5127
- /** @constant */
5127
+ /** @enum {string} */
5128
5128
  tx_type: "coinbase";
5129
5129
  coinbase_payload: {
5130
5130
  /** @description Hex encoded 32-byte scratch space for block leader's use */
@@ -5145,42 +5145,42 @@ export interface operations {
5145
5145
  /** @description Denotes whether the originating account is the same as the paying account */
5146
5146
  sponsored: boolean;
5147
5147
  sponsor_address?: string;
5148
- post_condition_mode: "allow" | "deny";
5148
+ post_condition_mode: "allow" | "deny" | "originator";
5149
5149
  post_conditions: ({
5150
5150
  principal: {
5151
- /** @constant */
5151
+ /** @enum {string} */
5152
5152
  type_id: "principal_origin";
5153
5153
  } | {
5154
- /** @constant */
5154
+ /** @enum {string} */
5155
5155
  type_id: "principal_standard";
5156
5156
  address: string;
5157
5157
  } | {
5158
- /** @constant */
5158
+ /** @enum {string} */
5159
5159
  type_id: "principal_contract";
5160
5160
  address: string;
5161
5161
  contract_name: string;
5162
5162
  };
5163
5163
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
5164
5164
  amount: string;
5165
- /** @constant */
5165
+ /** @enum {string} */
5166
5166
  type: "stx";
5167
5167
  } | {
5168
5168
  principal: {
5169
- /** @constant */
5169
+ /** @enum {string} */
5170
5170
  type_id: "principal_origin";
5171
5171
  } | {
5172
- /** @constant */
5172
+ /** @enum {string} */
5173
5173
  type_id: "principal_standard";
5174
5174
  address: string;
5175
5175
  } | {
5176
- /** @constant */
5176
+ /** @enum {string} */
5177
5177
  type_id: "principal_contract";
5178
5178
  address: string;
5179
5179
  contract_name: string;
5180
5180
  };
5181
5181
  condition_code: "sent_equal_to" | "sent_greater_than" | "sent_greater_than_or_equal_to" | "sent_less_than" | "sent_less_than_or_equal_to";
5182
5182
  amount: string;
5183
- /** @constant */
5183
+ /** @enum {string} */
5184
5184
  type: "fungible";
5185
5185
  asset: {
5186
5186
  asset_name: string;
@@ -5189,20 +5189,20 @@ export interface operations {
5189
5189
  };
5190
5190
  } | {
5191
5191
  principal: {
5192
- /** @constant */
5192
+ /** @enum {string} */
5193
5193
  type_id: "principal_origin";
5194
5194
  } | {
5195
- /** @constant */
5195
+ /** @enum {string} */
5196
5196
  type_id: "principal_standard";
5197
5197
  address: string;
5198
5198
  } | {
5199
- /** @constant */
5199
+ /** @enum {string} */
5200
5200
  type_id: "principal_contract";
5201
5201
  address: string;
5202
5202
  contract_name: string;
5203
5203
  };
5204
- condition_code: "sent" | "not_sent";
5205
- /** @constant */
5204
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5205
+ /** @enum {string} */
5206
5206
  type: "non_fungible";
5207
5207
  asset_value: {
5208
5208
  hex: string;
@@ -5223,7 +5223,7 @@ export interface operations {
5223
5223
  receipt_time: number;
5224
5224
  /** @description An ISO 8601 (YYYY-MM-DDTHH:mm:ss.sssZ) timestamp indicating when the transaction broadcast was received by the node. */
5225
5225
  receipt_time_iso: string;
5226
- /** @constant */
5226
+ /** @enum {string} */
5227
5227
  tx_type: "tenure_change";
5228
5228
  tenure_change_payload: {
5229
5229
  /** @description Consensus hash of this tenure. Corresponds to the sortition in which the miner of this block was chosen. */
@@ -5243,7 +5243,7 @@ export interface operations {
5243
5243
  };
5244
5244
  });
5245
5245
  } | {
5246
- /** @constant */
5246
+ /** @enum {boolean} */
5247
5247
  found: false;
5248
5248
  result: {
5249
5249
  tx_id: string;
@@ -5334,7 +5334,7 @@ export interface operations {
5334
5334
  /** @description Denotes whether the originating account is the same as the paying account */
5335
5335
  sponsored: boolean;
5336
5336
  sponsor_address?: string;
5337
- post_condition_mode: "allow" | "deny";
5337
+ post_condition_mode: "allow" | "deny" | "originator";
5338
5338
  post_conditions: ({
5339
5339
  principal: {
5340
5340
  /** @enum {string} */
@@ -5390,7 +5390,7 @@ export interface operations {
5390
5390
  address: string;
5391
5391
  contract_name: string;
5392
5392
  };
5393
- condition_code: "sent" | "not_sent";
5393
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5394
5394
  /** @enum {string} */
5395
5395
  type: "non_fungible";
5396
5396
  asset_value: {
@@ -5434,7 +5434,7 @@ export interface operations {
5434
5434
  /** @description Denotes whether the originating account is the same as the paying account */
5435
5435
  sponsored: boolean;
5436
5436
  sponsor_address?: string;
5437
- post_condition_mode: "allow" | "deny";
5437
+ post_condition_mode: "allow" | "deny" | "originator";
5438
5438
  post_conditions: ({
5439
5439
  principal: {
5440
5440
  /** @enum {string} */
@@ -5490,7 +5490,7 @@ export interface operations {
5490
5490
  address: string;
5491
5491
  contract_name: string;
5492
5492
  };
5493
- condition_code: "sent" | "not_sent";
5493
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5494
5494
  /** @enum {string} */
5495
5495
  type: "non_fungible";
5496
5496
  asset_value: {
@@ -5534,7 +5534,7 @@ export interface operations {
5534
5534
  /** @description Denotes whether the originating account is the same as the paying account */
5535
5535
  sponsored: boolean;
5536
5536
  sponsor_address?: string;
5537
- post_condition_mode: "allow" | "deny";
5537
+ post_condition_mode: "allow" | "deny" | "originator";
5538
5538
  post_conditions: ({
5539
5539
  principal: {
5540
5540
  /** @enum {string} */
@@ -5590,7 +5590,7 @@ export interface operations {
5590
5590
  address: string;
5591
5591
  contract_name: string;
5592
5592
  };
5593
- condition_code: "sent" | "not_sent";
5593
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5594
5594
  /** @enum {string} */
5595
5595
  type: "non_fungible";
5596
5596
  asset_value: {
@@ -5641,7 +5641,7 @@ export interface operations {
5641
5641
  /** @description Denotes whether the originating account is the same as the paying account */
5642
5642
  sponsored: boolean;
5643
5643
  sponsor_address?: string;
5644
- post_condition_mode: "allow" | "deny";
5644
+ post_condition_mode: "allow" | "deny" | "originator";
5645
5645
  post_conditions: ({
5646
5646
  principal: {
5647
5647
  /** @enum {string} */
@@ -5697,7 +5697,7 @@ export interface operations {
5697
5697
  address: string;
5698
5698
  contract_name: string;
5699
5699
  };
5700
- condition_code: "sent" | "not_sent";
5700
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5701
5701
  /** @enum {string} */
5702
5702
  type: "non_fungible";
5703
5703
  asset_value: {
@@ -5740,7 +5740,7 @@ export interface operations {
5740
5740
  /** @description Denotes whether the originating account is the same as the paying account */
5741
5741
  sponsored: boolean;
5742
5742
  sponsor_address?: string;
5743
- post_condition_mode: "allow" | "deny";
5743
+ post_condition_mode: "allow" | "deny" | "originator";
5744
5744
  post_conditions: ({
5745
5745
  principal: {
5746
5746
  /** @enum {string} */
@@ -5796,7 +5796,7 @@ export interface operations {
5796
5796
  address: string;
5797
5797
  contract_name: string;
5798
5798
  };
5799
- condition_code: "sent" | "not_sent";
5799
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5800
5800
  /** @enum {string} */
5801
5801
  type: "non_fungible";
5802
5802
  asset_value: {
@@ -5839,7 +5839,7 @@ export interface operations {
5839
5839
  /** @description Denotes whether the originating account is the same as the paying account */
5840
5840
  sponsored: boolean;
5841
5841
  sponsor_address?: string;
5842
- post_condition_mode: "allow" | "deny";
5842
+ post_condition_mode: "allow" | "deny" | "originator";
5843
5843
  post_conditions: ({
5844
5844
  principal: {
5845
5845
  /** @enum {string} */
@@ -5895,7 +5895,7 @@ export interface operations {
5895
5895
  address: string;
5896
5896
  contract_name: string;
5897
5897
  };
5898
- condition_code: "sent" | "not_sent";
5898
+ condition_code: "sent" | "not_sent" | "maybe_sent";
5899
5899
  /** @enum {string} */
5900
5900
  type: "non_fungible";
5901
5901
  asset_value: {
@@ -6192,7 +6192,7 @@ export interface operations {
6192
6192
  /** @description Denotes whether the originating account is the same as the paying account */
6193
6193
  sponsored: boolean;
6194
6194
  sponsor_address?: string;
6195
- post_condition_mode: "allow" | "deny";
6195
+ post_condition_mode: "allow" | "deny" | "originator";
6196
6196
  post_conditions: ({
6197
6197
  principal: {
6198
6198
  /** @enum {string} */
@@ -6248,7 +6248,7 @@ export interface operations {
6248
6248
  address: string;
6249
6249
  contract_name: string;
6250
6250
  };
6251
- condition_code: "sent" | "not_sent";
6251
+ condition_code: "sent" | "not_sent" | "maybe_sent";
6252
6252
  /** @enum {string} */
6253
6253
  type: "non_fungible";
6254
6254
  asset_value: {
@@ -6407,7 +6407,7 @@ export interface operations {
6407
6407
  /** @description Denotes whether the originating account is the same as the paying account */
6408
6408
  sponsored: boolean;
6409
6409
  sponsor_address?: string;
6410
- post_condition_mode: "allow" | "deny";
6410
+ post_condition_mode: "allow" | "deny" | "originator";
6411
6411
  post_conditions: ({
6412
6412
  principal: {
6413
6413
  /** @enum {string} */
@@ -6463,7 +6463,7 @@ export interface operations {
6463
6463
  address: string;
6464
6464
  contract_name: string;
6465
6465
  };
6466
- condition_code: "sent" | "not_sent";
6466
+ condition_code: "sent" | "not_sent" | "maybe_sent";
6467
6467
  /** @enum {string} */
6468
6468
  type: "non_fungible";
6469
6469
  asset_value: {
@@ -6622,7 +6622,7 @@ export interface operations {
6622
6622
  /** @description Denotes whether the originating account is the same as the paying account */
6623
6623
  sponsored: boolean;
6624
6624
  sponsor_address?: string;
6625
- post_condition_mode: "allow" | "deny";
6625
+ post_condition_mode: "allow" | "deny" | "originator";
6626
6626
  post_conditions: ({
6627
6627
  principal: {
6628
6628
  /** @enum {string} */
@@ -6678,7 +6678,7 @@ export interface operations {
6678
6678
  address: string;
6679
6679
  contract_name: string;
6680
6680
  };
6681
- condition_code: "sent" | "not_sent";
6681
+ condition_code: "sent" | "not_sent" | "maybe_sent";
6682
6682
  /** @enum {string} */
6683
6683
  type: "non_fungible";
6684
6684
  asset_value: {
@@ -6844,7 +6844,7 @@ export interface operations {
6844
6844
  /** @description Denotes whether the originating account is the same as the paying account */
6845
6845
  sponsored: boolean;
6846
6846
  sponsor_address?: string;
6847
- post_condition_mode: "allow" | "deny";
6847
+ post_condition_mode: "allow" | "deny" | "originator";
6848
6848
  post_conditions: ({
6849
6849
  principal: {
6850
6850
  /** @enum {string} */
@@ -6900,7 +6900,7 @@ export interface operations {
6900
6900
  address: string;
6901
6901
  contract_name: string;
6902
6902
  };
6903
- condition_code: "sent" | "not_sent";
6903
+ condition_code: "sent" | "not_sent" | "maybe_sent";
6904
6904
  /** @enum {string} */
6905
6905
  type: "non_fungible";
6906
6906
  asset_value: {
@@ -7058,7 +7058,7 @@ export interface operations {
7058
7058
  /** @description Denotes whether the originating account is the same as the paying account */
7059
7059
  sponsored: boolean;
7060
7060
  sponsor_address?: string;
7061
- post_condition_mode: "allow" | "deny";
7061
+ post_condition_mode: "allow" | "deny" | "originator";
7062
7062
  post_conditions: ({
7063
7063
  principal: {
7064
7064
  /** @enum {string} */
@@ -7114,7 +7114,7 @@ export interface operations {
7114
7114
  address: string;
7115
7115
  contract_name: string;
7116
7116
  };
7117
- condition_code: "sent" | "not_sent";
7117
+ condition_code: "sent" | "not_sent" | "maybe_sent";
7118
7118
  /** @enum {string} */
7119
7119
  type: "non_fungible";
7120
7120
  asset_value: {
@@ -7272,7 +7272,7 @@ export interface operations {
7272
7272
  /** @description Denotes whether the originating account is the same as the paying account */
7273
7273
  sponsored: boolean;
7274
7274
  sponsor_address?: string;
7275
- post_condition_mode: "allow" | "deny";
7275
+ post_condition_mode: "allow" | "deny" | "originator";
7276
7276
  post_conditions: ({
7277
7277
  principal: {
7278
7278
  /** @enum {string} */
@@ -7328,7 +7328,7 @@ export interface operations {
7328
7328
  address: string;
7329
7329
  contract_name: string;
7330
7330
  };
7331
- condition_code: "sent" | "not_sent";
7331
+ condition_code: "sent" | "not_sent" | "maybe_sent";
7332
7332
  /** @enum {string} */
7333
7333
  type: "non_fungible";
7334
7334
  asset_value: {
@@ -7496,7 +7496,7 @@ export interface operations {
7496
7496
  /** @description Denotes whether the originating account is the same as the paying account */
7497
7497
  sponsored: boolean;
7498
7498
  sponsor_address?: string;
7499
- post_condition_mode: "allow" | "deny";
7499
+ post_condition_mode: "allow" | "deny" | "originator";
7500
7500
  post_conditions: ({
7501
7501
  principal: {
7502
7502
  /** @enum {string} */
@@ -7552,7 +7552,7 @@ export interface operations {
7552
7552
  address: string;
7553
7553
  contract_name: string;
7554
7554
  };
7555
- condition_code: "sent" | "not_sent";
7555
+ condition_code: "sent" | "not_sent" | "maybe_sent";
7556
7556
  /** @enum {string} */
7557
7557
  type: "non_fungible";
7558
7558
  asset_value: {
@@ -7596,7 +7596,7 @@ export interface operations {
7596
7596
  /** @description Denotes whether the originating account is the same as the paying account */
7597
7597
  sponsored: boolean;
7598
7598
  sponsor_address?: string;
7599
- post_condition_mode: "allow" | "deny";
7599
+ post_condition_mode: "allow" | "deny" | "originator";
7600
7600
  post_conditions: ({
7601
7601
  principal: {
7602
7602
  /** @enum {string} */
@@ -7652,7 +7652,7 @@ export interface operations {
7652
7652
  address: string;
7653
7653
  contract_name: string;
7654
7654
  };
7655
- condition_code: "sent" | "not_sent";
7655
+ condition_code: "sent" | "not_sent" | "maybe_sent";
7656
7656
  /** @enum {string} */
7657
7657
  type: "non_fungible";
7658
7658
  asset_value: {
@@ -7696,7 +7696,7 @@ export interface operations {
7696
7696
  /** @description Denotes whether the originating account is the same as the paying account */
7697
7697
  sponsored: boolean;
7698
7698
  sponsor_address?: string;
7699
- post_condition_mode: "allow" | "deny";
7699
+ post_condition_mode: "allow" | "deny" | "originator";
7700
7700
  post_conditions: ({
7701
7701
  principal: {
7702
7702
  /** @enum {string} */
@@ -7752,7 +7752,7 @@ export interface operations {
7752
7752
  address: string;
7753
7753
  contract_name: string;
7754
7754
  };
7755
- condition_code: "sent" | "not_sent";
7755
+ condition_code: "sent" | "not_sent" | "maybe_sent";
7756
7756
  /** @enum {string} */
7757
7757
  type: "non_fungible";
7758
7758
  asset_value: {
@@ -7803,7 +7803,7 @@ export interface operations {
7803
7803
  /** @description Denotes whether the originating account is the same as the paying account */
7804
7804
  sponsored: boolean;
7805
7805
  sponsor_address?: string;
7806
- post_condition_mode: "allow" | "deny";
7806
+ post_condition_mode: "allow" | "deny" | "originator";
7807
7807
  post_conditions: ({
7808
7808
  principal: {
7809
7809
  /** @enum {string} */
@@ -7859,7 +7859,7 @@ export interface operations {
7859
7859
  address: string;
7860
7860
  contract_name: string;
7861
7861
  };
7862
- condition_code: "sent" | "not_sent";
7862
+ condition_code: "sent" | "not_sent" | "maybe_sent";
7863
7863
  /** @enum {string} */
7864
7864
  type: "non_fungible";
7865
7865
  asset_value: {
@@ -7902,7 +7902,7 @@ export interface operations {
7902
7902
  /** @description Denotes whether the originating account is the same as the paying account */
7903
7903
  sponsored: boolean;
7904
7904
  sponsor_address?: string;
7905
- post_condition_mode: "allow" | "deny";
7905
+ post_condition_mode: "allow" | "deny" | "originator";
7906
7906
  post_conditions: ({
7907
7907
  principal: {
7908
7908
  /** @enum {string} */
@@ -7958,7 +7958,7 @@ export interface operations {
7958
7958
  address: string;
7959
7959
  contract_name: string;
7960
7960
  };
7961
- condition_code: "sent" | "not_sent";
7961
+ condition_code: "sent" | "not_sent" | "maybe_sent";
7962
7962
  /** @enum {string} */
7963
7963
  type: "non_fungible";
7964
7964
  asset_value: {
@@ -8001,7 +8001,7 @@ export interface operations {
8001
8001
  /** @description Denotes whether the originating account is the same as the paying account */
8002
8002
  sponsored: boolean;
8003
8003
  sponsor_address?: string;
8004
- post_condition_mode: "allow" | "deny";
8004
+ post_condition_mode: "allow" | "deny" | "originator";
8005
8005
  post_conditions: ({
8006
8006
  principal: {
8007
8007
  /** @enum {string} */
@@ -8057,7 +8057,7 @@ export interface operations {
8057
8057
  address: string;
8058
8058
  contract_name: string;
8059
8059
  };
8060
- condition_code: "sent" | "not_sent";
8060
+ condition_code: "sent" | "not_sent" | "maybe_sent";
8061
8061
  /** @enum {string} */
8062
8062
  type: "non_fungible";
8063
8063
  asset_value: {
@@ -8207,7 +8207,7 @@ export interface operations {
8207
8207
  /** @description Denotes whether the originating account is the same as the paying account */
8208
8208
  sponsored: boolean;
8209
8209
  sponsor_address?: string;
8210
- post_condition_mode: "allow" | "deny";
8210
+ post_condition_mode: "allow" | "deny" | "originator";
8211
8211
  post_conditions: ({
8212
8212
  principal: {
8213
8213
  /** @enum {string} */
@@ -8263,7 +8263,7 @@ export interface operations {
8263
8263
  address: string;
8264
8264
  contract_name: string;
8265
8265
  };
8266
- condition_code: "sent" | "not_sent";
8266
+ condition_code: "sent" | "not_sent" | "maybe_sent";
8267
8267
  /** @enum {string} */
8268
8268
  type: "non_fungible";
8269
8269
  asset_value: {
@@ -8422,7 +8422,7 @@ export interface operations {
8422
8422
  /** @description Denotes whether the originating account is the same as the paying account */
8423
8423
  sponsored: boolean;
8424
8424
  sponsor_address?: string;
8425
- post_condition_mode: "allow" | "deny";
8425
+ post_condition_mode: "allow" | "deny" | "originator";
8426
8426
  post_conditions: ({
8427
8427
  principal: {
8428
8428
  /** @enum {string} */
@@ -8478,7 +8478,7 @@ export interface operations {
8478
8478
  address: string;
8479
8479
  contract_name: string;
8480
8480
  };
8481
- condition_code: "sent" | "not_sent";
8481
+ condition_code: "sent" | "not_sent" | "maybe_sent";
8482
8482
  /** @enum {string} */
8483
8483
  type: "non_fungible";
8484
8484
  asset_value: {
@@ -8637,7 +8637,7 @@ export interface operations {
8637
8637
  /** @description Denotes whether the originating account is the same as the paying account */
8638
8638
  sponsored: boolean;
8639
8639
  sponsor_address?: string;
8640
- post_condition_mode: "allow" | "deny";
8640
+ post_condition_mode: "allow" | "deny" | "originator";
8641
8641
  post_conditions: ({
8642
8642
  principal: {
8643
8643
  /** @enum {string} */
@@ -8693,7 +8693,7 @@ export interface operations {
8693
8693
  address: string;
8694
8694
  contract_name: string;
8695
8695
  };
8696
- condition_code: "sent" | "not_sent";
8696
+ condition_code: "sent" | "not_sent" | "maybe_sent";
8697
8697
  /** @enum {string} */
8698
8698
  type: "non_fungible";
8699
8699
  asset_value: {
@@ -8859,7 +8859,7 @@ export interface operations {
8859
8859
  /** @description Denotes whether the originating account is the same as the paying account */
8860
8860
  sponsored: boolean;
8861
8861
  sponsor_address?: string;
8862
- post_condition_mode: "allow" | "deny";
8862
+ post_condition_mode: "allow" | "deny" | "originator";
8863
8863
  post_conditions: ({
8864
8864
  principal: {
8865
8865
  /** @enum {string} */
@@ -8915,7 +8915,7 @@ export interface operations {
8915
8915
  address: string;
8916
8916
  contract_name: string;
8917
8917
  };
8918
- condition_code: "sent" | "not_sent";
8918
+ condition_code: "sent" | "not_sent" | "maybe_sent";
8919
8919
  /** @enum {string} */
8920
8920
  type: "non_fungible";
8921
8921
  asset_value: {
@@ -9073,7 +9073,7 @@ export interface operations {
9073
9073
  /** @description Denotes whether the originating account is the same as the paying account */
9074
9074
  sponsored: boolean;
9075
9075
  sponsor_address?: string;
9076
- post_condition_mode: "allow" | "deny";
9076
+ post_condition_mode: "allow" | "deny" | "originator";
9077
9077
  post_conditions: ({
9078
9078
  principal: {
9079
9079
  /** @enum {string} */
@@ -9129,7 +9129,7 @@ export interface operations {
9129
9129
  address: string;
9130
9130
  contract_name: string;
9131
9131
  };
9132
- condition_code: "sent" | "not_sent";
9132
+ condition_code: "sent" | "not_sent" | "maybe_sent";
9133
9133
  /** @enum {string} */
9134
9134
  type: "non_fungible";
9135
9135
  asset_value: {
@@ -9287,7 +9287,7 @@ export interface operations {
9287
9287
  /** @description Denotes whether the originating account is the same as the paying account */
9288
9288
  sponsored: boolean;
9289
9289
  sponsor_address?: string;
9290
- post_condition_mode: "allow" | "deny";
9290
+ post_condition_mode: "allow" | "deny" | "originator";
9291
9291
  post_conditions: ({
9292
9292
  principal: {
9293
9293
  /** @enum {string} */
@@ -9343,7 +9343,7 @@ export interface operations {
9343
9343
  address: string;
9344
9344
  contract_name: string;
9345
9345
  };
9346
- condition_code: "sent" | "not_sent";
9346
+ condition_code: "sent" | "not_sent" | "maybe_sent";
9347
9347
  /** @enum {string} */
9348
9348
  type: "non_fungible";
9349
9349
  asset_value: {
@@ -9566,7 +9566,7 @@ export interface operations {
9566
9566
  /** @description Denotes whether the originating account is the same as the paying account */
9567
9567
  sponsored: boolean;
9568
9568
  sponsor_address?: string;
9569
- post_condition_mode: "allow" | "deny";
9569
+ post_condition_mode: "allow" | "deny" | "originator";
9570
9570
  post_conditions: ({
9571
9571
  principal: {
9572
9572
  /** @enum {string} */
@@ -9622,7 +9622,7 @@ export interface operations {
9622
9622
  address: string;
9623
9623
  contract_name: string;
9624
9624
  };
9625
- condition_code: "sent" | "not_sent";
9625
+ condition_code: "sent" | "not_sent" | "maybe_sent";
9626
9626
  /** @enum {string} */
9627
9627
  type: "non_fungible";
9628
9628
  asset_value: {
@@ -9781,7 +9781,7 @@ export interface operations {
9781
9781
  /** @description Denotes whether the originating account is the same as the paying account */
9782
9782
  sponsored: boolean;
9783
9783
  sponsor_address?: string;
9784
- post_condition_mode: "allow" | "deny";
9784
+ post_condition_mode: "allow" | "deny" | "originator";
9785
9785
  post_conditions: ({
9786
9786
  principal: {
9787
9787
  /** @enum {string} */
@@ -9837,7 +9837,7 @@ export interface operations {
9837
9837
  address: string;
9838
9838
  contract_name: string;
9839
9839
  };
9840
- condition_code: "sent" | "not_sent";
9840
+ condition_code: "sent" | "not_sent" | "maybe_sent";
9841
9841
  /** @enum {string} */
9842
9842
  type: "non_fungible";
9843
9843
  asset_value: {
@@ -9996,7 +9996,7 @@ export interface operations {
9996
9996
  /** @description Denotes whether the originating account is the same as the paying account */
9997
9997
  sponsored: boolean;
9998
9998
  sponsor_address?: string;
9999
- post_condition_mode: "allow" | "deny";
9999
+ post_condition_mode: "allow" | "deny" | "originator";
10000
10000
  post_conditions: ({
10001
10001
  principal: {
10002
10002
  /** @enum {string} */
@@ -10052,7 +10052,7 @@ export interface operations {
10052
10052
  address: string;
10053
10053
  contract_name: string;
10054
10054
  };
10055
- condition_code: "sent" | "not_sent";
10055
+ condition_code: "sent" | "not_sent" | "maybe_sent";
10056
10056
  /** @enum {string} */
10057
10057
  type: "non_fungible";
10058
10058
  asset_value: {
@@ -10218,7 +10218,7 @@ export interface operations {
10218
10218
  /** @description Denotes whether the originating account is the same as the paying account */
10219
10219
  sponsored: boolean;
10220
10220
  sponsor_address?: string;
10221
- post_condition_mode: "allow" | "deny";
10221
+ post_condition_mode: "allow" | "deny" | "originator";
10222
10222
  post_conditions: ({
10223
10223
  principal: {
10224
10224
  /** @enum {string} */
@@ -10274,7 +10274,7 @@ export interface operations {
10274
10274
  address: string;
10275
10275
  contract_name: string;
10276
10276
  };
10277
- condition_code: "sent" | "not_sent";
10277
+ condition_code: "sent" | "not_sent" | "maybe_sent";
10278
10278
  /** @enum {string} */
10279
10279
  type: "non_fungible";
10280
10280
  asset_value: {
@@ -10432,7 +10432,7 @@ export interface operations {
10432
10432
  /** @description Denotes whether the originating account is the same as the paying account */
10433
10433
  sponsored: boolean;
10434
10434
  sponsor_address?: string;
10435
- post_condition_mode: "allow" | "deny";
10435
+ post_condition_mode: "allow" | "deny" | "originator";
10436
10436
  post_conditions: ({
10437
10437
  principal: {
10438
10438
  /** @enum {string} */
@@ -10488,7 +10488,7 @@ export interface operations {
10488
10488
  address: string;
10489
10489
  contract_name: string;
10490
10490
  };
10491
- condition_code: "sent" | "not_sent";
10491
+ condition_code: "sent" | "not_sent" | "maybe_sent";
10492
10492
  /** @enum {string} */
10493
10493
  type: "non_fungible";
10494
10494
  asset_value: {
@@ -10646,7 +10646,7 @@ export interface operations {
10646
10646
  /** @description Denotes whether the originating account is the same as the paying account */
10647
10647
  sponsored: boolean;
10648
10648
  sponsor_address?: string;
10649
- post_condition_mode: "allow" | "deny";
10649
+ post_condition_mode: "allow" | "deny" | "originator";
10650
10650
  post_conditions: ({
10651
10651
  principal: {
10652
10652
  /** @enum {string} */
@@ -10702,7 +10702,7 @@ export interface operations {
10702
10702
  address: string;
10703
10703
  contract_name: string;
10704
10704
  };
10705
- condition_code: "sent" | "not_sent";
10705
+ condition_code: "sent" | "not_sent" | "maybe_sent";
10706
10706
  /** @enum {string} */
10707
10707
  type: "non_fungible";
10708
10708
  asset_value: {
@@ -10948,9 +10948,7 @@ export interface operations {
10948
10948
  [name: string]: unknown;
10949
10949
  };
10950
10950
  content: {
10951
- "application/json": {
10952
- content?: unknown;
10953
- };
10951
+ "text/plain": string;
10954
10952
  };
10955
10953
  };
10956
10954
  /** @description Default Response */
@@ -10984,9 +10982,7 @@ export interface operations {
10984
10982
  [name: string]: unknown;
10985
10983
  };
10986
10984
  content: {
10987
- "application/json": {
10988
- content?: unknown;
10989
- };
10985
+ "text/plain": string;
10990
10986
  };
10991
10987
  };
10992
10988
  /** @description Default Response */
@@ -11211,7 +11207,7 @@ export interface operations {
11211
11207
  /** @description Denotes whether the originating account is the same as the paying account */
11212
11208
  sponsored: boolean;
11213
11209
  sponsor_address?: string;
11214
- post_condition_mode: "allow" | "deny";
11210
+ post_condition_mode: "allow" | "deny" | "originator";
11215
11211
  post_conditions: ({
11216
11212
  principal: {
11217
11213
  /** @enum {string} */
@@ -11267,7 +11263,7 @@ export interface operations {
11267
11263
  address: string;
11268
11264
  contract_name: string;
11269
11265
  };
11270
- condition_code: "sent" | "not_sent";
11266
+ condition_code: "sent" | "not_sent" | "maybe_sent";
11271
11267
  /** @enum {string} */
11272
11268
  type: "non_fungible";
11273
11269
  asset_value: {
@@ -11426,7 +11422,7 @@ export interface operations {
11426
11422
  /** @description Denotes whether the originating account is the same as the paying account */
11427
11423
  sponsored: boolean;
11428
11424
  sponsor_address?: string;
11429
- post_condition_mode: "allow" | "deny";
11425
+ post_condition_mode: "allow" | "deny" | "originator";
11430
11426
  post_conditions: ({
11431
11427
  principal: {
11432
11428
  /** @enum {string} */
@@ -11482,7 +11478,7 @@ export interface operations {
11482
11478
  address: string;
11483
11479
  contract_name: string;
11484
11480
  };
11485
- condition_code: "sent" | "not_sent";
11481
+ condition_code: "sent" | "not_sent" | "maybe_sent";
11486
11482
  /** @enum {string} */
11487
11483
  type: "non_fungible";
11488
11484
  asset_value: {
@@ -11641,7 +11637,7 @@ export interface operations {
11641
11637
  /** @description Denotes whether the originating account is the same as the paying account */
11642
11638
  sponsored: boolean;
11643
11639
  sponsor_address?: string;
11644
- post_condition_mode: "allow" | "deny";
11640
+ post_condition_mode: "allow" | "deny" | "originator";
11645
11641
  post_conditions: ({
11646
11642
  principal: {
11647
11643
  /** @enum {string} */
@@ -11697,7 +11693,7 @@ export interface operations {
11697
11693
  address: string;
11698
11694
  contract_name: string;
11699
11695
  };
11700
- condition_code: "sent" | "not_sent";
11696
+ condition_code: "sent" | "not_sent" | "maybe_sent";
11701
11697
  /** @enum {string} */
11702
11698
  type: "non_fungible";
11703
11699
  asset_value: {
@@ -11863,7 +11859,7 @@ export interface operations {
11863
11859
  /** @description Denotes whether the originating account is the same as the paying account */
11864
11860
  sponsored: boolean;
11865
11861
  sponsor_address?: string;
11866
- post_condition_mode: "allow" | "deny";
11862
+ post_condition_mode: "allow" | "deny" | "originator";
11867
11863
  post_conditions: ({
11868
11864
  principal: {
11869
11865
  /** @enum {string} */
@@ -11919,7 +11915,7 @@ export interface operations {
11919
11915
  address: string;
11920
11916
  contract_name: string;
11921
11917
  };
11922
- condition_code: "sent" | "not_sent";
11918
+ condition_code: "sent" | "not_sent" | "maybe_sent";
11923
11919
  /** @enum {string} */
11924
11920
  type: "non_fungible";
11925
11921
  asset_value: {
@@ -12077,7 +12073,7 @@ export interface operations {
12077
12073
  /** @description Denotes whether the originating account is the same as the paying account */
12078
12074
  sponsored: boolean;
12079
12075
  sponsor_address?: string;
12080
- post_condition_mode: "allow" | "deny";
12076
+ post_condition_mode: "allow" | "deny" | "originator";
12081
12077
  post_conditions: ({
12082
12078
  principal: {
12083
12079
  /** @enum {string} */
@@ -12133,7 +12129,7 @@ export interface operations {
12133
12129
  address: string;
12134
12130
  contract_name: string;
12135
12131
  };
12136
- condition_code: "sent" | "not_sent";
12132
+ condition_code: "sent" | "not_sent" | "maybe_sent";
12137
12133
  /** @enum {string} */
12138
12134
  type: "non_fungible";
12139
12135
  asset_value: {
@@ -12291,7 +12287,7 @@ export interface operations {
12291
12287
  /** @description Denotes whether the originating account is the same as the paying account */
12292
12288
  sponsored: boolean;
12293
12289
  sponsor_address?: string;
12294
- post_condition_mode: "allow" | "deny";
12290
+ post_condition_mode: "allow" | "deny" | "originator";
12295
12291
  post_conditions: ({
12296
12292
  principal: {
12297
12293
  /** @enum {string} */
@@ -12347,7 +12343,7 @@ export interface operations {
12347
12343
  address: string;
12348
12344
  contract_name: string;
12349
12345
  };
12350
- condition_code: "sent" | "not_sent";
12346
+ condition_code: "sent" | "not_sent" | "maybe_sent";
12351
12347
  /** @enum {string} */
12352
12348
  type: "non_fungible";
12353
12349
  asset_value: {
@@ -12591,7 +12587,7 @@ export interface operations {
12591
12587
  /** @description Denotes whether the originating account is the same as the paying account */
12592
12588
  sponsored: boolean;
12593
12589
  sponsor_address?: string;
12594
- post_condition_mode: "allow" | "deny";
12590
+ post_condition_mode: "allow" | "deny" | "originator";
12595
12591
  post_conditions: ({
12596
12592
  principal: {
12597
12593
  /** @enum {string} */
@@ -12647,7 +12643,7 @@ export interface operations {
12647
12643
  address: string;
12648
12644
  contract_name: string;
12649
12645
  };
12650
- condition_code: "sent" | "not_sent";
12646
+ condition_code: "sent" | "not_sent" | "maybe_sent";
12651
12647
  /** @enum {string} */
12652
12648
  type: "non_fungible";
12653
12649
  asset_value: {
@@ -12806,7 +12802,7 @@ export interface operations {
12806
12802
  /** @description Denotes whether the originating account is the same as the paying account */
12807
12803
  sponsored: boolean;
12808
12804
  sponsor_address?: string;
12809
- post_condition_mode: "allow" | "deny";
12805
+ post_condition_mode: "allow" | "deny" | "originator";
12810
12806
  post_conditions: ({
12811
12807
  principal: {
12812
12808
  /** @enum {string} */
@@ -12862,7 +12858,7 @@ export interface operations {
12862
12858
  address: string;
12863
12859
  contract_name: string;
12864
12860
  };
12865
- condition_code: "sent" | "not_sent";
12861
+ condition_code: "sent" | "not_sent" | "maybe_sent";
12866
12862
  /** @enum {string} */
12867
12863
  type: "non_fungible";
12868
12864
  asset_value: {
@@ -13021,7 +13017,7 @@ export interface operations {
13021
13017
  /** @description Denotes whether the originating account is the same as the paying account */
13022
13018
  sponsored: boolean;
13023
13019
  sponsor_address?: string;
13024
- post_condition_mode: "allow" | "deny";
13020
+ post_condition_mode: "allow" | "deny" | "originator";
13025
13021
  post_conditions: ({
13026
13022
  principal: {
13027
13023
  /** @enum {string} */
@@ -13077,7 +13073,7 @@ export interface operations {
13077
13073
  address: string;
13078
13074
  contract_name: string;
13079
13075
  };
13080
- condition_code: "sent" | "not_sent";
13076
+ condition_code: "sent" | "not_sent" | "maybe_sent";
13081
13077
  /** @enum {string} */
13082
13078
  type: "non_fungible";
13083
13079
  asset_value: {
@@ -13243,7 +13239,7 @@ export interface operations {
13243
13239
  /** @description Denotes whether the originating account is the same as the paying account */
13244
13240
  sponsored: boolean;
13245
13241
  sponsor_address?: string;
13246
- post_condition_mode: "allow" | "deny";
13242
+ post_condition_mode: "allow" | "deny" | "originator";
13247
13243
  post_conditions: ({
13248
13244
  principal: {
13249
13245
  /** @enum {string} */
@@ -13299,7 +13295,7 @@ export interface operations {
13299
13295
  address: string;
13300
13296
  contract_name: string;
13301
13297
  };
13302
- condition_code: "sent" | "not_sent";
13298
+ condition_code: "sent" | "not_sent" | "maybe_sent";
13303
13299
  /** @enum {string} */
13304
13300
  type: "non_fungible";
13305
13301
  asset_value: {
@@ -13457,7 +13453,7 @@ export interface operations {
13457
13453
  /** @description Denotes whether the originating account is the same as the paying account */
13458
13454
  sponsored: boolean;
13459
13455
  sponsor_address?: string;
13460
- post_condition_mode: "allow" | "deny";
13456
+ post_condition_mode: "allow" | "deny" | "originator";
13461
13457
  post_conditions: ({
13462
13458
  principal: {
13463
13459
  /** @enum {string} */
@@ -13513,7 +13509,7 @@ export interface operations {
13513
13509
  address: string;
13514
13510
  contract_name: string;
13515
13511
  };
13516
- condition_code: "sent" | "not_sent";
13512
+ condition_code: "sent" | "not_sent" | "maybe_sent";
13517
13513
  /** @enum {string} */
13518
13514
  type: "non_fungible";
13519
13515
  asset_value: {
@@ -13671,7 +13667,7 @@ export interface operations {
13671
13667
  /** @description Denotes whether the originating account is the same as the paying account */
13672
13668
  sponsored: boolean;
13673
13669
  sponsor_address?: string;
13674
- post_condition_mode: "allow" | "deny";
13670
+ post_condition_mode: "allow" | "deny" | "originator";
13675
13671
  post_conditions: ({
13676
13672
  principal: {
13677
13673
  /** @enum {string} */
@@ -13727,7 +13723,7 @@ export interface operations {
13727
13723
  address: string;
13728
13724
  contract_name: string;
13729
13725
  };
13730
- condition_code: "sent" | "not_sent";
13726
+ condition_code: "sent" | "not_sent" | "maybe_sent";
13731
13727
  /** @enum {string} */
13732
13728
  type: "non_fungible";
13733
13729
  asset_value: {
@@ -13976,7 +13972,7 @@ export interface operations {
13976
13972
  /** @description Denotes whether the originating account is the same as the paying account */
13977
13973
  sponsored: boolean;
13978
13974
  sponsor_address?: string;
13979
- post_condition_mode: "allow" | "deny";
13975
+ post_condition_mode: "allow" | "deny" | "originator";
13980
13976
  post_conditions: ({
13981
13977
  principal: {
13982
13978
  /** @enum {string} */
@@ -14032,7 +14028,7 @@ export interface operations {
14032
14028
  address: string;
14033
14029
  contract_name: string;
14034
14030
  };
14035
- condition_code: "sent" | "not_sent";
14031
+ condition_code: "sent" | "not_sent" | "maybe_sent";
14036
14032
  /** @enum {string} */
14037
14033
  type: "non_fungible";
14038
14034
  asset_value: {
@@ -14191,7 +14187,7 @@ export interface operations {
14191
14187
  /** @description Denotes whether the originating account is the same as the paying account */
14192
14188
  sponsored: boolean;
14193
14189
  sponsor_address?: string;
14194
- post_condition_mode: "allow" | "deny";
14190
+ post_condition_mode: "allow" | "deny" | "originator";
14195
14191
  post_conditions: ({
14196
14192
  principal: {
14197
14193
  /** @enum {string} */
@@ -14247,7 +14243,7 @@ export interface operations {
14247
14243
  address: string;
14248
14244
  contract_name: string;
14249
14245
  };
14250
- condition_code: "sent" | "not_sent";
14246
+ condition_code: "sent" | "not_sent" | "maybe_sent";
14251
14247
  /** @enum {string} */
14252
14248
  type: "non_fungible";
14253
14249
  asset_value: {
@@ -14406,7 +14402,7 @@ export interface operations {
14406
14402
  /** @description Denotes whether the originating account is the same as the paying account */
14407
14403
  sponsored: boolean;
14408
14404
  sponsor_address?: string;
14409
- post_condition_mode: "allow" | "deny";
14405
+ post_condition_mode: "allow" | "deny" | "originator";
14410
14406
  post_conditions: ({
14411
14407
  principal: {
14412
14408
  /** @enum {string} */
@@ -14462,7 +14458,7 @@ export interface operations {
14462
14458
  address: string;
14463
14459
  contract_name: string;
14464
14460
  };
14465
- condition_code: "sent" | "not_sent";
14461
+ condition_code: "sent" | "not_sent" | "maybe_sent";
14466
14462
  /** @enum {string} */
14467
14463
  type: "non_fungible";
14468
14464
  asset_value: {
@@ -14628,7 +14624,7 @@ export interface operations {
14628
14624
  /** @description Denotes whether the originating account is the same as the paying account */
14629
14625
  sponsored: boolean;
14630
14626
  sponsor_address?: string;
14631
- post_condition_mode: "allow" | "deny";
14627
+ post_condition_mode: "allow" | "deny" | "originator";
14632
14628
  post_conditions: ({
14633
14629
  principal: {
14634
14630
  /** @enum {string} */
@@ -14684,7 +14680,7 @@ export interface operations {
14684
14680
  address: string;
14685
14681
  contract_name: string;
14686
14682
  };
14687
- condition_code: "sent" | "not_sent";
14683
+ condition_code: "sent" | "not_sent" | "maybe_sent";
14688
14684
  /** @enum {string} */
14689
14685
  type: "non_fungible";
14690
14686
  asset_value: {
@@ -14842,7 +14838,7 @@ export interface operations {
14842
14838
  /** @description Denotes whether the originating account is the same as the paying account */
14843
14839
  sponsored: boolean;
14844
14840
  sponsor_address?: string;
14845
- post_condition_mode: "allow" | "deny";
14841
+ post_condition_mode: "allow" | "deny" | "originator";
14846
14842
  post_conditions: ({
14847
14843
  principal: {
14848
14844
  /** @enum {string} */
@@ -14898,7 +14894,7 @@ export interface operations {
14898
14894
  address: string;
14899
14895
  contract_name: string;
14900
14896
  };
14901
- condition_code: "sent" | "not_sent";
14897
+ condition_code: "sent" | "not_sent" | "maybe_sent";
14902
14898
  /** @enum {string} */
14903
14899
  type: "non_fungible";
14904
14900
  asset_value: {
@@ -15056,7 +15052,7 @@ export interface operations {
15056
15052
  /** @description Denotes whether the originating account is the same as the paying account */
15057
15053
  sponsored: boolean;
15058
15054
  sponsor_address?: string;
15059
- post_condition_mode: "allow" | "deny";
15055
+ post_condition_mode: "allow" | "deny" | "originator";
15060
15056
  post_conditions: ({
15061
15057
  principal: {
15062
15058
  /** @enum {string} */
@@ -15112,7 +15108,7 @@ export interface operations {
15112
15108
  address: string;
15113
15109
  contract_name: string;
15114
15110
  };
15115
- condition_code: "sent" | "not_sent";
15111
+ condition_code: "sent" | "not_sent" | "maybe_sent";
15116
15112
  /** @enum {string} */
15117
15113
  type: "non_fungible";
15118
15114
  asset_value: {
@@ -15790,7 +15786,7 @@ export interface operations {
15790
15786
  /** @description Denotes whether the originating account is the same as the paying account */
15791
15787
  sponsored: boolean;
15792
15788
  sponsor_address?: string;
15793
- post_condition_mode: "allow" | "deny";
15789
+ post_condition_mode: "allow" | "deny" | "originator";
15794
15790
  post_conditions: ({
15795
15791
  principal: {
15796
15792
  /** @enum {string} */
@@ -15846,7 +15842,7 @@ export interface operations {
15846
15842
  address: string;
15847
15843
  contract_name: string;
15848
15844
  };
15849
- condition_code: "sent" | "not_sent";
15845
+ condition_code: "sent" | "not_sent" | "maybe_sent";
15850
15846
  /** @enum {string} */
15851
15847
  type: "non_fungible";
15852
15848
  asset_value: {
@@ -16005,7 +16001,7 @@ export interface operations {
16005
16001
  /** @description Denotes whether the originating account is the same as the paying account */
16006
16002
  sponsored: boolean;
16007
16003
  sponsor_address?: string;
16008
- post_condition_mode: "allow" | "deny";
16004
+ post_condition_mode: "allow" | "deny" | "originator";
16009
16005
  post_conditions: ({
16010
16006
  principal: {
16011
16007
  /** @enum {string} */
@@ -16061,7 +16057,7 @@ export interface operations {
16061
16057
  address: string;
16062
16058
  contract_name: string;
16063
16059
  };
16064
- condition_code: "sent" | "not_sent";
16060
+ condition_code: "sent" | "not_sent" | "maybe_sent";
16065
16061
  /** @enum {string} */
16066
16062
  type: "non_fungible";
16067
16063
  asset_value: {
@@ -16220,7 +16216,7 @@ export interface operations {
16220
16216
  /** @description Denotes whether the originating account is the same as the paying account */
16221
16217
  sponsored: boolean;
16222
16218
  sponsor_address?: string;
16223
- post_condition_mode: "allow" | "deny";
16219
+ post_condition_mode: "allow" | "deny" | "originator";
16224
16220
  post_conditions: ({
16225
16221
  principal: {
16226
16222
  /** @enum {string} */
@@ -16276,7 +16272,7 @@ export interface operations {
16276
16272
  address: string;
16277
16273
  contract_name: string;
16278
16274
  };
16279
- condition_code: "sent" | "not_sent";
16275
+ condition_code: "sent" | "not_sent" | "maybe_sent";
16280
16276
  /** @enum {string} */
16281
16277
  type: "non_fungible";
16282
16278
  asset_value: {
@@ -16442,7 +16438,7 @@ export interface operations {
16442
16438
  /** @description Denotes whether the originating account is the same as the paying account */
16443
16439
  sponsored: boolean;
16444
16440
  sponsor_address?: string;
16445
- post_condition_mode: "allow" | "deny";
16441
+ post_condition_mode: "allow" | "deny" | "originator";
16446
16442
  post_conditions: ({
16447
16443
  principal: {
16448
16444
  /** @enum {string} */
@@ -16498,7 +16494,7 @@ export interface operations {
16498
16494
  address: string;
16499
16495
  contract_name: string;
16500
16496
  };
16501
- condition_code: "sent" | "not_sent";
16497
+ condition_code: "sent" | "not_sent" | "maybe_sent";
16502
16498
  /** @enum {string} */
16503
16499
  type: "non_fungible";
16504
16500
  asset_value: {
@@ -16656,7 +16652,7 @@ export interface operations {
16656
16652
  /** @description Denotes whether the originating account is the same as the paying account */
16657
16653
  sponsored: boolean;
16658
16654
  sponsor_address?: string;
16659
- post_condition_mode: "allow" | "deny";
16655
+ post_condition_mode: "allow" | "deny" | "originator";
16660
16656
  post_conditions: ({
16661
16657
  principal: {
16662
16658
  /** @enum {string} */
@@ -16712,7 +16708,7 @@ export interface operations {
16712
16708
  address: string;
16713
16709
  contract_name: string;
16714
16710
  };
16715
- condition_code: "sent" | "not_sent";
16711
+ condition_code: "sent" | "not_sent" | "maybe_sent";
16716
16712
  /** @enum {string} */
16717
16713
  type: "non_fungible";
16718
16714
  asset_value: {
@@ -16870,7 +16866,7 @@ export interface operations {
16870
16866
  /** @description Denotes whether the originating account is the same as the paying account */
16871
16867
  sponsored: boolean;
16872
16868
  sponsor_address?: string;
16873
- post_condition_mode: "allow" | "deny";
16869
+ post_condition_mode: "allow" | "deny" | "originator";
16874
16870
  post_conditions: ({
16875
16871
  principal: {
16876
16872
  /** @enum {string} */
@@ -16926,7 +16922,7 @@ export interface operations {
16926
16922
  address: string;
16927
16923
  contract_name: string;
16928
16924
  };
16929
- condition_code: "sent" | "not_sent";
16925
+ condition_code: "sent" | "not_sent" | "maybe_sent";
16930
16926
  /** @enum {string} */
16931
16927
  type: "non_fungible";
16932
16928
  asset_value: {
@@ -18085,7 +18081,7 @@ export interface operations {
18085
18081
  /** @description Denotes whether the originating account is the same as the paying account */
18086
18082
  sponsored: boolean;
18087
18083
  sponsor_address?: string;
18088
- post_condition_mode: "allow" | "deny";
18084
+ post_condition_mode: "allow" | "deny" | "originator";
18089
18085
  post_conditions: ({
18090
18086
  principal: {
18091
18087
  /** @enum {string} */
@@ -18141,7 +18137,7 @@ export interface operations {
18141
18137
  address: string;
18142
18138
  contract_name: string;
18143
18139
  };
18144
- condition_code: "sent" | "not_sent";
18140
+ condition_code: "sent" | "not_sent" | "maybe_sent";
18145
18141
  /** @enum {string} */
18146
18142
  type: "non_fungible";
18147
18143
  asset_value: {
@@ -18300,7 +18296,7 @@ export interface operations {
18300
18296
  /** @description Denotes whether the originating account is the same as the paying account */
18301
18297
  sponsored: boolean;
18302
18298
  sponsor_address?: string;
18303
- post_condition_mode: "allow" | "deny";
18299
+ post_condition_mode: "allow" | "deny" | "originator";
18304
18300
  post_conditions: ({
18305
18301
  principal: {
18306
18302
  /** @enum {string} */
@@ -18356,7 +18352,7 @@ export interface operations {
18356
18352
  address: string;
18357
18353
  contract_name: string;
18358
18354
  };
18359
- condition_code: "sent" | "not_sent";
18355
+ condition_code: "sent" | "not_sent" | "maybe_sent";
18360
18356
  /** @enum {string} */
18361
18357
  type: "non_fungible";
18362
18358
  asset_value: {
@@ -18515,7 +18511,7 @@ export interface operations {
18515
18511
  /** @description Denotes whether the originating account is the same as the paying account */
18516
18512
  sponsored: boolean;
18517
18513
  sponsor_address?: string;
18518
- post_condition_mode: "allow" | "deny";
18514
+ post_condition_mode: "allow" | "deny" | "originator";
18519
18515
  post_conditions: ({
18520
18516
  principal: {
18521
18517
  /** @enum {string} */
@@ -18571,7 +18567,7 @@ export interface operations {
18571
18567
  address: string;
18572
18568
  contract_name: string;
18573
18569
  };
18574
- condition_code: "sent" | "not_sent";
18570
+ condition_code: "sent" | "not_sent" | "maybe_sent";
18575
18571
  /** @enum {string} */
18576
18572
  type: "non_fungible";
18577
18573
  asset_value: {
@@ -18737,7 +18733,7 @@ export interface operations {
18737
18733
  /** @description Denotes whether the originating account is the same as the paying account */
18738
18734
  sponsored: boolean;
18739
18735
  sponsor_address?: string;
18740
- post_condition_mode: "allow" | "deny";
18736
+ post_condition_mode: "allow" | "deny" | "originator";
18741
18737
  post_conditions: ({
18742
18738
  principal: {
18743
18739
  /** @enum {string} */
@@ -18793,7 +18789,7 @@ export interface operations {
18793
18789
  address: string;
18794
18790
  contract_name: string;
18795
18791
  };
18796
- condition_code: "sent" | "not_sent";
18792
+ condition_code: "sent" | "not_sent" | "maybe_sent";
18797
18793
  /** @enum {string} */
18798
18794
  type: "non_fungible";
18799
18795
  asset_value: {
@@ -18951,7 +18947,7 @@ export interface operations {
18951
18947
  /** @description Denotes whether the originating account is the same as the paying account */
18952
18948
  sponsored: boolean;
18953
18949
  sponsor_address?: string;
18954
- post_condition_mode: "allow" | "deny";
18950
+ post_condition_mode: "allow" | "deny" | "originator";
18955
18951
  post_conditions: ({
18956
18952
  principal: {
18957
18953
  /** @enum {string} */
@@ -19007,7 +19003,7 @@ export interface operations {
19007
19003
  address: string;
19008
19004
  contract_name: string;
19009
19005
  };
19010
- condition_code: "sent" | "not_sent";
19006
+ condition_code: "sent" | "not_sent" | "maybe_sent";
19011
19007
  /** @enum {string} */
19012
19008
  type: "non_fungible";
19013
19009
  asset_value: {
@@ -19165,7 +19161,7 @@ export interface operations {
19165
19161
  /** @description Denotes whether the originating account is the same as the paying account */
19166
19162
  sponsored: boolean;
19167
19163
  sponsor_address?: string;
19168
- post_condition_mode: "allow" | "deny";
19164
+ post_condition_mode: "allow" | "deny" | "originator";
19169
19165
  post_conditions: ({
19170
19166
  principal: {
19171
19167
  /** @enum {string} */
@@ -19221,7 +19217,7 @@ export interface operations {
19221
19217
  address: string;
19222
19218
  contract_name: string;
19223
19219
  };
19224
- condition_code: "sent" | "not_sent";
19220
+ condition_code: "sent" | "not_sent" | "maybe_sent";
19225
19221
  /** @enum {string} */
19226
19222
  type: "non_fungible";
19227
19223
  asset_value: {
@@ -19432,7 +19428,7 @@ export interface operations {
19432
19428
  /** @description Denotes whether the originating account is the same as the paying account */
19433
19429
  sponsored: boolean;
19434
19430
  sponsor_address?: string;
19435
- post_condition_mode: "allow" | "deny";
19431
+ post_condition_mode: "allow" | "deny" | "originator";
19436
19432
  post_conditions: ({
19437
19433
  principal: {
19438
19434
  /** @enum {string} */
@@ -19488,7 +19484,7 @@ export interface operations {
19488
19484
  address: string;
19489
19485
  contract_name: string;
19490
19486
  };
19491
- condition_code: "sent" | "not_sent";
19487
+ condition_code: "sent" | "not_sent" | "maybe_sent";
19492
19488
  /** @enum {string} */
19493
19489
  type: "non_fungible";
19494
19490
  asset_value: {
@@ -19647,7 +19643,7 @@ export interface operations {
19647
19643
  /** @description Denotes whether the originating account is the same as the paying account */
19648
19644
  sponsored: boolean;
19649
19645
  sponsor_address?: string;
19650
- post_condition_mode: "allow" | "deny";
19646
+ post_condition_mode: "allow" | "deny" | "originator";
19651
19647
  post_conditions: ({
19652
19648
  principal: {
19653
19649
  /** @enum {string} */
@@ -19703,7 +19699,7 @@ export interface operations {
19703
19699
  address: string;
19704
19700
  contract_name: string;
19705
19701
  };
19706
- condition_code: "sent" | "not_sent";
19702
+ condition_code: "sent" | "not_sent" | "maybe_sent";
19707
19703
  /** @enum {string} */
19708
19704
  type: "non_fungible";
19709
19705
  asset_value: {
@@ -19862,7 +19858,7 @@ export interface operations {
19862
19858
  /** @description Denotes whether the originating account is the same as the paying account */
19863
19859
  sponsored: boolean;
19864
19860
  sponsor_address?: string;
19865
- post_condition_mode: "allow" | "deny";
19861
+ post_condition_mode: "allow" | "deny" | "originator";
19866
19862
  post_conditions: ({
19867
19863
  principal: {
19868
19864
  /** @enum {string} */
@@ -19918,7 +19914,7 @@ export interface operations {
19918
19914
  address: string;
19919
19915
  contract_name: string;
19920
19916
  };
19921
- condition_code: "sent" | "not_sent";
19917
+ condition_code: "sent" | "not_sent" | "maybe_sent";
19922
19918
  /** @enum {string} */
19923
19919
  type: "non_fungible";
19924
19920
  asset_value: {
@@ -20084,7 +20080,7 @@ export interface operations {
20084
20080
  /** @description Denotes whether the originating account is the same as the paying account */
20085
20081
  sponsored: boolean;
20086
20082
  sponsor_address?: string;
20087
- post_condition_mode: "allow" | "deny";
20083
+ post_condition_mode: "allow" | "deny" | "originator";
20088
20084
  post_conditions: ({
20089
20085
  principal: {
20090
20086
  /** @enum {string} */
@@ -20140,7 +20136,7 @@ export interface operations {
20140
20136
  address: string;
20141
20137
  contract_name: string;
20142
20138
  };
20143
- condition_code: "sent" | "not_sent";
20139
+ condition_code: "sent" | "not_sent" | "maybe_sent";
20144
20140
  /** @enum {string} */
20145
20141
  type: "non_fungible";
20146
20142
  asset_value: {
@@ -20298,7 +20294,7 @@ export interface operations {
20298
20294
  /** @description Denotes whether the originating account is the same as the paying account */
20299
20295
  sponsored: boolean;
20300
20296
  sponsor_address?: string;
20301
- post_condition_mode: "allow" | "deny";
20297
+ post_condition_mode: "allow" | "deny" | "originator";
20302
20298
  post_conditions: ({
20303
20299
  principal: {
20304
20300
  /** @enum {string} */
@@ -20354,7 +20350,7 @@ export interface operations {
20354
20350
  address: string;
20355
20351
  contract_name: string;
20356
20352
  };
20357
- condition_code: "sent" | "not_sent";
20353
+ condition_code: "sent" | "not_sent" | "maybe_sent";
20358
20354
  /** @enum {string} */
20359
20355
  type: "non_fungible";
20360
20356
  asset_value: {
@@ -20512,7 +20508,7 @@ export interface operations {
20512
20508
  /** @description Denotes whether the originating account is the same as the paying account */
20513
20509
  sponsored: boolean;
20514
20510
  sponsor_address?: string;
20515
- post_condition_mode: "allow" | "deny";
20511
+ post_condition_mode: "allow" | "deny" | "originator";
20516
20512
  post_conditions: ({
20517
20513
  principal: {
20518
20514
  /** @enum {string} */
@@ -20568,7 +20564,7 @@ export interface operations {
20568
20564
  address: string;
20569
20565
  contract_name: string;
20570
20566
  };
20571
- condition_code: "sent" | "not_sent";
20567
+ condition_code: "sent" | "not_sent" | "maybe_sent";
20572
20568
  /** @enum {string} */
20573
20569
  type: "non_fungible";
20574
20570
  asset_value: {
@@ -20830,7 +20826,7 @@ export interface operations {
20830
20826
  /** @description Denotes whether the originating account is the same as the paying account */
20831
20827
  sponsored: boolean;
20832
20828
  sponsor_address?: string;
20833
- post_condition_mode: "allow" | "deny";
20829
+ post_condition_mode: "allow" | "deny" | "originator";
20834
20830
  post_conditions: ({
20835
20831
  principal: {
20836
20832
  /** @enum {string} */
@@ -20886,7 +20882,7 @@ export interface operations {
20886
20882
  address: string;
20887
20883
  contract_name: string;
20888
20884
  };
20889
- condition_code: "sent" | "not_sent";
20885
+ condition_code: "sent" | "not_sent" | "maybe_sent";
20890
20886
  /** @enum {string} */
20891
20887
  type: "non_fungible";
20892
20888
  asset_value: {
@@ -21045,7 +21041,7 @@ export interface operations {
21045
21041
  /** @description Denotes whether the originating account is the same as the paying account */
21046
21042
  sponsored: boolean;
21047
21043
  sponsor_address?: string;
21048
- post_condition_mode: "allow" | "deny";
21044
+ post_condition_mode: "allow" | "deny" | "originator";
21049
21045
  post_conditions: ({
21050
21046
  principal: {
21051
21047
  /** @enum {string} */
@@ -21101,7 +21097,7 @@ export interface operations {
21101
21097
  address: string;
21102
21098
  contract_name: string;
21103
21099
  };
21104
- condition_code: "sent" | "not_sent";
21100
+ condition_code: "sent" | "not_sent" | "maybe_sent";
21105
21101
  /** @enum {string} */
21106
21102
  type: "non_fungible";
21107
21103
  asset_value: {
@@ -21260,7 +21256,7 @@ export interface operations {
21260
21256
  /** @description Denotes whether the originating account is the same as the paying account */
21261
21257
  sponsored: boolean;
21262
21258
  sponsor_address?: string;
21263
- post_condition_mode: "allow" | "deny";
21259
+ post_condition_mode: "allow" | "deny" | "originator";
21264
21260
  post_conditions: ({
21265
21261
  principal: {
21266
21262
  /** @enum {string} */
@@ -21316,7 +21312,7 @@ export interface operations {
21316
21312
  address: string;
21317
21313
  contract_name: string;
21318
21314
  };
21319
- condition_code: "sent" | "not_sent";
21315
+ condition_code: "sent" | "not_sent" | "maybe_sent";
21320
21316
  /** @enum {string} */
21321
21317
  type: "non_fungible";
21322
21318
  asset_value: {
@@ -21482,7 +21478,7 @@ export interface operations {
21482
21478
  /** @description Denotes whether the originating account is the same as the paying account */
21483
21479
  sponsored: boolean;
21484
21480
  sponsor_address?: string;
21485
- post_condition_mode: "allow" | "deny";
21481
+ post_condition_mode: "allow" | "deny" | "originator";
21486
21482
  post_conditions: ({
21487
21483
  principal: {
21488
21484
  /** @enum {string} */
@@ -21538,7 +21534,7 @@ export interface operations {
21538
21534
  address: string;
21539
21535
  contract_name: string;
21540
21536
  };
21541
- condition_code: "sent" | "not_sent";
21537
+ condition_code: "sent" | "not_sent" | "maybe_sent";
21542
21538
  /** @enum {string} */
21543
21539
  type: "non_fungible";
21544
21540
  asset_value: {
@@ -21696,7 +21692,7 @@ export interface operations {
21696
21692
  /** @description Denotes whether the originating account is the same as the paying account */
21697
21693
  sponsored: boolean;
21698
21694
  sponsor_address?: string;
21699
- post_condition_mode: "allow" | "deny";
21695
+ post_condition_mode: "allow" | "deny" | "originator";
21700
21696
  post_conditions: ({
21701
21697
  principal: {
21702
21698
  /** @enum {string} */
@@ -21752,7 +21748,7 @@ export interface operations {
21752
21748
  address: string;
21753
21749
  contract_name: string;
21754
21750
  };
21755
- condition_code: "sent" | "not_sent";
21751
+ condition_code: "sent" | "not_sent" | "maybe_sent";
21756
21752
  /** @enum {string} */
21757
21753
  type: "non_fungible";
21758
21754
  asset_value: {
@@ -21910,7 +21906,7 @@ export interface operations {
21910
21906
  /** @description Denotes whether the originating account is the same as the paying account */
21911
21907
  sponsored: boolean;
21912
21908
  sponsor_address?: string;
21913
- post_condition_mode: "allow" | "deny";
21909
+ post_condition_mode: "allow" | "deny" | "originator";
21914
21910
  post_conditions: ({
21915
21911
  principal: {
21916
21912
  /** @enum {string} */
@@ -21966,7 +21962,7 @@ export interface operations {
21966
21962
  address: string;
21967
21963
  contract_name: string;
21968
21964
  };
21969
- condition_code: "sent" | "not_sent";
21965
+ condition_code: "sent" | "not_sent" | "maybe_sent";
21970
21966
  /** @enum {string} */
21971
21967
  type: "non_fungible";
21972
21968
  asset_value: {
@@ -22422,7 +22418,7 @@ export interface operations {
22422
22418
  /** @description Denotes whether the originating account is the same as the paying account */
22423
22419
  sponsored: boolean;
22424
22420
  sponsor_address?: string;
22425
- post_condition_mode: "allow" | "deny";
22421
+ post_condition_mode: "allow" | "deny" | "originator";
22426
22422
  post_conditions: ({
22427
22423
  principal: {
22428
22424
  /** @enum {string} */
@@ -22478,7 +22474,7 @@ export interface operations {
22478
22474
  address: string;
22479
22475
  contract_name: string;
22480
22476
  };
22481
- condition_code: "sent" | "not_sent";
22477
+ condition_code: "sent" | "not_sent" | "maybe_sent";
22482
22478
  /** @enum {string} */
22483
22479
  type: "non_fungible";
22484
22480
  asset_value: {
@@ -22522,7 +22518,7 @@ export interface operations {
22522
22518
  /** @description Denotes whether the originating account is the same as the paying account */
22523
22519
  sponsored: boolean;
22524
22520
  sponsor_address?: string;
22525
- post_condition_mode: "allow" | "deny";
22521
+ post_condition_mode: "allow" | "deny" | "originator";
22526
22522
  post_conditions: ({
22527
22523
  principal: {
22528
22524
  /** @enum {string} */
@@ -22578,7 +22574,7 @@ export interface operations {
22578
22574
  address: string;
22579
22575
  contract_name: string;
22580
22576
  };
22581
- condition_code: "sent" | "not_sent";
22577
+ condition_code: "sent" | "not_sent" | "maybe_sent";
22582
22578
  /** @enum {string} */
22583
22579
  type: "non_fungible";
22584
22580
  asset_value: {
@@ -22622,7 +22618,7 @@ export interface operations {
22622
22618
  /** @description Denotes whether the originating account is the same as the paying account */
22623
22619
  sponsored: boolean;
22624
22620
  sponsor_address?: string;
22625
- post_condition_mode: "allow" | "deny";
22621
+ post_condition_mode: "allow" | "deny" | "originator";
22626
22622
  post_conditions: ({
22627
22623
  principal: {
22628
22624
  /** @enum {string} */
@@ -22678,7 +22674,7 @@ export interface operations {
22678
22674
  address: string;
22679
22675
  contract_name: string;
22680
22676
  };
22681
- condition_code: "sent" | "not_sent";
22677
+ condition_code: "sent" | "not_sent" | "maybe_sent";
22682
22678
  /** @enum {string} */
22683
22679
  type: "non_fungible";
22684
22680
  asset_value: {
@@ -22729,7 +22725,7 @@ export interface operations {
22729
22725
  /** @description Denotes whether the originating account is the same as the paying account */
22730
22726
  sponsored: boolean;
22731
22727
  sponsor_address?: string;
22732
- post_condition_mode: "allow" | "deny";
22728
+ post_condition_mode: "allow" | "deny" | "originator";
22733
22729
  post_conditions: ({
22734
22730
  principal: {
22735
22731
  /** @enum {string} */
@@ -22785,7 +22781,7 @@ export interface operations {
22785
22781
  address: string;
22786
22782
  contract_name: string;
22787
22783
  };
22788
- condition_code: "sent" | "not_sent";
22784
+ condition_code: "sent" | "not_sent" | "maybe_sent";
22789
22785
  /** @enum {string} */
22790
22786
  type: "non_fungible";
22791
22787
  asset_value: {
@@ -22828,7 +22824,7 @@ export interface operations {
22828
22824
  /** @description Denotes whether the originating account is the same as the paying account */
22829
22825
  sponsored: boolean;
22830
22826
  sponsor_address?: string;
22831
- post_condition_mode: "allow" | "deny";
22827
+ post_condition_mode: "allow" | "deny" | "originator";
22832
22828
  post_conditions: ({
22833
22829
  principal: {
22834
22830
  /** @enum {string} */
@@ -22884,7 +22880,7 @@ export interface operations {
22884
22880
  address: string;
22885
22881
  contract_name: string;
22886
22882
  };
22887
- condition_code: "sent" | "not_sent";
22883
+ condition_code: "sent" | "not_sent" | "maybe_sent";
22888
22884
  /** @enum {string} */
22889
22885
  type: "non_fungible";
22890
22886
  asset_value: {
@@ -22927,7 +22923,7 @@ export interface operations {
22927
22923
  /** @description Denotes whether the originating account is the same as the paying account */
22928
22924
  sponsored: boolean;
22929
22925
  sponsor_address?: string;
22930
- post_condition_mode: "allow" | "deny";
22926
+ post_condition_mode: "allow" | "deny" | "originator";
22931
22927
  post_conditions: ({
22932
22928
  principal: {
22933
22929
  /** @enum {string} */
@@ -22983,7 +22979,7 @@ export interface operations {
22983
22979
  address: string;
22984
22980
  contract_name: string;
22985
22981
  };
22986
- condition_code: "sent" | "not_sent";
22982
+ condition_code: "sent" | "not_sent" | "maybe_sent";
22987
22983
  /** @enum {string} */
22988
22984
  type: "non_fungible";
22989
22985
  asset_value: {
@@ -23268,7 +23264,7 @@ export interface operations {
23268
23264
  /** @description Denotes whether the originating account is the same as the paying account */
23269
23265
  sponsored: boolean;
23270
23266
  sponsor_address?: string;
23271
- post_condition_mode: "allow" | "deny";
23267
+ post_condition_mode: "allow" | "deny" | "originator";
23272
23268
  post_conditions: ({
23273
23269
  principal: {
23274
23270
  /** @enum {string} */
@@ -23324,7 +23320,7 @@ export interface operations {
23324
23320
  address: string;
23325
23321
  contract_name: string;
23326
23322
  };
23327
- condition_code: "sent" | "not_sent";
23323
+ condition_code: "sent" | "not_sent" | "maybe_sent";
23328
23324
  /** @enum {string} */
23329
23325
  type: "non_fungible";
23330
23326
  asset_value: {
@@ -23483,7 +23479,7 @@ export interface operations {
23483
23479
  /** @description Denotes whether the originating account is the same as the paying account */
23484
23480
  sponsored: boolean;
23485
23481
  sponsor_address?: string;
23486
- post_condition_mode: "allow" | "deny";
23482
+ post_condition_mode: "allow" | "deny" | "originator";
23487
23483
  post_conditions: ({
23488
23484
  principal: {
23489
23485
  /** @enum {string} */
@@ -23539,7 +23535,7 @@ export interface operations {
23539
23535
  address: string;
23540
23536
  contract_name: string;
23541
23537
  };
23542
- condition_code: "sent" | "not_sent";
23538
+ condition_code: "sent" | "not_sent" | "maybe_sent";
23543
23539
  /** @enum {string} */
23544
23540
  type: "non_fungible";
23545
23541
  asset_value: {
@@ -23698,7 +23694,7 @@ export interface operations {
23698
23694
  /** @description Denotes whether the originating account is the same as the paying account */
23699
23695
  sponsored: boolean;
23700
23696
  sponsor_address?: string;
23701
- post_condition_mode: "allow" | "deny";
23697
+ post_condition_mode: "allow" | "deny" | "originator";
23702
23698
  post_conditions: ({
23703
23699
  principal: {
23704
23700
  /** @enum {string} */
@@ -23754,7 +23750,7 @@ export interface operations {
23754
23750
  address: string;
23755
23751
  contract_name: string;
23756
23752
  };
23757
- condition_code: "sent" | "not_sent";
23753
+ condition_code: "sent" | "not_sent" | "maybe_sent";
23758
23754
  /** @enum {string} */
23759
23755
  type: "non_fungible";
23760
23756
  asset_value: {
@@ -23920,7 +23916,7 @@ export interface operations {
23920
23916
  /** @description Denotes whether the originating account is the same as the paying account */
23921
23917
  sponsored: boolean;
23922
23918
  sponsor_address?: string;
23923
- post_condition_mode: "allow" | "deny";
23919
+ post_condition_mode: "allow" | "deny" | "originator";
23924
23920
  post_conditions: ({
23925
23921
  principal: {
23926
23922
  /** @enum {string} */
@@ -23976,7 +23972,7 @@ export interface operations {
23976
23972
  address: string;
23977
23973
  contract_name: string;
23978
23974
  };
23979
- condition_code: "sent" | "not_sent";
23975
+ condition_code: "sent" | "not_sent" | "maybe_sent";
23980
23976
  /** @enum {string} */
23981
23977
  type: "non_fungible";
23982
23978
  asset_value: {
@@ -24134,7 +24130,7 @@ export interface operations {
24134
24130
  /** @description Denotes whether the originating account is the same as the paying account */
24135
24131
  sponsored: boolean;
24136
24132
  sponsor_address?: string;
24137
- post_condition_mode: "allow" | "deny";
24133
+ post_condition_mode: "allow" | "deny" | "originator";
24138
24134
  post_conditions: ({
24139
24135
  principal: {
24140
24136
  /** @enum {string} */
@@ -24190,7 +24186,7 @@ export interface operations {
24190
24186
  address: string;
24191
24187
  contract_name: string;
24192
24188
  };
24193
- condition_code: "sent" | "not_sent";
24189
+ condition_code: "sent" | "not_sent" | "maybe_sent";
24194
24190
  /** @enum {string} */
24195
24191
  type: "non_fungible";
24196
24192
  asset_value: {
@@ -24348,7 +24344,7 @@ export interface operations {
24348
24344
  /** @description Denotes whether the originating account is the same as the paying account */
24349
24345
  sponsored: boolean;
24350
24346
  sponsor_address?: string;
24351
- post_condition_mode: "allow" | "deny";
24347
+ post_condition_mode: "allow" | "deny" | "originator";
24352
24348
  post_conditions: ({
24353
24349
  principal: {
24354
24350
  /** @enum {string} */
@@ -24404,7 +24400,7 @@ export interface operations {
24404
24400
  address: string;
24405
24401
  contract_name: string;
24406
24402
  };
24407
- condition_code: "sent" | "not_sent";
24403
+ condition_code: "sent" | "not_sent" | "maybe_sent";
24408
24404
  /** @enum {string} */
24409
24405
  type: "non_fungible";
24410
24406
  asset_value: {
@@ -24572,7 +24568,7 @@ export interface operations {
24572
24568
  /** @description Denotes whether the originating account is the same as the paying account */
24573
24569
  sponsored: boolean;
24574
24570
  sponsor_address?: string;
24575
- post_condition_mode: "allow" | "deny";
24571
+ post_condition_mode: "allow" | "deny" | "originator";
24576
24572
  post_conditions: ({
24577
24573
  principal: {
24578
24574
  /** @enum {string} */
@@ -24628,7 +24624,7 @@ export interface operations {
24628
24624
  address: string;
24629
24625
  contract_name: string;
24630
24626
  };
24631
- condition_code: "sent" | "not_sent";
24627
+ condition_code: "sent" | "not_sent" | "maybe_sent";
24632
24628
  /** @enum {string} */
24633
24629
  type: "non_fungible";
24634
24630
  asset_value: {
@@ -24672,7 +24668,7 @@ export interface operations {
24672
24668
  /** @description Denotes whether the originating account is the same as the paying account */
24673
24669
  sponsored: boolean;
24674
24670
  sponsor_address?: string;
24675
- post_condition_mode: "allow" | "deny";
24671
+ post_condition_mode: "allow" | "deny" | "originator";
24676
24672
  post_conditions: ({
24677
24673
  principal: {
24678
24674
  /** @enum {string} */
@@ -24728,7 +24724,7 @@ export interface operations {
24728
24724
  address: string;
24729
24725
  contract_name: string;
24730
24726
  };
24731
- condition_code: "sent" | "not_sent";
24727
+ condition_code: "sent" | "not_sent" | "maybe_sent";
24732
24728
  /** @enum {string} */
24733
24729
  type: "non_fungible";
24734
24730
  asset_value: {
@@ -24772,7 +24768,7 @@ export interface operations {
24772
24768
  /** @description Denotes whether the originating account is the same as the paying account */
24773
24769
  sponsored: boolean;
24774
24770
  sponsor_address?: string;
24775
- post_condition_mode: "allow" | "deny";
24771
+ post_condition_mode: "allow" | "deny" | "originator";
24776
24772
  post_conditions: ({
24777
24773
  principal: {
24778
24774
  /** @enum {string} */
@@ -24828,7 +24824,7 @@ export interface operations {
24828
24824
  address: string;
24829
24825
  contract_name: string;
24830
24826
  };
24831
- condition_code: "sent" | "not_sent";
24827
+ condition_code: "sent" | "not_sent" | "maybe_sent";
24832
24828
  /** @enum {string} */
24833
24829
  type: "non_fungible";
24834
24830
  asset_value: {
@@ -24879,7 +24875,7 @@ export interface operations {
24879
24875
  /** @description Denotes whether the originating account is the same as the paying account */
24880
24876
  sponsored: boolean;
24881
24877
  sponsor_address?: string;
24882
- post_condition_mode: "allow" | "deny";
24878
+ post_condition_mode: "allow" | "deny" | "originator";
24883
24879
  post_conditions: ({
24884
24880
  principal: {
24885
24881
  /** @enum {string} */
@@ -24935,7 +24931,7 @@ export interface operations {
24935
24931
  address: string;
24936
24932
  contract_name: string;
24937
24933
  };
24938
- condition_code: "sent" | "not_sent";
24934
+ condition_code: "sent" | "not_sent" | "maybe_sent";
24939
24935
  /** @enum {string} */
24940
24936
  type: "non_fungible";
24941
24937
  asset_value: {
@@ -24978,7 +24974,7 @@ export interface operations {
24978
24974
  /** @description Denotes whether the originating account is the same as the paying account */
24979
24975
  sponsored: boolean;
24980
24976
  sponsor_address?: string;
24981
- post_condition_mode: "allow" | "deny";
24977
+ post_condition_mode: "allow" | "deny" | "originator";
24982
24978
  post_conditions: ({
24983
24979
  principal: {
24984
24980
  /** @enum {string} */
@@ -25034,7 +25030,7 @@ export interface operations {
25034
25030
  address: string;
25035
25031
  contract_name: string;
25036
25032
  };
25037
- condition_code: "sent" | "not_sent";
25033
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25038
25034
  /** @enum {string} */
25039
25035
  type: "non_fungible";
25040
25036
  asset_value: {
@@ -25077,7 +25073,7 @@ export interface operations {
25077
25073
  /** @description Denotes whether the originating account is the same as the paying account */
25078
25074
  sponsored: boolean;
25079
25075
  sponsor_address?: string;
25080
- post_condition_mode: "allow" | "deny";
25076
+ post_condition_mode: "allow" | "deny" | "originator";
25081
25077
  post_conditions: ({
25082
25078
  principal: {
25083
25079
  /** @enum {string} */
@@ -25133,7 +25129,7 @@ export interface operations {
25133
25129
  address: string;
25134
25130
  contract_name: string;
25135
25131
  };
25136
- condition_code: "sent" | "not_sent";
25132
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25137
25133
  /** @enum {string} */
25138
25134
  type: "non_fungible";
25139
25135
  asset_value: {
@@ -25195,7 +25191,7 @@ export interface operations {
25195
25191
  /** @description Denotes whether the originating account is the same as the paying account */
25196
25192
  sponsored: boolean;
25197
25193
  sponsor_address?: string;
25198
- post_condition_mode: "allow" | "deny";
25194
+ post_condition_mode: "allow" | "deny" | "originator";
25199
25195
  post_conditions: ({
25200
25196
  principal: {
25201
25197
  /** @enum {string} */
@@ -25251,7 +25247,7 @@ export interface operations {
25251
25247
  address: string;
25252
25248
  contract_name: string;
25253
25249
  };
25254
- condition_code: "sent" | "not_sent";
25250
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25255
25251
  /** @enum {string} */
25256
25252
  type: "non_fungible";
25257
25253
  asset_value: {
@@ -25295,7 +25291,7 @@ export interface operations {
25295
25291
  /** @description Denotes whether the originating account is the same as the paying account */
25296
25292
  sponsored: boolean;
25297
25293
  sponsor_address?: string;
25298
- post_condition_mode: "allow" | "deny";
25294
+ post_condition_mode: "allow" | "deny" | "originator";
25299
25295
  post_conditions: ({
25300
25296
  principal: {
25301
25297
  /** @enum {string} */
@@ -25351,7 +25347,7 @@ export interface operations {
25351
25347
  address: string;
25352
25348
  contract_name: string;
25353
25349
  };
25354
- condition_code: "sent" | "not_sent";
25350
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25355
25351
  /** @enum {string} */
25356
25352
  type: "non_fungible";
25357
25353
  asset_value: {
@@ -25395,7 +25391,7 @@ export interface operations {
25395
25391
  /** @description Denotes whether the originating account is the same as the paying account */
25396
25392
  sponsored: boolean;
25397
25393
  sponsor_address?: string;
25398
- post_condition_mode: "allow" | "deny";
25394
+ post_condition_mode: "allow" | "deny" | "originator";
25399
25395
  post_conditions: ({
25400
25396
  principal: {
25401
25397
  /** @enum {string} */
@@ -25451,7 +25447,7 @@ export interface operations {
25451
25447
  address: string;
25452
25448
  contract_name: string;
25453
25449
  };
25454
- condition_code: "sent" | "not_sent";
25450
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25455
25451
  /** @enum {string} */
25456
25452
  type: "non_fungible";
25457
25453
  asset_value: {
@@ -25502,7 +25498,7 @@ export interface operations {
25502
25498
  /** @description Denotes whether the originating account is the same as the paying account */
25503
25499
  sponsored: boolean;
25504
25500
  sponsor_address?: string;
25505
- post_condition_mode: "allow" | "deny";
25501
+ post_condition_mode: "allow" | "deny" | "originator";
25506
25502
  post_conditions: ({
25507
25503
  principal: {
25508
25504
  /** @enum {string} */
@@ -25558,7 +25554,7 @@ export interface operations {
25558
25554
  address: string;
25559
25555
  contract_name: string;
25560
25556
  };
25561
- condition_code: "sent" | "not_sent";
25557
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25562
25558
  /** @enum {string} */
25563
25559
  type: "non_fungible";
25564
25560
  asset_value: {
@@ -25601,7 +25597,7 @@ export interface operations {
25601
25597
  /** @description Denotes whether the originating account is the same as the paying account */
25602
25598
  sponsored: boolean;
25603
25599
  sponsor_address?: string;
25604
- post_condition_mode: "allow" | "deny";
25600
+ post_condition_mode: "allow" | "deny" | "originator";
25605
25601
  post_conditions: ({
25606
25602
  principal: {
25607
25603
  /** @enum {string} */
@@ -25657,7 +25653,7 @@ export interface operations {
25657
25653
  address: string;
25658
25654
  contract_name: string;
25659
25655
  };
25660
- condition_code: "sent" | "not_sent";
25656
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25661
25657
  /** @enum {string} */
25662
25658
  type: "non_fungible";
25663
25659
  asset_value: {
@@ -25700,7 +25696,7 @@ export interface operations {
25700
25696
  /** @description Denotes whether the originating account is the same as the paying account */
25701
25697
  sponsored: boolean;
25702
25698
  sponsor_address?: string;
25703
- post_condition_mode: "allow" | "deny";
25699
+ post_condition_mode: "allow" | "deny" | "originator";
25704
25700
  post_conditions: ({
25705
25701
  principal: {
25706
25702
  /** @enum {string} */
@@ -25756,7 +25752,7 @@ export interface operations {
25756
25752
  address: string;
25757
25753
  contract_name: string;
25758
25754
  };
25759
- condition_code: "sent" | "not_sent";
25755
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25760
25756
  /** @enum {string} */
25761
25757
  type: "non_fungible";
25762
25758
  asset_value: {
@@ -25822,7 +25818,7 @@ export interface operations {
25822
25818
  /** @description Denotes whether the originating account is the same as the paying account */
25823
25819
  sponsored: boolean;
25824
25820
  sponsor_address?: string;
25825
- post_condition_mode: "allow" | "deny";
25821
+ post_condition_mode: "allow" | "deny" | "originator";
25826
25822
  post_conditions: ({
25827
25823
  principal: {
25828
25824
  /** @enum {string} */
@@ -25878,7 +25874,7 @@ export interface operations {
25878
25874
  address: string;
25879
25875
  contract_name: string;
25880
25876
  };
25881
- condition_code: "sent" | "not_sent";
25877
+ condition_code: "sent" | "not_sent" | "maybe_sent";
25882
25878
  /** @enum {string} */
25883
25879
  type: "non_fungible";
25884
25880
  asset_value: {
@@ -26037,7 +26033,7 @@ export interface operations {
26037
26033
  /** @description Denotes whether the originating account is the same as the paying account */
26038
26034
  sponsored: boolean;
26039
26035
  sponsor_address?: string;
26040
- post_condition_mode: "allow" | "deny";
26036
+ post_condition_mode: "allow" | "deny" | "originator";
26041
26037
  post_conditions: ({
26042
26038
  principal: {
26043
26039
  /** @enum {string} */
@@ -26093,7 +26089,7 @@ export interface operations {
26093
26089
  address: string;
26094
26090
  contract_name: string;
26095
26091
  };
26096
- condition_code: "sent" | "not_sent";
26092
+ condition_code: "sent" | "not_sent" | "maybe_sent";
26097
26093
  /** @enum {string} */
26098
26094
  type: "non_fungible";
26099
26095
  asset_value: {
@@ -26252,7 +26248,7 @@ export interface operations {
26252
26248
  /** @description Denotes whether the originating account is the same as the paying account */
26253
26249
  sponsored: boolean;
26254
26250
  sponsor_address?: string;
26255
- post_condition_mode: "allow" | "deny";
26251
+ post_condition_mode: "allow" | "deny" | "originator";
26256
26252
  post_conditions: ({
26257
26253
  principal: {
26258
26254
  /** @enum {string} */
@@ -26308,7 +26304,7 @@ export interface operations {
26308
26304
  address: string;
26309
26305
  contract_name: string;
26310
26306
  };
26311
- condition_code: "sent" | "not_sent";
26307
+ condition_code: "sent" | "not_sent" | "maybe_sent";
26312
26308
  /** @enum {string} */
26313
26309
  type: "non_fungible";
26314
26310
  asset_value: {
@@ -26474,7 +26470,7 @@ export interface operations {
26474
26470
  /** @description Denotes whether the originating account is the same as the paying account */
26475
26471
  sponsored: boolean;
26476
26472
  sponsor_address?: string;
26477
- post_condition_mode: "allow" | "deny";
26473
+ post_condition_mode: "allow" | "deny" | "originator";
26478
26474
  post_conditions: ({
26479
26475
  principal: {
26480
26476
  /** @enum {string} */
@@ -26530,7 +26526,7 @@ export interface operations {
26530
26526
  address: string;
26531
26527
  contract_name: string;
26532
26528
  };
26533
- condition_code: "sent" | "not_sent";
26529
+ condition_code: "sent" | "not_sent" | "maybe_sent";
26534
26530
  /** @enum {string} */
26535
26531
  type: "non_fungible";
26536
26532
  asset_value: {
@@ -26688,7 +26684,7 @@ export interface operations {
26688
26684
  /** @description Denotes whether the originating account is the same as the paying account */
26689
26685
  sponsored: boolean;
26690
26686
  sponsor_address?: string;
26691
- post_condition_mode: "allow" | "deny";
26687
+ post_condition_mode: "allow" | "deny" | "originator";
26692
26688
  post_conditions: ({
26693
26689
  principal: {
26694
26690
  /** @enum {string} */
@@ -26744,7 +26740,7 @@ export interface operations {
26744
26740
  address: string;
26745
26741
  contract_name: string;
26746
26742
  };
26747
- condition_code: "sent" | "not_sent";
26743
+ condition_code: "sent" | "not_sent" | "maybe_sent";
26748
26744
  /** @enum {string} */
26749
26745
  type: "non_fungible";
26750
26746
  asset_value: {
@@ -26902,7 +26898,7 @@ export interface operations {
26902
26898
  /** @description Denotes whether the originating account is the same as the paying account */
26903
26899
  sponsored: boolean;
26904
26900
  sponsor_address?: string;
26905
- post_condition_mode: "allow" | "deny";
26901
+ post_condition_mode: "allow" | "deny" | "originator";
26906
26902
  post_conditions: ({
26907
26903
  principal: {
26908
26904
  /** @enum {string} */
@@ -26958,7 +26954,7 @@ export interface operations {
26958
26954
  address: string;
26959
26955
  contract_name: string;
26960
26956
  };
26961
- condition_code: "sent" | "not_sent";
26957
+ condition_code: "sent" | "not_sent" | "maybe_sent";
26962
26958
  /** @enum {string} */
26963
26959
  type: "non_fungible";
26964
26960
  asset_value: {
@@ -27242,7 +27238,7 @@ export interface operations {
27242
27238
  path?: never;
27243
27239
  cookie?: never;
27244
27240
  };
27245
- requestBody?: {
27241
+ requestBody: {
27246
27242
  content: {
27247
27243
  "application/json": {
27248
27244
  /** @description A valid regtest BTC address */
@@ -27344,7 +27340,7 @@ export interface operations {
27344
27340
  path?: never;
27345
27341
  cookie?: never;
27346
27342
  };
27347
- requestBody?: {
27343
+ requestBody: {
27348
27344
  content: {
27349
27345
  "application/json": {
27350
27346
  /** @description [Deprecated -- use query param rather than POST body] A valid testnet STX address */
@@ -27647,7 +27643,7 @@ export interface operations {
27647
27643
  /** @description Denotes whether the originating account is the same as the paying account */
27648
27644
  sponsored: boolean;
27649
27645
  sponsor_address?: string;
27650
- post_condition_mode: "allow" | "deny";
27646
+ post_condition_mode: "allow" | "deny" | "originator";
27651
27647
  post_conditions: ({
27652
27648
  principal: {
27653
27649
  /** @enum {string} */
@@ -27703,7 +27699,7 @@ export interface operations {
27703
27699
  address: string;
27704
27700
  contract_name: string;
27705
27701
  };
27706
- condition_code: "sent" | "not_sent";
27702
+ condition_code: "sent" | "not_sent" | "maybe_sent";
27707
27703
  /** @enum {string} */
27708
27704
  type: "non_fungible";
27709
27705
  asset_value: {
@@ -27862,7 +27858,7 @@ export interface operations {
27862
27858
  /** @description Denotes whether the originating account is the same as the paying account */
27863
27859
  sponsored: boolean;
27864
27860
  sponsor_address?: string;
27865
- post_condition_mode: "allow" | "deny";
27861
+ post_condition_mode: "allow" | "deny" | "originator";
27866
27862
  post_conditions: ({
27867
27863
  principal: {
27868
27864
  /** @enum {string} */
@@ -27918,7 +27914,7 @@ export interface operations {
27918
27914
  address: string;
27919
27915
  contract_name: string;
27920
27916
  };
27921
- condition_code: "sent" | "not_sent";
27917
+ condition_code: "sent" | "not_sent" | "maybe_sent";
27922
27918
  /** @enum {string} */
27923
27919
  type: "non_fungible";
27924
27920
  asset_value: {
@@ -28077,7 +28073,7 @@ export interface operations {
28077
28073
  /** @description Denotes whether the originating account is the same as the paying account */
28078
28074
  sponsored: boolean;
28079
28075
  sponsor_address?: string;
28080
- post_condition_mode: "allow" | "deny";
28076
+ post_condition_mode: "allow" | "deny" | "originator";
28081
28077
  post_conditions: ({
28082
28078
  principal: {
28083
28079
  /** @enum {string} */
@@ -28133,7 +28129,7 @@ export interface operations {
28133
28129
  address: string;
28134
28130
  contract_name: string;
28135
28131
  };
28136
- condition_code: "sent" | "not_sent";
28132
+ condition_code: "sent" | "not_sent" | "maybe_sent";
28137
28133
  /** @enum {string} */
28138
28134
  type: "non_fungible";
28139
28135
  asset_value: {
@@ -28299,7 +28295,7 @@ export interface operations {
28299
28295
  /** @description Denotes whether the originating account is the same as the paying account */
28300
28296
  sponsored: boolean;
28301
28297
  sponsor_address?: string;
28302
- post_condition_mode: "allow" | "deny";
28298
+ post_condition_mode: "allow" | "deny" | "originator";
28303
28299
  post_conditions: ({
28304
28300
  principal: {
28305
28301
  /** @enum {string} */
@@ -28355,7 +28351,7 @@ export interface operations {
28355
28351
  address: string;
28356
28352
  contract_name: string;
28357
28353
  };
28358
- condition_code: "sent" | "not_sent";
28354
+ condition_code: "sent" | "not_sent" | "maybe_sent";
28359
28355
  /** @enum {string} */
28360
28356
  type: "non_fungible";
28361
28357
  asset_value: {
@@ -28513,7 +28509,7 @@ export interface operations {
28513
28509
  /** @description Denotes whether the originating account is the same as the paying account */
28514
28510
  sponsored: boolean;
28515
28511
  sponsor_address?: string;
28516
- post_condition_mode: "allow" | "deny";
28512
+ post_condition_mode: "allow" | "deny" | "originator";
28517
28513
  post_conditions: ({
28518
28514
  principal: {
28519
28515
  /** @enum {string} */
@@ -28569,7 +28565,7 @@ export interface operations {
28569
28565
  address: string;
28570
28566
  contract_name: string;
28571
28567
  };
28572
- condition_code: "sent" | "not_sent";
28568
+ condition_code: "sent" | "not_sent" | "maybe_sent";
28573
28569
  /** @enum {string} */
28574
28570
  type: "non_fungible";
28575
28571
  asset_value: {
@@ -28727,7 +28723,7 @@ export interface operations {
28727
28723
  /** @description Denotes whether the originating account is the same as the paying account */
28728
28724
  sponsored: boolean;
28729
28725
  sponsor_address?: string;
28730
- post_condition_mode: "allow" | "deny";
28726
+ post_condition_mode: "allow" | "deny" | "originator";
28731
28727
  post_conditions: ({
28732
28728
  principal: {
28733
28729
  /** @enum {string} */
@@ -28783,7 +28779,7 @@ export interface operations {
28783
28779
  address: string;
28784
28780
  contract_name: string;
28785
28781
  };
28786
- condition_code: "sent" | "not_sent";
28782
+ condition_code: "sent" | "not_sent" | "maybe_sent";
28787
28783
  /** @enum {string} */
28788
28784
  type: "non_fungible";
28789
28785
  asset_value: {
@@ -29328,7 +29324,7 @@ export interface operations {
29328
29324
  content: {
29329
29325
  "application/json": {
29330
29326
  [key: string]: {
29331
- /** @constant */
29327
+ /** @enum {boolean} */
29332
29328
  found: true;
29333
29329
  result: {
29334
29330
  /** @description Smart contract deployment transaction status */
@@ -29341,7 +29337,7 @@ export interface operations {
29341
29337
  block_height?: number;
29342
29338
  };
29343
29339
  } | {
29344
- /** @constant */
29340
+ /** @enum {boolean} */
29345
29341
  found: false;
29346
29342
  };
29347
29343
  };
@@ -29741,7 +29737,7 @@ export interface operations {
29741
29737
  /** @description Denotes whether the originating account is the same as the paying account */
29742
29738
  sponsored: boolean;
29743
29739
  sponsor_address?: string;
29744
- post_condition_mode: "allow" | "deny";
29740
+ post_condition_mode: "allow" | "deny" | "originator";
29745
29741
  post_conditions: ({
29746
29742
  principal: {
29747
29743
  /** @enum {string} */
@@ -29797,7 +29793,7 @@ export interface operations {
29797
29793
  address: string;
29798
29794
  contract_name: string;
29799
29795
  };
29800
- condition_code: "sent" | "not_sent";
29796
+ condition_code: "sent" | "not_sent" | "maybe_sent";
29801
29797
  /** @enum {string} */
29802
29798
  type: "non_fungible";
29803
29799
  asset_value: {
@@ -29956,7 +29952,7 @@ export interface operations {
29956
29952
  /** @description Denotes whether the originating account is the same as the paying account */
29957
29953
  sponsored: boolean;
29958
29954
  sponsor_address?: string;
29959
- post_condition_mode: "allow" | "deny";
29955
+ post_condition_mode: "allow" | "deny" | "originator";
29960
29956
  post_conditions: ({
29961
29957
  principal: {
29962
29958
  /** @enum {string} */
@@ -30012,7 +30008,7 @@ export interface operations {
30012
30008
  address: string;
30013
30009
  contract_name: string;
30014
30010
  };
30015
- condition_code: "sent" | "not_sent";
30011
+ condition_code: "sent" | "not_sent" | "maybe_sent";
30016
30012
  /** @enum {string} */
30017
30013
  type: "non_fungible";
30018
30014
  asset_value: {
@@ -30171,7 +30167,7 @@ export interface operations {
30171
30167
  /** @description Denotes whether the originating account is the same as the paying account */
30172
30168
  sponsored: boolean;
30173
30169
  sponsor_address?: string;
30174
- post_condition_mode: "allow" | "deny";
30170
+ post_condition_mode: "allow" | "deny" | "originator";
30175
30171
  post_conditions: ({
30176
30172
  principal: {
30177
30173
  /** @enum {string} */
@@ -30227,7 +30223,7 @@ export interface operations {
30227
30223
  address: string;
30228
30224
  contract_name: string;
30229
30225
  };
30230
- condition_code: "sent" | "not_sent";
30226
+ condition_code: "sent" | "not_sent" | "maybe_sent";
30231
30227
  /** @enum {string} */
30232
30228
  type: "non_fungible";
30233
30229
  asset_value: {
@@ -30393,7 +30389,7 @@ export interface operations {
30393
30389
  /** @description Denotes whether the originating account is the same as the paying account */
30394
30390
  sponsored: boolean;
30395
30391
  sponsor_address?: string;
30396
- post_condition_mode: "allow" | "deny";
30392
+ post_condition_mode: "allow" | "deny" | "originator";
30397
30393
  post_conditions: ({
30398
30394
  principal: {
30399
30395
  /** @enum {string} */
@@ -30449,7 +30445,7 @@ export interface operations {
30449
30445
  address: string;
30450
30446
  contract_name: string;
30451
30447
  };
30452
- condition_code: "sent" | "not_sent";
30448
+ condition_code: "sent" | "not_sent" | "maybe_sent";
30453
30449
  /** @enum {string} */
30454
30450
  type: "non_fungible";
30455
30451
  asset_value: {
@@ -30607,7 +30603,7 @@ export interface operations {
30607
30603
  /** @description Denotes whether the originating account is the same as the paying account */
30608
30604
  sponsored: boolean;
30609
30605
  sponsor_address?: string;
30610
- post_condition_mode: "allow" | "deny";
30606
+ post_condition_mode: "allow" | "deny" | "originator";
30611
30607
  post_conditions: ({
30612
30608
  principal: {
30613
30609
  /** @enum {string} */
@@ -30663,7 +30659,7 @@ export interface operations {
30663
30659
  address: string;
30664
30660
  contract_name: string;
30665
30661
  };
30666
- condition_code: "sent" | "not_sent";
30662
+ condition_code: "sent" | "not_sent" | "maybe_sent";
30667
30663
  /** @enum {string} */
30668
30664
  type: "non_fungible";
30669
30665
  asset_value: {
@@ -30821,7 +30817,7 @@ export interface operations {
30821
30817
  /** @description Denotes whether the originating account is the same as the paying account */
30822
30818
  sponsored: boolean;
30823
30819
  sponsor_address?: string;
30824
- post_condition_mode: "allow" | "deny";
30820
+ post_condition_mode: "allow" | "deny" | "originator";
30825
30821
  post_conditions: ({
30826
30822
  principal: {
30827
30823
  /** @enum {string} */
@@ -30877,7 +30873,7 @@ export interface operations {
30877
30873
  address: string;
30878
30874
  contract_name: string;
30879
30875
  };
30880
- condition_code: "sent" | "not_sent";
30876
+ condition_code: "sent" | "not_sent" | "maybe_sent";
30881
30877
  /** @enum {string} */
30882
30878
  type: "non_fungible";
30883
30879
  asset_value: {
@@ -31559,10 +31555,7 @@ export interface operations {
31559
31555
  };
31560
31556
  content: {
31561
31557
  "application/json": {
31562
- error: string;
31563
- message?: string;
31564
- } & {
31565
- [key: string]: unknown;
31558
+ [key: string]: string;
31566
31559
  };
31567
31560
  };
31568
31561
  };
@@ -31656,10 +31649,7 @@ export interface operations {
31656
31649
  };
31657
31650
  content: {
31658
31651
  "application/json": {
31659
- error: string;
31660
- message?: string;
31661
- } & {
31662
- [key: string]: unknown;
31652
+ [key: string]: string;
31663
31653
  };
31664
31654
  };
31665
31655
  };