@flowio/api-internal-mock-generator 5.31.44 → 5.31.45

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.
@@ -10,7 +10,7 @@
10
10
  "key": "api-internal"
11
11
  },
12
12
  "namespace": "io.flow.internal.v0",
13
- "version": "0.17.47",
13
+ "version": "0.17.49",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -646,7 +646,7 @@
646
646
  "application": {
647
647
  "key": "pricing-indicator-internal-event"
648
648
  },
649
- "version": "0.17.47",
649
+ "version": "0.17.49",
650
650
  "enums": ["pricing_indicator_status", "service_name"],
651
651
  "interfaces": [],
652
652
  "unions": ["pricing_indicator_event"],
@@ -676,7 +676,7 @@
676
676
  "application": {
677
677
  "key": "order-management"
678
678
  },
679
- "version": "0.16.90",
679
+ "version": "0.16.91",
680
680
  "enums": ["cancel_reason", "fulfillment_item_quantity_status", "order_change_source"],
681
681
  "interfaces": [],
682
682
  "unions": [],
@@ -691,7 +691,7 @@
691
691
  "application": {
692
692
  "key": "catalog-exclusion"
693
693
  },
694
- "version": "0.16.90",
694
+ "version": "0.16.91",
695
695
  "enums": ["exclusion_rule_state"],
696
696
  "interfaces": [],
697
697
  "unions": [],
@@ -706,7 +706,7 @@
706
706
  "application": {
707
707
  "key": "catalog-return"
708
708
  },
709
- "version": "0.16.90",
709
+ "version": "0.16.91",
710
710
  "enums": ["return_policy_state"],
711
711
  "interfaces": [],
712
712
  "unions": [],
@@ -721,7 +721,7 @@
721
721
  "application": {
722
722
  "key": "ftp"
723
723
  },
724
- "version": "0.16.90",
724
+ "version": "0.16.91",
725
725
  "enums": ["ftp_file_source"],
726
726
  "interfaces": [],
727
727
  "unions": [],
@@ -4463,6 +4463,10 @@
4463
4463
  "name": "dtce",
4464
4464
  "attributes": [],
4465
4465
  "description": "Duties Tax Calculator Engine"
4466
+ }, {
4467
+ "name": "restrictions",
4468
+ "attributes": [],
4469
+ "description": "Compliance and restrictions"
4466
4470
  }, {
4467
4471
  "name": "miscellaneous",
4468
4472
  "attributes": [],
@@ -5437,6 +5441,30 @@
5437
5441
  }],
5438
5442
  "attributes": [],
5439
5443
  "description": "Represents a rounding strategy for calculating prices in a given currency when the fractional part of an intermediate value has precision greater than the number of decimals used by that currency."
