@flowio/api-mock-generator 6.17.60 → 6.17.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "key": "api"
11
11
  },
12
12
  "namespace": "io.flow.v0",
13
- "version": "0.17.84",
13
+ "version": "0.17.85",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -76,7 +76,7 @@
76
76
  "application": {
77
77
  "key": "ben-test-internal"
78
78
  },
79
- "version": "0.20.35",
79
+ "version": "0.20.41",
80
80
  "enums": [],
81
81
  "interfaces": ["generate_load"],
82
82
  "unions": ["generate_load"],
@@ -80558,6 +80558,62 @@
80558
80558
  }
80559
80559
  }],
80560
80560
  "path": "/:organization/marketing/abandoned/order/settings"
80561
+ }, {
80562
+ "type": "allocation_v2",
80563
+ "plural": "allocation_v2s",
80564
+ "operations": [{
80565
+ "method": "GET",
80566
+ "path": "/:organization/search/order/:number/allocations",
80567
+ "parameters": [{
80568
+ "name": "organization",
80569
+ "type": "string",
80570
+ "location": "Path",
80571
+ "required": true,
80572
+ "description": "Refers to your organization's account identifier"
80573
+ }, {
80574
+ "name": "number",
80575
+ "type": "string",
80576
+ "location": "Path",
80577
+ "required": true
80578
+ }],
80579
+ "responses": [{
80580
+ "code": {
80581
+ "integer": {
80582
+ "value": 200
80583
+ }
80584
+ },
80585
+ "type": "allocation_v2",
80586
+ "description": "Successful response",
80587
+ "attributes": []
80588
+ }, {
80589
+ "code": {
80590
+ "integer": {
80591
+ "value": 401
80592
+ }
80593
+ },
80594
+ "type": "unit",
80595
+ "description": "Authorization failed",
80596
+ "attributes": []
80597
+ }, {
80598
+ "code": {
80599
+ "integer": {
80600
+ "value": 404
80601
+ }
80602
+ },
80603
+ "type": "unit",
80604
+ "description": "Resource was not found",
80605
+ "attributes": []
80606
+ }],
80607
+ "attributes": [],
80608
+ "description": "Order allocations provide a granular view of an order that is targeted for accounting / financial views of an order"
80609
+ }],
80610
+ "attributes": [{
80611
+ "name": "docs",
80612
+ "value": {
80613
+ "module": "general"
80614
+ }
80615
+ }],
80616
+ "path": "/:organization/search/order/:number/allocations"
80561
80617
  }, {
80562
80618
  "type": "b2b_credit_memo",
80563
80619
  "plural": "b2b_credit_memos",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.60",
3
+ "version": "6.17.61",
4
4
  "description": "A mock data generator based on our API specifications for JavaScript",
5
5
  "keywords": [
6
6
  "flowcommerce",
@@ -28,5 +28,5 @@
28
28
  "apibuilder-js": "0.0.13",
29
29
  "apibuilder-mock-generator": "0.0.13"
30
30
  },
31
- "gitHead": "8ec8b535c64db79aa4a49bf6bd6eb53f46deee7d"
31
+ "gitHead": "f59548a63c0d54be400548738dd1771e26ae7462"
32
32
  }
package/src/api.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "key" : "api"
11
11
  },
12
12
  "namespace" : "io.flow.v0",
13
- "version" : "0.17.84",
13
+ "version" : "0.17.85",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -76,7 +76,7 @@
76
76
  "application" : {
77
77
  "key" : "ben-test-internal"
78
78
  },
79
- "version" : "0.20.35",
79
+ "version" : "0.20.41",
80
80
  "enums" : [ ],
81
81
  "interfaces" : [ "generate_load" ],
82
82
  "unions" : [ "generate_load" ],
@@ -80558,6 +80558,62 @@
80558
80558
  }
80559
80559
  } ],
80560
80560
  "path" : "/:organization/marketing/abandoned/order/settings"
80561
+ }, {
80562
+ "type" : "allocation_v2",
80563
+ "plural" : "allocation_v2s",
80564
+ "operations" : [ {
80565
+ "method" : "GET",
80566
+ "path" : "/:organization/search/order/:number/allocations",
80567
+ "parameters" : [ {
80568
+ "name" : "organization",
80569
+ "type" : "string",
80570
+ "location" : "Path",
80571
+ "required" : true,
80572
+ "description" : "Refers to your organization's account identifier"
80573
+ }, {
80574
+ "name" : "number",
80575
+ "type" : "string",
80576
+ "location" : "Path",
80577
+ "required" : true
80578
+ } ],
80579
+ "responses" : [ {
80580
+ "code" : {
80581
+ "integer" : {
80582
+ "value" : 200
80583
+ }
80584
+ },
80585
+ "type" : "allocation_v2",
80586
+ "description" : "Successful response",
80587
+ "attributes" : [ ]
80588
+ }, {
80589
+ "code" : {
80590
+ "integer" : {
80591
+ "value" : 401
80592
+ }
80593
+ },
80594
+ "type" : "unit",
80595
+ "description" : "Authorization failed",
80596
+ "attributes" : [ ]
80597
+ }, {
80598
+ "code" : {
80599
+ "integer" : {
80600
+ "value" : 404
80601
+ }
80602
+ },
80603
+ "type" : "unit",
80604
+ "description" : "Resource was not found",
80605
+ "attributes" : [ ]
80606
+ } ],
80607
+ "attributes" : [ ],
80608
+ "description" : "Order allocations provide a granular view of an order that is targeted for accounting / financial views of an order"
80609
+ } ],
80610
+ "attributes" : [ {
80611
+ "name" : "docs",
80612
+ "value" : {
80613
+ "module" : "general"
80614
+ }
80615
+ } ],
80616
+ "path" : "/:organization/search/order/:number/allocations"
80561
80617
  }, {
80562
80618
  "type" : "b2b_credit_memo",
80563
80619
  "plural" : "b2b_credit_memos",