@flowio/api-internal-mock-generator 5.31.59 → 5.31.60

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.18.30",
13
+ "version": "0.18.32",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -691,7 +691,7 @@
691
691
  "application": {
692
692
  "key": "pricing-indicator-internal-event"
693
693
  },
694
- "version": "0.18.30",
694
+ "version": "0.18.32",
695
695
  "enums": ["pricing_indicator_status", "service_name"],
696
696
  "interfaces": [],
697
697
  "unions": ["pricing_indicator_event"],
@@ -46225,7 +46225,7 @@
46225
46225
  }, {
46226
46226
  "name": "transitioned_at",
46227
46227
  "type": "date-time-iso8601",
46228
- "required": true,
46228
+ "required": false,
46229
46229
  "attributes": [],
46230
46230
  "annotations": []
46231
46231
  }],
@@ -78688,11 +78688,11 @@
78688
78688
  "responses": [{
78689
78689
  "code": {
78690
78690
  "integer": {
78691
- "value": 200
78691
+ "value": 201
78692
78692
  }
78693
78693
  },
78694
- "type": "unit",
78695
- "description": "Successful response",
78694
+ "type": "io.flow.organization.onboarding.state.v0.models.organization_onboarding_state",
78695
+ "description": "Operation succeeded and the resource was created",
78696
78696
  "attributes": []
78697
78697
  }, {
78698
78698
  "code": {
@@ -78703,6 +78703,15 @@
78703
78703
  "type": "unit",
78704
78704
  "description": "Authorization failed",
78705
78705
  "attributes": []
78706
+ }, {
78707
+ "code": {
78708
+ "integer": {
78709
+ "value": 404
78710
+ }
78711
+ },
78712
+ "type": "unit",
78713
+ "description": "Resource was not found",
78714
+ "attributes": []
78706
78715
  }, {
78707
78716
  "code": {
78708
78717
  "integer": {
@@ -78720,7 +78729,7 @@
78720
78729
  }
78721
78730
  }, {
78722
78731
  "method": "PUT",
78723
- "path": "/internal/:organization/onboarding/state/setup/block",
78732
+ "path": "/internal/:organization/onboarding/state/block",
78724
78733
  "parameters": [{
78725
78734
  "name": "organization",
78726
78735
  "type": "string",
@@ -78772,7 +78781,7 @@
78772
78781
  }
78773
78782
  }, {
78774
78783
  "method": "PUT",
78775
- "path": "/internal/:organization/onboarding/state/setup/unblock",
78784
+ "path": "/internal/:organization/onboarding/state/unblock",
78776
78785
  "parameters": [{
78777
78786
  "name": "organization",
78778
78787
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-mock-generator",
3
- "version": "5.31.59",
3
+ "version": "5.31.60",
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": "ad876b01a126395eae5d27ad56893b2c69b3944f"
32
+ "gitHead": "46a04b6ac3cb8aabcc89d77f21c5586312ed2960"
33
33
  }
@@ -10,7 +10,7 @@
10
10
  "key" : "api-internal"
11
11
  },
12
12
  "namespace" : "io.flow.internal.v0",
13
- "version" : "0.18.30",
13
+ "version" : "0.18.32",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -691,7 +691,7 @@
691
691
  "application" : {
692
692
  "key" : "pricing-indicator-internal-event"
693
693
  },
694
- "version" : "0.18.30",
694
+ "version" : "0.18.32",
695
695
  "enums" : [ "pricing_indicator_status", "service_name" ],
696
696
  "interfaces" : [ ],
697
697
  "unions" : [ "pricing_indicator_event" ],
@@ -46225,7 +46225,7 @@
46225
46225
  }, {
46226
46226
  "name" : "transitioned_at",
46227
46227
  "type" : "date-time-iso8601",
46228
- "required" : true,
46228
+ "required" : false,
46229
46229
  "attributes" : [ ],
46230
46230
  "annotations" : [ ]
46231
46231
  } ],
@@ -78688,11 +78688,11 @@
78688
78688
  "responses" : [ {
78689
78689
  "code" : {
78690
78690
  "integer" : {
78691
- "value" : 200
78691
+ "value" : 201
78692
78692
  }
78693
78693
  },
78694
- "type" : "unit",
78695
- "description" : "Successful response",
78694
+ "type" : "io.flow.organization.onboarding.state.v0.models.organization_onboarding_state",
78695
+ "description" : "Operation succeeded and the resource was created",
78696
78696
  "attributes" : [ ]
78697
78697
  }, {
78698
78698
  "code" : {
@@ -78703,6 +78703,15 @@
78703
78703
  "type" : "unit",
78704
78704
  "description" : "Authorization failed",
78705
78705
  "attributes" : [ ]
78706
+ }, {
78707
+ "code" : {
78708
+ "integer" : {
78709
+ "value" : 404
78710
+ }
78711
+ },
78712
+ "type" : "unit",
78713
+ "description" : "Resource was not found",
78714
+ "attributes" : [ ]
78706
78715
  }, {
78707
78716
  "code" : {
78708
78717
  "integer" : {
@@ -78720,7 +78729,7 @@
78720
78729
  }
78721
78730
  }, {
78722
78731
  "method" : "PUT",
78723
- "path" : "/internal/:organization/onboarding/state/setup/block",
78732
+ "path" : "/internal/:organization/onboarding/state/block",
78724
78733
  "parameters" : [ {
78725
78734
  "name" : "organization",
78726
78735
  "type" : "string",
@@ -78772,7 +78781,7 @@
78772
78781
  }
78773
78782
  }, {
78774
78783
  "method" : "PUT",
78775
- "path" : "/internal/:organization/onboarding/state/setup/unblock",
78784
+ "path" : "/internal/:organization/onboarding/state/unblock",
78776
78785
  "parameters" : [ {
78777
78786
  "name" : "organization",
78778
78787
  "type" : "string",