5444
+ }, {
5445
+ "name": "snooze_next_action_with",
5446
+ "plural": "snooze_next_action_withs",
5447
+ "values": [{
5448
+ "name": "customer_service",
5449
+ "attributes": []
5450
+ }, {
5451
+ "name": "engineering",
5452
+ "attributes": []
5453
+ }],
5454
+ "attributes": [],
5455
+ "description": "A key to identify who has the next action here - eq 'customer_service'"
5456
+ }, {
5457
+ "name": "snooze_source_type",
5458
+ "plural": "snooze_source_types",
5459
+ "values": [{
5460
+ "name": "queued_capture",
5461
+ "attributes": []
5462
+ }, {
5463
+ "name": "queued_refund",
5464
+ "attributes": []
5465
+ }],
5466
+ "attributes": [],
5467
+ "description": "A type to identify the source of this snooze - eq 'queued_capture'"
5440
5468
  }, {
5441
5469
  "name": "statement_status",
5442
5470
  "plural": "statement_statuses",
@@ -54354,6 +54382,98 @@
54354
54382
  "attributes": [],
54355
54383
  "interfaces": [],
54356
54384
  "description": "Integration details for snapchat pixel integrations https://businesshelp.snapchat.com/en-US/article/snap-pixel-about"
54385
+ }, {
54386
+ "name": "snooze",
54387
+ "plural": "snoozes",
54388
+ "fields": [{
54389
+ "name": "id",
54390
+ "type": "string",
54391
+ "required": true,
54392
+ "attributes": [],
54393
+ "annotations": [],
54394
+ "description": "Globally unique identifier"
54395
+ }, {
54396
+ "name": "until",
54397
+ "type": "date-time-iso8601",
54398
+ "required": true,
54399
+ "attributes": [],
54400
+ "annotations": []
54401
+ }, {
54402
+ "name": "reason",
54403
+ "type": "string",
54404
+ "required": true,
54405
+ "attributes": [],
54406
+ "annotations": []
54407
+ }, {
54408
+ "name": "next_action_with",
54409
+ "type": "snooze_next_action_with",
54410
+ "required": true,
54411
+ "attributes": [],
54412
+ "annotations": []
54413
+ }, {
54414
+ "name": "source",
54415
+ "type": "snooze_source",
54416
+ "required": true,
54417
+ "attributes": [],
54418
+ "annotations": []
54419
+ }],
54420
+ "attributes": [],
54421
+ "interfaces": []
54422
+ }, {
54423
+ "name": "snooze_form",
54424
+ "plural": "snooze_forms",
54425
+ "fields": [{
54426
+ "name": "until",
54427
+ "type": "date-time-iso8601",
54428
+ "required": true,
54429
+ "attributes": [],
54430
+ "annotations": []
54431
+ }, {
54432
+ "name": "reason",
54433
+ "type": "string",
54434
+ "required": true,
54435
+ "attributes": [],
54436
+ "annotations": []
54437
+ }, {
54438
+ "name": "next_action_with",
54439
+ "type": "snooze_next_action_with",
54440
+ "required": true,
54441
+ "attributes": [],
54442
+ "annotations": []
54443
+ }, {
54444
+ "name": "source_type",
54445
+ "type": "snooze_source_type",
54446
+ "required": true,
54447
+ "attributes": [],
54448
+ "annotations": []
54449
+ }, {
54450
+ "name": "source_id",
54451
+ "type": "string",
54452
+ "required": true,
54453
+ "attributes": [],
54454
+ "annotations": []
54455
+ }],
54456
+ "attributes": [],
54457
+ "interfaces": []
54458
+ }, {
54459
+ "name": "snooze_source",
54460
+ "plural": "snooze_sources",
54461
+ "fields": [{
54462
+ "name": "type",
54463
+ "type": "snooze_source_type",
54464
+ "required": true,
54465
+ "attributes": [],
54466
+ "annotations": []
54467
+ }, {
54468
+ "name": "id",
54469
+ "type": "string",
54470
+ "required": true,
54471
+ "attributes": [],
54472
+ "annotations": [],
54473
+ "description": "Globally unique identifier"
54474
+ }],
54475
+ "attributes": [],
54476
+ "interfaces": []
54357
54477
  }, {
54358
54478
  "name": "spot_rate",
54359
54479
  "plural": "spot_rates",
@@ -92434,6 +92554,232 @@
92434
92554
  }],
92435
92555
  "path": "/:organization/quotes/:reference/tax/calculation",
92436
92556
  "description": "Describes an smb order for which to calculate tax."
92557
+ }, {
92558
+ "type": "snooze",
92559
+ "plural": "snoozes",
92560
+ "operations": [{
92561
+ "method": "GET",
92562
+ "path": "/internal/billing/snoozes",
92563
+ "parameters": [{
92564
+ "name": "id",
92565
+ "type": "[string]",
92566
+ "location": "Query",
92567
+ "required": false,
92568
+ "description": "Filter by one or more IDs of this resource",
92569
+ "maximum": 100
92570
+ }, {
92571
+ "name": "next_action_with",
92572
+ "type": "snooze_next_action_with",
92573
+ "location": "Query",
92574
+ "required": false
92575
+ }, {
92576
+ "name": "source_type",
92577
+ "type": "snooze_source_type",
92578
+ "location": "Query",
92579
+ "required": false
92580
+ }, {
92581
+ "name": "limit",
92582
+ "type": "long",
92583
+ "location": "Query",
92584
+ "required": true,
92585
+ "description": "The maximum number of results to return",
92586
+ "default": "25",
92587
+ "minimum": 1,
92588
+ "maximum": 100
92589
+ }, {
92590
+ "name": "offset",
92591
+ "type": "long",
92592
+ "location": "Query",
92593
+ "required": true,
92594
+ "description": "The number of results to skip before returning results",
92595
+ "default": "0",
92596
+ "minimum": 0
92597
+ }, {
92598
+ "name": "sort",
92599
+ "type": "string",
92600
+ "location": "Query",
92601
+ "required": true,
92602
+ "default": "id"
92603
+ }],
92604
+ "responses": [{
92605
+ "code": {
92606
+ "integer": {
92607
+ "value": 200
92608
+ }
92609
+ },
92610
+ "type": "[snooze]",
92611
+ "description": "Successful response",
92612
+ "attributes": []
92613
+ }, {
92614
+ "code": {
92615
+ "integer": {
92616
+ "value": 401
92617
+ }
92618
+ },
92619
+ "type": "unit",
92620
+ "description": "Authorization failed",
92621
+ "attributes": []
92622
+ }, {
92623
+ "code": {
92624
+ "integer": {
92625
+ "value": 404
92626
+ }
92627
+ },
92628
+ "type": "unit",
92629
+ "description": "Resource was not found",
92630
+ "attributes": []
92631
+ }, {
92632
+ "code": {
92633
+ "integer": {
92634
+ "value": 422
92635
+ }
92636
+ },
92637
+ "type": "io.flow.error.v0.models.generic_error",
92638
+ "description": "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
92639
+ "attributes": []
92640
+ }],
92641
+ "attributes": [{
92642
+ "name": "sort",
92643
+ "value": {
92644
+ "values": [{
92645
+ "value": "id"
92646
+ }, {
92647
+ "value": "next_action_with"
92648
+ }, {
92649
+ "value": "source_type"
92650
+ }, {
92651
+ "value": "created_at"
92652
+ }]
92653
+ }
92654
+ }, {
92655
+ "name": "linter",
92656
+ "value": {
92657
+ "ignore": ["get", "sort_parameter_default", "versions"]
92658
+ }
92659
+ }]
92660
+ }, {
92661
+ "method": "POST",
92662
+ "path": "/internal/billing/snoozes",
92663
+ "parameters": [],
92664
+ "responses": [{
92665
+ "code": {
92666
+ "integer": {
92667
+ "value": 201
92668
+ }
92669
+ },
92670
+ "type": "snooze",
92671
+ "description": "Operation succeeded and the resource was created",
92672
+ "attributes": []
92673
+ }, {
92674
+ "code": {
92675
+ "integer": {
92676
+ "value": 401
92677
+ }
92678
+ },
92679
+ "type": "unit",
92680
+ "description": "Authorization failed",
92681
+ "attributes": []
92682
+ }, {
92683
+ "code": {
92684
+ "integer": {
92685
+ "value": 422
92686
+ }
92687
+ },
92688
+ "type": "io.flow.error.v0.models.generic_error",
92689
+ "description": "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
92690
+ "attributes": []
92691
+ }],
92692
+ "attributes": [],
92693
+ "body": {
92694
+ "type": "snooze_form",
92695
+ "attributes": []
92696
+ }
92697
+ }, {
92698
+ "method": "GET",
92699
+ "path": "/internal/billing/snoozes/:id",
92700
+ "parameters": [{
92701
+ "name": "id",
92702
+ "type": "string",
92703
+ "location": "Path",
92704
+ "required": true,
92705
+ "description": "Filter by one or more IDs of this resource"
92706
+ }],
92707
+ "responses": [{
92708
+ "code": {
92709
+ "integer": {
92710
+ "value": 200
92711
+ }
92712
+ },
92713
+ "type": "snooze",
92714
+ "description": "Successful response",
92715
+ "attributes": []
92716
+ }, {
92717
+ "code": {
92718
+ "integer": {
92719
+ "value": 401
92720
+ }
92721
+ },
92722
+ "type": "unit",
92723
+ "description": "Authorization failed",
92724
+ "attributes": []
92725
+ }, {
92726
+ "code": {
92727
+ "integer": {
92728
+ "value": 404
92729
+ }
92730
+ },
92731
+ "type": "unit",
92732
+ "description": "Resource was not found",
92733
+ "attributes": []
92734
+ }],
92735
+ "attributes": []
92736
+ }, {
92737
+ "method": "DELETE",
92738
+ "path": "/internal/billing/snoozes/:id",
92739
+ "parameters": [{
92740
+ "name": "id",
92741
+ "type": "string",
92742
+ "location": "Path",
92743
+ "required": true,
92744
+ "description": "Filter by one or more IDs of this resource"
92745
+ }],
92746
+ "responses": [{
92747
+ "code": {
92748
+ "integer": {
92749
+ "value": 204
92750
+ }
92751
+ },
92752
+ "type": "unit",
92753
+ "description": "Operation succeeded. No content is returned",
92754
+ "attributes": []
92755
+ }, {
92756
+ "code": {
92757
+ "integer": {
92758
+ "value": 401
92759
+ }
92760
+ },
92761
+ "type": "unit",
92762
+ "description": "Authorization failed",
92763
+ "attributes": []
92764
+ }, {
92765
+ "code": {
92766
+ "integer": {
92767
+ "value": 404
92768
+ }
92769
+ },
92770
+ "type": "unit",
92771
+ "description": "Resource was not found",
92772
+ "attributes": []
92773
+ }],
92774
+ "attributes": []
92775
+ }],
92776
+ "attributes": [{
92777
+ "name": "docs",
92778
+ "value": {
92779
+ "module": "general"
92780
+ }
92781
+ }],
92782
+ "path": "/internal/billing/snoozes"
92437
92783
  }, {
92438
92784
  "type": "spot_rate",
92439
92785
  "plural": "spot_rates",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-mock-generator",
3
- "version": "5.31.44",
3
+ "version": "5.31.45",
4
4
  "description": "A mock data generator based on our internal API specifications for JavaScript",
5
5
  "keywords": [
6
6
  "flowcommerce",
@@ -29,5 +29,5 @@
29
29
  "apibuilder-js": "0.0.13",
30
30
  "apibuilder-mock-generator": "0.0.13"
31
31
  },
32
- "gitHead": "539fb4a2334830dc0411d081303bb70eef89bdd0"
32
+ "gitHead": "3f436a4b8367eb2fe3629a7eb82173a3eaf3d29a"
33
33
  }
@@ -10,7 +10,7 @@
10
10
  "key" : "api-internal"
11
11
  },
12
12
  "namespace" : "io.flow.internal.v0",
13
- "version" : "0.17.47",
13
+ "version" : "0.17.49",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -646,7 +646,7 @@
646
646
  "application" : {
647
647
  "key" : "pricing-indicator-internal-event"
648
648
  },
649
- "version" : "0.17.47",
649
+ "version" : "0.17.49",
650
650
  "enums" : [ "pricing_indicator_status", "service_name" ],
651
651
  "interfaces" : [ ],
652
652
  "unions" : [ "pricing_indicator_event" ],
@@ -676,7 +676,7 @@
676
676
  "application" : {
677
677
  "key" : "order-management"
678
678
  },
679
- "version" : "0.16.90",
679
+ "version" : "0.16.91",
680
680
  "enums" : [ "cancel_reason", "fulfillment_item_quantity_status", "order_change_source" ],
681
681
  "interfaces" : [ ],
682
682
  "unions" : [ ],
@@ -691,7 +691,7 @@
691
691
  "application" : {
692
692
  "key" : "catalog-exclusion"
693
693
  },
694
- "version" : "0.16.90",
694
+ "version" : "0.16.91",
695
695
  "enums" : [ "exclusion_rule_state" ],
696
696
  "interfaces" : [ ],
697
697
  "unions" : [ ],
@@ -706,7 +706,7 @@
706
706
  "application" : {
707
707
  "key" : "catalog-return"
708
708
  },
709
- "version" : "0.16.90",
709
+ "version" : "0.16.91",
710
710
  "enums" : [ "return_policy_state" ],
711
711
  "interfaces" : [ ],
712
712
  "unions" : [ ],
@@ -721,7 +721,7 @@
721
721
  "application" : {
722
722
  "key" : "ftp"
723
723
  },
724
- "version" : "0.16.90",
724
+ "version" : "0.16.91",
725
725
  "enums" : [ "ftp_file_source" ],
726
726
  "interfaces" : [ ],
727
727
  "unions" : [ ],
@@ -4463,6 +4463,10 @@
4463
4463
  "name" : "dtce",
4464
4464
  "attributes" : [ ],
4465
4465
  "description" : "Duties Tax Calculator Engine"
4466
+ }, {
4467
+ "name" : "restrictions",
4468
+ "attributes" : [ ],
4469
+ "description" : "Compliance and restrictions"
4466
4470
  }, {
4467
4471
  "name" : "miscellaneous",
4468
4472
  "attributes" : [ ],
@@ -5437,6 +5441,30 @@
5437
5441
  } ],
5438
5442
  "attributes" : [ ],
5439
5443
  "description" : "Represents a rounding strategy for calculating prices in a given currency when the fractional part of an intermediate value has precision greater than the number of decimals used by that currency."
5444
+ }, {
5445
+ "name" : "snooze_next_action_with",
5446
+ "plural" : "snooze_next_action_withs",
5447
+ "values" : [ {
5448
+ "name" : "customer_service",
5449
+ "attributes" : [ ]
5450
+ }, {
5451
+ "name" : "engineering",
5452
+ "attributes" : [ ]
5453
+ } ],
5454
+ "attributes" : [ ],
5455
+ "description" : "A key to identify who has the next action here - eq 'customer_service'"
5456
+ }, {
5457
+ "name" : "snooze_source_type",
5458
+ "plural" : "snooze_source_types",
5459
+ "values" : [ {
5460
+ "name" : "queued_capture",
5461
+ "attributes" : [ ]
5462
+ }, {
5463
+ "name" : "queued_refund",
5464
+ "attributes" : [ ]
5465
+ } ],
5466
+ "attributes" : [ ],
5467
+ "description" : "A type to identify the source of this snooze - eq 'queued_capture'"
5440
5468
  }, {
5441
5469
  "name" : "statement_status",
5442
5470
  "plural" : "statement_statuses",
@@ -54354,6 +54382,98 @@
54354
54382
  "attributes" : [ ],
54355
54383
  "interfaces" : [ ],
54356
54384
  "description" : "Integration details for snapchat pixel integrations https://businesshelp.snapchat.com/en-US/article/snap-pixel-about"
54385
+ }, {
54386
+ "name" : "snooze",
54387
+ "plural" : "snoozes",
54388
+ "fields" : [ {
54389
+ "name" : "id",
54390
+ "type" : "string",
54391
+ "required" : true,
54392
+ "attributes" : [ ],
54393
+ "annotations" : [ ],
54394
+ "description" : "Globally unique identifier"
54395
+ }, {
54396
+ "name" : "until",
54397
+ "type" : "date-time-iso8601",
54398
+ "required" : true,
54399
+ "attributes" : [ ],
54400
+ "annotations" : [ ]
54401
+ }, {
54402
+ "name" : "reason",
54403
+ "type" : "string",
54404
+ "required" : true,
54405
+ "attributes" : [ ],
54406
+ "annotations" : [ ]
54407
+ }, {
54408
+ "name" : "next_action_with",
54409
+ "type" : "snooze_next_action_with",
54410
+ "required" : true,
54411
+ "attributes" : [ ],
54412
+ "annotations" : [ ]
54413
+ }, {
54414
+ "name" : "source",
54415
+ "type" : "snooze_source",
54416
+ "required" : true,
54417
+ "attributes" : [ ],
54418
+ "annotations" : [ ]
54419
+ } ],
54420
+ "attributes" : [ ],
54421
+ "interfaces" : [ ]
54422
+ }, {
54423
+ "name" : "snooze_form",
54424
+ "plural" : "snooze_forms",
54425
+ "fields" : [ {
54426
+ "name" : "until",
54427
+ "type" : "date-time-iso8601",
54428
+ "required" : true,
54429
+ "attributes" : [ ],
54430
+ "annotations" : [ ]
54431
+ }, {
54432
+ "name" : "reason",
54433
+ "type" : "string",
54434
+ "required" : true,
54435
+ "attributes" : [ ],
54436
+ "annotations" : [ ]
54437
+ }, {
54438
+ "name" : "next_action_with",
54439
+ "type" : "snooze_next_action_with",
54440
+ "required" : true,
54441
+ "attributes" : [ ],
54442
+ "annotations" : [ ]
54443
+ }, {
54444
+ "name" : "source_type",
54445
+ "type" : "snooze_source_type",
54446
+ "required" : true,
54447
+ "attributes" : [ ],
54448
+ "annotations" : [ ]
54449
+ }, {
54450
+ "name" : "source_id",
54451
+ "type" : "string",
54452
+ "required" : true,
54453
+ "attributes" : [ ],
54454
+ "annotations" : [ ]
54455
+ } ],
54456
+ "attributes" : [ ],
54457
+ "interfaces" : [ ]
54458
+ }, {
54459
+ "name" : "snooze_source",
54460
+ "plural" : "snooze_sources",
54461
+ "fields" : [ {
54462
+ "name" : "type",
54463
+ "type" : "snooze_source_type",
54464
+ "required" : true,
54465
+ "attributes" : [ ],
54466
+ "annotations" : [ ]
54467
+ }, {
54468
+ "name" : "id",
54469
+ "type" : "string",
54470
+ "required" : true,
54471
+ "attributes" : [ ],
54472
+ "annotations" : [ ],
54473
+ "description" : "Globally unique identifier"
54474
+ } ],
54475
+ "attributes" : [ ],
54476
+ "interfaces" : [ ]
54357
54477
  }, {
54358
54478
  "name" : "spot_rate",
54359
54479
  "plural" : "spot_rates",
@@ -92434,6 +92554,232 @@
92434
92554
  } ],
92435
92555
  "path" : "/:organization/quotes/:reference/tax/calculation",
92436
92556
  "description" : "Describes an smb order for which to calculate tax."
92557
+ }, {
92558
+ "type" : "snooze",
92559
+ "plural" : "snoozes",
92560
+ "operations" : [ {
92561
+ "method" : "GET",
92562
+ "path" : "/internal/billing/snoozes",
92563
+ "parameters" : [ {
92564
+ "name" : "id",
92565
+ "type" : "[string]",
92566
+ "location" : "Query",
92567
+ "required" : false,
92568
+ "description" : "Filter by one or more IDs of this resource",
92569
+ "maximum" : 100
92570
+ }, {
92571
+ "name" : "next_action_with",
92572
+ "type" : "snooze_next_action_with",
92573
+ "location" : "Query",
92574
+ "required" : false
92575
+ }, {
92576
+ "name" : "source_type",
92577
+ "type" : "snooze_source_type",
92578
+ "location" : "Query",
92579
+ "required" : false
92580
+ }, {
92581
+ "name" : "limit",
92582
+ "type" : "long",
92583
+ "location" : "Query",
92584
+ "required" : true,
92585
+ "description" : "The maximum number of results to return",
92586
+ "default" : "25",
92587
+ "minimum" : 1,
92588
+ "maximum" : 100
92589
+ }, {
92590
+ "name" : "offset",
92591
+ "type" : "long",
92592
+ "location" : "Query",
92593
+ "required" : true,
92594
+ "description" : "The number of results to skip before returning results",
92595
+ "default" : "0",
92596
+ "minimum" : 0
92597
+ }, {
92598
+ "name" : "sort",
92599
+ "type" : "string",
92600
+ "location" : "Query",
92601
+ "required" : true,
92602
+ "default" : "id"
92603
+ } ],
92604
+ "responses" : [ {
92605
+ "code" : {
92606
+ "integer" : {
92607
+ "value" : 200
92608
+ }
92609
+ },
92610
+ "type" : "[snooze]",
92611
+ "description" : "Successful response",
92612
+ "attributes" : [ ]
92613
+ }, {
92614
+ "code" : {
92615
+ "integer" : {
92616
+ "value" : 401
92617
+ }
92618
+ },
92619
+ "type" : "unit",
92620
+ "description" : "Authorization failed",
92621
+ "attributes" : [ ]
92622
+ }, {
92623
+ "code" : {
92624
+ "integer" : {
92625
+ "value" : 404
92626
+ }
92627
+ },
92628
+ "type" : "unit",
92629
+ "description" : "Resource was not found",
92630
+ "attributes" : [ ]
92631
+ }, {
92632
+ "code" : {
92633
+ "integer" : {
92634
+ "value" : 422
92635
+ }
92636
+ },
92637
+ "type" : "io.flow.error.v0.models.generic_error",
92638
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
92639
+ "attributes" : [ ]
92640
+ } ],
92641
+ "attributes" : [ {
92642
+ "name" : "sort",
92643
+ "value" : {
92644
+ "values" : [ {
92645
+ "value" : "id"
92646
+ }, {
92647
+ "value" : "next_action_with"
92648
+ }, {
92649
+ "value" : "source_type"
92650
+ }, {
92651
+ "value" : "created_at"
92652
+ } ]
92653
+ }
92654
+ }, {
92655
+ "name" : "linter",
92656
+ "value" : {
92657
+ "ignore" : [ "get", "sort_parameter_default", "versions" ]
92658
+ }
92659
+ } ]
92660
+ }, {
92661
+ "method" : "POST",
92662
+ "path" : "/internal/billing/snoozes",
92663
+ "parameters" : [ ],
92664
+ "responses" : [ {
92665
+ "code" : {
92666
+ "integer" : {
92667
+ "value" : 201
92668
+ }
92669
+ },
92670
+ "type" : "snooze",
92671
+ "description" : "Operation succeeded and the resource was created",
92672
+ "attributes" : [ ]
92673
+ }, {
92674
+ "code" : {
92675
+ "integer" : {
92676
+ "value" : 401
92677
+ }
92678
+ },
92679
+ "type" : "unit",
92680
+ "description" : "Authorization failed",
92681
+ "attributes" : [ ]
92682
+ }, {
92683
+ "code" : {
92684
+ "integer" : {
92685
+ "value" : 422
92686
+ }
92687
+ },
92688
+ "type" : "io.flow.error.v0.models.generic_error",
92689
+ "description" : "One or more errors were found with the data sent in the request. The body of the response contains specific details on what data failed validation.",
92690
+ "attributes" : [ ]
92691
+ } ],
92692
+ "attributes" : [ ],
92693
+ "body" : {
92694
+ "type" : "snooze_form",
92695
+ "attributes" : [ ]
92696
+ }
92697
+ }, {
92698
+ "method" : "GET",
92699
+ "path" : "/internal/billing/snoozes/:id",
92700
+ "parameters" : [ {
92701
+ "name" : "id",
92702
+ "type" : "string",
92703
+ "location" : "Path",
92704
+ "required" : true,
92705
+ "description" : "Filter by one or more IDs of this resource"
92706
+ } ],
92707
+ "responses" : [ {
92708
+ "code" : {
92709
+ "integer" : {
92710
+ "value" : 200
92711
+ }
92712
+ },
92713
+ "type" : "snooze",
92714
+ "description" : "Successful response",
92715
+ "attributes" : [ ]
92716
+ }, {
92717
+ "code" : {
92718
+ "integer" : {
92719
+ "value" : 401
92720
+ }
92721
+ },
92722
+ "type" : "unit",
92723
+ "description" : "Authorization failed",
92724
+ "attributes" : [ ]
92725
+ }, {
92726
+ "code" : {
92727
+ "integer" : {
92728
+ "value" : 404
92729
+ }
92730
+ },
92731
+ "type" : "unit",
92732
+ "description" : "Resource was not found",
92733
+ "attributes" : [ ]
92734
+ } ],
92735
+ "attributes" : [ ]
92736
+ }, {
92737
+ "method" : "DELETE",
92738
+ "path" : "/internal/billing/snoozes/:id",
92739
+ "parameters" : [ {
92740
+ "name" : "id",
92741
+ "type" : "string",
92742
+ "location" : "Path",
92743
+ "required" : true,
92744
+ "description" : "Filter by one or more IDs of this resource"
92745
+ } ],
92746
+ "responses" : [ {
92747
+ "code" : {
92748
+ "integer" : {
92749
+ "value" : 204
92750
+ }
92751
+ },
92752
+ "type" : "unit",
92753
+ "description" : "Operation succeeded. No content is returned",
92754
+ "attributes" : [ ]
92755
+ }, {
92756
+ "code" : {
92757
+ "integer" : {
92758
+ "value" : 401
92759
+ }
92760
+ },
92761
+ "type" : "unit",
92762
+ "description" : "Authorization failed",
92763
+ "attributes" : [ ]
92764
+ }, {
92765
+ "code" : {
92766
+ "integer" : {
92767
+ "value" : 404
92768
+ }
92769
+ },
92770
+ "type" : "unit",
92771
+ "description" : "Resource was not found",
92772
+ "attributes" : [ ]
92773
+ } ],
92774
+ "attributes" : [ ]
92775
+ } ],
92776
+ "attributes" : [ {
92777
+ "name" : "docs",
92778
+ "value" : {
92779
+ "module" : "general"
92780
+ }
92781
+ } ],
92782
+ "path" : "/internal/billing/snoozes"
92437
92783
  }, {
92438
92784
  "type" : "spot_rate",
92439
92785
  "plural" : "spot_rates",