diff --git a/examples/09-validate-validations.js b/examples/09-validate-validations.js index bea18cb84..8fe5f9118 100644 --- a/examples/09-validate-validations.js +++ b/examples/09-validate-validations.js @@ -13,5 +13,5 @@ module.exports = function (migration) { .type('Link') .linkType('Asset') .name('amount of calories the food contains') - .validations([{ assetImageDimensions: { width: { min: 1199, max: null }, height: { min: null, max: null } } }]); + .validations([{ assetImageDimensions: { width: { min: 1199, max: null }, height: { min: 1343 } } }]); }; diff --git a/src/lib/offline-api/validator/schema/field-validations-schema.ts b/src/lib/offline-api/validator/schema/field-validations-schema.ts index e2579a06c..16f7ae1bd 100644 --- a/src/lib/offline-api/validator/schema/field-validations-schema.ts +++ b/src/lib/offline-api/validator/schema/field-validations-schema.ts @@ -6,8 +6,8 @@ const validation = (name, constraint) => Joi.object({ }) const range = (type) => Joi.object({ - min: Joi[type]().required().allow(null), - max: Joi[type]().required().allow(null) + min: Joi[type]().allow(null), + max: Joi[type]().allow(null) }) const linkContentType = validation('linkContentType', Joi.array().items(Joi.string())) diff --git a/test/end-to-end/validations.spec.js b/test/end-to-end/validations.spec.js index 20a39d000..62dbbbdb7 100644 --- a/test/end-to-end/validations.spec.js +++ b/test/end-to-end/validations.spec.js @@ -57,7 +57,7 @@ describe('apply validations migration examples', function () { disabled: false, localized: false, omitted: false, - validations: [{ assetImageDimensions: { width: { min: 1199, max: null }, height: { min: null, max: null } } }] + validations: [{ assetImageDimensions: { width: { min: 1199, max: null }, height: { min: 1343 } } }] } ]; @@ -66,7 +66,7 @@ describe('apply validations migration examples', function () { .on(/\? Do you want to apply the migration \(Y\/n\)/).respond('y\n') .expect(assert.plans.contentType.create('dieatary-food', { name: 'Dieatary Food', description: 'Food with up to 500 calories' })) .expect(assert.plans.field.create('name', { type: 'Symbol', name: 'name of the food', validations: [{ unique: true }] })) - .expect(assert.plans.field.create('calories', { type: 'Link', linkType: 'Asset', name: 'amount of calories the food contains', validations: [{ assetImageDimensions: { width: { min: 1199, max: null }, height: { min: null, max: null } } }] })) + .expect(assert.plans.field.create('calories', { type: 'Link', linkType: 'Asset', name: 'amount of calories the food contains', validations: [{ assetImageDimensions: { width: { min: 1199, max: null }, height: { min: 1343 } } }] })) .expect(assert.plans.actions.apply()) .end(co(function * () { const contentType = yield getDevContentType(SOURCE_TEST_SPACE, environmentId, 'dieatary-food'); @@ -74,11 +74,4 @@ describe('apply validations migration examples', function () { done(); })); }); - - it('attempts to apply 19-bad-validations migration and fails', function (done) { - cli() - .run(`--space-id ${SOURCE_TEST_SPACE} --environment-id ${environmentId} ./examples/19-bad-validations.js`) - .stderr(/The property "validations.0.assetImageDimensions.width.max" is required on the field "assetTest"./) - .end(done); - }); }); diff --git a/test/fixtures/.gitkeep b/test/fixtures/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/test/fixtures/contentful-migration-integration.js b/test/fixtures/contentful-migration-integration.js index 214132063..ae0f17d55 100644 --- a/test/fixtures/contentful-migration-integration.js +++ b/test/fixtures/contentful-migration-integration.js @@ -50,7 +50,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:30 GMT', + 'Tue, 27 Nov 2018 15:08:05 GMT', 'ETag', 'W/"9794e7fe9bac8cf325815d01b4053837"', 'Referrer-Policy', @@ -72,7 +72,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '3ac7cca55a291d4b4e206c845e04a3cb', + 'ad656fc0957fd4b920b478e0c4bc4dae', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -84,13 +84,13 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=jnEsIfMeRgey3dERSm64VNn1tVsAAAAAQUIPAAAAAADgczH0JmejNjS7DxCDJdN1; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=a6y4Mea5Rh+Ew28mjVygrNVd/VsAAAAAQUIPAAAAAABSP+/P9ndwd8xS4kS6RzEX; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=lBPeTgIP1T+yp++26lKYhQAAAADmsqAhAjiJU3D+RFqUZSBA; path=/; Domain=.contentful.com', + 'nlbi_673446=p3HyHTGsaRjOuMbQ6lKYhQAAAADsVE8Oc/PE1AncbCv7IWp5; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=0OEoBgqrkjEpXjuj2S0oDNn1tVsAAAAAONLROcPL//2eXnpIXyUmHQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=E7QCdbubV2ztC7hNW0dCBtVd/VsAAAAAMjI2QkbPyWzxWy7MIIHJLg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192050121-192050137 NNNN CT(89 91 0) RT(1538651608786 41) q(0 0 2 -1) r(4 4) U5', + '2-34026566-34026575 NNNN CT(0 0 0) RT(1543331285085 152) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula', @@ -101,7 +101,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration', {"name":"env-integration"}) - .reply(201, {"name":"env-integration","sys":{"type":"Environment","id":"env-integration","version":1,"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"status":{"sys":{"type":"Link","linkType":"Status","id":"queued"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"createdAt":"2018-10-04T11:13:30Z","updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedAt":"2018-10-04T11:13:30Z"}}, [ 'Accept-Ranges', + .reply(201, {"name":"env-integration","sys":{"type":"Environment","id":"env-integration","version":1,"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"status":{"sys":{"type":"Link","linkType":"Status","id":"queued"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"createdAt":"2018-11-27T15:08:05Z","updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedAt":"2018-11-27T15:08:05Z"}}, [ 'Accept-Ranges', 'bytes', 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', @@ -124,9 +124,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:30 GMT', + 'Tue, 27 Nov 2018 15:08:06 GMT', 'ETag', - 'W/"329b8f91bc140086ac48ce2ee1930254"', + 'W/"9712f2b3e9f702c23fa7041a6fca8054"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -138,15 +138,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - '0b95413bd4e91217e676897b728a4658', + '01715474f5f27501566459b1152ba3be', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -160,13 +160,13 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=ajq77Mo4QTml91QLOHSZs9n1tVsAAAAAQUIPAAAAAADm52fCRIZxP4zh45A5JyDy; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=GFGzpQv1T4yUBWw9DMCaLdVd/VsAAAAAQUIPAAAAAAC/zhIADP4jqT0IF04q4jXT; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=zJP+cs8KBlvPJ7786lKYhQAAAABv28Upc8FCPbmzyk8Ao3wA; path=/; Domain=.contentful.com', + 'nlbi_673446=h2VzS3vuOij0Bw7V6lKYhQAAAACmGKE3APzDQ/wwljynw7UL; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=MWMbKpuKqFPTYDuj2S0oDNn1tVsAAAAAjgc/Yea+epoi2qSIzwphlg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=n3y/EJt3ZwaeDLhNW0dCBtVd/VsAAAAAiOJCpSC9ZFh5pkqWAor3Ew==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192050416-192050431 NNNN CT(0 0 0) RT(1538651609267 19) q(0 0 0 -1) r(4 4) U5', + '10-107187592-107187612 NNNN CT(0 0 0) RT(1543331285556 92) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -178,7 +178,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "sys":{ "type":"Environment", "id":"env-integration", - "version":4, + "version":3, "space":{ "sys":{ "type":"Link", @@ -200,7 +200,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -208,7 +208,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:06Z" } } @@ -235,9 +235,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:31 GMT', + 'Tue, 27 Nov 2018 15:08:06 GMT', 'ETag', - 'W/"86ce2b74c0012671a0154f8aae4b8694"', + 'W/"b2f51560d2fff3bd5cb7140aa8c35a3a"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -249,15 +249,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - 'e5dd734a31b58e856924de7a8aeb14c4', + '7d5a6cbc179e2bb77f4af35b47944ed0', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -269,13 +269,13 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=2V7h+IaVSIOk++BJDXjlddr1tVsAAAAAQUIPAAAAAABGUbTsQ3K5UZ5lK6ZkKEM0; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=PuIOC6MoSX2Ghdp//b62R9Zd/VsAAAAAQUIPAAAAAAB5cTkEAiAmsuJxqwhVG+Tr; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=TiUSS8NoThqRATUz6lKYhQAAAAD39t9c3SFLlB15GZLG8H2r; path=/; Domain=.contentful.com', + 'nlbi_673446=NygYVGelUlj7+9Qg6lKYhQAAAABY0Ah3giQswUUfiwxJX/vM; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=XE3EUYnRAgfCZDuj2S0oDNr1tVsAAAAAkiua/mdv05/uGP+ubCe+AA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=plKEXHF6QwvxDLhNW0dCBtZd/VsAAAAAhzYqrBKM4FRY1dyMkCjw8Q==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192050723-192050751 NNNN CT(87 86 0) RT(1538651609756 27) q(0 0 2 -1) r(5 5) U5', + '9-66498382-66498386 NNNN CT(0 0 0) RT(1543331286049 46) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula', @@ -313,7 +313,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -321,7 +321,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:31Z" + "updatedAt":"2018-11-27T15:08:06Z" } } @@ -348,9 +348,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:32 GMT', + 'Tue, 27 Nov 2018 15:08:08 GMT', 'ETag', - 'W/"7863c05cc6eddf8685b91e9b831f3dce"', + 'W/"d97cb88165faaad3ad1ea3f169e18cd2"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -370,7 +370,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'b5496341eb2fb5bb5d1f0f6bbd9b8719', + '83dac10280562c23214da8cbcb054887', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -382,13 +382,13 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=4A+pFEb/SaeY9GzXkyfbY9v1tVsAAAAAQUIPAAAAAABzqeNzkLJiyRWvKAXaEmbB; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=fna3UYtbSseRXzkgGPhbjtdd/VsAAAAAQUIPAAAAAAAlZg1XUbVnlAInggmPv4C6; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=UtCoRIpDYD7gaQUN6lKYhQAAAABpJieyQW1fDOPIV2RyB5Kv; path=/; Domain=.contentful.com', + 'nlbi_673446=9X8mb4Ib3Xn276L36lKYhQAAAABAJ2T3GeU7MXY4WS3CNEF8; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=mC3AdcKIflPFbTuj2S0oDNv1tVsAAAAA9DLv2Oij2EI7Je6wBne37Q==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=SgiZTsT3JBnFDrhNW0dCBtdd/VsAAAAAVaXZHdVJhHkZ4vMgbfSP7A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141980126-141980145 NNNN CT(102 87 0) RT(1538651611393 27) q(0 0 2 -1) r(3 3) U5', + '4-83765461-83765466 NNNN CT(88 88 0) RT(1543331287438 96) q(0 0 2 -1) r(3 3) U5', 'X-CDN', 'Incapsula', @@ -426,7 +426,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:33 GMT', + 'Tue, 27 Nov 2018 15:08:08 GMT', 'ETag', '"29f2c21be26360c424f617d8592cf6f9"', 'Server', @@ -438,25 +438,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '71bd40cae60995a94f27394d068a530d', + 'd5ff0b5cb9de677dac462d6b5ebb3810', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=x8QBpsj5SaKE4uE+jbFB09z1tVsAAAAAQUIPAAAAAABYvFPJ6RMvXNU2yD6z8W9K; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=fmP4HXegT1m4J+ZNDEWPj9hd/VsAAAAAQUIPAAAAAACWZRlHAL8Kceld0H2pUCId; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Dt9ud4WDFm3/E1wE6lKYhQAAAACOEOsxlMf+vN/467bHIzbQ; path=/; Domain=.contentful.com', + 'nlbi_673446=lFTIKqcQc354SqYm6lKYhQAAAADrcCScZd8XIBZwhDPJbxna; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=5u8oA5BG33eWcjuj2S0oDNz1tVsAAAAAPXnAaEobLblyGXmJ+NWqgA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=DpheX2KXkyJ0D7hNW0dCBthd/VsAAAAAJnAXK9+1ayyqQzonrrDIZA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-56997063-56997071 NNNN CT(97 91 0) RT(1538651611824 25) q(0 0 2 -1) r(7 7) U5', + '9-66498666-66498668 NNNN CT(0 0 0) RT(1543331288229 28) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula', @@ -509,7 +509,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -517,7 +517,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -546,9 +546,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:34 GMT', + 'Tue, 27 Nov 2018 15:08:09 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -568,7 +568,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'cc87e34a8f107f923eaec16c44327896', + '34cb8800adfad8496acbaceb5cb0fa98', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -582,20 +582,20 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=OHH30cp0RkexZV0cdEL7Jt31tVsAAAAAQUIPAAAAAAAYHTTnAWFCDtvb6mmpXN/n; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=hIvmcb4oS7Kl7QhlCOsiFdld/VsAAAAAQUIPAAAAAABiT9ar9avSQQlbTQGvBfi6; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=mLJyUpqz4Cm0JJef6lKYhQAAAADSdmNMHji6NAzA5PLuKuCC; path=/; Domain=.contentful.com', + 'nlbi_673446=0PnPX5G5FScgXuHe6lKYhQAAAABSaCl6eydV0onG1mih4zQB; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=bSdCOGAPo0UOdjuj2S0oDN31tVsAAAAAM5g3/9kMAOu31aD7NNL6bg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=+BpaS1WE2CroD7hNW0dCBtld/VsAAAAAZIGGGdvyp20ubY3AsifM2g==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141980703-141980717 NNNN CT(91 94 0) RT(1538651612640 22) q(0 0 2 -1) r(5 5) U5', + '0-13690893-13690895 NNNN CT(0 0 0) RT(1543331288656 149) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/dog', {"name":"angry dog","fields":[{"id":"woofs","name":"woof woof","type":"Number","required":true}],"description":"super angry"}) - .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"dog","type":"ContentType","createdAt":"2018-10-04T11:13:35.000Z","updatedAt":"2018-10-04T11:13:35.000Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"angry dog","description":"super angry","fields":[{"id":"woofs","name":"woof woof","type":"Number","localized":false,"required":true,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', + .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"dog","type":"ContentType","createdAt":"2018-11-27T15:08:09.513Z","updatedAt":"2018-11-27T15:08:09.513Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"angry dog","description":"super angry","fields":[{"id":"woofs","name":"woof woof","type":"Number","localized":false,"required":true,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -612,9 +612,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:35 GMT', + 'Tue, 27 Nov 2018 15:08:09 GMT', 'ETag', - '"74d129494d883f0ee4557176336a5cdc"', + '"22cb1cec7c3cf632e875269d6b1a7091"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -624,27 +624,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - 'c7a2e0758e2c63e9436f4f287c8487f2', + '4a39fa3bb4193b705f025686c2f86c20', 'Content-Length', '1024', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=fiYKFnz1RouMpL/ut6ZLPN71tVsAAAAAQUIPAAAAAAAjmx+G952InQymeq6YXUa2; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=g+KHsNkwQN2CgnBtK3nPWtld/VsAAAAAQUIPAAAAAADs9vZClcFrBdLcZMdVcJVw; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=n8YPK7zlNXrsmwkO6lKYhQAAAACLaDVMHoS8aIHpFsiXwZBs; path=/; Domain=.contentful.com', + 'nlbi_673446=Kg5EBjjF2lS1ymPS6lKYhQAAAAAzZm1lRhHQBtauUHL6UxDc; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=zPSsTDeCoy82fTuj2S0oDN71tVsAAAAAUefcUU5U7G/aeEIbNRAw3g==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=fGdrTwEuiHJUELhNW0dCBtld/VsAAAAAEnE8/gk1JDtl9qygkLdPmw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192052824-192052839 NNNN CT(93 90 0) RT(1538651613237 23) q(0 0 2 -1) r(11 11) U5', + '5-102428391-102428395 NNNN CT(0 0 0) RT(1543331289115 21) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -662,8 +662,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:35.591Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:10.034Z", "environment": { "sys": { "id": "env-integration", @@ -686,9 +686,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", + "firstPublishedAt": "2018-11-27T15:08:10.034Z", "publishedCounter": 1, - "publishedAt": "2018-10-04T11:13:35.591Z", + "publishedAt": "2018-11-27T15:08:10.034Z", "publishedBy": { "sys": { "type": "Link", @@ -733,9 +733,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:35 GMT', + 'Tue, 27 Nov 2018 15:08:10 GMT', 'ETag', - 'W/"7e6165176b286d556376ca65ca615377"', + 'W/"c704d746f1f7072c536764a875eaf654"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -745,27 +745,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '7', 'X-Contentful-Request-Id', - '1c8823f4b9685b02c6d3a30c9e2fd6e2', + '36a18832c0514790407904665563e8fa', 'Content-Length', - '440', + '444', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=EkuJAEHlTxCj5OlRajuw8t/1tVsAAAAAQUIPAAAAAAB0Qhd55I2mpYLDqxsdygpJ; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=D2pZU8bvQXSnV3aAI2EmP9pd/VsAAAAAQUIPAAAAAAAowpab5W6J/NRCBtMkquSc; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=tAbGY0RmHW9LVJIk6lKYhQAAAABA886FDs/VGLAShwXVtuGt; path=/; Domain=.contentful.com', + 'nlbi_673446=MLFyILHTQjJXlkfh6lKYhQAAAAC1IOvmAXIV/Be6ioO6Ju63; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=wf3gbcqpDnHpgTuj2S0oDN/1tVsAAAAAqmi7dTRmMnWG9XWvolJ5kw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=ZpXJXgl1vgUaEbhNW0dCBtpd/VsAAAAAg+WNOJrcmvrJVreGzXHrEQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '5-109045097-109045101 NNNN CT(90 91 0) RT(1538651614383 21) q(0 0 1 -1) r(6 6) U5', + '10-107188294-107188312 NNNN CT(0 0 0) RT(1543331289536 85) q(0 0 0 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -783,8 +783,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:35.591Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:10.034Z", "environment": { "sys": { "id": "env-integration", @@ -816,8 +816,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:35.591Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:10.034Z" }, "displayField": null, "name": "angry dog", @@ -854,9 +854,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:36 GMT', + 'Tue, 27 Nov 2018 15:08:10 GMT', 'ETag', - 'W/"0471304aa9d7a7cbb099375bc887d058"', + 'W/"93c2f7cede063143f57daf6624740462"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -874,19 +874,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '2623fb9dca4c0fe44bb0556572b78c13', + '6b183d7a3a62ca0785219cfffa56f797', 'Content-Length', - '441', + '444', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=F7omBgDpT5WjAPRHoRti2N/1tVsAAAAAQUIPAAAAAAADTHPV0s7fIIfEBP/0wgbv; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=eLpD7cfQSu6ycISv+nlfeNpd/VsAAAAAQUIPAAAAAACK16ybkV5iBLBdgKMauOb9; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=7kZIPifR0i2FCQGU6lKYhQAAAAD2wyynS0AJwD4suOi6Uk+9; path=/; Domain=.contentful.com', + 'nlbi_673446=Kb5fHzOh9VPFVTeD6lKYhQAAAAC5DorX2EsZpUrOpMWbbh1F; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=Z5/+WenlqRoChTuj2S0oDN/1tVsAAAAAKXl9TWafQx5X3eAmt7TKeA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=pZYlVkKMw1OqEbhNW0dCBtpd/VsAAAAAmzjs8nlwMjzWGAipQg0BHA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192053806-192053820 NNNN CT(93 87 0) RT(1538651615249 25) q(0 0 2 -1) r(3 3) U5', + '5-102428580-102428586 NNNN CT(0 0 0) RT(1543331290254 47) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -913,8 +913,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:35.591Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:10.034Z", "environment": { "sys": { "id": "env-integration", @@ -946,8 +946,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:35.591Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:10.034Z" }, "displayField": null, "name": "angry dog", @@ -986,9 +986,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:41 GMT', + 'Tue, 27 Nov 2018 15:08:15 GMT', 'ETag', - 'W/"dd37c551c9a6275082a04f47130a88ec"', + 'W/"0e75bf3a5fa850a0ffc48067be241136"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -1006,19 +1006,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '23f0b2e56645aff5bcbe8d25f9ec1a38', + '2a1c728a62480569093c2069dcbbc0ee', 'Content-Length', - '507', + '511', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=6qHwpx4qSaCagoPPX7WQEOT1tVsAAAAAQUIPAAAAAADs64h+Kdt5LEZ4j62rgPQj; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=MBLlNh4PQmi2gHV5UAhvFt9d/VsAAAAAQUIPAAAAAABD5C3NUc7gnVeEoGDvFli4; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=BOq8E4N+mnXMaPvM6lKYhQAAAAALPff/GrMJ++YNnOoE3l/8; path=/; Domain=.contentful.com', + 'nlbi_673446=93mVQ/dk9DVjhoDk6lKYhQAAAAD7vj0+vE6OZCCv0a2RmBuR; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=JptUSqVId2fapTuj2S0oDOT1tVsAAAAADSYV5U9Id0e+u4cbEGbvnQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=r1igGmAM13AcGLhNW0dCBt9d/VsAAAAAWai62m/sXQMXOQ5T5/B2Vw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192056535-192056549 NNNN CT(89 90 0) RT(1538651620643 21) q(0 0 2 -1) r(3 3) U5', + '10-107189466-107189482 NNNN CT(0 0 0) RT(1543331295602 80) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -1067,7 +1067,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -1075,7 +1075,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -1104,9 +1104,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:42 GMT', + 'Tue, 27 Nov 2018 15:08:16 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -1126,7 +1126,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'fc4fd162b695d1f01781315b00438da6', + 'f43481916f0c093910acbba91a9e3d2c', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -1135,18 +1135,18 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'none', 'X-XSS-Protection', '1; mode=block', - 'Content-Length', - '412', + 'transfer-encoding', + 'chunked', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=SqjwqgXuSd2Qw9WjRrDM+uX1tVsAAAAAQUIPAAAAAAADNTjY2Cnv2nMUxZUOqYL9; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=BVEiErT/S6SpcwGcOAwaDeBd/VsAAAAAQUIPAAAAAABqIbWHqWczjLYe/fmBeWSB; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=NRfmHvt1YiiWgBH56lKYhQAAAAALCwsYxUhJI9AHabDamO8l; path=/; Domain=.contentful.com', + 'nlbi_673446=iDVnXouNBAegKfQD6lKYhQAAAABd6HQi0nPBm8f3RmBVUQif; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=v8N6ZiGt6xSMpzuj2S0oDOX1tVsAAAAAV1d67pUOWlKEziojhgYdOg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=t72qQ4yCSgGEGLhNW0dCBuBd/VsAAAAA3GUPeGk6iFwDAY/CPjVjVA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239193354-239193367 NNNN CT(0 0 0) RT(1538651621021 27) q(0 0 0 -1) r(2 2) U5', + '5-102429422-102429429 NNNN CT(0 0 0) RT(1543331295940 55) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -1164,8 +1164,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:42.369Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:16.808Z", "environment": { "sys": { "id": "env-integration", @@ -1197,8 +1197,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:35.591Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:10.034Z" }, "displayField": null, "name": "angry dog", @@ -1235,9 +1235,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:42 GMT', + 'Tue, 27 Nov 2018 15:08:16 GMT', 'ETag', - 'W/"e01ae792a477fd3bcc73bd8eea7c903f"', + 'W/"9efd829346fd8db19e53d2043d6a3713"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -1255,19 +1255,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '18758057dbe8d9a7f17ad737772674e2', + '7bfbdc2da4c1b873bcb475be8943e4c7', 'Content-Length', - '445', + '448', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=jMQMGQxfQuiwXxzBfl7PruX1tVsAAAAAQUIPAAAAAABnWU4rC+vt8DZ3pAGIMEhA; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=hJTb0ybOQRqiKpZ+iiowN+Bd/VsAAAAAQUIPAAAAAABCveql6YdjbaXT3fHnIGJX; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Un43YgsxwAeyO10N6lKYhQAAAADp/TqMXaMLvRo3glI7Ftb4; path=/; Domain=.contentful.com', + 'nlbi_673446=KMTTfknJh1I0vexa6lKYhQAAAABmW4ZrDegVIL7us4UWEZKh; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=U8w9EBtLt16SqTuj2S0oDOX1tVsAAAAAMBzz5E97KG5WQWMZWUMfzA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=jqRXJYPcq3oXGbhNW0dCBuBd/VsAAAAAFJB+ZxYgBcoSFZR+aeohMw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '7-68580108-68580113 NNNN CT(0 0 0) RT(1538651621272 43) q(0 0 0 -1) r(2 2) U5', + '2-34027208-34027210 NNNN CT(0 0 0) RT(1543331296352 26) q(0 0 0 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -1285,8 +1285,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:42.761Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:17.598Z", "environment": { "sys": { "id": "env-integration", @@ -1318,8 +1318,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:42.761Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:17.598Z" }, "displayField": null, "name": "angry dog", @@ -1356,9 +1356,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:43 GMT', + 'Tue, 27 Nov 2018 15:08:17 GMT', 'ETag', - 'W/"66fa691f73d5cda4ba766780e3cc4b65"', + 'W/"9634ac709bb48c8bfc06903637b8d262"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -1368,27 +1368,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '9', 'X-Contentful-Request-Id', - '1e79ccad62af82e2ccfdd097c2954a69', + '5da226570ed444901d39e49b98fd2c71', 'Content-Length', - '449', + '452', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=7+5DJ8TlSLOAo+nVy1Mskeb1tVsAAAAAQUIPAAAAAABxgVHeFEBzYYgzcDiYXKJh; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=jVDwxbfxTouqGYLdk8cPheFd/VsAAAAAQUIPAAAAAACnDhIYUTjnYYpWveCU8aF2; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=ruMuD0fNiE7kRIlg6lKYhQAAAAAKp9ZgMXxYpzlswAlDaTsO; path=/; Domain=.contentful.com', + 'nlbi_673446=VH0/eit8CFGn39Oo6lKYhQAAAADeVUn98xtI5Au4fj8WPj6D; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=RangZr9CXzHKrTuj2S0oDOb1tVsAAAAATnIDyo5XdVAbmwsRH8THrg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=BEV3aAlzBBwRGrhNW0dCBuFd/VsAAAAAf5xlxz7tq9uQHJ22drzfZg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '7-68580169-68580171 NNNN CT(86 86 0) RT(1538651621577 19) q(0 0 2 -1) r(7 7) U5', + '2-34027237-34027240 NNNN CT(87 176 0) RT(1543331296947 47) q(0 0 3 -1) r(7 7) U5', 'X-CDN', 'Incapsula' ]); @@ -1406,8 +1406,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:43.499Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:18.177Z", "environment": { "sys": { "id": "env-integration", @@ -1439,8 +1439,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:42.761Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:17.598Z" }, "displayField": null, "name": "angry dog", @@ -1466,9 +1466,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:43 GMT', + 'Tue, 27 Nov 2018 15:08:18 GMT', 'ETag', - 'W/"7a048f2e9d12473b047c99af3c35b18d"', + 'W/"e75c902fdfe5fe2db60b6d07b130228d"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -1486,19 +1486,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'cb04da6cd813b31170cd0912ade92b7a', + '036bbab652d30f1c124d4925cbb08fe2', 'Content-Length', '371', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=t/KGUwU8QgmXvYnk96eKFub1tVsAAAAAQUIPAAAAAACL3AnTaC/KJpmUw4okRKwY; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=hRroiEAkQLe3Mmr6I+S4SeJd/VsAAAAAQUIPAAAAAAACL6CFDYsoT630mNTvPLNA; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=zNohUkXxLVpb21/j6lKYhQAAAADwS/ExKy4IOgq6rFJqXnGT; path=/; Domain=.contentful.com', + 'nlbi_673446=Tji1XPHcyF1KRpn16lKYhQAAAAD/LIqZbkSbejbx2mY1CfwF; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=4xu+KV0941arsDuj2S0oDOb1tVsAAAAAQ37P8+z1bkohrwnHV1/uAQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=hIrOG8JFbmOWGrhNW0dCBuJd/VsAAAAAgAeSocOlxthdazfDpawDPA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '5-109046456-109046464 NNNN CT(0 0 0) RT(1538651622362 21) q(0 0 0 -1) r(3 3) U5', + '4-83766788-83766806 NNNN CT(0 0 0) RT(1543331297773 116) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -1516,8 +1516,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:43.904Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:18.658Z", "environment": { "sys": { "id": "env-integration", @@ -1549,8 +1549,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 5, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:43.904Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:18.658Z" }, "displayField": null, "name": "angry dog", @@ -1576,9 +1576,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:44 GMT', + 'Tue, 27 Nov 2018 15:08:19 GMT', 'ETag', - 'W/"91df213913b17f5cc55fbde63e9afcf1"', + 'W/"bbd29587421c7dec0b46d4bdbbd95410"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -1596,19 +1596,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '8be132bf32cb66ba42d7c183225d37c8', + 'eb5f50c037c5270c8b16348780b94ca9', 'Content-Length', - '366', + '369', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=cZCBBkXTRWuGKFqIItvXq+f1tVsAAAAAQUIPAAAAAADFrecoMadh6XJ2IVoXQLJH; expires=Fri, 04 Oct 2019 11:03:24 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=vqVsYzeWTPmRe+dJqOOwQeJd/VsAAAAAQUIPAAAAAADLYrjo+uIdvw+qqb/5QSVm; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=52uQT/2MQAVwGa/u6lKYhQAAAAAbhD5vswpyEPuyZ3sRjeCv; path=/; Domain=.contentful.com', + 'nlbi_673446=zv1uHyY723FqpKF86lKYhQAAAAB4aPqGqhku9Smw0wykVU5h; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=uYUdS2Y4vF7pszuj2S0oDOf1tVsAAAAAAbOhrrhm0aczVhVxhqHAYw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=HBJlClaBOhqWG7hNW0dCBuJd/VsAAAAA+yeRxXDFzXRYn6b/CNlSMA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '8-10242972-10242975 NNNN CT(90 90 0) RT(1538651622690 20) q(0 0 1 -1) r(5 5) U5', + '2-34027318-34027321 NNNN CT(0 0 0) RT(1543331298291 57) q(0 0 0 -1) r(5 5) U5', 'X-CDN', 'Incapsula' ]); @@ -1626,8 +1626,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:43.904Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:18.658Z", "environment": { "sys": { "id": "env-integration", @@ -1659,8 +1659,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 5, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:43.904Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:18.658Z" }, "displayField": null, "name": "angry dog", @@ -1686,9 +1686,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:44 GMT', + 'Tue, 27 Nov 2018 15:08:19 GMT', 'ETag', - 'W/"91df213913b17f5cc55fbde63e9afcf1"', + 'W/"bbd29587421c7dec0b46d4bdbbd95410"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -1706,19 +1706,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '1846d963b4da5c5320fe6eee54f88b69', + '22e4b2601d6871bf883fd2bc12c79909', 'Content-Length', - '366', + '369', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=iQvFBa9IStmizd2gkJr4huf1tVsAAAAAQUIPAAAAAAAM9QcRRxmBQIa46n3d0SNE; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=FUcMkP3RS+SfbASqd8ZSheNd/VsAAAAAQUIPAAAAAAB6L6jmisNSuY9kIxBs3OsU; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=P/x4RdFmuERYiuBz6lKYhQAAAAAxAD4Y2z/UvvDVnoCo9wFv; path=/; Domain=.contentful.com', + 'nlbi_673446=ey9lS5+vXlsTF0NV6lKYhQAAAABP7aNfEDK8+shKJAxaN/ll; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=Xu0uQFBkuxo2tjuj2S0oDOf1tVsAAAAAAQTz4fd3HciqJHdMZ76raQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=5RS4RVNtv3ZcHLhNW0dCBuNd/VsAAAAAtwEvEhkJnWCqWfl1w2/BrQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57000475-57000481 NNNN CT(87 86 0) RT(1538651623274 26) q(0 0 1 -1) r(2 2) U5', + '1-23114173-23114174 NNNN CT(0 0 0) RT(1543331298937 26) q(0 0 0 -1) r(5 5) U5', 'X-CDN', 'Incapsula' ]); @@ -1745,8 +1745,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:43.904Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:18.658Z", "environment": { "sys": { "id": "env-integration", @@ -1778,8 +1778,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 5, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:43.904Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:18.658Z" }, "displayField": null, "name": "angry dog", @@ -1807,9 +1807,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:44 GMT', + 'Tue, 27 Nov 2018 15:08:19 GMT', 'ETag', - 'W/"ff4f6b381006aea7bfb5c530eae700d1"', + 'W/"fec2c14d60338224b4c342d80d285f0d"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -1827,19 +1827,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '455267cd8f622736eaa79fae81693532', + 'b0c15d01539fa146c6bbda27d51780c4', 'Content-Length', - '431', + '434', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=IwcSvVKdQdez9VpL6wIUn+f1tVsAAAAAQUIPAAAAAABLYHkIl8nqv++dk5lBENBF; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=Sa7aA5QZR8mQZsvpPr7dxONd/VsAAAAAQUIPAAAAAACcTVULLKHHVREVydK4Adlw; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=IeoOPNlop0RqZFMk6lKYhQAAAACI6uzRFLN46k4MMh7wqzF9; path=/; Domain=.contentful.com', + 'nlbi_673446=4Jr+WbpBmiIMgFpq6lKYhQAAAABy86Z9eRNyU3dK40UGkR1I; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=hgWkVuueJkuAuDuj2S0oDOf1tVsAAAAAS64FohoTDCOCWDySuZ8L5A==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=0g6ea4k+swngHLhNW0dCBuNd/VsAAAAA0NmsL7EYu2keQyzLL2ocjA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192058188-192058198 NNNN CT(87 87 0) RT(1538651623670 14) q(0 0 2 -1) r(3 3) U5', + '5-102429938-102429947 NNNN CT(0 0 0) RT(1543331299503 55) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -1888,7 +1888,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -1896,7 +1896,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -1925,9 +1925,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:45 GMT', + 'Tue, 27 Nov 2018 15:08:20 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -1947,7 +1947,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '70f3801226aa4e2b7aca9884fea02537', + '96f11773981c82155899aa9db6d04b66', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -1957,17 +1957,17 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-XSS-Protection', '1; mode=block', 'Content-Length', - '412', + '413', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=Cum0M540Q0KoB01Z7HeIk+j1tVsAAAAAQUIPAAAAAAC7HI7lJVZvlMhIubfWjUJU; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=2F2B/9IaT6Od8tMoysgjPeRd/VsAAAAAQUIPAAAAAABTpecHJjCCMl5nC+vM0SPD; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=IwH9PL/VBgvO00l56lKYhQAAAAAXQQrc4Hh+PNS7KrerKbI5; path=/; Domain=.contentful.com', + 'nlbi_673446=SB9RR2ya4hoI7nMn6lKYhQAAAACPkJSGYO8lvvO0yApvUaoJ; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=81c2T9LqHgJ0uTuj2S0oDOj1tVsAAAAA9UvaHQ4YMsgHIraN2Opl9w==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=D7oEOkGvnwpnHbhNW0dCBuRd/VsAAAAATYE9vX5Le7c7+Jlu3NiE9g==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57000675-57000678 NNNN CT(0 0 0) RT(1538651624031 23) q(0 0 0 -1) r(1 1) U5', + '9-66500205-66500219 NNNN CT(81 80 0) RT(1543331299798 48) q(0 0 2 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -1985,8 +1985,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:45.390Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:21.562Z", "environment": { "sys": { "id": "env-integration", @@ -2018,8 +2018,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 5, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:43.904Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:18.658Z" }, "displayField": null, "name": "Friendly dog", @@ -2056,9 +2056,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:45 GMT', + 'Tue, 27 Nov 2018 15:08:21 GMT', 'ETag', - 'W/"0e52d56df8fe3f931d5a26e3cdf72893"', + 'W/"a51e8e78902be1915068cbb48a524e16"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -2068,27 +2068,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '89121307243c5435a197c42dc64c01b6', + '4ce9641f68b71d71bbdff8df041b4334', 'Content-Length', - '490', + '493', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=IMWQfXE/SACQT8rPfVOGvOj1tVsAAAAAQUIPAAAAAAApE3YI4W8Lez0NaCP5Vme6; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=TH470PMpSkCGxbmK64bfLeVd/VsAAAAAQUIPAAAAAAAHPrgPnFlTuPZkGzvCt7gC; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=jB/oBvvtPSjJ3i/16lKYhQAAAADLjhqpDA5DGF9rO4679B/r; path=/; Domain=.contentful.com', + 'nlbi_673446=IxEJRUcGm1eKk8Le6lKYhQAAAAA8vyvaVjJbkP9QyhtrAamx; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=UTfoZ4CNDDWhuzuj2S0oDOj1tVsAAAAAwnGrMr7E/I5QzkJQTNEZAA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=3yoVJqMydniCH7hNW0dCBuVd/VsAAAAAs/n9rFkeJ5JoZ22AuwjacQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '3-71549863-71549864 NNNN CT(86 87 0) RT(1538651624201 21) q(0 0 1 -1) r(3 3) U5', + '5-102430239-102430252 NNNN CT(0 0 0) RT(1543331301197 80) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -2106,8 +2106,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:45.755Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:21.906Z", "environment": { "sys": { "id": "env-integration", @@ -2139,8 +2139,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 7, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:45.755Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:21.906Z" }, "displayField": null, "name": "Friendly dog", @@ -2177,9 +2177,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:45 GMT', + 'Tue, 27 Nov 2018 15:08:22 GMT', 'ETag', - 'W/"9093a067a21597fbd3ff43703f3ea825"', + 'W/"b6ff88012e01945ba0e2dc2e09132097"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -2189,27 +2189,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '8', 'X-Contentful-Request-Id', - 'a55293347123f7aae0d4db7cba82f215', + 'e0fb1028bb4dcd9af5fb97465b77c3d1', 'Content-Length', - '487', + '490', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=8LKX2C7fQ6Wyl0Vu7Vr9t+n1tVsAAAAAQUIPAAAAAADkDIEMVHZH3lXChx6xcdo5; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=/tpMYJcBTKuPyzR6+AnEsOVd/VsAAAAAQUIPAAAAAADSZdYK/TBzqRPfXYTZrxkf; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=jvHCN7Iw/1xvRSjV6lKYhQAAAAC5j4kILIVSLqvCiFHXZolv; path=/; Domain=.contentful.com', + 'nlbi_673446=kVlLR0LLExlBic/O6lKYhQAAAADd1TF+NEWi5E+9HoeLpAvF; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=vaJZDLMiRmvcvjuj2S0oDOn1tVsAAAAAonbo1K+/cAaP7UhqUvmvEw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=jDkhUvvYtgMHILhNW0dCBuVd/VsAAAAAMibwQIRtNA9TffB1hf/avw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100254874-100254876 NNNN CT(87 88 0) RT(1538651624584 15) q(0 0 2 -1) r(5 5) U5', + '3-56388919-56388925 NNNN CT(0 0 0) RT(1543331301576 45) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -2227,8 +2227,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:45.755Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:21.906Z", "environment": { "sys": { "id": "env-integration", @@ -2260,8 +2260,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 7, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:45.755Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:21.906Z" }, "displayField": null, "name": "Friendly dog", @@ -2298,9 +2298,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:46 GMT', + 'Tue, 27 Nov 2018 15:08:22 GMT', 'ETag', - 'W/"9093a067a21597fbd3ff43703f3ea825"', + 'W/"b6ff88012e01945ba0e2dc2e09132097"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -2318,19 +2318,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'f4977fa748d8bfb869f407e1df3dbfad', + '93f4181c7cea44d11495aa3919fe4bba', 'Content-Length', - '487', + '490', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=Mu6s6bPKRBiQRjGbLjOaKOn1tVsAAAAAQUIPAAAAAAB0CzbwBnkVJMbB8qvvW2B3; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=Ud3XcaLdTkOzPW04IylnJ+Zd/VsAAAAAQUIPAAAAAACHu2+EfJ2cNKp0yLpV7LPf; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=7PyLbgG7YFTg90Br6lKYhQAAAACKI+dyAw4WFXk2m0U9RfBY; path=/; Domain=.contentful.com', + 'nlbi_673446=3FJxPBIEi04wmawT6lKYhQAAAACQhcHspLlYreP7EsCKZWmt; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=6bZcI4ORAClRxDuj2S0oDOn1tVsAAAAA02x/amm20YxUx2kfCZ7zzg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=auHFTbXzyFE0ILhNW0dCBuZd/VsAAAAAC/SWHHlLI1dB7D8ZvAjq+Q==; path=/; Domain=.contentful.com', 'X-Iinfo', - '9-29832070-29832080 NNNN CT(86 87 0) RT(1538651625213 31) q(0 0 2 -1) r(7 7) U5', + '5-102430357-102430359 NNNN CT(0 0 0) RT(1543331301984 20) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); @@ -2357,8 +2357,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:45.755Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:21.906Z", "environment": { "sys": { "id": "env-integration", @@ -2390,8 +2390,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 7, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:45.755Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:21.906Z" }, "displayField": null, "name": "Friendly dog", @@ -2430,9 +2430,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:46 GMT', + 'Tue, 27 Nov 2018 15:08:22 GMT', 'ETag', - 'W/"12c2ac7911f759857e14cbcfa5c3aeb9"', + 'W/"f4d8676f5002b04850d15311d99dd881"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -2450,19 +2450,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '1ee83a6eee93e1ae1f5f5a63d042e8e8', + '9d7e3b7ce9290952551de18bab316304', 'Content-Length', - '551', + '555', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=5BIppuPwSjmjLJ4Ef5GDAur1tVsAAAAAQUIPAAAAAAABHkN+TpC34gUrwA2rZtZR; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=XgEJJmtmQ52YuWl3W5wxu+Zd/VsAAAAAQUIPAAAAAADCP8RxqZFBlij4tF6aYzaL; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=qZY8aCblqAUlcg9y6lKYhQAAAACMSvk3/JIt+tHwi/1oSFdh; path=/; Domain=.contentful.com', + 'nlbi_673446=Uls3bGzIKhwkrCdP6lKYhQAAAABoCH2LPhCJ90KIK4lsJfZG; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=AvpCEPWj5n5uxTuj2S0oDOr1tVsAAAAAuZhleztxeBadeg/WY23Mdg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=K2Uab/twrUAIIbhNW0dCBuZd/VsAAAAADl+wfKOQNJnFTKD6hvZxQA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '2-39135605-39135607 NNNN CT(0 0 0) RT(1538651625977 15) q(0 0 0 -1) r(2 2) U5', + '5-102430400-102430403 NNNN CT(115 233 0) RT(1543331302215 23) q(0 0 3 -1) r(5 5) U5', 'X-CDN', 'Incapsula' ]); @@ -2481,7 +2481,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 4, - "createdAt": "2018-10-04T11:13:35.733Z", + "createdAt": "2018-11-27T15:08:10.163Z", "createdBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -2489,7 +2489,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "linkType": "User" } }, - "updatedAt": "2018-10-04T11:13:45.881Z", + "updatedAt": "2018-11-27T15:08:22.009Z", "updatedBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -2536,9 +2536,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:47 GMT', + 'Tue, 27 Nov 2018 15:08:23 GMT', 'ETag', - '"ff3b28369a9243e5aeba5721c42f5f87"', + '"3194b4c2a92a89a3aec18d0d25d8b6f6"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -2556,17 +2556,17 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'ddbf6dbd4483d7d9950d2f3e656dd7ec', + '7de09c7b891caaa6ea4108ac0fd7924c', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=icB3WD0CRE++d+R4cDmc4ur1tVsAAAAAQUIPAAAAAAB6ZG5Ubx7kZ5fsZ+NaLVAC; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=0gDw2dz0S7miNBril4FwfOdd/VsAAAAAQUIPAAAAAAAe4YTAnZJKPVFN7LZ4vpDo; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=5mG6PAJyEzTskqbg6lKYhQAAAABcuCoLmRKUWBswt95e/Vy9; path=/; Domain=.contentful.com', + 'nlbi_673446=X9tNaNE+qWMbfT8c6lKYhQAAAADXuZbGR8XakJgo6gQ4dxXT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=m60rAtoDFDUjxzuj2S0oDOr1tVsAAAAATaS5Ik6Oh98e0+Swlw7+Yg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=7rSZEKTZJ1hWIbhNW0dCBudd/VsAAAAATcKafFsMcNH0ddY64GsZYw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '9-29832203-29832206 NNNN CT(0 0 0) RT(1538651626201 33) q(0 0 0 -1) r(1 1) U5', + '0-13691071-13691072 NNNN CT(0 0 0) RT(1543331302910 35) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula', @@ -2619,7 +2619,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -2627,7 +2627,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -2656,9 +2656,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:47 GMT', + 'Tue, 27 Nov 2018 15:08:23 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -2678,7 +2678,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '539033da8c1f3c0f214fe69c29d1c5df', + '72baab32f5174e49f544166d951a3ddd', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -2692,13 +2692,13 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=LRdKBI9cStmR0vSGwEWMdOr1tVsAAAAAQUIPAAAAAABiOcubSy+jWl0dEvFJUFwT; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=edk0tbyGS6ewckHd8saomudd/VsAAAAAQUIPAAAAAAA9orsmOBadfNnGrW6l6j1s; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Uk46K3U9ZjnjZBKt6lKYhQAAAAB5DQ2HIROrQ7GydwdEVzoa; path=/; Domain=.contentful.com', + 'nlbi_673446=4BWrMVzJtgCKIKWn6lKYhQAAAABwoe6pAXKzEmpcQAGragsh; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=IaTdcWw8XS0zyTuj2S0oDOr1tVsAAAAAoFo/m8Xj/v4NxcuwImtgmA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=wuFxAtXLfzvxIbhNW0dCBudd/VsAAAAAlYVzwBg01+M/1x6CdSf6Qg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192059418-192059431 NNNN CT(90 91 0) RT(1538651626445 26) q(0 0 2 -1) r(3 3) U5', + '9-66500726-66500732 NNNN CT(94 95 0) RT(1543331303118 23) q(0 0 2 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -2716,8 +2716,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:47.998Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:23.993Z", "environment": { "sys": { "id": "env-integration", @@ -2749,8 +2749,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 7, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:45.755Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:21.906Z" }, "displayField": null, "name": "Friendly dog", @@ -2787,9 +2787,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:48 GMT', + 'Tue, 27 Nov 2018 15:08:24 GMT', 'ETag', - 'W/"378550573ca6a9b6985af0e3c26afc59"', + 'W/"97df26a8b9ca4adbe81d0631640281d0"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -2807,19 +2807,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '7', 'X-Contentful-Request-Id', - '14af006f772e9c33a6c85ccd91ebeff7', + 'bfd436db461ffbb771c6e51834a40c63', 'Content-Length', - '497', + '499', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=97BJAqLLRfOVsxwnIDD/huv1tVsAAAAAQUIPAAAAAAAAi/GiqYEGG+wT1a5p5Zhb; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=EC6Vg4CrQtaPnCjkWZVmVOdd/VsAAAAAQUIPAAAAAAD7goK9cZheRcl+uhKG3Psp; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=sWYBJr90Wzq65Vz66lKYhQAAAACLTpFsT4RavcUUTpeSQyLf; path=/; Domain=.contentful.com', + 'nlbi_673446=hRbJPcJJYUS68YvQ6lKYhQAAAACg2hpouOKGV+RPFP2//y/k; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=G7urA1/GD261yzuj2S0oDOv1tVsAAAAABCYzCj0+6HHG0KIxuv4M8A==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=eYpVGHiRanZqIrhNW0dCBudd/VsAAAAA+55bUH3Cc/Sbj8ZHJ/Duxw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192059625-192059641 NNNN CT(87 87 0) RT(1538651626809 24) q(0 0 2 -1) r(3 3) U5', + '1-23114381-23114383 NNNN CT(0 0 0) RT(1543331303655 46) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); @@ -2837,8 +2837,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:48.182Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:24.268Z", "environment": { "sys": { "id": "env-integration", @@ -2870,8 +2870,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 9, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:48.182Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:24.268Z" }, "displayField": null, "name": "Friendly dog", @@ -2908,9 +2908,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:48 GMT', + 'Tue, 27 Nov 2018 15:08:24 GMT', 'ETag', - 'W/"a0b38b5e9ffbf8992c3a9c91c25ea278"', + 'W/"f82501f047971b81df3a94626aedec9e"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -2928,26 +2928,26 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'c8278d50f1e24d3f35d7ec48e7c78704', + '37eecaf108f930dc0f87dc7056b867b1', 'Content-Length', - '493', + '496', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=qeY/uXVmT2a/ZCbPawc++ev1tVsAAAAAQUIPAAAAAAA6ukYM2dGJOUUE3LQgZm6x; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=uc2k/JH+RVCpVEbx7LhW2Ohd/VsAAAAAQUIPAAAAAADAtzdXkxgIxO39Sfu2tkfo; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=wZJqb09grR7Bb95f6lKYhQAAAABuBU2U/9v+a6L3bPrBPouS; path=/; Domain=.contentful.com', + 'nlbi_673446=GSYEVhx/VU975+7H6lKYhQAAAACCefE+pfcvYaZnMKv6Jxxv; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=jxp3ZZ0oOnTGzjuj2S0oDOv1tVsAAAAAfk2DnLpSQ3qKpi4cXDuGug==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=CTfgRZWhe0HXIrhNW0dCBuhd/VsAAAAAOCAl12IzCWo2sfYaTqilAw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192059836-192059852 NNNN CT(0 0 0) RT(1538651627185 14) q(0 0 0 -1) r(5 5) U5', + '4-83767667-83767675 NNNN CT(0 0 0) RT(1543331303951 43) q(0 0 0 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/dog/editor_interface', {"controls":[{"fieldId":"aDifferentId","widgetId":"numberEditor"}]}) - .reply(200, {"controls":[{"fieldId":"aDifferentId","widgetId":"numberEditor"}],"sys":{"id":"default","type":"EditorInterface","space":{"sys":{"id":"bohepdihyxin","type":"Link","linkType":"Space"}},"version":6,"createdAt":"2018-10-04T11:13:35.733Z","createdBy":{"sys":{"id":"33kZDXNajFNmbngiu5MvUa","type":"Link","linkType":"User"}},"updatedAt":"2018-10-04T11:13:48.767Z","updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"contentType":{"sys":{"id":"dog","type":"Link","linkType":"ContentType"}},"environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}}}}, [ 'Access-Control-Allow-Headers', + .reply(200, {"controls":[{"fieldId":"aDifferentId","widgetId":"numberEditor"}],"sys":{"id":"default","type":"EditorInterface","space":{"sys":{"id":"bohepdihyxin","type":"Link","linkType":"Space"}},"version":6,"createdAt":"2018-11-27T15:08:10.163Z","createdBy":{"sys":{"id":"33kZDXNajFNmbngiu5MvUa","type":"Link","linkType":"User"}},"updatedAt":"2018-11-27T15:08:24.805Z","updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"contentType":{"sys":{"id":"dog","type":"Link","linkType":"ContentType"}},"environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}}}}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -2964,9 +2964,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:48 GMT', + 'Tue, 27 Nov 2018 15:08:24 GMT', 'ETag', - '"7678b230b21d6f3924a7dc3e15537b26"', + '"51365b27e533cb1711b99c11e0ed1218"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -2984,19 +2984,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - 'f0e1c44d927fd38660d843e367dd4248', + '6d703c2614f7197ba9b770adff70cbe7', 'Content-Length', '956', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=og45kLbpQAu1pXDkRmdtH+v1tVsAAAAAQUIPAAAAAADuLeLw7oug1wuwSIdVmi9u; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=IIhI2pWwQ6uMJfwphDKiaOhd/VsAAAAAQUIPAAAAAACT8LetYUfdFo7JUk5tWMbc; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=nX/3RN4/9DR9/gpG6lKYhQAAAADRQbQWNHsRjs/Do6obU9/R; path=/; Domain=.contentful.com', + 'nlbi_673446=COsoTqyvVUSuwKnx6lKYhQAAAACqpUvPPc25V4t+iVx1zBc4; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=ziWvLyd/8Wau0Duj2S0oDOv1tVsAAAAA1gfuDfR+It3XRAPZeWHNFA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=x5W4RBoLPlNxI7hNW0dCBuhd/VsAAAAABWk3oVj0EVupIeCP8kiQ4Q==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100255951-100255962 NNNN CT(0 0 0) RT(1538651627768 18) q(0 0 0 -1) r(2 2) U5', + '10-107190964-107190970 NNNN CT(0 0 0) RT(1543331304473 33) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -3014,8 +3014,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:49.283Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:25.180Z", "environment": { "sys": { "id": "env-integration", @@ -3047,8 +3047,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 9, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:48.182Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:24.268Z" }, "displayField": null, "name": "Friendly dog", @@ -3085,9 +3085,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:49 GMT', + 'Tue, 27 Nov 2018 15:08:25 GMT', 'ETag', - 'W/"6fd0aead7e511f0ebb03b1ffdf349cac"', + 'W/"7757b925a7387438b0dd2474fb64f13f"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -3105,19 +3105,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '5bf72ba7cd410628b9915a93fd97f3bb', + 'dd27c5e6c095d612b9f49b0635210c92', 'Content-Length', - '488', + '491', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=MUFn33l2SR24GRaI4OGwTOz1tVsAAAAAQUIPAAAAAAA1r2z3pIpWPP9dQRkA26zf; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=OCAzDi5wTwitg/PvrExWtOld/VsAAAAAQUIPAAAAAABm6tR8oU/+K9kW6ESg/vaB; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=f0SuXAUN5HuTkCS26lKYhQAAAABTNLcqi3cq0g9xieTieF0p; path=/; Domain=.contentful.com', + 'nlbi_673446=MLbZG8o/Bk9vkZFu6lKYhQAAAACtct5CVCK8vO5RCyoF2tPM; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=JHyNXLPwYhtT0zuj2S0oDOz1tVsAAAAA71LMdF/Luia/T3KBsRHLLg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=sDVSYlbltWS4I7hNW0dCBuld/VsAAAAAsuN+C2sdc/aSc4h82YzhuQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192060249-192060286 NNNN CT(94 92 0) RT(1538651628036 55) q(0 0 2 -1) r(4 4) U5', + '4-83767801-83767824 NNNN CT(0 0 0) RT(1543331304819 37) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -3135,8 +3135,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:49.684Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:25.831Z", "environment": { "sys": { "id": "env-integration", @@ -3168,8 +3168,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 11, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:49.684Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:25.831Z" }, "displayField": null, "name": "Friendly dog", @@ -3206,9 +3206,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:49 GMT', + 'Tue, 27 Nov 2018 15:08:26 GMT', 'ETag', - 'W/"2abc5c0bcced55b24846233955f40314"', + 'W/"6fef6cde4cdd86f360091771a400c1b0"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -3226,19 +3226,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '08c09227ac966074b02ea9632a404c83', + '54e03b32d3fb9de64a1d0904ee3d061f', 'Content-Length', - '486', + '488', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=wps1JRH7SF2Geqc4a3/z5+z1tVsAAAAAQUIPAAAAAADn4dMoCHq8K7Ks++QOkGkY; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=82aI3JCXS2mFshpzSG3CrOld/VsAAAAAQUIPAAAAAACgEZnegb1eUlLOtimFOFrH; expires=Wed, 27 Nov 2019 10:00:36 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=ZfLSY5lwDQs1ucOL6lKYhQAAAADkOyYUaN0WsTEO/CqmlE/4; path=/; Domain=.contentful.com', + 'nlbi_673446=6jjkKTyZHzzJf/TF6lKYhQAAAAB3hScD9vsJ6fIG7Z2E5qMz; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=N75KF2dC+2pH1juj2S0oDOz1tVsAAAAA+JU4anwcJG4y4mq1YU4Tyw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=ubifCAkllGOFJLhNW0dCBuld/VsAAAAAuAgrs3J/HPCiyyWCLVOK+A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141987948-141987956 NNNN CT(86 98 0) RT(1538651628493 24) q(0 0 2 -1) r(4 4) U5', + '7-13573632-13573634 NNNN CT(87 86 0) RT(1543331305326 22) q(0 0 2 -1) r(5 5) U5', 'X-CDN', 'Incapsula' ]); @@ -3256,8 +3256,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:49.684Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:25.831Z", "environment": { "sys": { "id": "env-integration", @@ -3289,8 +3289,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 11, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:49.684Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:25.831Z" }, "displayField": null, "name": "Friendly dog", @@ -3327,9 +3327,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:50 GMT', + 'Tue, 27 Nov 2018 15:08:27 GMT', 'ETag', - 'W/"2abc5c0bcced55b24846233955f40314"', + 'W/"6fef6cde4cdd86f360091771a400c1b0"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -3347,19 +3347,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'a4a572a693bfad5a9c24247a7acac102', + '034f4e5f965675e5035a3dee81d1aa04', 'Content-Length', - '486', + '488', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=YJeK0atnRv6kjQOAeXnwqe31tVsAAAAAQUIPAAAAAACk0f3e0b4YvP6GW+xWIwmB; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=u4t4L2xQQI2wrGtc9fMhOetd/VsAAAAAQUIPAAAAAADflqU32tM/4RHql392TeB/; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=dvsbWHHAhBd0Lzru6lKYhQAAAAAP+gw8WEDp6YSFjXwx25c9; path=/; Domain=.contentful.com', + 'nlbi_673446=aWDfMEJT6mMN3LAP6lKYhQAAAAAyyp3Q9mOXrAdTTC438m0b; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=QoD+IcizlEx72Duj2S0oDO31tVsAAAAAcYXvaHWvUJMkU1Rckck+Lw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=mBY9XntWwRrJJbhNW0dCButd/VsAAAAAIXQzhQbmtQ7i/M9Si1gwsg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '5-109047559-109047563 NNNN CT(89 89 0) RT(1538651629007 14) q(0 0 1 -1) r(3 3) U5', + '4-83768178-83768184 NNNN CT(0 0 0) RT(1543331306899 28) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); @@ -3386,8 +3386,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:49.684Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:25.831Z", "environment": { "sys": { "id": "env-integration", @@ -3419,8 +3419,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 11, - "firstPublishedAt": "2018-10-04T11:13:35.591Z", - "publishedAt": "2018-10-04T11:13:49.684Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z", + "publishedAt": "2018-11-27T15:08:25.831Z" }, "displayField": null, "name": "Friendly dog", @@ -3459,9 +3459,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:50 GMT', + 'Tue, 27 Nov 2018 15:08:27 GMT', 'ETag', - 'W/"d85f53b4624067c9dbfd9579b9fe3e66"', + 'W/"994490a853853df2751f8a0d6536ee7a"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -3479,19 +3479,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - 'a1b2a905d575d85877ed12f5b1168172', + '4e46ffa959be6893f8494429e944f87c', 'Content-Length', - '551', + '552', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=I3vYlOauTMqaVOLTDkjQHu31tVsAAAAAQUIPAAAAAABulIVGhy108eya1cEbDpIa; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=6JvUQDHsQfeo4+T610NedOtd/VsAAAAAQUIPAAAAAADoAG3flw0T0lc99II0JTgS; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Zv3OLNSCDyu2fgMD6lKYhQAAAAAsw68KmqOyc2t1rgsiuH4e; path=/; Domain=.contentful.com', + 'nlbi_673446=QYBPEHUOgAr7KP1j6lKYhQAAAAD7gbv7TzB2k5LzRWnoSlai; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=M/9Pfa02zTIw2zuj2S0oDO31tVsAAAAAPdTWHVJ18L09WjwSUYBvLg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=L9olQALkywMQJrhNW0dCButd/VsAAAAA2ZM191JkRuw6AYhLlzdbjg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141988310-141988319 NNNN CT(89 88 0) RT(1538651629420 31) q(0 0 2 -1) r(3 3) U5', + '10-107191399-107191405 NNNN CT(0 0 0) RT(1543331307117 28) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -3525,7 +3525,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:50 GMT', + 'Tue, 27 Nov 2018 15:08:27 GMT', 'ETag', '"29f2c21be26360c424f617d8592cf6f9"', 'Server', @@ -3545,17 +3545,17 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '7', 'X-Contentful-Request-Id', - '5e18bb55953d002f21651d5777d32033', + 'abf6f54c3d2856a55cb61ec2f0e1d0e7', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=dEtFHUZARdKtmVMA0EaW+O71tVsAAAAAQUIPAAAAAADS7FJqyv3z/qdl8s5ig5JH; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=66clRSk9TxO+tbn8dEunXetd/VsAAAAAQUIPAAAAAAAi0BqDMQWkyeZj0cOQO/8O; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=pWkYO3Q7xjWN0gJg6lKYhQAAAAA0f3T4/64IH45JyPAcJIlv; path=/; Domain=.contentful.com', + 'nlbi_673446=0i3jdkDEyFEr5uRC6lKYhQAAAADvFNNwSdp7IMQGf5h4q0lW; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=IcPRYfhF3HIm3Tuj2S0oDO71tVsAAAAA0C9avPWJjnE+PfMkwlevuw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=pc7pAdk3GntGJrhNW0dCButd/VsAAAAAd4b8w14W9SeBvntyEWiGYA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192061198-192061213 NNNN CT(0 0 0) RT(1538651629862 23) q(0 0 0 -1) r(2 2) U5', + '4-83768254-83768255 NNNN CT(0 0 0) RT(1543331307380 22) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula', @@ -3608,7 +3608,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -3616,7 +3616,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -3645,9 +3645,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:51 GMT', + 'Tue, 27 Nov 2018 15:08:27 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -3659,15 +3659,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35996', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '6', 'X-Contentful-Request-Id', - 'e342b0d0f40f07b180cbb432903ecdd4', + '0d8563bf92e2d391b3ef3309ae1f067d', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -3681,13 +3681,13 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=d4s3F5FgT/mymOWIicQWqO71tVsAAAAAQUIPAAAAAAA7BdpuuHMUWikzIddYt3AI; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=RaSkFlR0SgSXMUlL+xkyOetd/VsAAAAAQUIPAAAAAABuuYEA2dHcg3KMPdLDVI9E; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Vrf8cJqOdR13gyJ16lKYhQAAAAAefx5d6OiiEJ7EQpHfSeJ+; path=/; Domain=.contentful.com', + 'nlbi_673446=iTi5NpUTdXXSOQn56lKYhQAAAADP3BSViyWfj/QC3/VyBkMC; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=isWqLuh7Y0lo3juj2S0oDO71tVsAAAAApCBFM+Bm2YY+7NicHCPFEA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=00lGUqaNFhxsJrhNW0dCButd/VsAAAAAMp8RfiqXW1J/jM5o36gUsA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192061335-192061348 NNNN CT(0 0 0) RT(1538651630168 33) q(0 0 0 -1) r(1 1) U5', + '2-34027944-34027947 NNNN CT(0 0 0) RT(1543331307578 21) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); @@ -3705,8 +3705,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dog", "type": "ContentType", - "createdAt": "2018-10-04T11:13:35.000Z", - "updatedAt": "2018-10-04T11:13:51.363Z", + "createdAt": "2018-11-27T15:08:09.513Z", + "updatedAt": "2018-11-27T15:08:28.050Z", "environment": { "sys": { "id": "env-integration", @@ -3730,7 +3730,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "publishedCounter": 6, "version": 13, - "firstPublishedAt": "2018-10-04T11:13:35.591Z" + "firstPublishedAt": "2018-11-27T15:08:10.034Z" }, "displayField": null, "name": "Friendly dog", @@ -3767,9 +3767,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:51 GMT', + 'Tue, 27 Nov 2018 15:08:28 GMT', 'ETag', - 'W/"7c3c3d97ce9f6b52c9d3610c3f93e7f3"', + 'W/"9011bcf2d4b98f051acee9aa6cc72ee8"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -3779,27 +3779,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '8d655e2fc28964442b935c337c3f8141', + '8c1d8b76d413b7131123accefd6a2d46', 'Content-Length', - '463', + '465', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=+OdZQQRNQrKW1s8XNygbX+71tVsAAAAAQUIPAAAAAABQzpvcrYxYcjpTcYHBQ1Pa; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=YJOlhKFYSDC01dBY/mFILOxd/VsAAAAAQUIPAAAAAAChLfFaOpWSc87JRxwROMIF; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=23/bDu76YhKWbgl/6lKYhQAAAADYrBF3QME4Fu0Lrue1rMw/; path=/; Domain=.contentful.com', + 'nlbi_673446=kWR7c4plTEfKpU036lKYhQAAAABniTP30AzsRXbvU9izl4xi; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=WUKdHX9pNzGK4Duj2S0oDO71tVsAAAAATA/MykWOKfTE7+D1mtcU5g==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=Wuj+WyPJBnzUJrhNW0dCBuxd/VsAAAAATASKvL+6gGFYyjluk9feEQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141988672-141988682 NNNN CT(0 0 0) RT(1538651630354 22) q(0 0 0 -1) r(3 3) U5', + '3-56389463-56389465 NNNN CT(0 0 0) RT(1543331307750 19) q(0 0 0 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -3823,7 +3823,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:52 GMT', + 'Tue, 27 Nov 2018 15:08:28 GMT', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -3833,25 +3833,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '8', 'X-Contentful-Request-Id', - 'e646f31b726f768e2f3b2a633ea279db', + '4d52f69f96783e7a8ce113d3b54c5b8b', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=/cAukhD1TU+lBViW20ZbpO/1tVsAAAAAQUIPAAAAAAA+hPaczDOP4Y0HO6b79Dgw; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=1xOqrileSaGaxfRTR9Jt1Oxd/VsAAAAAQUIPAAAAAABkjYRvmU5BDTDoUnWtOky7; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=l2+7U4FBv107vGBU6lKYhQAAAADa7lu4Us0eDfEZN2KlToYd; path=/; Domain=.contentful.com', + 'nlbi_673446=XJRNPYWmiVigacS16lKYhQAAAACf+MzcGoIcxlYPCNGmXiLa; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=iD4OYzvWqFy94zuj2S0oDO/1tVsAAAAAX97u2FWZCby0Cbva+GCH1w==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=PFvqZkfYNxh0J7hNW0dCBuxd/VsAAAAABlrYS6JK/cKjjJhwgX/o0Q==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141988821-141988834 NNNN CT(89 89 0) RT(1538651630708 29) q(0 0 2 -1) r(4 4) U5', + '4-83768386-83768388 NNNN CT(0 0 0) RT(1543331308293 26) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -3870,7 +3870,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "environment": "env-integration", "space": "bohepdihyxin" }, - "requestId": "227335ea9bea25c59bfda7bf6dbcc158" + "requestId": "d0ea4ca25d596367888a375c5087be76" } , [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', @@ -3889,9 +3889,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:52 GMT', + 'Tue, 27 Nov 2018 15:08:28 GMT', 'ETag', - '"34dff6677c662af6bda2fb41ace60a3c"', + '"0a1e8087753d3ba9731b322b73da5e46"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -3901,25 +3901,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '7', 'X-Contentful-Request-Id', - '227335ea9bea25c59bfda7bf6dbcc158', + 'd0ea4ca25d596367888a375c5087be76', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=zmmApksfSVOKhY3DPnW4mu/1tVsAAAAAQUIPAAAAAABlwExuL4DCkIdbD7UJJeLc; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=daSftH1ySjm0GK7nSaD5uuxd/VsAAAAAQUIPAAAAAABeJEa1zpojy9uBTOLt4RlO; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=ZjraYgP3N1uIPEYX6lKYhQAAAADKLh6Pp9PL2oZK1uAqcHjO; path=/; Domain=.contentful.com', + 'nlbi_673446=bU7te1ppggsoDtyv6lKYhQAAAAB1BR3FlAyWcTC3lK5kcW7R; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=+h2xNC0H/Gcm5Tuj2S0oDO/1tVsAAAAAfMdEO8o2zCbPcddefcGmRA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=BJqYLq153ByyJ7hNW0dCBuxd/VsAAAAA++EyrLn8tXHFUS/uo+f7rg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57002837-57002843 NNNN CT(0 0 0) RT(1538651631259 34) q(0 0 0 -1) r(2 2) U5', + '10-107191615-107191620 NNNN CT(0 0 0) RT(1543331308665 20) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula', @@ -3957,7 +3957,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:52 GMT', + 'Tue, 27 Nov 2018 15:08:29 GMT', 'ETag', '"29f2c21be26360c424f617d8592cf6f9"', 'Server', @@ -3969,25 +3969,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '4ce0aaad9bcc07dfccc2cc0d1a89884d', + 'c94f13c10b88493126511beec40fab3b', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=trqGANeATxabx7iwiLKdMO/1tVsAAAAAQUIPAAAAAAB7X9ShPU5oRt8PiKZyJm0Q; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=auMLBusESHWCkTfsafcF3e1d/VsAAAAAQUIPAAAAAABRTeRAIZNyAHLdtdnlFvF8; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=tyRWQidFGQ4X91BZ6lKYhQAAAAB13VJVdMBW6AJATMi+6BiK; path=/; Domain=.contentful.com', + 'nlbi_673446=LAB/TLIF+SaV3ZFs6lKYhQAAAABC7at6u26wnxjQVW0b4MPv; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=jD/gZIa9LVbc5zuj2S0oDO/1tVsAAAAAJa8JuR5PwqDUUWQ/RjXiJA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=UnGpYGrIE3f9J7hNW0dCBu1d/VsAAAAAd35389mk2MM6A8LQwBbLwQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192061952-192061958 NNNN CT(87 88 0) RT(1538651631544 15) q(0 0 2 -1) r(3 3) U5', + '9-66501446-66501448 NNNN CT(0 0 0) RT(1543331308951 23) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula', @@ -4040,7 +4040,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -4048,7 +4048,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -4077,9 +4077,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:53 GMT', + 'Tue, 27 Nov 2018 15:08:29 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -4091,15 +4091,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - 'f6334cc08372b8524b6a08d618cd5706', + '0b234555eff09c1e84f3cdfbc76e7cf3', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -4113,20 +4113,20 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=stJ7E674RO+dCnM7p0CJw/D1tVsAAAAAQUIPAAAAAADMG2EI6PPAqd8bRM/ajNDN; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=koswzW98SEClIn85yoEdau1d/VsAAAAAQUIPAAAAAAAxCv+vDTM5rnRk5bWhbqpo; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Wa6vQ/bY/QtqdXnJ6lKYhQAAAAAG0Hnm84GNAgRcPEMOHjxZ; path=/; Domain=.contentful.com', + 'nlbi_673446=15/6N88+gU0UGTp36lKYhQAAAAB89duFiD/YIhdzxa62DqYH; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=2smuSZhth3kM6juj2S0oDPD1tVsAAAAACQZ+IV+yqq95V9TFXYt5KA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=TmhjE8PO4wo/KLhNW0dCBu1d/VsAAAAAXpEujRFQVm8dtVnJnDB6Gw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100257597-100257612 NNNN CT(89 91 0) RT(1538651631914 23) q(0 0 2 -1) r(3 3) U5', + '3-56389654-56389656 NNNN CT(0 0 0) RT(1543331309155 20) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) - .put('/spaces/bohepdihyxin/environments/env-integration/content_types/dieatary-food', {"name":"Dieatary Food","fields":[{"id":"name","type":"Symbol","name":"name of the food","validations":[{"unique":true}]},{"id":"calories","type":"Link","linkType":"Asset","name":"amount of calories the food contains","validations":[{"assetImageDimensions":{"width":{"min":1199,"max":null},"height":{"min":null,"max":null}}}]}],"description":"Food with up to 500 calories"}) - .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"dieatary-food","type":"ContentType","createdAt":"2018-10-04T11:13:53.513Z","updatedAt":"2018-10-04T11:13:53.513Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"Dieatary Food","description":"Food with up to 500 calories","fields":[{"id":"name","name":"name of the food","type":"Symbol","localized":false,"required":false,"validations":[{"unique":true}],"disabled":false,"omitted":false},{"id":"calories","name":"amount of calories the food contains","type":"Link","localized":false,"required":false,"validations":[{"assetImageDimensions":{"width":{"min":1199,"max":null},"height":{"min":null,"max":null}}}],"disabled":false,"omitted":false,"linkType":"Asset"}]}, [ 'Access-Control-Allow-Headers', + .put('/spaces/bohepdihyxin/environments/env-integration/content_types/dieatary-food', {"name":"Dieatary Food","fields":[{"id":"name","type":"Symbol","name":"name of the food","validations":[{"unique":true}]},{"id":"calories","type":"Link","linkType":"Asset","name":"amount of calories the food contains","validations":[{"assetImageDimensions":{"width":{"min":1199,"max":null},"height":{"min":1343}}}]}],"description":"Food with up to 500 calories"}) + .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"dieatary-food","type":"ContentType","createdAt":"2018-11-27T15:08:29.648Z","updatedAt":"2018-11-27T15:08:29.648Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"Dieatary Food","description":"Food with up to 500 calories","fields":[{"id":"name","name":"name of the food","type":"Symbol","localized":false,"required":false,"validations":[{"unique":true}],"disabled":false,"omitted":false},{"id":"calories","name":"amount of calories the food contains","type":"Link","localized":false,"required":false,"validations":[{"assetImageDimensions":{"width":{"min":1199,"max":null},"height":{"min":1343}}}],"disabled":false,"omitted":false,"linkType":"Asset"}]}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -4143,9 +4143,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:53 GMT', + 'Tue, 27 Nov 2018 15:08:29 GMT', 'ETag', - '"f7c91986069f158d20ef4a3502eb5fa4"', + '"2e46ae215fc041a2579c6b04736de38c"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -4155,27 +4155,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '7', 'X-Contentful-Request-Id', - '758796b1d4a61fcf48b0587bcea790bc', + 'b7529e26dd1e72289a82ba7b0552d3b8', 'Content-Length', - '1635', + '1608', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=4uPGWhJfSSG2WlZwvPIJg/D1tVsAAAAAQUIPAAAAAACJedeMkp39v1jaIYYKrJ0P; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=u715cYT1RG6AwVAy7Kwhq+1d/VsAAAAAQUIPAAAAAAAL6Tpswtjt0RJmO43AUQgp; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=hezlJE32MDL6jNWE6lKYhQAAAACTMvyH4brUTjHuX+MK4O1p; path=/; Domain=.contentful.com', + 'nlbi_673446=Xf36FJPD9mLQb/Rq6lKYhQAAAAB8T+NOh747Z/y7L7xEWQS6; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=hwBgEvA+XGkj7Tuj2S0oDPD1tVsAAAAAWtKS9Rup5zSz+et9wTkkHA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=TbH0EbQSwjalKLhNW0dCBu1d/VsAAAAAf/KzV2RI10hyFU+rLG9+Kw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141989458-141989467 NNNN CT(89 90 0) RT(1538651632291 20) q(0 0 1 -1) r(4 4) U5', + '10-107191721-107191726 NNNN CT(0 0 0) RT(1543331309347 22) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -4193,8 +4193,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dieatary-food", "type": "ContentType", - "createdAt": "2018-10-04T11:13:53.513Z", - "updatedAt": "2018-10-04T11:13:54.149Z", + "createdAt": "2018-11-27T15:08:29.648Z", + "updatedAt": "2018-11-27T15:08:29.973Z", "environment": { "sys": { "id": "env-integration", @@ -4217,9 +4217,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "firstPublishedAt": "2018-10-04T11:13:54.149Z", + "firstPublishedAt": "2018-11-27T15:08:29.973Z", "publishedCounter": 1, - "publishedAt": "2018-10-04T11:13:54.149Z", + "publishedAt": "2018-11-27T15:08:29.973Z", "publishedBy": { "sys": { "type": "Link", @@ -4261,8 +4261,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "max": null }, "height": { - "min": null, - "max": null + "min": 1343 } } } @@ -4292,9 +4291,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:54 GMT', + 'Tue, 27 Nov 2018 15:08:30 GMT', 'ETag', - 'W/"320bf13122119c505fda6e43291c8783"', + 'W/"a261d80777361ee5cc19b6b7f7ab628b"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -4304,27 +4303,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35996', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '6', 'X-Contentful-Request-Id', - '4d737efa67d4fc16784a773fc5a90345', + '9042036160b0eaaa9317d28a1272f4b6', 'Content-Length', - '606', + '599', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=fgbTnRmQRTu3PJcusrSZUvH1tVsAAAAAQUIPAAAAAADfT02X48EetdWVdksyIuI8; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=H4FY1TbRSkao0viscxS0KO5d/VsAAAAAQUIPAAAAAABD9q+sD2rbCdnC9hsaep1S; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=lYrrGnRholyHv8wO6lKYhQAAAADe12844g43crF60bFf1QHm; path=/; Domain=.contentful.com', + 'nlbi_673446=k/cvQaEeTDwrieRp6lKYhQAAAAAvtHRTgeuxADTnEojGgNy+; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=hL+WMbPCYCQ68Tuj2S0oDPH1tVsAAAAASub0qwNISeOqgwPypPDWbw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=YrMBC3Xv7wI2KbhNW0dCBu5d/VsAAAAAcranQ0oORah/pSfSUVtXcg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239200310-239200312 NNNN CT(89 89 0) RT(1538651632898 19) q(0 0 1 -1) r(5 5) U5', + '2-34028110-34028112 NNNN CT(0 0 0) RT(1543331309682 23) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -4342,8 +4341,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "dieatary-food", "type": "ContentType", - "createdAt": "2018-10-04T11:13:53.513Z", - "updatedAt": "2018-10-04T11:13:54.149Z", + "createdAt": "2018-11-27T15:08:29.648Z", + "updatedAt": "2018-11-27T15:08:29.973Z", "environment": { "sys": { "id": "env-integration", @@ -4375,8 +4374,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:13:54.149Z", - "publishedAt": "2018-10-04T11:13:54.149Z" + "firstPublishedAt": "2018-11-27T15:08:29.973Z", + "publishedAt": "2018-11-27T15:08:29.973Z" }, "displayField": null, "name": "Dieatary Food", @@ -4410,8 +4409,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "max": null }, "height": { - "min": null, - "max": null + "min": 1343 } } } @@ -4441,9 +4439,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:54 GMT', + 'Tue, 27 Nov 2018 15:08:30 GMT', 'ETag', - 'W/"1a039af1ca6e53b27e7cc096f53a1b40"', + 'W/"a2cddd016906cf56ab76f4451fec6cd9"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -4453,27 +4451,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '56f0f207d1893bdfcdeab5e1b2228b19', + '71c254da55963e11f5c34195d91f0cdf', 'Content-Length', - '606', + '601', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=JBdnuIt1Rle/Sy4PgM3SofH1tVsAAAAAQUIPAAAAAACE4DkwrRILw+9NnkCzO7tw; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=KaUoV5hiT/eC9O7j61kxKO5d/VsAAAAAQUIPAAAAAADTAtrCX/10WaC/dyyJqyPq; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=k8DJGySI2Enk0Kzm6lKYhQAAAABz+uIWVFABlWKCCVuiDrRw; path=/; Domain=.contentful.com', + 'nlbi_673446=OahbDEjEuwPvatDn6lKYhQAAAAAzY6MqeVB6slfwcbOk7kWi; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=tS7DWuC0MAOs8zuj2S0oDPH1tVsAAAAABBTzs7t0j/5Bz/+KLohL2g==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=cWa7He5S2GyMKbhNW0dCBu5d/VsAAAAAAPUhYYRZYUu17tPZdXsdYQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239200657-239200666 NNNN CT(92 87 0) RT(1538651633513 13) q(0 0 2 -1) r(3 3) U5', + '10-107191872-107191876 NNNN CT(0 0 0) RT(1543331310153 54) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); @@ -4507,7 +4505,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:55 GMT', + 'Tue, 27 Nov 2018 15:08:30 GMT', 'ETag', '"29f2c21be26360c424f617d8592cf6f9"', 'Server', @@ -4519,25 +4517,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - '4a115ebffa285c21686c56566c95e490', + 'f03a307c14c24331028836d761908d3d', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=9whrpgR/RcejqPeHep23k/L1tVsAAAAAQUIPAAAAAABLMYaFA21t3wnQ4X/kwZlE; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=C08Isd2rQ867izgeXt5MJe5d/VsAAAAAQUIPAAAAAABoXW+ibSn/sM2L5N2o07oE; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=UWXlRrQnIWPoBHlR6lKYhQAAAADuUqfRBuOAEtZoQUz9SfiR; path=/; Domain=.contentful.com', + 'nlbi_673446=AY17Jo6I62HB5DJA6lKYhQAAAAC5aiqOZBXuACKKB5XdY6Fo; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=wnK0M7D+4ird9Tuj2S0oDPL1tVsAAAAAFh9lU87kM03CHzQUOzNyag==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=sjYkO8M4i2LVKbhNW0dCBu5d/VsAAAAAwt9tdRA2L6IedLsLrbB+AQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192063203-192063209 NNNN CT(87 91 0) RT(1538651633867 27) q(0 0 2 -1) r(4 4) U5', + '4-83768752-83768758 NNNN CT(0 0 0) RT(1543331310415 30) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula', @@ -4590,7 +4588,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -4598,7 +4596,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -4627,9 +4625,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:55 GMT', + 'Tue, 27 Nov 2018 15:08:31 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -4641,15 +4639,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - 'b0c58e440ad89d95107e577cf297a728', + '8d22640fd32580ef09467502699c75f1', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -4658,25 +4656,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'none', 'X-XSS-Protection', '1; mode=block', - 'Content-Length', - '412', + 'transfer-encoding', + 'chunked', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=MCmod5pWQB2CR0S1enfwjvL1tVsAAAAAQUIPAAAAAAD9G8vkIxLnTckzMT5PqfXm; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=P9DRDryyQMSns0BttxFZ3O9d/VsAAAAAQUIPAAAAAAColbtYgrpufV1ousBEIG5w; expires=Wed, 27 Nov 2019 10:00:36 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=1H78btQ9wyK9Nghe6lKYhQAAAAAjwYZWNMt2gKx6IZRHJgSV; path=/; Domain=.contentful.com', + 'nlbi_673446=puPsTDLyFD+WPscW6lKYhQAAAABiC2mkOdCfJIAhcgrmLhmH; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=vtYDEUUtTGKh9zuj2S0oDPL1tVsAAAAAWjqmt9ZtUl1RM6cLRmcW9w==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=GF/2HqjtaHE1KrhNW0dCBu9d/VsAAAAAIzSQuFh47sPcY21D6RVf3w==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57003741-57003786 NNNN CT(0 0 0) RT(1538651634339 54) q(0 0 0 -1) r(1 1) U5', + '7-13573705-13573708 NNNN CT(92 93 0) RT(1543331310683 42) q(0 0 2 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/food', {"name":"foooood","displayField":"taste","fields":[{"id":"taste","type":"Symbol","name":"what it tastes like"}],"description":" well, food"}) - .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"food","type":"ContentType","createdAt":"2018-10-04T11:13:55.552Z","updatedAt":"2018-10-04T11:13:55.552Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":"taste","name":"foooood","description":" well, food","fields":[{"id":"taste","name":"what it tastes like","type":"Symbol","localized":false,"required":false,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', + .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"food","type":"ContentType","createdAt":"2018-11-27T15:08:31.933Z","updatedAt":"2018-11-27T15:08:31.933Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":"taste","name":"foooood","description":" well, food","fields":[{"id":"taste","name":"what it tastes like","type":"Symbol","localized":false,"required":false,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -4693,9 +4691,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:55 GMT', + 'Tue, 27 Nov 2018 15:08:32 GMT', 'ETag', - '"04806476dfb8a9a1e5f9ba71c58a389a"', + '"a3037df210fe58f73a9464ec1979b00f"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -4705,27 +4703,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '8', 'X-Contentful-Request-Id', - 'f50c66a18c49dcbf2c5d8b50897b36c7', + '320d1c078c8bde7258cd88e3a56411a2', 'Content-Length', '1037', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=8kXKLQexQhCcpGz3fbhgcPL1tVsAAAAAQUIPAAAAAAAPwc+/Ypzc00RLu6QMmyXo; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=jB5s7m4TQEeBM2i5VUhuwe9d/VsAAAAAQUIPAAAAAADT9T39cZDPrP7e5rA4qYpA; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Mnl+d7+BA0jNQpuI6lKYhQAAAACYmsL5YPvJ1nMMtJqNassi; path=/; Domain=.contentful.com', + 'nlbi_673446=fav1UbQzvHYV5thy6lKYhQAAAAChWJ5/tbaaZ4q9s4ICy3IF; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=nkrxPXcyIiZL+Tuj2S0oDPL1tVsAAAAA+895pDvShsR286vGWO2C/w==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=ErPdPvpQuno1K7hNW0dCBu9d/VsAAAAA915sA2TGFI1lSnA/dISYmg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '7-68582196-68582198 NNNN CT(0 0 0) RT(1538651634541 21) q(0 0 0 -1) r(2 2) U5', + '5-102431972-102432033 NNNN CT(0 0 0) RT(1543331311285 374) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -4743,8 +4741,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "food", "type": "ContentType", - "createdAt": "2018-10-04T11:13:55.552Z", - "updatedAt": "2018-10-04T11:13:55.802Z", + "createdAt": "2018-11-27T15:08:31.933Z", + "updatedAt": "2018-11-27T15:08:32.321Z", "environment": { "sys": { "id": "env-integration", @@ -4767,9 +4765,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "firstPublishedAt": "2018-10-04T11:13:55.802Z", + "firstPublishedAt": "2018-11-27T15:08:32.321Z", "publishedCounter": 1, - "publishedAt": "2018-10-04T11:13:55.802Z", + "publishedAt": "2018-11-27T15:08:32.321Z", "publishedBy": { "sys": { "type": "Link", @@ -4814,9 +4812,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:56 GMT', + 'Tue, 27 Nov 2018 15:08:32 GMT', 'ETag', - 'W/"c7dba4db7cf47cc1da34606fae540282"', + 'W/"5b456790e6596db39bdc0242752703dd"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -4826,27 +4824,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35996', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '6', + '9', 'X-Contentful-Request-Id', - '5ba8c508ab067cae68d8b3acdc53a4da', + 'f2f80c57d7203183c78dbcefd55f221f', 'Content-Length', - '445', + '447', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=r4EL4jcnRNyPea8cOV0VmfP1tVsAAAAAQUIPAAAAAACkIxnciaosqsMNU78NdBqF; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=qcmLQgtsQIeAXWV7DeNEvPBd/VsAAAAAQUIPAAAAAABIPpvNORzT9WuX1I0zLYCI; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=1BsNLnDqYFZzNQy66lKYhQAAAAAB6vXslIPB+6dT1SCawsmP; path=/; Domain=.contentful.com', + 'nlbi_673446=DGPbdmjrcRtfupzE6lKYhQAAAAA/cEOqHGDJw5GWyLgvYb8Q; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=bWihVuRobCnb+zuj2S0oDPP1tVsAAAAA6Qfs3Sx7Rq+vAEcXPbRoeA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=TfH3H60WcGCuK7hNW0dCBvBd/VsAAAAAjDHTxNZSufQgZt6CP/ET6A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57003881-57003892 NNNN CT(0 0 0) RT(1538651634790 34) q(0 0 0 -1) r(3 3) U5', + '10-107192192-107192197 NNNN CT(0 0 0) RT(1543331311968 26) q(0 0 0 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -4873,8 +4871,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "food", "type": "ContentType", - "createdAt": "2018-10-04T11:13:55.552Z", - "updatedAt": "2018-10-04T11:13:55.802Z", + "createdAt": "2018-11-27T15:08:31.933Z", + "updatedAt": "2018-11-27T15:08:32.321Z", "environment": { "sys": { "id": "env-integration", @@ -4906,8 +4904,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:13:55.802Z", - "publishedAt": "2018-10-04T11:13:55.802Z" + "firstPublishedAt": "2018-11-27T15:08:32.321Z", + "publishedAt": "2018-11-27T15:08:32.321Z" }, "displayField": "taste", "name": "foooood", @@ -4946,9 +4944,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:56 GMT', + 'Tue, 27 Nov 2018 15:08:32 GMT', 'ETag', - 'W/"c6f8153421ee02285f4809065e44ebd4"', + 'W/"3864c21677f4e293c8855e50636a61e5"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -4958,27 +4956,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - '9015fe91f7cb873c07030e1f92079c55', + '55e4808b5913225ab3507504698c58b0', 'Content-Length', - '509', + '513', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=SqHT5HujRDmuhz2koNo5hvP1tVsAAAAAQUIPAAAAAAA7zI1rxlmXvwz97w8BrW3/; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=7+f2BOQkTMaZq4ISMbf99vBd/VsAAAAAQUIPAAAAAADPww9rH8x3GC4LGRY0aA7H; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Frn9PyjGLVpsoMCN6lKYhQAAAACrq+lCDum4fjz9lVZIsEJY; path=/; Domain=.contentful.com', + 'nlbi_673446=bg3NZ10XiRKnZfvg6lKYhQAAAAAoGqhzvJua60C8xlgRny1g; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=adViZeURKQFR/juj2S0oDPP1tVsAAAAAFKuxNVMd2S9d1bk9p2FOvw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=xCW3IPii3jwlLLhNW0dCBvBd/VsAAAAAXMnLbXgojBoCw/xn/e4Lfg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141990860-141990874 NNNN CT(86 87 0) RT(1538651635277 29) q(0 0 1 -1) r(3 3) U5', + '4-83769072-83769099 NNNN CT(0 0 0) RT(1543331312477 173) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -5027,7 +5025,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -5035,7 +5033,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -5064,9 +5062,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:56 GMT', + 'Tue, 27 Nov 2018 15:08:33 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -5078,15 +5076,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '327cd92840af618457e0d3088f8a6dc1', + '075e10a0612c918e51e77dd143701bf6', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -5095,18 +5093,18 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'none', 'X-XSS-Protection', '1; mode=block', - 'transfer-encoding', - 'chunked', + 'Content-Length', + '413', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=4OtM/aGuT2+pQY98Mbu3+PP1tVsAAAAAQUIPAAAAAACCIjuvv3y9L0CImW/qMsiD; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=L+Rqb39iSDyhZs0svcyAPvFd/VsAAAAAQUIPAAAAAACZRx9Bowk27wEHD7tWbYPE; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=y5oLCvrT+DUXCkaV6lKYhQAAAAAVpvFUhzPK3IMxzEB8MI+y; path=/; Domain=.contentful.com', + 'nlbi_673446=dn2kZeD/v1Yfxeu+6lKYhQAAAAASpa2g9O+OQGXMCQ2b+7yj; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=nwrxAWfuK1By/zuj2S0oDPP1tVsAAAAA3jY1/LmcrCA5yomCMRc52A==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=rf3gAVtksX+lLLhNW0dCBvFd/VsAAAAAkokE2xMhphcJWZz4clQIFg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192063994-192064014 NNNN CT(0 0 0) RT(1538651635650 26) q(0 0 0 -1) r(1 1) U5', + '10-107192351-107192356 NNNN CT(93 93 0) RT(1543331313005 23) q(0 0 2 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -5124,8 +5122,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "food", "type": "ContentType", - "createdAt": "2018-10-04T11:13:55.552Z", - "updatedAt": "2018-10-04T11:13:56.810Z", + "createdAt": "2018-11-27T15:08:31.933Z", + "updatedAt": "2018-11-27T15:08:33.862Z", "environment": { "sys": { "id": "env-integration", @@ -5157,8 +5155,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:13:55.802Z", - "publishedAt": "2018-10-04T11:13:55.802Z" + "firstPublishedAt": "2018-11-27T15:08:32.321Z", + "publishedAt": "2018-11-27T15:08:32.321Z" }, "displayField": "taste", "name": "foooood", @@ -5245,9 +5243,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:56 GMT', + 'Tue, 27 Nov 2018 15:08:33 GMT', 'ETag', - 'W/"4c746f8961c5b828167f593733b01fd6"', + 'W/"a06059977e5f742cdfec32320d19b193"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -5257,27 +5255,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '8', 'X-Contentful-Request-Id', - '0af1765b08a2c271d52e98607029a377', + '238927b2228e5efcdc055908b60175df', 'Content-Length', - '589', + '591', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=JBIf+6/DTgmjY0EnDjoAlfP1tVsAAAAAQUIPAAAAAADL9lhKjaM/peELDKeJ9k6S; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=T16PGIwVRsWR+dke2nmR1/Fd/VsAAAAAQUIPAAAAAACgcQ5WcmKWZzs+u6URGkVG; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=nD7vTLX2rwRPaDJJ6lKYhQAAAABBs7A/uV5GwlBTeyyv90lZ; path=/; Domain=.contentful.com', + 'nlbi_673446=oNLtS+8QLQN+2mZY6lKYhQAAAAAJepWHcszYhNIChyDpgj9V; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=b3dkZ6dYmWOeADyj2S0oDPP1tVsAAAAA6raQJfBqIuzIsdjxAGngMg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=MSfgfr7VSz4YLbhNW0dCBvFd/VsAAAAAZkufg4YZNAoFgkHJkAc6Tw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192064055-192064058 NNNN CT(0 0 0) RT(1538651635814 15) q(0 0 0 -1) r(1 1) U5', + '5-102432317-102432321 NNNN CT(0 0 0) RT(1543331313452 53) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -5295,8 +5293,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "food", "type": "ContentType", - "createdAt": "2018-10-04T11:13:55.552Z", - "updatedAt": "2018-10-04T11:13:57.041Z", + "createdAt": "2018-11-27T15:08:31.933Z", + "updatedAt": "2018-11-27T15:08:34.155Z", "environment": { "sys": { "id": "env-integration", @@ -5328,8 +5326,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:13:55.802Z", - "publishedAt": "2018-10-04T11:13:57.041Z" + "firstPublishedAt": "2018-11-27T15:08:32.321Z", + "publishedAt": "2018-11-27T15:08:34.155Z" }, "displayField": "taste", "name": "foooood", @@ -5416,9 +5414,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:57 GMT', + 'Tue, 27 Nov 2018 15:08:34 GMT', 'ETag', - 'W/"74483fa5cc0b3385904eca6f2f50f938"', + 'W/"18bf6534a4e1e6c833369774ed31b730"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -5428,27 +5426,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35996', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '6', + '9', 'X-Contentful-Request-Id', - '23c06b26ec497e44f46b28796cdebdc5', + '00ef0bfe28512c76dd456268a1f51a24', 'Content-Length', - '591', + '594', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=8B1uOzQCQKylb+TGjMWlg/T1tVsAAAAAQUIPAAAAAABIpM//LkoPgA5/KTNa4bR+; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=lUYMI7aDTCedHRp+A9jQpPJd/VsAAAAAQUIPAAAAAABbjD7JJmD1f3BEfjsOM3/h; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=dP4vZEXMNRAayXq96lKYhQAAAADSPhHjp+bgLT53CdyGkiQg; path=/; Domain=.contentful.com', + 'nlbi_673446=o7GPDev4Qj7CHJod6lKYhQAAAACW5+V1XEzj5LPl3bre7Q7R; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=I0GRV/1mJlkLAzyj2S0oDPT1tVsAAAAAmz1v94ruMTv6j2mF813B3g==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=GLLYFkUkDzuaLbhNW0dCBvJd/VsAAAAA6IF8KE3tS7nRao2Ky7hsOw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100259129-100259140 NNNN CT(0 0 0) RT(1538651636008 14) q(0 0 0 -1) r(3 3) U5', + '2-34028390-34028397 NNNN CT(0 0 0) RT(1543331313851 35) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -5466,8 +5464,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "food", "type": "ContentType", - "createdAt": "2018-10-04T11:13:55.552Z", - "updatedAt": "2018-10-04T11:13:57.041Z", + "createdAt": "2018-11-27T15:08:31.933Z", + "updatedAt": "2018-11-27T15:08:34.155Z", "environment": { "sys": { "id": "env-integration", @@ -5499,8 +5497,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:13:55.802Z", - "publishedAt": "2018-10-04T11:13:57.041Z" + "firstPublishedAt": "2018-11-27T15:08:32.321Z", + "publishedAt": "2018-11-27T15:08:34.155Z" }, "displayField": "taste", "name": "foooood", @@ -5587,9 +5585,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:57 GMT', + 'Tue, 27 Nov 2018 15:08:34 GMT', 'ETag', - 'W/"74483fa5cc0b3385904eca6f2f50f938"', + 'W/"18bf6534a4e1e6c833369774ed31b730"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -5599,27 +5597,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - '7377710eb4f51b5fc74d20e234815f62', + '939f670cfe07acae8147984744d37adb', 'Content-Length', - '591', + '594', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=Bd9lsaLnTvOLwwNwuoFznPT1tVsAAAAAQUIPAAAAAAAsMOWndIiXgeUzkmrnu/AQ; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=Y1Xx3fuLRiK6fKRGYWSWjPJd/VsAAAAAQUIPAAAAAAABLhnXxEM0y2OGtvnUub43; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=bDHxDoqB5SCTRR3p6lKYhQAAAACkcciA9fk/IRHB93eFLef5; path=/; Domain=.contentful.com', + 'nlbi_673446=BwbuMGkcBSN42uxj6lKYhQAAAAADzMnhghvQaYNQ7roZ3quD; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=rseAP7sYomg8Bjyj2S0oDPT1tVsAAAAAFBYADgAqHp1CtxgXHtzfLA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=rwX8Y3gKbzr4LbhNW0dCBvJd/VsAAAAA3LSQl1yfR6m1ldIQ3p7r9g==; path=/; Domain=.contentful.com', 'X-Iinfo', - '7-68582469-68582477 NNNN CT(89 91 0) RT(1538651636422 28) q(0 0 2 -1) r(5 5) U5', + '10-107192652-107192657 NNNN CT(0 0 0) RT(1543331314319 20) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); @@ -5653,7 +5651,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:58 GMT', + 'Tue, 27 Nov 2018 15:08:34 GMT', 'ETag', '"29f2c21be26360c424f617d8592cf6f9"', 'Server', @@ -5665,25 +5663,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '7', 'X-Contentful-Request-Id', - 'fa4ef326ba31d9b7556acaac36ae39db', + '2bc8a55d0dbf6d11cd96bc3ff5ec31df', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=C9yNegKiRLCJjnOx+PIHlvX1tVsAAAAAQUIPAAAAAACIFZ4oGkercmEhUsuZjCNp; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=C0/2y+dzQHuPmHzUIeDk/vJd/VsAAAAAQUIPAAAAAADrLfYzSRp7g7XVtJFzLET2; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=bjKlPbN05lk+X3Ow6lKYhQAAAAC+c9Xfi97sxfwDRCj14ZTV; path=/; Domain=.contentful.com', + 'nlbi_673446=w+JrRSsI2yRoB6HL6lKYhQAAAAD+VefcxDT7LvK7EKMGsNGG; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=vqVoRvV+DhFFCTyj2S0oDPX1tVsAAAAAkwxBK0TVzxIwOWc6CUG9DQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=qsUpboBDiAQwLrhNW0dCBvJd/VsAAAAA568xA8E23ZZRDO3L1EV4lA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '5-109048866-109048874 NNNN CT(89 89 0) RT(1538651636967 23) q(0 0 2 -1) r(5 5) U5', + '10-107192697-107192702 NNNN CT(0 0 0) RT(1543331314537 25) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula', @@ -5736,7 +5734,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -5744,7 +5742,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -5773,9 +5771,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:58 GMT', + 'Tue, 27 Nov 2018 15:08:35 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -5787,15 +5785,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35996', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '6', 'X-Contentful-Request-Id', - '9043e110bc30ca3116129383e1616b2d', + '2e29200242f6225af2f52142cefd9dac', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -5804,25 +5802,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'none', 'X-XSS-Protection', '1; mode=block', - 'Content-Length', - '412', + 'transfer-encoding', + 'chunked', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=wfbTr1mmTWWdCBHpIXea5PX1tVsAAAAAQUIPAAAAAACPT16OKGH328CciGoUzjDc; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=xUAz6Za8SpqkmxqbTGgLK/Jd/VsAAAAAQUIPAAAAAADuw/UK4/UIYcGqVYzEJY3/; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=DGfcLBdtUDiDLq1y6lKYhQAAAABpSHtIYinC2ZMgDMPLPwhI; path=/; Domain=.contentful.com', + 'nlbi_673446=GP6tXJx56gYt0Lwp6lKYhQAAAADJ2D+r3ORdRVb5N6gxvRsZ; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=OClMNas8/ARuCzyj2S0oDPX1tVsAAAAA93iSswq2T7oh5/hUc4F4TA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=/X/1QwVjOhBoLrhNW0dCBvJd/VsAAAAAyBesvqbGY3EhjDnpMgt6JA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '9-29833726-29833730 NNNN CT(87 88 0) RT(1538651637498 26) q(0 0 1 -1) r(2 2) U5', + '4-83769357-83769362 NNNN CT(0 0 0) RT(1543331314753 24) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/person', {"name":"Person","fields":[{"id":"age","name":"Age","type":"Number","required":true},{"id":"fullName","name":"Full name","type":"Symbol","required":true,"localized":true}],"description":"A content type for a person"}) - .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"person","type":"ContentType","createdAt":"2018-10-04T11:13:59.093Z","updatedAt":"2018-10-04T11:13:59.093Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"Person","description":"A content type for a person","fields":[{"id":"age","name":"Age","type":"Number","localized":false,"required":true,"validations":[],"disabled":false,"omitted":false},{"id":"fullName","name":"Full name","type":"Symbol","localized":true,"required":true,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', + .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"person","type":"ContentType","createdAt":"2018-11-27T15:08:35.249Z","updatedAt":"2018-11-27T15:08:35.249Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"Person","description":"A content type for a person","fields":[{"id":"age","name":"Age","type":"Number","localized":false,"required":true,"validations":[],"disabled":false,"omitted":false},{"id":"fullName","name":"Full name","type":"Symbol","localized":true,"required":true,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -5839,9 +5837,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:59 GMT', + 'Tue, 27 Nov 2018 15:08:35 GMT', 'ETag', - '"a14c189195a8910635a11b167e9872da"', + '"642687515d737adb09456fad401e0a81"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -5851,27 +5849,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '9', 'X-Contentful-Request-Id', - '0044c6731aef980740c586860c19d583', + '28f9fe0e40edcd22bb2a163b072d7dbd', 'Content-Length', '1242', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=gCaJc/u7RbG8hsWbDW9Lp/b1tVsAAAAAQUIPAAAAAAAa+clN5mdrBdoecCx+FtCk; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=kyB4DsutQderxcuCObf/xvNd/VsAAAAAQUIPAAAAAACjZUXy4ADzNc9pnqMvq51J; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=G7g4C7IT8lhXMCt56lKYhQAAAADMPKO1wbUHj9B6eWI1h9jP; path=/; Domain=.contentful.com', + 'nlbi_673446=OB5JDuyyVRESnGiQ6lKYhQAAAABCDweemKCzPwPhalpZ80fJ; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=U/L2PN3LsRQzDzyj2S0oDPb1tVsAAAAAbZKUcGKqKXWmUemhc1Tl7Q==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=BKrsWHcwCze5LrhNW0dCBvNd/VsAAAAAwADbn432QlTFd/tx/I/Osw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57004848-57004857 NNNN CT(88 87 0) RT(1538651637845 19) q(0 0 2 -1) r(6 6) U5', + '8-32888239-32888242 NNNN CT(0 0 0) RT(1543331314955 20) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -5889,8 +5887,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "person", "type": "ContentType", - "createdAt": "2018-10-04T11:13:59.093Z", - "updatedAt": "2018-10-04T11:13:59.555Z", + "createdAt": "2018-11-27T15:08:35.249Z", + "updatedAt": "2018-11-27T15:08:35.681Z", "environment": { "sys": { "id": "env-integration", @@ -5913,9 +5911,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "firstPublishedAt": "2018-10-04T11:13:59.555Z", + "firstPublishedAt": "2018-11-27T15:08:35.681Z", "publishedCounter": 1, - "publishedAt": "2018-10-04T11:13:59.555Z", + "publishedAt": "2018-11-27T15:08:35.681Z", "publishedBy": { "sys": { "type": "Link", @@ -5970,9 +5968,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:13:59 GMT', + 'Tue, 27 Nov 2018 15:08:35 GMT', 'ETag', - 'W/"07a21f3a416f62bcef85f43593b6b5fa"', + 'W/"8e8df452e1bcf5d92cf16e97fe071d5c"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -5982,34 +5980,34 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - 'd66e6b752f32946a9f1e4e9dc93b87d0', + '1bb3f4bf0e4774c20c16c5b96bec2c7f', 'Content-Length', '477', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=qRz3P/UTSf6YmoXA6Yqz0Pb1tVsAAAAAQUIPAAAAAACTzVez/S4khLk0/bnwZ8+0; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=HoYmUojgQqCGLxjWj+kDRfNd/VsAAAAAQUIPAAAAAADD2RyIOplpPwwgwur64jSZ; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=3kEOCPUmKxcr7upV6lKYhQAAAAD9UW/RbmDbaeC3Wrzv8QMs; path=/; Domain=.contentful.com', + 'nlbi_673446=x5jlQvVIuUFotbAo6lKYhQAAAAAcrEpWW9VTsFVFyHB3Y5S1; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=sQHZYMn8fhTiETyj2S0oDPb1tVsAAAAAcCCYyOgBxxSbBdNVkmsYvA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=TQiBc6rTtiM/L7hNW0dCBvNd/VsAAAAARF3nDJmrNjJeDiJbabmdFQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192065490-192065501 NNNN CT(0 0 0) RT(1538651638513 14) q(0 0 0 -1) r(3 3) U5', + '10-107192885-107192892 NNNN CT(0 0 0) RT(1543331315385 23) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/animal', {"name":"Animal","fields":[{"id":"species","name":"The species of the animal","type":"Symbol","required":true},{"id":"isFurry","name":"Is this a furry animal","type":"Boolean","required":false}],"description":"An animal"}) - .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"animal","type":"ContentType","createdAt":"2018-10-04T11:14:00.120Z","updatedAt":"2018-10-04T11:14:00.120Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"Animal","description":"An animal","fields":[{"id":"species","name":"The species of the animal","type":"Symbol","localized":false,"required":true,"validations":[],"disabled":false,"omitted":false},{"id":"isFurry","name":"Is this a furry animal","type":"Boolean","localized":false,"required":false,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', + .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"animal","type":"ContentType","createdAt":"2018-11-27T15:08:36.237Z","updatedAt":"2018-11-27T15:08:36.237Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"Animal","description":"An animal","fields":[{"id":"species","name":"The species of the animal","type":"Symbol","localized":false,"required":true,"validations":[],"disabled":false,"omitted":false},{"id":"isFurry","name":"Is this a furry animal","type":"Boolean","localized":false,"required":false,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -6026,9 +6024,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:00 GMT', + 'Tue, 27 Nov 2018 15:08:36 GMT', 'ETag', - '"777a2778192a4f7b745109545545379c"', + '"2e637ce24c12eff4f27f76175cd7154c"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -6046,19 +6044,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '2ecd03307db47f49d2af32b929b1da31', + 'a7b9844d000f291f6f493f6aedc2bf30', 'Content-Length', '1265', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=TS+PK0KnQ/qM07SXd91hiPf1tVsAAAAAQUIPAAAAAABhWCaMzh0fNDVK84/Y14/p; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=JxCWlSD0RLCQGqZCNzExXfRd/VsAAAAAQUIPAAAAAAC/OeWrmSEEnsua6JYNax6Y; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=73kXdsJn81Pn3MU26lKYhQAAAAC4FghIc4pymJKU31YeNCGO; path=/; Domain=.contentful.com', + 'nlbi_673446=ZLGQdxb2lyA6t5Vk6lKYhQAAAAAn8IgOCYgud2NtmlRNEBvJ; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=jF8YRdBnuy5xFjyj2S0oDPf1tVsAAAAAtV9vJQweyiZ0A4oNwVHMvQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=5Bvwcqm7l1rbL7hNW0dCBvRd/VsAAAAAxpd3NnT/edHPaCO9Nh0ygA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '9-29833959-29833966 NNNN CT(87 90 0) RT(1538651638928 26) q(0 0 2 -1) r(7 7) U5', + '10-107192974-107192977 NNNN CT(94 96 0) RT(1543331315741 25) q(0 0 2 -1) r(5 5) U5', 'X-CDN', 'Incapsula' ]); @@ -6076,8 +6074,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "animal", "type": "ContentType", - "createdAt": "2018-10-04T11:14:00.120Z", - "updatedAt": "2018-10-04T11:14:00.929Z", + "createdAt": "2018-11-27T15:08:36.237Z", + "updatedAt": "2018-11-27T15:08:36.639Z", "environment": { "sys": { "id": "env-integration", @@ -6100,9 +6098,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "firstPublishedAt": "2018-10-04T11:14:00.929Z", + "firstPublishedAt": "2018-11-27T15:08:36.639Z", "publishedCounter": 1, - "publishedAt": "2018-10-04T11:14:00.929Z", + "publishedAt": "2018-11-27T15:08:36.639Z", "publishedBy": { "sys": { "type": "Link", @@ -6157,9 +6155,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:01 GMT', + 'Tue, 27 Nov 2018 15:08:36 GMT', 'ETag', - 'W/"85d0b1ddbd864b7b64e90557cfae30a3"', + 'W/"22104302e714e12d7161608a0f352966"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -6177,19 +6175,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '23c0e3eff8fecb5c9cb9861bc0ddad74', + '1879c1442c9bdd5199139e825d71502b', 'Content-Length', - '483', + '485', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=b4aRfIhtRrawKjEM9QeITvj1tVsAAAAAQUIPAAAAAAChDMz9uyyOeK8bvgZcdHQL; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=zLt6fGQXSSKyjtA2ouP5xfRd/VsAAAAAQUIPAAAAAAAzH6vzvcWiNce/kcXihDUV; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=CiUaPzmRoSyAx0Ia6lKYhQAAAAAH/g4VVdQ4gdI9GlZ12rJ0; path=/; Domain=.contentful.com', + 'nlbi_673446=e6fidnlFimia1GK56lKYhQAAAACJM+jrJxJO5eO3jgHMTL2o; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=yK95SF1xhDtbGjyj2S0oDPj1tVsAAAAAR3ZSowjfp3yrR7r7I7HCpA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=uaNcb1szGwRmMLhNW0dCBvRd/VsAAAAAV66kPrbPau9DH/OXDZ50UA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '6-46002830-46002834 NNNN CT(89 89 0) RT(1538651639749 15) q(0 0 2 -1) r(5 5) U5', + '10-107193092-107193115 NNNN CT(0 0 0) RT(1543331316327 38) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -6207,8 +6205,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "person", "type": "ContentType", - "createdAt": "2018-10-04T11:13:59.093Z", - "updatedAt": "2018-10-04T11:14:01.546Z", + "createdAt": "2018-11-27T15:08:35.249Z", + "updatedAt": "2018-11-27T15:08:37.343Z", "environment": { "sys": { "id": "env-integration", @@ -6240,8 +6238,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:13:59.555Z", - "publishedAt": "2018-10-04T11:13:59.555Z" + "firstPublishedAt": "2018-11-27T15:08:35.681Z", + "publishedAt": "2018-11-27T15:08:35.681Z" }, "displayField": null, "name": "Person", @@ -6299,9 +6297,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:01 GMT', + 'Tue, 27 Nov 2018 15:08:37 GMT', 'ETag', - 'W/"331830c46ea31971af2d1013db2cce3e"', + 'W/"e5f57656068274cbca74d95d1d845cc3"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -6319,19 +6317,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'af7248b7274e8e1e33c8b29d83c8ceec', + '35b28f74bfe284117da23f186d4c2209', 'Content-Length', - '521', + '520', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=KL7FsDxaRqeYvuUONlAJQvj1tVsAAAAAQUIPAAAAAADxG0iqxg61fnVEtf3jmJHN; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=FMkvDMo4SOmkO74DtoQJpfVd/VsAAAAAQUIPAAAAAAAi6PcvziWx8f9Tr9lVZ26r; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=wT6FbymgP0r5+WQ56lKYhQAAAABo/wWAgosZa/8a+wT0iwVM; path=/; Domain=.contentful.com', + 'nlbi_673446=p4BIQyz2khPdUR1V6lKYhQAAAABz3bQ254trUpqEwiN30a33; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=kjd0f8ClTBBYHTyj2S0oDPj1tVsAAAAAjwcvB4dGGzLppYjofTOdhA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=fyYifhhsTHX5MLhNW0dCBvVd/VsAAAAAQ9eArzkGF3Ujltb8wu3jBQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '6-46002944-46002949 NNNN CT(86 87 0) RT(1538651640364 19) q(0 0 2 -1) r(4 4) U5', + '9-66502317-66502325 NNNN CT(107 107 0) RT(1543331316785 33) q(0 0 2 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -6349,8 +6347,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "person", "type": "ContentType", - "createdAt": "2018-10-04T11:13:59.093Z", - "updatedAt": "2018-10-04T11:14:01.947Z", + "createdAt": "2018-11-27T15:08:35.249Z", + "updatedAt": "2018-11-27T15:08:37.669Z", "environment": { "sys": { "id": "env-integration", @@ -6382,8 +6380,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:13:59.555Z", - "publishedAt": "2018-10-04T11:14:01.947Z" + "firstPublishedAt": "2018-11-27T15:08:35.681Z", + "publishedAt": "2018-11-27T15:08:37.669Z" }, "displayField": null, "name": "Person", @@ -6441,9 +6439,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:02 GMT', + 'Tue, 27 Nov 2018 15:08:37 GMT', 'ETag', - 'W/"fb281d0fc07295b628e67fa8dbd45956"', + 'W/"7aba7800cd55d2cbb8d566e4d2c114d9"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -6461,19 +6459,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '7f929e82e31c88c15a1467ad5c52aedc', + 'd3f088d02afa757f2637d747fa595ae8', 'Content-Length', - '525', + '522', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=aVY8IrkNSMGnSyaImdTAivn1tVsAAAAAQUIPAAAAAADPu8zadJrneQ9kOz6GCWMn; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=y7iYUwm+QG+7wVaMEpCWlvVd/VsAAAAAQUIPAAAAAADU6RKoJEZgYVrM9seNZ2Bn; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=CI9AEOBFtTDGVZe+6lKYhQAAAABblJ0/skE2z1jOmq2PrChw; path=/; Domain=.contentful.com', + 'nlbi_673446=3uA5VUg7vm5PVxIO6lKYhQAAAACek6/PKOd88osodAWY42g5; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=iDi4IFkgcVcrIDyj2S0oDPn1tVsAAAAAELxiXMIm5EaqYQM9RyP9Mg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=4tyYHyQCMSliMbhNW0dCBvVd/VsAAAAATFlnW+XlFQPf70YtLxc+SQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '5-109049515-109049517 NNNN CT(90 90 0) RT(1538651640763 13) q(0 0 2 -1) r(5 5) U5', + '5-102432918-102432927 NNNN CT(0 0 0) RT(1543331317310 30) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -6491,8 +6489,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "animal", "type": "ContentType", - "createdAt": "2018-10-04T11:14:00.120Z", - "updatedAt": "2018-10-04T11:14:04.259Z", + "createdAt": "2018-11-27T15:08:36.237Z", + "updatedAt": "2018-11-27T15:08:38.291Z", "environment": { "sys": { "id": "env-integration", @@ -6524,8 +6522,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:14:00.929Z", - "publishedAt": "2018-10-04T11:14:00.929Z" + "firstPublishedAt": "2018-11-27T15:08:36.639Z", + "publishedAt": "2018-11-27T15:08:36.639Z" }, "displayField": null, "name": "Animal", @@ -6582,9 +6580,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:04 GMT', + 'Tue, 27 Nov 2018 15:08:38 GMT', 'ETag', - 'W/"3161fc10182214c01c69d0ba0c5ba1ad"', + 'W/"c7d57905646bbbd5e197a4725419bdf8"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -6602,19 +6600,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '377e8b5a37f7cdb6e90a381fc917eb4e', + '0d29885ec789153f719c22f36a124c31', 'Content-Length', '507', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=CqvJkg5+QA+CtC/Zpqdb5Pv1tVsAAAAAQUIPAAAAAAB16oizOwm3VCdSEyfLZWmC; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=kDogpyYURC+nszSJK61M6vZd/VsAAAAAQUIPAAAAAACLun3ZRPPwssrA0V2sGSkC; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=NrjfUXwP+G+6e69a6lKYhQAAAAA6FJ2fqy6vmSai8dvMwdPW; path=/; Domain=.contentful.com', + 'nlbi_673446=NbnATRog7X/gF1hR6lKYhQAAAACS1joe1vH06qvtW8mvXeLk; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=LhptA7rpbCdlLjyj2S0oDPv1tVsAAAAAMaCEGExmxQ5dOOkIsGDjgQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=jxNYHVGiI3fZMbhNW0dCBvZd/VsAAAAAIf8IPaYZlhTKX9YKdKMsCw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '6-46003050-46003054 NNNN CT(86 90 0) RT(1538651641259 19) q(0 0 2 -1) r(23 23) U5', + '9-66502430-66502436 NNNN CT(93 92 0) RT(1543331317790 31) q(0 0 2 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -6632,8 +6630,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "animal", "type": "ContentType", - "createdAt": "2018-10-04T11:14:00.120Z", - "updatedAt": "2018-10-04T11:14:04.666Z", + "createdAt": "2018-11-27T15:08:36.237Z", + "updatedAt": "2018-11-27T15:08:38.625Z", "environment": { "sys": { "id": "env-integration", @@ -6665,8 +6663,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:14:00.929Z", - "publishedAt": "2018-10-04T11:14:04.666Z" + "firstPublishedAt": "2018-11-27T15:08:36.639Z", + "publishedAt": "2018-11-27T15:08:38.625Z" }, "displayField": null, "name": "Animal", @@ -6723,9 +6721,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:04 GMT', + 'Tue, 27 Nov 2018 15:08:38 GMT', 'ETag', - 'W/"96dfd73df9567d2ffa8f59efde7efa80"', + 'W/"f07dd0abc97a02cd7abf837fc9b955e4"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -6735,27 +6733,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - '98ee771847dc809527db9ede79719eae', + '97ed1e4eb37e4321ba84a64733136325', 'Content-Length', '512', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=CjJk17PrTCW90qiNeDsw2Pz1tVsAAAAAQUIPAAAAAABDzddfLy7f5x8ugxHGtfbq; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=gCeldr67SE+QfDP02A7A//Zd/VsAAAAAQUIPAAAAAAB6R4yXd9kQKVBfUVaBXo4S; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=JZMYA4icMGTAuwh+6lKYhQAAAAAjS1a9q9/JQW4K1HuxN1kd; path=/; Domain=.contentful.com', + 'nlbi_673446=KdtIKtwgrGUvcfaG6lKYhQAAAACYHDrpOKhFzKF6U/ikaG/g; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=iGlINU9pNR9SMTyj2S0oDPz1tVsAAAAAtUn0hCVNg1YezjEyoHCwDA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=70CFBmag12pVMrhNW0dCBvZd/VsAAAAAGX4B3y+Z+UbPnf95WzjBXw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57006640-57006644 NNNN CT(0 1 0) RT(1538651643657 15) q(0 0 0 -1) r(4 4) U5', + '5-102433111-102433131 NNNN CT(0 0 0) RT(1543331318254 58) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -6773,8 +6771,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "person", "type": "ContentType", - "createdAt": "2018-10-04T11:13:59.093Z", - "updatedAt": "2018-10-04T11:14:01.947Z", + "createdAt": "2018-11-27T15:08:35.249Z", + "updatedAt": "2018-11-27T15:08:37.669Z", "environment": { "sys": { "id": "env-integration", @@ -6806,8 +6804,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:13:59.555Z", - "publishedAt": "2018-10-04T11:14:01.947Z" + "firstPublishedAt": "2018-11-27T15:08:35.681Z", + "publishedAt": "2018-11-27T15:08:37.669Z" }, "displayField": null, "name": "Person", @@ -6865,9 +6863,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:05 GMT', + 'Tue, 27 Nov 2018 15:08:38 GMT', 'ETag', - 'W/"fb281d0fc07295b628e67fa8dbd45956"', + 'W/"7aba7800cd55d2cbb8d566e4d2c114d9"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -6877,27 +6875,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '7', 'X-Contentful-Request-Id', - 'bfe89d6add262de15dc16fcc7274def3', + 'fcca2a4f3327df377dc2d8f363cd2d5e', 'Content-Length', - '525', + '522', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=bnZldJ66SeiSS547WKVcsPz1tVsAAAAAQUIPAAAAAADIHCDlrisY60YRW9q2bHxL; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=aJk/KDDaRpG5Sfx/gFBEMPZd/VsAAAAAQUIPAAAAAADE/DyUEvs1bZjgqbX2pGDP; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=PykYaAYgcwLskKzT6lKYhQAAAAAhKSvD52LcqrV2MyDjAqGu; path=/; Domain=.contentful.com', + 'nlbi_673446=bb5IaFl4NSk6B4WR6lKYhQAAAAA3fm3qb5NXPopQYGcSjvgD; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=2N89IuZMbnGyMzyj2S0oDPz1tVsAAAAATMwgg20ez7ugGdQPJoeTDA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=14T7Y5xBRWqbMrhNW0dCBvZd/VsAAAAA7BvXBLk+WnrKoEt+n2tIJA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239206411-239206429 NNNN CT(93 90 0) RT(1538651644050 15) q(0 0 2 -1) r(4 4) U5', + '5-102433206-102433216 NNNN CT(0 0 0) RT(1543331318701 25) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); @@ -6915,8 +6913,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "animal", "type": "ContentType", - "createdAt": "2018-10-04T11:14:00.120Z", - "updatedAt": "2018-10-04T11:14:04.666Z", + "createdAt": "2018-11-27T15:08:36.237Z", + "updatedAt": "2018-11-27T15:08:38.625Z", "environment": { "sys": { "id": "env-integration", @@ -6948,8 +6946,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:14:00.929Z", - "publishedAt": "2018-10-04T11:14:04.666Z" + "firstPublishedAt": "2018-11-27T15:08:36.639Z", + "publishedAt": "2018-11-27T15:08:38.625Z" }, "displayField": null, "name": "Animal", @@ -7006,9 +7004,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:05 GMT', + 'Tue, 27 Nov 2018 15:08:39 GMT', 'ETag', - 'W/"96dfd73df9567d2ffa8f59efde7efa80"', + 'W/"f07dd0abc97a02cd7abf837fc9b955e4"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -7018,27 +7016,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '02c290f40d0904aaf74f49743e317488', + 'a17a3f54943c46b533de8a704a117241', 'Content-Length', '512', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=6uNDdYa4RS+hpfKpHhybfPz1tVsAAAAAQUIPAAAAAAAhU7uRZvqaFRcqm/UvIqzh; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=7LEPKxKxTzSAgoYb+fwc7/dd/VsAAAAAQUIPAAAAAACPX/sfVGqc+54tipyG+XeY; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Rp9bR9kJnAspRt8h6lKYhQAAAACkBI+17pfDOXMgoz5hXgKX; path=/; Domain=.contentful.com', + 'nlbi_673446=pm5mRHdQByYym61U6lKYhQAAAAA9edmdcwViubP+GD+Bnnq2; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=ytmhAiUYDSAnNjyj2S0oDPz1tVsAAAAAD47YySAbnkZwTEC66aghUg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=Ki4dYs5zVDneMrhNW0dCBvdd/VsAAAAAhOnlvqkvyeTUHL2SxTkR+A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141994694-141994701 NNNN CT(86 86 0) RT(1538651644439 16) q(0 0 2 -1) r(3 3) U5', + '1-23114857-23114858 NNNN CT(0 0 0) RT(1543331318971 20) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -7065,8 +7063,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "person", "type": "ContentType", - "createdAt": "2018-10-04T11:13:59.093Z", - "updatedAt": "2018-10-04T11:14:01.947Z", + "createdAt": "2018-11-27T15:08:35.249Z", + "updatedAt": "2018-11-27T15:08:37.669Z", "environment": { "sys": { "id": "env-integration", @@ -7098,8 +7096,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:13:59.555Z", - "publishedAt": "2018-10-04T11:14:01.947Z" + "firstPublishedAt": "2018-11-27T15:08:35.681Z", + "publishedAt": "2018-11-27T15:08:37.669Z" }, "displayField": null, "name": "Person", @@ -7159,9 +7157,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:06 GMT', + 'Tue, 27 Nov 2018 15:08:39 GMT', 'ETag', - 'W/"f2e203c936f702433899ceb04c6a5ecd"', + 'W/"bbee62f0202df81d9a2dee4e471a8912"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -7171,34 +7169,34 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - 'cda4c85575f55bc03368e0f16d1adce7', + 'e4b9d2b2c89af92115a16c4b69eabce6', 'Content-Length', - '589', + '586', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=AgObC39IQsa022VJFMl9R/31tVsAAAAAQUIPAAAAAADmtdB6xZ4z9IxB/SOiGdC2; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=8woo8y5iRjGsJpvlrmLsmfdd/VsAAAAAQUIPAAAAAABLrTBwWmMDajmuVk7mYnPA; expires=Wed, 27 Nov 2019 10:00:36 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=FUOeCCoXa1P1VApD6lKYhQAAAACDCq5+zrrNADEcKaX3CgSH; path=/; Domain=.contentful.com', + 'nlbi_673446=kIwbdxUtIn+NjkAD6lKYhQAAAAAKlypAJz1CqUG7tho8z6+m; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=H8jDOCvEBz3ZODyj2S0oDP31tVsAAAAApA4PSIhHn9St/wAqrOVO0Q==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=FkYMYL9emGM+M7hNW0dCBvdd/VsAAAAA3i67/ZSdOv9eF/ZTdB77nA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239206799-239206811 NNNN CT(90 97 0) RT(1538651644886 32) q(0 0 2 -1) r(3 3) U5', + '7-13573857-13573858 NNNN CT(0 0 0) RT(1543331319202 22) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/blogpost', {"name":"blog post","fields":[{"name":"title","id":"title","type":"Symbol"},{"name":"category","id":"category","type":"Symbol"}]}) - .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"blogpost","type":"ContentType","createdAt":"2018-10-04T11:14:06.414Z","updatedAt":"2018-10-04T11:14:06.414Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"blog post","description":null,"fields":[{"id":"title","name":"title","type":"Symbol","localized":false,"required":false,"validations":[],"disabled":false,"omitted":false},{"id":"category","name":"category","type":"Symbol","localized":false,"required":false,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', + .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"blogpost","type":"ContentType","createdAt":"2018-11-27T15:08:41.172Z","updatedAt":"2018-11-27T15:08:41.172Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"blog post","description":null,"fields":[{"id":"title","name":"title","type":"Symbol","localized":false,"required":false,"validations":[],"disabled":false,"omitted":false},{"id":"category","name":"category","type":"Symbol","localized":false,"required":false,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -7215,9 +7213,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:06 GMT', + 'Tue, 27 Nov 2018 15:08:41 GMT', 'ETag', - '"cc5d05c70523e1ff1a95f57b714ea022"', + '"82f068b068b68424820f686752de3554"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -7227,27 +7225,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '7', 'X-Contentful-Request-Id', - 'b1656a34166bb9cbe9ab830ddeddca01', + 'e3ebf5d03b9c36d46050881530bacada', 'Content-Length', '1228', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=EotH8VXKTeCI5eehzxGKcf31tVsAAAAAQUIPAAAAAACYs2rIy2Ua8IoXiDgIolyR; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=5fwilge9SOqyUDQzkV5aTvld/VsAAAAAQUIPAAAAAABZJeenUQP8oWX/czDJ3DGX; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Qk/CF4gQtmCNl9uw6lKYhQAAAACMPtega2MeTO43LQbnAqzH; path=/; Domain=.contentful.com', + 'nlbi_673446=MbSHPsSzej+EMVLW6lKYhQAAAACJgXuoXcgXp2rTJj9bjQyF; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=ME5KAp4R6lhOOzyj2S0oDP31tVsAAAAAqfGinrSSSep7p/d9L4P15Q==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=Wz77Y+LbKjD2NLhNW0dCBvld/VsAAAAA5txi/ztzUjEs/NesIP7y3A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100262672-100262675 NNNN CT(0 0 0) RT(1538651645391 20) q(0 0 0 -1) r(2 2) U5', + '5-102433331-102433335 NNNN CT(0 0 0) RT(1543331319465 19) q(0 0 0 -1) r(17 17) U5', 'X-CDN', 'Incapsula' ]); @@ -7265,8 +7263,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogpost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:06.414Z", - "updatedAt": "2018-10-04T11:14:06.903Z", + "createdAt": "2018-11-27T15:08:41.172Z", + "updatedAt": "2018-11-27T15:08:41.640Z", "environment": { "sys": { "id": "env-integration", @@ -7289,9 +7287,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "firstPublishedAt": "2018-10-04T11:14:06.903Z", + "firstPublishedAt": "2018-11-27T15:08:41.640Z", "publishedCounter": 1, - "publishedAt": "2018-10-04T11:14:06.903Z", + "publishedAt": "2018-11-27T15:08:41.640Z", "publishedBy": { "sys": { "type": "Link", @@ -7346,9 +7344,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:07 GMT', + 'Tue, 27 Nov 2018 15:08:41 GMT', 'ETag', - 'W/"57749241730869cc97e438cc3e8bf8cb"', + 'W/"bb46ec571df6cd2a1e7a0d530d508ad5"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -7358,27 +7356,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '9', 'X-Contentful-Request-Id', - '05be2a746b35e31aa78eb5c2af474642', + '75488746cb515f8e063ef448723ada42', 'Content-Length', - '445', + '446', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=fWZV2Z5dRXed2MmQgSXKpf71tVsAAAAAQUIPAAAAAAAmgmsTm2X5N0ahN6jgN5+O; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=/xFSn7OYT2OMXYVzVQkB+/ld/VsAAAAAQUIPAAAAAAAAJUNDq05o1rycK4jnPuO9; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=0PtkE7kMXmGGg+XJ6lKYhQAAAACO2CO4Vq94bMm12GwKFfd9; path=/; Domain=.contentful.com', + 'nlbi_673446=5c0CNSarE03EsOmk6lKYhQAAAADO/MtmaB1tDHdLXDzZ0r1n; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=nAryUjpWsUB6Qjyj2S0oDP71tVsAAAAAFs5/4KNSL5G2d4D2KqRT2Q==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=o93OF+/xkxqYNbhNW0dCBvld/VsAAAAAAUM/fTLjIoUX4eahRs/N2A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100262780-100262802 NNNN CT(88 88 0) RT(1538651645678 28) q(0 0 1 -1) r(11 11) U5', + '10-107194072-107194074 NNNN CT(86 87 0) RT(1543331321178 19) q(0 0 2 -1) r(5 5) U5', 'X-CDN', 'Incapsula' ]); @@ -7394,10 +7392,10 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id": "bohepdihyxin" } }, - "id": "5Vget1KQ5aooqiMQUw04Qk", + "id": "3PfzS43stiyMOoc02qSGEe", "type": "Entry", - "createdAt": "2018-10-04T11:14:07.968Z", - "updatedAt": "2018-10-04T11:14:07.968Z", + "createdAt": "2018-11-27T15:08:42.074Z", + "updatedAt": "2018-11-27T15:08:42.074Z", "environment": { "sys": { "id": "env-integration", @@ -7451,9 +7449,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:08 GMT', + 'Tue, 27 Nov 2018 15:08:42 GMT', 'ETag', - '"6a8cb7ce1a3cfe9e98072835d13fcca9"', + '"779fb5d0b8cc21e223eb3acda62d178e"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -7471,17 +7469,17 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '823ea931e86768aec2a7987fad6dbb08', + 'fa9af2b9efb13fd79a1e68460015efaa', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=zrAvjxcJSyCvly4pmmV7Iv/1tVsAAAAAQUIPAAAAAAA5iLhjKjYRQ9yKwFmB8IUe; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=giLU7J8xSgGzAniHjKHOBvpd/VsAAAAAQUIPAAAAAABhV6XXoiR+IAmMYe3jln/T; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=ogDXDlQBqTdZ6o2R6lKYhQAAAAAlkahGIW8jfysd4cQznrhf; path=/; Domain=.contentful.com', + 'nlbi_673446=/hZAeD0y7hm7vG9P6lKYhQAAAACB8NM5hYbBBcA6K+OkOq1N; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=t947DdxIIRnHRDyj2S0oDP/1tVsAAAAAC6lG7IdyVa7TcW6oN1QmmA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=uHhDfeRxYiL3NbhNW0dCBvpd/VsAAAAAGiTE6GUF1wgUrRKrLF8EeQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '9-29835426-29835428 NNNN CT(0 0 0) RT(1538651646905 23) q(0 0 0 -1) r(2 2) U5', + '10-107194158-107194163 NNNN CT(0 0 0) RT(1543331321755 40) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula', @@ -7501,10 +7499,10 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id": "bohepdihyxin" } }, - "id": "3VcunnVq5ygEMoQwKMYaWA", + "id": "1JjUWNXkdaKAeyOEeeMuiO", "type": "Entry", - "createdAt": "2018-10-04T11:14:08.267Z", - "updatedAt": "2018-10-04T11:14:08.267Z", + "createdAt": "2018-11-27T15:08:42.462Z", + "updatedAt": "2018-11-27T15:08:42.462Z", "environment": { "sys": { "id": "env-integration", @@ -7558,9 +7556,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:08 GMT', + 'Tue, 27 Nov 2018 15:08:42 GMT', 'ETag', - '"ce66374233d09589e8064843d4ec9623"', + '"3a6afbf6fdd9ef51c51399934e9990ff"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -7570,25 +7568,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - 'd3f15efaa7bf19fc36c97c4610938906', + '282c0d91d106cf5959984ff60d179d09', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=KkPk2LKXTVygiL7ZG9dA9P/1tVsAAAAAQUIPAAAAAAAgAFfOhGiQRzLy0969EpZ6; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=IKxVMbffTXKYznSSDpcbePpd/VsAAAAAQUIPAAAAAADQd2xyNfJrWctGTE1QEZK4; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=MXvLLZCNslc23T8V6lKYhQAAAAA5GTgqQcH+u5ZX/Mon5EuJ; path=/; Domain=.contentful.com', + 'nlbi_673446=3Y0QExs7H1xcbLvR6lKYhQAAAAB8I1r5x9/Aeeg6pjKSPbuN; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=92QGVscFrFIORzyj2S0oDP/1tVsAAAAAiEEFmz71jn53eZc7wb+jOg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=fPQwIh5OiGhXNrhNW0dCBvpd/VsAAAAAO2hD/mFqJtaHRBMfRmXdvQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141995970-141995993 NNNN CT(0 0 0) RT(1538651647235 26) q(0 0 0 -1) r(3 3) U5', + '2-34028848-34028854 NNNN CT(0 0 0) RT(1543331322086 30) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula', @@ -7619,8 +7617,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogpost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:06.414Z", - "updatedAt": "2018-10-04T11:14:06.903Z", + "createdAt": "2018-11-27T15:08:41.172Z", + "updatedAt": "2018-11-27T15:08:41.640Z", "environment": { "sys": { "id": "env-integration", @@ -7652,8 +7650,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:14:06.903Z", - "publishedAt": "2018-10-04T11:14:06.903Z" + "firstPublishedAt": "2018-11-27T15:08:41.640Z", + "publishedAt": "2018-11-27T15:08:41.640Z" }, "displayField": null, "name": "blog post", @@ -7702,9 +7700,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:08 GMT', + 'Tue, 27 Nov 2018 15:08:42 GMT', 'ETag', - 'W/"15fdf91a7fb37dd89e3e834b798437e9"', + 'W/"77f7e2a150927c5662c28e8ae3ec2002"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -7714,27 +7712,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '7', 'X-Contentful-Request-Id', - '13173dfa2ee213fad159350ca560f32d', + '12d74f711deaba7085a7b5fa4b91ce42', 'Content-Length', '514', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=AtVnm4DQTd62nXLKG6hXlv/1tVsAAAAAQUIPAAAAAADPZ9K2wb3y0ApXh+v6BO5L; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=Km8tJYZHTiaHkPJBGYw6kPpd/VsAAAAAQUIPAAAAAACdw48JYNTNUcREmMQowj0O; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=PQzCZ9PwJ2jCc1Q86lKYhQAAAAAmHjil9rkpajXiiig+WLtS; path=/; Domain=.contentful.com', + 'nlbi_673446=NE1dNQIJnQ7cZFtf6lKYhQAAAAA1IvkIxWPo9oS/PqWAxvgP; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=9XjkTRdGOlowSTyj2S0oDP/1tVsAAAAATxhFxPvf42BY1Fw3GPp7Kw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=TFgYUC6c9Hm7NrhNW0dCBvpd/VsAAAAAM3KosRUd5KAmM3t7ozTXxA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239208163-239208181 NNNN CT(94 87 0) RT(1538651647584 22) q(0 0 1 -1) r(3 3) U5', + '5-102433833-102433841 NNNN CT(0 0 0) RT(1543331322546 58) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -7759,10 +7757,10 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id": "bohepdihyxin" } }, - "id": "5Vget1KQ5aooqiMQUw04Qk", + "id": "3PfzS43stiyMOoc02qSGEe", "type": "Entry", - "createdAt": "2018-10-04T11:14:07.968Z", - "updatedAt": "2018-10-04T11:14:07.968Z", + "createdAt": "2018-11-27T15:08:42.074Z", + "updatedAt": "2018-11-27T15:08:42.074Z", "environment": { "sys": { "id": "env-integration", @@ -7808,10 +7806,10 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id": "bohepdihyxin" } }, - "id": "3VcunnVq5ygEMoQwKMYaWA", + "id": "1JjUWNXkdaKAeyOEeeMuiO", "type": "Entry", - "createdAt": "2018-10-04T11:14:08.267Z", - "updatedAt": "2018-10-04T11:14:08.267Z", + "createdAt": "2018-11-27T15:08:42.462Z", + "updatedAt": "2018-11-27T15:08:42.462Z", "environment": { "sys": { "id": "env-integration", @@ -7869,9 +7867,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:09 GMT', + 'Tue, 27 Nov 2018 15:08:43 GMT', 'ETag', - 'W/"f2783ad858dcdeb582b84606841fc9d0"', + 'W/"2cb5b9c3eb1478372a81031c54dcbf85"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -7881,27 +7879,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '9', 'X-Contentful-Request-Id', - 'df4ae72b8cd0e6aac84ba8ee03e9583d', + '91471946b4bd32e3658c398876861311', 'Content-Length', - '450', + '447', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=A2Mn9Vf8SUyIv788Id1rAAD2tVsAAAAAQUIPAAAAAAAi8HZ2OYpY2xOalVcjCTES; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=MVGiBFKCRW2P+CrBc80khftd/VsAAAAAQUIPAAAAAAAKT8njKcWR9vYQ55zqVWz/; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Ob4jbg6qlj8wooXG6lKYhQAAAAC1II7cnOEH6baFxfTUDOe5; path=/; Domain=.contentful.com', + 'nlbi_673446=adPzBlrrQUYKMahk6lKYhQAAAADc53fh4dbKdOrmnOwFXBE/; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=TxXCf7wZmQD8Sjyj2S0oDAD2tVsAAAAATIhM4vfNude2BQ4z6TJqqA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=CyiYOkXpD0vlNrhNW0dCBvtd/VsAAAAAw36gkFCEL34RjsxY3adxRQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192070390-192070412 NNNN CT(0 0 0) RT(1538651647967 27) q(0 0 0 -1) r(3 3) U5', + '10-107194360-107194368 NNNN CT(0 0 0) RT(1543331322872 24) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -7950,7 +7948,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -7958,7 +7956,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -7987,9 +7985,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:09 GMT', + 'Tue, 27 Nov 2018 15:08:43 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -8001,15 +7999,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - 'c6c1fa64cfd6ce39f603ca083234e0d1', + 'b57266e2446705b9a13d852892fed3ab', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -8023,20 +8021,20 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=JowfhJiTS8uQx8lXk4WIMAD2tVsAAAAAQUIPAAAAAAC0pw/5F6o+1uIoXF4YZ1Bd; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=WVNu7/mzRZirh+0HwKUVqftd/VsAAAAAQUIPAAAAAABZquY5HT5foAX/WjvnsVjA; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=SSNNO9Hi9RpXeYiN6lKYhQAAAABwmGpgYLkrLQrYBaysNia+; path=/; Domain=.contentful.com', + 'nlbi_673446=3Q8ZXXyc9RS6IrIa6lKYhQAAAABMAcoKgS/vMHeyC53VlPQf; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=CmY6Iftigj4cTTyj2S0oDAD2tVsAAAAA5IeoUMjJi3zG/1wXrbdf8w==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=Grs4fHJWUWsRN7hNW0dCBvtd/VsAAAAAqJibsSCK4fn+3GKXvunHsg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239208499-239208515 NNNN CT(86 87 0) RT(1538651648261 27) q(0 0 2 -1) r(3 3) U5', + '9-66503018-66503023 NNNN CT(0 0 0) RT(1543331323100 22) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) - .put('/spaces/bohepdihyxin/environments/env-integration/entries/5Vget1KQ5aooqiMQUw04Qk', {"sys":{"id":"5Vget1KQ5aooqiMQUw04Qk","version":1,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"blogpost"}}},"fields":{"title":{"en-US":"hello!"},"category":{"en-US":"hello!"}}}) - .reply(200, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"5Vget1KQ5aooqiMQUw04Qk","type":"Entry","createdAt":"2018-10-04T11:14:07.968Z","updatedAt":"2018-10-04T11:14:09.665Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":2,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"blogpost"}}},"fields":{"title":{"en-US":"hello!"},"category":{"en-US":"hello!"}}}, [ 'Access-Control-Allow-Headers', + .put('/spaces/bohepdihyxin/environments/env-integration/entries/3PfzS43stiyMOoc02qSGEe', {"sys":{"id":"3PfzS43stiyMOoc02qSGEe","version":1,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"blogpost"}}},"fields":{"title":{"en-US":"hello!"},"category":{"en-US":"hello!"}}}) + .reply(200, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"3PfzS43stiyMOoc02qSGEe","type":"Entry","createdAt":"2018-11-27T15:08:42.074Z","updatedAt":"2018-11-27T15:08:43.570Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":2,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"blogpost"}}},"fields":{"title":{"en-US":"hello!"},"category":{"en-US":"hello!"}}}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -8053,9 +8051,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:09 GMT', + 'Tue, 27 Nov 2018 15:08:43 GMT', 'ETag', - '"be4f5dbd14dd6aa3c56297eb1f9762bb"', + '"bc9853ffe7b98c69ab9519a937427bf6"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -8065,33 +8063,33 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '7', 'X-Contentful-Request-Id', - '3960272e87724d01c46c102be5d43fd0', + 'e9a02bb8894364a25b6e4a611df383b0', 'Content-Length', '980', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=HJj7Oe6UTj2ulEPzQBRW7AD2tVsAAAAAQUIPAAAAAADyQ6T6aS4cg/THXna+c4GH; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=lnACDyKuS7qD8LIqZWhaDPtd/VsAAAAAQUIPAAAAAAA4JSQ6b6RP9JN9zU41Jx89; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=D2BnL2L5FUKzlG1P6lKYhQAAAADpgtOFAZpP+VpGIJ8NBHpV; path=/; Domain=.contentful.com', + 'nlbi_673446=5FKKX0lZwWgLUx2M6lKYhQAAAAAUviptyJ3izm8X1ZTsBAFn; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=SWIrFYTEXX/uTjyj2S0oDAD2tVsAAAAAMIOloS/ShkcVcRVVQJ8VVg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=obSeaSk15UV+N7hNW0dCBvtd/VsAAAAAL0Z7or+n2xG2RF0NH9H0eQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '4-68782511-68782520 NNNN CT(0 0 0) RT(1538651648608 23) q(0 0 0 -1) r(2 2) U5', + '4-83770583-83770587 NNNN CT(0 0 0) RT(1543331323275 31) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) - .put('/spaces/bohepdihyxin/environments/env-integration/entries/5Vget1KQ5aooqiMQUw04Qk/published') + .put('/spaces/bohepdihyxin/environments/env-integration/entries/3PfzS43stiyMOoc02qSGEe/published') .reply(200, { "sys": { "space": { @@ -8101,10 +8099,10 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id": "bohepdihyxin" } }, - "id": "5Vget1KQ5aooqiMQUw04Qk", + "id": "3PfzS43stiyMOoc02qSGEe", "type": "Entry", - "createdAt": "2018-10-04T11:14:07.968Z", - "updatedAt": "2018-10-04T11:14:09.919Z", + "createdAt": "2018-11-27T15:08:42.074Z", + "updatedAt": "2018-11-27T15:08:44.381Z", "environment": { "sys": { "id": "env-integration", @@ -8136,8 +8134,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 2, - "firstPublishedAt": "2018-10-04T11:14:09.919Z", - "publishedAt": "2018-10-04T11:14:09.919Z", + "firstPublishedAt": "2018-11-27T15:08:44.381Z", + "publishedAt": "2018-11-27T15:08:44.381Z", "contentType": { "sys": { "type": "Link", @@ -8174,9 +8172,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:10 GMT', + 'Tue, 27 Nov 2018 15:08:44 GMT', 'ETag', - 'W/"d4e232de41467eac4577fba50bb87c72"', + 'W/"7cd0f1e6d5858cd1e62db1a7525f4c5e"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -8186,34 +8184,34 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '9', 'X-Contentful-Request-Id', - 'd6f85d2519e7edd3383f0a346a4b9d3c', + 'e4b0d86919b3b63d3008a9f505b83dd9', 'Content-Length', - '393', + '392', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=wAzEJdkTTJOUyfhMteNhqQH2tVsAAAAAQUIPAAAAAABGc0G/jE9ToNwAShrE4IQL; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=kuG4A2hwQtGMd5aN4xzs5Pxd/VsAAAAAQUIPAAAAAABLv9Mj4keBvkn21216o7fN; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=jeFBRStYoAi1Pl196lKYhQAAAACU7VEsggXPTSOmHkRIY8Tt; path=/; Domain=.contentful.com', + 'nlbi_673446=Y1OdAfmrG1oz+dpn6lKYhQAAAADzV8YmJLNDFVSF4ubmCsoo; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=5qm7O8dz32YsUTyj2S0oDAH2tVsAAAAA+dL0zZmoPFcP+rfAqn0hyA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=sT6GYNkBrFAiOLhNW0dCBvxd/VsAAAAAxD5Uc2187tT2BsAVcLNxeQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '7-68584560-68584561 NNNN CT(0 0 0) RT(1538651648906 22) q(0 0 0 -1) r(2 2) U5', + '4-83770640-83770642 NNNN CT(94 92 0) RT(1543331323803 29) q(0 0 2 -1) r(5 5) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) - .put('/spaces/bohepdihyxin/environments/env-integration/entries/3VcunnVq5ygEMoQwKMYaWA', {"sys":{"id":"3VcunnVq5ygEMoQwKMYaWA","version":1,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"blogpost"}}},"fields":{"title":{"en-US":"hello!"},"category":{"en-US":"hello!"}}}) - .reply(200, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"3VcunnVq5ygEMoQwKMYaWA","type":"Entry","createdAt":"2018-10-04T11:14:08.267Z","updatedAt":"2018-10-04T11:14:10.471Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":2,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"blogpost"}}},"fields":{"title":{"en-US":"hello!"},"category":{"en-US":"hello!"}}}, [ 'Access-Control-Allow-Headers', + .put('/spaces/bohepdihyxin/environments/env-integration/entries/1JjUWNXkdaKAeyOEeeMuiO', {"sys":{"id":"1JjUWNXkdaKAeyOEeeMuiO","version":1,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"blogpost"}}},"fields":{"title":{"en-US":"hello!"},"category":{"en-US":"hello!"}}}) + .reply(200, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"1JjUWNXkdaKAeyOEeeMuiO","type":"Entry","createdAt":"2018-11-27T15:08:42.462Z","updatedAt":"2018-11-27T15:08:45.156Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":2,"contentType":{"sys":{"type":"Link","linkType":"ContentType","id":"blogpost"}}},"fields":{"title":{"en-US":"hello!"},"category":{"en-US":"hello!"}}}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -8230,9 +8228,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:10 GMT', + 'Tue, 27 Nov 2018 15:08:45 GMT', 'ETag', - '"c2fffe22b3d22287553e96324f40a823"', + '"1fded823920554c58271534cf84b57d6"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -8242,33 +8240,33 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - '2e971d65ddca5094d0fe7b1c45e2f5c8', + '1101d63f89fa59afdc17d3fb1d6d2dff', 'Content-Length', '980', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=UZcQ+93YTaqGALNNLppV8QH2tVsAAAAAQUIPAAAAAAA/Rv5MnfdrAkiE5OZbChjb; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=gRxc8j14TJiDibGdBE1TFv1d/VsAAAAAQUIPAAAAAAAiFbkOv7UCnpLvFMo7i+Hm; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=pIXrBPz4ZFVVn0YK6lKYhQAAAAA2562GN9F9eQPZEneBobUp; path=/; Domain=.contentful.com', + 'nlbi_673446=pgFVUAVzoRlXQKh06lKYhQAAAAATy6RNH8mSw+SA1yrRnH/i; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=NgKSRLNlyVfXUzyj2S0oDAH2tVsAAAAA7f2CiMsi2uA59cdFG8Xitg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=GwXkT2fxjSbTOLhNW0dCBv1d/VsAAAAADyryGZwq6dAPTdr2Kv/rcA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '4-68782583-68782589 NNNN CT(89 90 0) RT(1538651649241 56) q(0 0 2 -1) r(4 4) U5', + '8-32888749-32888757 NNNN CT(0 0 0) RT(1543331324510 99) q(0 0 0 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) - .put('/spaces/bohepdihyxin/environments/env-integration/entries/3VcunnVq5ygEMoQwKMYaWA/published') + .put('/spaces/bohepdihyxin/environments/env-integration/entries/1JjUWNXkdaKAeyOEeeMuiO/published') .reply(200, { "sys": { "space": { @@ -8278,10 +8276,10 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id": "bohepdihyxin" } }, - "id": "3VcunnVq5ygEMoQwKMYaWA", + "id": "1JjUWNXkdaKAeyOEeeMuiO", "type": "Entry", - "createdAt": "2018-10-04T11:14:08.267Z", - "updatedAt": "2018-10-04T11:14:11.739Z", + "createdAt": "2018-11-27T15:08:42.462Z", + "updatedAt": "2018-11-27T15:08:45.693Z", "environment": { "sys": { "id": "env-integration", @@ -8313,8 +8311,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 2, - "firstPublishedAt": "2018-10-04T11:14:11.739Z", - "publishedAt": "2018-10-04T11:14:11.739Z", + "firstPublishedAt": "2018-11-27T15:08:45.693Z", + "publishedAt": "2018-11-27T15:08:45.693Z", "contentType": { "sys": { "type": "Link", @@ -8351,9 +8349,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:11 GMT', + 'Tue, 27 Nov 2018 15:08:45 GMT', 'ETag', - 'W/"d01d98e0785b98bba23398b5a51e42b3"', + 'W/"a5e3fd4744fa8f95a1ec757b6af005a8"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -8371,19 +8369,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '04789d1abf9cf564507ff384fa551675', + 'cfc5c9e0295dc44dcec76febec024e93', 'Content-Length', - '395', + '393', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=biqBW6VfRGWxoSjUz7onigP2tVsAAAAAQUIPAAAAAADveL6KNGQAyqcXx/rPEKNH; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=TfX4RmDhQFiU1KcB4O+fHP1d/VsAAAAAQUIPAAAAAADSTnWPS/Z9zzkw5EDOWEpp; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=tYtFJYh4ZTyIFQYh6lKYhQAAAAA0a2RAHX2Q2H2fo6qDQdVP; path=/; Domain=.contentful.com', + 'nlbi_673446=DGwTB559d3zXeZ096lKYhQAAAABQ/zFF3Zy9fW7ZQu3nDytr; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=M/ZZbVx0YB7OXDyj2S0oDAP2tVsAAAAANQx7PynSlOIH415IJbxV3g==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=cBwmYnqNsSZ6ObhNW0dCBv1d/VsAAAAAtzCHh6s+tOnUA6w6tMsWUQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57008652-57008675 NNNN CT(0 0 0) RT(1538651650653 30) q(0 0 0 -1) r(4 4) U5', + '5-102434224-102434228 NNNN CT(87 92 0) RT(1543331325221 20) q(0 0 2 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -8408,10 +8406,10 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id": "bohepdihyxin" } }, - "id": "3VcunnVq5ygEMoQwKMYaWA", + "id": "3PfzS43stiyMOoc02qSGEe", "type": "Entry", - "createdAt": "2018-10-04T11:14:08.267Z", - "updatedAt": "2018-10-04T11:14:11.739Z", + "createdAt": "2018-11-27T15:08:42.074Z", + "updatedAt": "2018-11-27T15:08:44.381Z", "environment": { "sys": { "id": "env-integration", @@ -8443,8 +8441,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 2, - "firstPublishedAt": "2018-10-04T11:14:11.739Z", - "publishedAt": "2018-10-04T11:14:11.739Z", + "firstPublishedAt": "2018-11-27T15:08:44.381Z", + "publishedAt": "2018-11-27T15:08:44.381Z", "contentType": { "sys": { "type": "Link", @@ -8471,10 +8469,10 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id": "bohepdihyxin" } }, - "id": "5Vget1KQ5aooqiMQUw04Qk", + "id": "1JjUWNXkdaKAeyOEeeMuiO", "type": "Entry", - "createdAt": "2018-10-04T11:14:07.968Z", - "updatedAt": "2018-10-04T11:14:09.919Z", + "createdAt": "2018-11-27T15:08:42.462Z", + "updatedAt": "2018-11-27T15:08:45.693Z", "environment": { "sys": { "id": "env-integration", @@ -8506,8 +8504,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 2, - "firstPublishedAt": "2018-10-04T11:14:09.919Z", - "publishedAt": "2018-10-04T11:14:09.919Z", + "firstPublishedAt": "2018-11-27T15:08:45.693Z", + "publishedAt": "2018-11-27T15:08:45.693Z", "contentType": { "sys": { "type": "Link", @@ -8546,9 +8544,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:12 GMT', + 'Tue, 27 Nov 2018 15:08:46 GMT', 'ETag', - 'W/"f638c46bd740f6eff36dd44a85ddf501"', + 'W/"dbf6b43e01d29d687d1187e68b87c4cf"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -8558,27 +8556,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - 'e278643a082beec37410ef5186826db3', + '7cf5456acc1e222c341f8f6aca08beee', 'Content-Length', - '535', + '534', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=n+VHhsUURpKWAN8CGjqpTQP2tVsAAAAAQUIPAAAAAAA9FENi9ucbYEgQMZPEYfZG; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=o8HOYQnWQNaAbyjO1iiNTf5d/VsAAAAAQUIPAAAAAAAoIftPU/MadZgvUn55O9Uw; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=sNf8DDyMO2Uq7xrj6lKYhQAAAAD2Es6Y/iXsZk/imSkPA1Ja; path=/; Domain=.contentful.com', + 'nlbi_673446=hCeYYXusSCIlU/Z06lKYhQAAAADBjzN1RJ4fIvqvIzkkpA0p; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=AgYSf818nj5yXzyj2S0oDAP2tVsAAAAAi9zhokN0KJ0KLfIxgm0wkQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=oFeuauxPxHvYObhNW0dCBv5d/VsAAAAAR2rvsMXO4CgFDC2OWncqTw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100264745-100264751 NNNN CT(125 90 0) RT(1538651651141 17) q(0 0 2 -1) r(4 4) U5', + '10-107194881-107194888 NNNN CT(0 0 0) RT(1543331325717 22) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -8612,7 +8610,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:12 GMT', + 'Tue, 27 Nov 2018 15:08:46 GMT', 'ETag', '"29f2c21be26360c424f617d8592cf6f9"', 'Server', @@ -8624,25 +8622,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - 'c7bf95c2c0a60672d5a418af1e55a51b', + '21168728405b311a9719a5ce2b636d58', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=FULc0cQ2R9GuAfu5GQ6jcwP2tVsAAAAAQUIPAAAAAADUZICV809cYcCRRWGYOrVn; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=yxkeG2fmTHOUaVEIdlLzQf5d/VsAAAAAQUIPAAAAAAB6y7DY+JbL/w9/j3xO4eza; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=TWJzGb3DrEM/tfGd6lKYhQAAAADbnz1tGWgT/6+6CNMgpjmj; path=/; Domain=.contentful.com', + 'nlbi_673446=skA5UiLvwh2ggtc96lKYhQAAAACnXGUitlcg5r/nnLKFPVLy; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=Amabfv6kbRP7YTyj2S0oDAP2tVsAAAAA76kKWpmayehvU80P0yY0/w==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=H5Z5ROvGu1BMOrhNW0dCBv5d/VsAAAAAxj2cUEyN+8DuDvXHSb/x1A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239210411-239210447 NNNN CT(86 87 0) RT(1538651651589 35) q(0 0 1 -1) r(3 3) U5', + '3-56391140-56391142 NNNN CT(0 0 0) RT(1543331326092 50) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula', @@ -8665,7 +8663,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "environment": "env-integration", "space": "bohepdihyxin" }, - "requestId": "cec9f15cf1a1f28a8dc6e4c6867b6731" + "requestId": "3ddf7948ae2deff42e451ea80ee2aea6" } , [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', @@ -8684,9 +8682,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:13 GMT', + 'Tue, 27 Nov 2018 15:08:46 GMT', 'ETag', - '"8fa185aea6b36217b60f4065219c87bf"', + '"f1fce7ef68131a89d347cfc7c06ed0aa"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -8696,25 +8694,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - 'cec9f15cf1a1f28a8dc6e4c6867b6731', + '3ddf7948ae2deff42e451ea80ee2aea6', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=WgrW5WVEQ4Gf3UacB8ZMRQT2tVsAAAAAQUIPAAAAAABXpaMqjLwckIssdCAV+o/D; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=7LsRry9KRjWlyF06xB6Lff5d/VsAAAAAQUIPAAAAAACHKFFPSobPY/XOg4a8FE3g; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=4d9zdfobZGj+fzIb6lKYhQAAAABXcEjn4N0hrOj1vPOl66sl; path=/; Domain=.contentful.com', + 'nlbi_673446=UvNVIpQXyxgnnNNl6lKYhQAAAADCVnYeFZdbjAjJk6c0VX+u; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=lt1bQBjJIS1BZDyj2S0oDAT2tVsAAAAAmd+8i4ZnkaP499qVAunFMA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=7pz0VYoWDFmKOrhNW0dCBv5d/VsAAAAAsQ9+9jekuYHYaXuNWcNwLA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239210604-239210614 NNNN CT(87 87 0) RT(1538651651976 24) q(0 0 1 -1) r(3 3) U5', + '10-107194988-107194992 NNNN CT(0 0 0) RT(1543331326475 24) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula', @@ -8767,7 +8765,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -8775,7 +8773,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -8804,9 +8802,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:13 GMT', + 'Tue, 27 Nov 2018 15:08:47 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -8818,15 +8816,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - 'd3941006d599ea22d382dfdb26bbbb25', + '1d9aaf71f796e45bfdd517826caf40d1', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -8840,20 +8838,20 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=qTX7UxJZQmWRWjF7dkgcqAT2tVsAAAAAQUIPAAAAAACwse5zDbOQ0UOsW6Ik1jUu; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=D9lZoUnKSNGK6hM1YlGFQf9d/VsAAAAAQUIPAAAAAABjeYK+XrZDuaC5lSuKK5KG; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=kx2qOu7eHlV3uuiA6lKYhQAAAACj/xgR1J8rmPZNX+sz9Jnd; path=/; Domain=.contentful.com', + 'nlbi_673446=8Pfbfh7TD2zwIiLA6lKYhQAAAAAZwH2pjkVu1f8KSu3tVlx5; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=MuFbCTg6QhrUZjyj2S0oDAT2tVsAAAAAZmJeZ64saH6TxJyOGbWYCg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=T+dXG2tYkg/zOrhNW0dCBv9d/VsAAAAA/T8Rq1Kabq6hpEpRJMiYKg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100265249-100265257 NNNN CT(90 87 0) RT(1538651652457 22) q(0 0 2 -1) r(3 3) U5', + '10-107195051-107195062 NNNN CT(0 0 0) RT(1543331326797 68) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/blogPost', {"name":"Blog post","fields":[{"id":"slug","name":"URL Slug","type":"Symbol","required":true}],"description":"super angry"}) - .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"blogPost","type":"ContentType","createdAt":"2018-10-04T11:14:14.068Z","updatedAt":"2018-10-04T11:14:14.068Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"Blog post","description":"super angry","fields":[{"id":"slug","name":"URL Slug","type":"Symbol","localized":false,"required":true,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', + .reply(201, {"sys":{"space":{"sys":{"type":"Link","linkType":"Space","id":"bohepdihyxin"}},"id":"blogPost","type":"ContentType","createdAt":"2018-11-27T15:08:47.585Z","updatedAt":"2018-11-27T15:08:47.585Z","environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}},"createdBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"version":1},"displayField":null,"name":"Blog post","description":"super angry","fields":[{"id":"slug","name":"URL Slug","type":"Symbol","localized":false,"required":true,"validations":[],"disabled":false,"omitted":false}]}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -8870,9 +8868,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:14 GMT', + 'Tue, 27 Nov 2018 15:08:47 GMT', 'ETag', - '"4f1e0f0a502fff60a68c7659434607ac"', + '"0343e71b0094a1e7cb2121ea1df4929c"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -8882,27 +8880,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '8', 'X-Contentful-Request-Id', - 'b0d6670f11deeb546dc35a918d321c6c', + '9a21ebfea87cb2986ed98faa99d8f8f6', 'Content-Length', '1027', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=VlWYb/NpSSCUcVOkeC4vVgX2tVsAAAAAQUIPAAAAAACaKaQ1vZ2UaMILFkvD01aD; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=E4xmNjttS3eYm2Dojnjns/9d/VsAAAAAQUIPAAAAAACYj8unTRateRcnN7QikIjv; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=CM7WMlr9fyW1JNHH6lKYhQAAAABR5I2Pzv7xQoxcrNjuW9A3; path=/; Domain=.contentful.com', + 'nlbi_673446=VUvqIUrm2EwEoYDJ6lKYhQAAAAAg0qjSw6ejKmlFpNsJOuS1; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=h687UYo/9h7saTyj2S0oDAX2tVsAAAAAoN0NXh41ntGwqGpTx71y3w==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=B7w4IP6y63p7O7hNW0dCBv9d/VsAAAAAdz60GP+F1V6gieg3gfj/4g==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141998438-141998447 NNNN CT(89 93 0) RT(1538651652792 14) q(0 0 1 -1) r(4 4) U5', + '9-66503634-66503642 NNNN CT(0 0 0) RT(1543331327238 62) q(0 1 1 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -8920,8 +8918,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogPost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:14.068Z", - "updatedAt": "2018-10-04T11:14:14.343Z", + "createdAt": "2018-11-27T15:08:47.585Z", + "updatedAt": "2018-11-27T15:08:48.018Z", "environment": { "sys": { "id": "env-integration", @@ -8944,9 +8942,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "firstPublishedAt": "2018-10-04T11:14:14.343Z", + "firstPublishedAt": "2018-11-27T15:08:48.018Z", "publishedCounter": 1, - "publishedAt": "2018-10-04T11:14:14.343Z", + "publishedAt": "2018-11-27T15:08:48.018Z", "publishedBy": { "sys": { "type": "Link", @@ -8991,9 +8989,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:14 GMT', + 'Tue, 27 Nov 2018 15:08:48 GMT', 'ETag', - 'W/"e0ad56e5e11b42ba7ca3172b5d68d0e6"', + 'W/"c1c0f69dec59c98c177f4e6979922afd"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9003,34 +9001,34 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '7', 'X-Contentful-Request-Id', - '828589d0b62a1abb5c03d107f48ec86e', + '321b58c0626571b101cd29c4e35ffdc1', 'Content-Length', - '445', + '447', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=CW1w1OjDQlGAXmQPi4mA3wX2tVsAAAAAQUIPAAAAAAD/MwK66W5aYZLaATnyZv9k; expires=Fri, 04 Oct 2019 11:02:56 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=2iTV7KYdRtCr1fB8bzoZnwBe/VsAAAAAQUIPAAAAAABs78mEPLgw/d+X2yKhJE1W; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=lVI5Ziu5I0mY5YKh6lKYhQAAAADTVLtqUD7OcuJdWy+4lNaA; path=/; Domain=.contentful.com', + 'nlbi_673446=C8/HHfS+AGwJ+w+V6lKYhQAAAAAKpcFqBdj7Qg50Dhch8N/p; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=CmUTCqMIMHQ0bDyj2S0oDAX2tVsAAAAA4XhqfRGc9yIZZXhuHUr4pw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=kec3QsVKfS7lO7hNW0dCBgBe/VsAAAAAptDQxRZ+WnDA6s6xHt9i5A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '13-192073193-192073203 NNNN CT(0 0 0) RT(1538651653329 26) q(0 0 0 -1) r(3 3) U5', + '0-13691407-13691408 NNNN CT(0 0 0) RT(1543331327641 79) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/blogPost/editor_interface', {"controls":[{"fieldId":"slug","widgetId":"slugEditor"}]}) - .reply(200, {"controls":[{"fieldId":"slug","widgetId":"slugEditor"}],"sys":{"id":"default","type":"EditorInterface","space":{"sys":{"id":"bohepdihyxin","type":"Link","linkType":"Space"}},"version":2,"createdAt":"2018-10-04T11:14:14.465Z","createdBy":{"sys":{"id":"33kZDXNajFNmbngiu5MvUa","type":"Link","linkType":"User"}},"updatedAt":"2018-10-04T11:14:15.074Z","updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"contentType":{"sys":{"id":"blogPost","type":"Link","linkType":"ContentType"}},"environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}}}}, [ 'Access-Control-Allow-Headers', + .reply(200, {"controls":[{"fieldId":"slug","widgetId":"slugEditor"}],"sys":{"id":"default","type":"EditorInterface","space":{"sys":{"id":"bohepdihyxin","type":"Link","linkType":"Space"}},"version":2,"createdAt":"2018-11-27T15:08:48.140Z","createdBy":{"sys":{"id":"33kZDXNajFNmbngiu5MvUa","type":"Link","linkType":"User"}},"updatedAt":"2018-11-27T15:08:48.476Z","updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"contentType":{"sys":{"id":"blogPost","type":"Link","linkType":"ContentType"}},"environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}}}}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -9047,9 +9045,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:15 GMT', + 'Tue, 27 Nov 2018 15:08:48 GMT', 'ETag', - '"81a97f63b10db774e25de8eade597475"', + '"aabfec785767956126a6bbe611fbc178"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9059,27 +9057,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - 'fc069b922b7a436be1eece5f1ae8a9de', + 'e3ac879aba84a2bdd76a16560cd7f671', 'Content-Length', '951', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=PguZ4WmmSziKWC0QGEsDfAb2tVsAAAAAQUIPAAAAAABRZYAEcp7rviujbYN6jquE; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=UcL74xxkR7SDEO2I50vmlABe/VsAAAAAQUIPAAAAAACAqyKQdCme7NsPpaG31deC; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=NLcNEfXCTFVvgpaf6lKYhQAAAABCMHzXYs314BUrWL+K+Qjd; path=/; Domain=.contentful.com', + 'nlbi_673446=CaajHAZSYk0QdkEl6lKYhQAAAADcAiQUskYTK10Yf/xUrg7f; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=kkYtAhQ6BwXZbzyj2S0oDAb2tVsAAAAAhi1N8KArebGG3Re7svLaBw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=dQFCJd6BXDA0PLhNW0dCBgBe/VsAAAAAGYroMgMy2zk2OYBLjy3Nng==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57009625-57009644 NNNN CT(90 90 0) RT(1538651653788 25) q(0 0 1 -1) r(4 4) U5', + '5-102434718-102434725 NNNN CT(0 0 0) RT(1543331328131 45) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -9098,7 +9096,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "createdAt": "2018-10-04T11:14:14.465Z", + "createdAt": "2018-11-27T15:08:48.140Z", "createdBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -9106,7 +9104,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "linkType": "User" } }, - "updatedAt": "2018-10-04T11:14:15.074Z", + "updatedAt": "2018-11-27T15:08:48.476Z", "updatedBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -9153,9 +9151,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:15 GMT', + 'Tue, 27 Nov 2018 15:08:48 GMT', 'ETag', - '"7608fd92e9c88ffa5f7e650791926dab"', + '"fd45dc0f17cb0861c95eb2051c9e1081"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9165,25 +9163,25 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - '4eca9e14feff8654e8d307dec8b0b73b', + 'e37d1b6d0b41ef456aea3474ffbfc46f', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=Z8Dvjs8vRwCueYQwSKYpnQb2tVsAAAAAQUIPAAAAAABkavTgN9t5czSdbQCxaQHv; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=zQzyv1a/ThWjWZ8qfxjykwBe/VsAAAAAQUIPAAAAAACRwU/2IanhMnGEZ3anQhdk; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=C6MdLgAqNVwpzlp86lKYhQAAAAAPI7x5Knp+NU7K04XEFDcf; path=/; Domain=.contentful.com', + 'nlbi_673446=mdJ5TeNX5Tl0EJeq6lKYhQAAAADYiA4DitqV+bOuXpqN5NNh; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=gZeaaC+42AUncjyj2S0oDAb2tVsAAAAAzjX/pHowmsNpSeuZpg8zMg==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=GVu3GkRWXgdzPLhNW0dCBgBe/VsAAAAA/G3zVkZ8xq24LfSwuu6xvQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239211924-239211934 NNNN CT(90 91 0) RT(1538651654317 19) q(0 0 2 -1) r(3 3) U5', + '1-23115265-23115267 NNNN CT(0 0 0) RT(1543331328450 27) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula', @@ -9214,8 +9212,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogPost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:14.068Z", - "updatedAt": "2018-10-04T11:14:14.343Z", + "createdAt": "2018-11-27T15:08:47.585Z", + "updatedAt": "2018-11-27T15:08:48.018Z", "environment": { "sys": { "id": "env-integration", @@ -9247,8 +9245,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:14:14.343Z", - "publishedAt": "2018-10-04T11:14:14.343Z" + "firstPublishedAt": "2018-11-27T15:08:48.018Z", + "publishedAt": "2018-11-27T15:08:48.018Z" }, "displayField": null, "name": "Blog post", @@ -9287,9 +9285,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:15 GMT', + 'Tue, 27 Nov 2018 15:08:49 GMT', 'ETag', - 'W/"7a7ebc2b2fc42e4a6b9d77b3f416ac68"', + 'W/"60a563c226c053149c739967b1059056"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9299,27 +9297,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35997', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '7', 'X-Contentful-Request-Id', - '67676abc0785911349a81e066078fbe1', + '8838cf0e2c50cd8ae3a9eb0d4c175cc4', 'Content-Length', - '513', + '515', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=nSIxNaNWTGamkTVJAFZ26Ab2tVsAAAAAQUIPAAAAAAB0rdneQuWaIdvYWUh1zcIF; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=vUsLSQnERaqO7ADk/0TZugBe/VsAAAAAQUIPAAAAAAA/DWfuIdYRoGFAFfH0sHMk; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=js/qYOGV2ABecUf26lKYhQAAAAD1WK4113t8e1djtbTk3leC; path=/; Domain=.contentful.com', + 'nlbi_673446=+ZucDUIbDHWVOyPn6lKYhQAAAAD77rPKkmb4iVVcPQcrqQRB; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=LgeeMI3ip1sydDyj2S0oDAb2tVsAAAAAUqRkHRx9sbgztts4l6DWMA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=MOQJdgrc2EqxPLhNW0dCBgBe/VsAAAAAK8KYn5UoNBzIPHqjYvbOBA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239212201-239212221 NNNN CT(0 0 0) RT(1538651654830 27) q(0 0 0 -1) r(1 1) U5', + '9-66503829-66503831 NNNN CT(0 0 0) RT(1543331328657 31) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -9338,7 +9336,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 2, - "createdAt": "2018-10-04T11:14:14.465Z", + "createdAt": "2018-11-27T15:08:48.140Z", "createdBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -9346,7 +9344,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "linkType": "User" } }, - "updatedAt": "2018-10-04T11:14:15.074Z", + "updatedAt": "2018-11-27T15:08:48.476Z", "updatedBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -9393,9 +9391,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:16 GMT', + 'Tue, 27 Nov 2018 15:08:49 GMT', 'ETag', - '"7608fd92e9c88ffa5f7e650791926dab"', + '"fd45dc0f17cb0861c95eb2051c9e1081"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9413,17 +9411,17 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'e6001473830fbfeb8961edecf7acff79', + '405eb9a91e507a63cbfa915e476090d7', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=wxbdbF0GTvO4YvvJ1lB3iwf2tVsAAAAAQUIPAAAAAADb/3Kk2AA9jLMBSDssDXwF; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=XtnTjUkxS+q+2/U6QgtaIQFe/VsAAAAAQUIPAAAAAAC0ihuoy8s+elBCwV65Qys8; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Jv6fO1uz7iej3vRB6lKYhQAAAAClxlal2zPiLjRPkXODtS2i; path=/; Domain=.contentful.com', + 'nlbi_673446=VKJJFphCnFyup8dH6lKYhQAAAAB74Rt9llXVbV1DJ0mzY/Ua; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=YXlfBys1XkDMdjyj2S0oDAf2tVsAAAAAwyk09cGKAQ5ODLjSdPDo0A==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=LtYHNkztLAA2PbhNW0dCBgFe/VsAAAAAJ1OPwAhz5SyJan8Co+JzEA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239212347-239212374 NNNN CT(89 89 0) RT(1538651655068 50) q(0 0 1 -1) r(3 3) U5', + '10-107195410-107195416 NNNN CT(96 96 0) RT(1543331328925 33) q(0 0 2 -1) r(4 4) U5', 'X-CDN', 'Incapsula', @@ -9476,7 +9474,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -9484,7 +9482,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -9513,9 +9511,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:16 GMT', + 'Tue, 27 Nov 2018 15:08:49 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -9535,7 +9533,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '517d049aa8a4aa071496d5d9f6b25188', + '259000c7309a24b40f18e2f5d4f5a25c', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -9549,13 +9547,13 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=w3nZIeT4STS4fZ4T3bD3iQf2tVsAAAAAQUIPAAAAAADsKWFotgvJwmnfFgS2SRRY; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=H8M8Db5pRcm0FDkoLMXuyQFe/VsAAAAAQUIPAAAAAADOqnlkkY8FpWWiiW44SP2F; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=fYQdAT9ZHxTbLGx86lKYhQAAAADz7HCxobJ+isdq2Bby5v6z; path=/; Domain=.contentful.com', + 'nlbi_673446=/bfVfOboeyzctZTE6lKYhQAAAADABoki/dZlhsXCbYlRU7iK; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=qANgRuGF/2W7dzyj2S0oDAf2tVsAAAAAxin/mofQh1OP0BolrfYpcQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=9W+QW+TXrSC/PbhNW0dCBgFe/VsAAAAAvXdFB5HvH7A3Ey8DIFPMFg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141999466-141999469 NNNN CT(0 0 0) RT(1538651655465 16) q(0 0 0 -1) r(1 1) U5', + '9-66503903-66503907 NNNN CT(92 94 0) RT(1543331329430 42) q(0 0 2 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -9573,8 +9571,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogPost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:14.068Z", - "updatedAt": "2018-10-04T11:14:16.855Z", + "createdAt": "2018-11-27T15:08:47.585Z", + "updatedAt": "2018-11-27T15:08:51.134Z", "environment": { "sys": { "id": "env-integration", @@ -9606,8 +9604,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 1, - "firstPublishedAt": "2018-10-04T11:14:14.343Z", - "publishedAt": "2018-10-04T11:14:14.343Z" + "firstPublishedAt": "2018-11-27T15:08:48.018Z", + "publishedAt": "2018-11-27T15:08:48.018Z" }, "displayField": null, "name": "Blog post", @@ -9644,9 +9642,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:16 GMT', + 'Tue, 27 Nov 2018 15:08:51 GMT', 'ETag', - 'W/"e9391a2d2d96e4a3810ee7f798247e69"', + 'W/"b3b94f72ec794a09e9de93ec49b5d9de"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9656,27 +9654,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '9', 'X-Contentful-Request-Id', - '1775afe870a81d5d86b79129672a2361', + 'f06e0e42f8301b0bc84a5e3344b6381f', 'Content-Length', - '450', + '452', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=dG4wDpPrQO61wSBpj4QqcQj2tVsAAAAAQUIPAAAAAAAWCPpGVln196tBBe9Qy2Ye; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=CV9BCxBSS02Ouv7xS6kjGANe/VsAAAAAQUIPAAAAAADGznvB/rMfeci/z1hP53xY; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=InZKWNZxDxb//pfy6lKYhQAAAAByGJN/x22vgXyywTjH5ejG; path=/; Domain=.contentful.com', + 'nlbi_673446=2rryDDzFhQ7XIAUN6lKYhQAAAACLGzvXWrLj+h3y/LOSt4u2; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=f/lOF6RMYFF4ejyj2S0oDAj2tVsAAAAAOG7eiMTMfrVNEu5StbUKiw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=rXgiNjYYsQwvP7hNW0dCBgNe/VsAAAAA950A/KiyDIHufrLKn0Z/cA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57010227-57010234 NNNN CT(114 86 0) RT(1538651655629 25) q(0 0 2 -1) r(4 4) U5', + '2-34029375-34029385 NNNN CT(95 95 0) RT(1543331330556 109) q(0 0 2 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -9694,8 +9692,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogPost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:14.068Z", - "updatedAt": "2018-10-04T11:14:17.284Z", + "createdAt": "2018-11-27T15:08:47.585Z", + "updatedAt": "2018-11-27T15:08:51.872Z", "environment": { "sys": { "id": "env-integration", @@ -9727,8 +9725,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:14:14.343Z", - "publishedAt": "2018-10-04T11:14:17.284Z" + "firstPublishedAt": "2018-11-27T15:08:48.018Z", + "publishedAt": "2018-11-27T15:08:51.872Z" }, "displayField": null, "name": "Blog post", @@ -9765,9 +9763,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:17 GMT', + 'Tue, 27 Nov 2018 15:08:52 GMT', 'ETag', - 'W/"2d3b5e9ad3d3a2ca25b1eafc4a33ca9c"', + 'W/"d85606f8c0f7c52f6536d6caf09e32dd"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9777,34 +9775,34 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35999', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '9', + '8', 'X-Contentful-Request-Id', - '80b6e3b09ce54beca9a81aa2c9dccfd7', + '3cd320a12937c6a52f1db53638a0075f', 'Content-Length', - '453', + '455', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=4/etBGh2QnePIA6EWl2yRAj2tVsAAAAAQUIPAAAAAACGt7ERsS7mCQYFp/PYaM0l; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=WsF2EKc/QVON/vKWP13L3gNe/VsAAAAAQUIPAAAAAABexzemkMz3gY1R2CCzyVsj; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=wzgTdlnJNxDhaxVl6lKYhQAAAADN5YDBIDh52a2ODDDovixZ; path=/; Domain=.contentful.com', + 'nlbi_673446=l2YCTaeJyVYGHp6O6lKYhQAAAADDWTIw8A80X+tm9qGo+DXY; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=2AReZhONJncvfjyj2S0oDAj2tVsAAAAAPtEvJD/BlGdurp+st3JuXA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=+RZvYxD/T0Q6QLhNW0dCBgNe/VsAAAAA4OQrSdqdFWCiciBuHCZvGA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '12-141999764-141999770 NNNN CT(87 88 0) RT(1538651656061 20) q(0 0 2 -1) r(6 6) U5', + '4-83771796-83771810 NNNN CT(0 0 0) RT(1543331331476 94) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); nock('https://api.contentful.com:443', {"encodedQueryParams":true}) .put('/spaces/bohepdihyxin/environments/env-integration/content_types/blogPost/editor_interface', {"controls":[{"fieldId":"slug","widgetId":"singleLine"}]}) - .reply(200, {"controls":[{"fieldId":"slug","widgetId":"singleLine"}],"sys":{"id":"default","type":"EditorInterface","space":{"sys":{"id":"bohepdihyxin","type":"Link","linkType":"Space"}},"version":4,"createdAt":"2018-10-04T11:14:14.465Z","createdBy":{"sys":{"id":"33kZDXNajFNmbngiu5MvUa","type":"Link","linkType":"User"}},"updatedAt":"2018-10-04T11:14:17.731Z","updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"contentType":{"sys":{"id":"blogPost","type":"Link","linkType":"ContentType"}},"environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}}}}, [ 'Access-Control-Allow-Headers', + .reply(200, {"controls":[{"fieldId":"slug","widgetId":"singleLine"}],"sys":{"id":"default","type":"EditorInterface","space":{"sys":{"id":"bohepdihyxin","type":"Link","linkType":"Space"}},"version":4,"createdAt":"2018-11-27T15:08:48.140Z","createdBy":{"sys":{"id":"33kZDXNajFNmbngiu5MvUa","type":"Link","linkType":"User"}},"updatedAt":"2018-11-27T15:08:52.576Z","updatedBy":{"sys":{"type":"Link","linkType":"User","id":"33kZDXNajFNmbngiu5MvUa"}},"contentType":{"sys":{"id":"blogPost","type":"Link","linkType":"ContentType"}},"environment":{"sys":{"id":"env-integration","type":"Link","linkType":"Environment"}}}}, [ 'Access-Control-Allow-Headers', 'Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization,X-Contentful-Skip-Transformation,X-Contentful-User-Agent,X-Contentful-Enable-Alpha-Feature', 'Access-Control-Allow-Methods', 'DELETE,GET,HEAD,POST,PUT,OPTIONS', @@ -9821,9 +9819,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:17 GMT', + 'Tue, 27 Nov 2018 15:08:52 GMT', 'ETag', - '"124f61a41b5e3c63f38ed0739c452ffe"', + '"1e6f81bed2821195825236ed8c455652"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9833,27 +9831,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - 'a80a9108ea55e59abbf142d031bf582a', + '9453cc5506b8a4c9653f43b1341ff327', 'Content-Length', '951', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=+vvPdCjvRJK+GSg+jWgLLgj2tVsAAAAAQUIPAAAAAAANNMeg7mqx2R+c5EcCAA9E; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=vx+bdJleSyCvSAfjTsyJ4QRe/VsAAAAAQUIPAAAAAADCHmKmUKFvNEqZvosfRVY1; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=+lwGJVEcXQr84LMi6lKYhQAAAAARE2hEp9DuLsYLIrciCPgY; path=/; Domain=.contentful.com', + 'nlbi_673446=GWZcc/9p3yN9ivYn6lKYhQAAAADaXu6sRq3mgtiNZt9TlAy2; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=ZOrAX1RiFm4HgDyj2S0oDAj2tVsAAAAAr7XxCp2M5wsJEAn12WOpzA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=qnkKWinXozDoQLhNW0dCBgRe/VsAAAAAk4fyNZ8etFIYxuek4f7zXw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '6-46004639-46004644 NNNN CT(0 0 0) RT(1538651656656 25) q(0 0 0 -1) r(3 3) U5', + '5-102435398-102435417 NNNN CT(0 1 0) RT(1543331332191 97) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -9872,7 +9870,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 4, - "createdAt": "2018-10-04T11:14:14.465Z", + "createdAt": "2018-11-27T15:08:48.140Z", "createdBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -9880,7 +9878,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "linkType": "User" } }, - "updatedAt": "2018-10-04T11:14:17.731Z", + "updatedAt": "2018-11-27T15:08:52.576Z", "updatedBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -9927,9 +9925,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:18 GMT', + 'Tue, 27 Nov 2018 15:08:53 GMT', 'ETag', - '"134fa920abf3e2223851c0751b76f31e"', + '"4b0274f6c06ac3ffda526e4640bd2023"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -9947,17 +9945,17 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '003cc19224fe2fdac78790e7c7853f5e', + '585c95720f047159e275c4312e0de4e3', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=YNjQze3sQeOJZgsr7hIGrgn2tVsAAAAAQUIPAAAAAABoAeyxrc7K20z5ViA9zs4e; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=Z8rAmLBJTsel0apVf8HAAAVe/VsAAAAAQUIPAAAAAAC3QV43F4ha6KqYfAtDV3ln; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=13CDdd41NW7EaJLv6lKYhQAAAABhWPW3n+v23hUFJIKppJ0+; path=/; Domain=.contentful.com', + 'nlbi_673446=/OhvI+smjgK3STM26lKYhQAAAAA0BaCuChDcp+fR6lTS6nxw; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=se3JA3Rfjj5kgjyj2S0oDAn2tVsAAAAANCqXBLZ8NRpKnMaqQ12LYA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=J2cdRKBiDQKNQbhNW0dCBgVe/VsAAAAA9a/fEaSaQj4U18uPGKqaCA==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100266904-100266915 NNNN CT(92 90 0) RT(1538651656982 29) q(0 0 1 -1) r(3 3) U5', + '3-56391707-56391766 NNNN CT(0 0 0) RT(1543331332769 127) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula', @@ -9988,8 +9986,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogPost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:14.068Z", - "updatedAt": "2018-10-04T11:14:17.284Z", + "createdAt": "2018-11-27T15:08:47.585Z", + "updatedAt": "2018-11-27T15:08:51.872Z", "environment": { "sys": { "id": "env-integration", @@ -10021,8 +10019,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:14:14.343Z", - "publishedAt": "2018-10-04T11:14:17.284Z" + "firstPublishedAt": "2018-11-27T15:08:48.018Z", + "publishedAt": "2018-11-27T15:08:51.872Z" }, "displayField": null, "name": "Blog post", @@ -10061,9 +10059,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:18 GMT', + 'Tue, 27 Nov 2018 15:08:53 GMT', 'ETag', - 'W/"d7cc7320205b88b9e6c615c6e3d1690b"', + 'W/"05b8495eaee369623e55216c06f661dc"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -10081,19 +10079,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - 'd4c03648c731e1c29b9ca68e7259103c', + 'a15f5b161fc800998d2cb5f30fa8558b', 'Content-Length', - '522', + '524', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=VtY9Wk51RNyxf+3pqPRxEQn2tVsAAAAAQUIPAAAAAAAAnDROk+l+1s3AMsCGO+U1; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=Pwja7/3tT6OP93CCv0ED9gVe/VsAAAAAQUIPAAAAAABt1krGdHzOHUkRr/2M3+3w; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=JJSeNnSiBwCc1USu6lKYhQAAAAAAB97AVNZaxRVSKV6XoiR7; path=/; Domain=.contentful.com', + 'nlbi_673446=/XEBeEza4xPtipk+6lKYhQAAAABhUELBlWaUYAJRWWSRYzsU; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=WxcwSLzAqkhHhTyj2S0oDAn2tVsAAAAA9SuNaHJkhsgI+UkxhtXZGQ==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=JB4pDw8TBWFtQrhNW0dCBgVe/VsAAAAAP9fcAITF/R0c0bKdtSsDHQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100267077-100267084 NNNN CT(89 88 0) RT(1538651657476 26) q(0 0 1 -1) r(3 3) U5', + '1-23115513-23115528 NNNN CT(86 86 0) RT(1543331333273 69) q(0 0 2 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -10112,7 +10110,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 4, - "createdAt": "2018-10-04T11:14:14.465Z", + "createdAt": "2018-11-27T15:08:48.140Z", "createdBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -10120,7 +10118,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "linkType": "User" } }, - "updatedAt": "2018-10-04T11:14:17.731Z", + "updatedAt": "2018-11-27T15:08:52.576Z", "updatedBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -10167,9 +10165,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:19 GMT', + 'Tue, 27 Nov 2018 15:08:54 GMT', 'ETag', - '"134fa920abf3e2223851c0751b76f31e"', + '"4b0274f6c06ac3ffda526e4640bd2023"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -10187,17 +10185,17 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '1f2b3288c8cd50655011ea669037b0d5', + 'e82eb57ba8d4749fda75650fe9757fb3', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=qAj9Fo5zSmmNQraj5546CAr2tVsAAAAAQUIPAAAAAABWp6SaW6nT5uZ67G4vj5hW; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=dkrirBLFQ46rXdddeE8wpQZe/VsAAAAAQUIPAAAAAAD6VELByOogWNd3V+1jrkFo; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=Gn1KJWVyAD6HK7DA6lKYhQAAAACE4BZPfiYcx2SWPvvmPQ+V; path=/; Domain=.contentful.com', + 'nlbi_673446=EyhBeXAftQ6A4Ics6lKYhQAAAACOEimtTV1nZte96LJKnTRy; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=6q8eTrjWE094hzyj2S0oDAr2tVsAAAAAxPpW5Rzh+ayGX+LDIS+4Ng==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=72ApBlg1/ij4QrhNW0dCBgZe/VsAAAAAJVZymKmwdYZGXAE6fnrDJg==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57010854-57010862 NNNN CT(86 86 0) RT(1538651657866 28) q(0 0 2 -1) r(3 3) U5', + '5-102435706-102435711 NNNN CT(0 0 0) RT(1543331333859 44) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula', @@ -10250,7 +10248,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "createdAt":"2018-10-04T11:13:30Z", + "createdAt":"2018-11-27T15:08:05Z", "updatedBy":{ "sys":{ "type":"Link", @@ -10258,7 +10256,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "id":"33kZDXNajFNmbngiu5MvUa" } }, - "updatedAt":"2018-10-04T11:13:30Z" + "updatedAt":"2018-11-27T15:08:05Z" } } ] @@ -10287,9 +10285,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:19 GMT', + 'Tue, 27 Nov 2018 15:08:55 GMT', 'ETag', - 'W/"53d0f79066aa1ea42beb1ba5f7ee365c"', + 'W/"616768e91329d2aface6b90ce78faca4"', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -10301,15 +10299,15 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '79ff59d5174c4e21b02af22be1ec7459', + '6d426c515ed32026119536048dab3d31', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -10318,18 +10316,18 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'none', 'X-XSS-Protection', '1; mode=block', - 'Content-Length', - '412', + 'transfer-encoding', + 'chunked', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=FXHEukE8RIyHi+9Z9sGruQr2tVsAAAAAQUIPAAAAAACDjz3iY77vyhUE4cxlUoC4; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=n15u2V58QKO2ohtq2GvX1gZe/VsAAAAAQUIPAAAAAAB4kHxjU1nYuq6rgRfis7Cg; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=abosLA2S5TeIO0MI6lKYhQAAAACmtLSvLmyaIg+5qNfpwhlw; path=/; Domain=.contentful.com', + 'nlbi_673446=EHyFcE5tTkgnDqGF6lKYhQAAAAACP+CxSRj43T2zWOgmD5qv; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=kwEMOuKOZhvxiDyj2S0oDAr2tVsAAAAA/i0HXMEkVKWObyfmljktNw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=Z0p2OuqremDqQ7hNW0dCBgZe/VsAAAAAxWlvo0tGdGHhl6VCmku8VQ==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100267350-100267358 NNNN CT(0 0 0) RT(1538651658303 34) q(0 0 0 -1) r(1 1) U5', + '10-107196467-107196485 NNNN CT(108 108 0) RT(1543331334523 67) q(0 0 3 -1) r(4 4) U5', 'X-CDN', 'Incapsula' ]); @@ -10347,8 +10345,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogPost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:14.068Z", - "updatedAt": "2018-10-04T11:14:19.709Z", + "createdAt": "2018-11-27T15:08:47.585Z", + "updatedAt": "2018-11-27T15:08:55.404Z", "environment": { "sys": { "id": "env-integration", @@ -10380,8 +10378,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 3, - "firstPublishedAt": "2018-10-04T11:14:14.343Z", - "publishedAt": "2018-10-04T11:14:17.284Z" + "firstPublishedAt": "2018-11-27T15:08:48.018Z", + "publishedAt": "2018-11-27T15:08:51.872Z" }, "displayField": null, "name": "Blog post", @@ -10418,9 +10416,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:19 GMT', + 'Tue, 27 Nov 2018 15:08:55 GMT', 'ETag', - 'W/"a977d03979c31a04383010410ade7471"', + 'W/"da9482b2d270346f7523b6a41fe44a0d"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -10430,27 +10428,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35997', + '35998', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '7', + '8', 'X-Contentful-Request-Id', - '5c316d8c7449964c3778d629f3ad7272', + '92fdf26462af8ab4dd066e86366ea022', 'Content-Length', - '461', + '462', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=8xVwYDfmTtKzhu3C/ty4Igr2tVsAAAAAQUIPAAAAAABFBFZuLBORUOPqLcmMf7/X; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=oAKg+/zTTAeFBmlCRfKvzQde/VsAAAAAQUIPAAAAAAAQ3G5JkSeZc4bQoJ1gT9UP; expires=Wed, 27 Nov 2019 10:00:24 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=2BhNd9PNRlwbYtWH6lKYhQAAAAAL3LE5oEgy6BUcOVKvhZk6; path=/; Domain=.contentful.com', + 'nlbi_673446=23K8aeE9KxPoHErG6lKYhQAAAADKYvxE++C8bSOcfJ0bLEXT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=TGN1Tw3Q1n+5izyj2S0oDAr2tVsAAAAANTA+lscjBFd5rHxGpyv38g==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=xTOFb/oF/lxDRLhNW0dCBgde/VsAAAAAeEA9HROwDn5WygZUaKoA5A==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239214373-239214383 NNNN CT(89 90 0) RT(1538651658508 35) q(0 0 2 -1) r(3 3) U5', + '3-56391981-56391988 NNNN CT(0 0 0) RT(1543331335055 52) q(0 0 0 -1) r(1 1) U5', 'X-CDN', 'Incapsula' ]); @@ -10468,8 +10466,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) }, "id": "blogPost", "type": "ContentType", - "createdAt": "2018-10-04T11:14:14.068Z", - "updatedAt": "2018-10-04T11:14:20.083Z", + "createdAt": "2018-11-27T15:08:47.585Z", + "updatedAt": "2018-11-27T15:08:56.896Z", "environment": { "sys": { "id": "env-integration", @@ -10501,8 +10499,8 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "publishedVersion": 5, - "firstPublishedAt": "2018-10-04T11:14:14.343Z", - "publishedAt": "2018-10-04T11:14:20.083Z" + "firstPublishedAt": "2018-11-27T15:08:48.018Z", + "publishedAt": "2018-11-27T15:08:56.896Z" }, "displayField": null, "name": "Blog post", @@ -10539,9 +10537,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:20 GMT', + 'Tue, 27 Nov 2018 15:08:57 GMT', 'ETag', - 'W/"2b55603b4609bd4521b15d9e8fbb73a6"', + 'W/"a2fe3015ad1112d601a84cba86b69dbb"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -10559,19 +10557,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - '02aa153bed5d68eb45f7fa43856a6058', + '1e07c13260a0df6d1adcf272ff18cbf1', 'Content-Length', - '453', + '456', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=Syqw7/J3RMuHgQ3BiZf1HQv2tVsAAAAAQUIPAAAAAAC+/Z7G+QIAPcSCyqUnAajL; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=NlVi3PHuSgeeRHFRVKPntwhe/VsAAAAAQUIPAAAAAACRtEJ66sge28rDWFeh77fR; expires=Wed, 27 Nov 2019 10:00:35 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=sfeJO7U4XhWN/Uuu6lKYhQAAAACAqXpci7VOqph+gx+WE8iO; path=/; Domain=.contentful.com', + 'nlbi_673446=bXvhB9TlsD2imhB26lKYhQAAAAAfkmgxmOIgQhlPviupEeR3; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=/jowY8J7bGmXjjyj2S0oDAv2tVsAAAAAhsLY0FxWYyJnHz2KlZHX5g==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=qK6XTmyFDwbgRbhNW0dCBghe/VsAAAAAV6CQNd2I9aTpN1gv8ylKCw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '14-239214669-239214698 NNNN CT(0 0 0) RT(1538651658993 61) q(0 0 0 -1) r(3 3) U5', + '4-83772496-83772509 NNNN CT(0 0 0) RT(1543331336493 140) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -10599,7 +10597,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 6, - "createdAt": "2018-10-04T11:14:14.465Z", + "createdAt": "2018-11-27T15:08:48.140Z", "createdBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -10607,7 +10605,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "linkType": "User" } }, - "updatedAt": "2018-10-04T11:14:20.600Z", + "updatedAt": "2018-11-27T15:08:57.644Z", "updatedBy": { "sys": { "type": "Link", @@ -10650,9 +10648,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:20 GMT', + 'Tue, 27 Nov 2018 15:08:57 GMT', 'ETag', - 'W/"1bb4ee10a6d6f3b023e20b9fce7000fd"', + 'W/"3aa8289aad8ee0e7537555f6e0b4b839"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -10662,27 +10660,27 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Hour-Limit', '36000', 'X-Contentful-RateLimit-Hour-Remaining', - '35998', + '35999', 'X-Contentful-RateLimit-Reset', '0', 'X-Contentful-RateLimit-Second-Limit', '10', 'X-Contentful-RateLimit-Second-Remaining', - '8', + '9', 'X-Contentful-Request-Id', - '10d95dbae6964a49be6ca9d6c722438c', + 'c3538ca84cd21df479814d83fa2d5843', 'Content-Length', - '401', + '403', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=n4Tt29BcSQePAtdU4eYptAv2tVsAAAAAQUIPAAAAAAA5rycoKlG4MEr/qi0p1GiZ; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=Oez3DEe7QPaWX/eNtoIQzQle/VsAAAAAQUIPAAAAAAALS0pZks8bO26JLVeuNHy2; expires=Wed, 27 Nov 2019 10:00:36 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=smbUBuHq2nsRTx/h6lKYhQAAAAD4ENsDgQjBHokbMOg2tML3; path=/; Domain=.contentful.com', + 'nlbi_673446=wwyMTP1NuiF6xJ8P6lKYhQAAAABZ3AVP9yPrMno9Gu8fTK3V; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=OPYaKxjbxGXzkTyj2S0oDAv2tVsAAAAAEofKhLOHqgvHQiGuOYy+kA==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=rCw+UabFaTLJRrhNW0dCBgle/VsAAAAAf0nPevHXwsZjF16UZTR74Q==; path=/; Domain=.contentful.com', 'X-Iinfo', - '11-100267720-100267740 NNNN CT(98 87 0) RT(1538651659410 24) q(0 0 2 -1) r(5 5) U5', + '7-13574228-13574231 NNNN CT(0 0 0) RT(1543331337208 152) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); @@ -10701,7 +10699,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) } }, "version": 6, - "createdAt": "2018-10-04T11:14:14.465Z", + "createdAt": "2018-11-27T15:08:48.140Z", "createdBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -10709,7 +10707,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) "linkType": "User" } }, - "updatedAt": "2018-10-04T11:14:20.600Z", + "updatedAt": "2018-11-27T15:08:57.644Z", "updatedBy": { "sys": { "id": "33kZDXNajFNmbngiu5MvUa", @@ -10761,9 +10759,9 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:21 GMT', + 'Tue, 27 Nov 2018 15:08:58 GMT', 'ETag', - 'W/"a5b8c949e6c07cf9f86ff6ea99f0d4d8"', + 'W/"6ce08dfd4b19e579c315d52727dbdbce"', 'Server', 'Contentful', 'Strict-Transport-Security', @@ -10781,19 +10779,19 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '9', 'X-Contentful-Request-Id', - 'deb23d9cdd4d50d63739ccddb0344a8b', + '6dd87289bc8a8e3c1e6852c428a6c365', 'Content-Length', - '390', + '392', 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=zSL+HvzhSHWqnwdhRw8RZAz2tVsAAAAAQUIPAAAAAACMycuWpY//jvId88pYKjJo; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=zHqZaCovTI+aqE1HWKV83Qpe/VsAAAAAQUIPAAAAAAAEvmXUgeblkdyhIqUteqDq; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=dWycD9dd7j4Gh2iQ6lKYhQAAAADL7qVypY7e4BjZXjtzG03l; path=/; Domain=.contentful.com', + 'nlbi_673446=Sz9kEHq2a3qjMzCq6lKYhQAAAADBfZXRjbdoiBaaMzVL7T5Q; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=v7ujfWxMn2hilDyj2S0oDAz2tVsAAAAAwxrhyXOw4nwfRMETH65cOw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=OripOOciwyxYR7hNW0dCBgpe/VsAAAAAYgLYoZsJacppBCvJeAKmvw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '9-29837334-29837340 NNNN CT(88 88 0) RT(1538651659958 35) q(0 0 2 -1) r(3 3) U5', + '9-66504853-66504872 NNNN CT(0 0 0) RT(1543331337768 196) q(0 0 0 -1) r(2 2) U5', 'X-CDN', 'Incapsula' ]); @@ -10823,7 +10821,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Contentful-Api', 'cma', 'Date', - 'Thu, 04 Oct 2018 11:14:22 GMT', + 'Tue, 27 Nov 2018 15:08:58 GMT', 'Referrer-Policy', 'strict-origin-when-cross-origin', 'Server', @@ -10843,7 +10841,7 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'X-Contentful-RateLimit-Second-Remaining', '8', 'X-Contentful-Request-Id', - '81ac6eb80a7ec9c07c3f1ccff0a49c54', + '98e47a0940948557ff8cd8cbb6871c1b', 'X-Download-Options', 'noopen', 'X-Frame-Options', @@ -10855,12 +10853,12 @@ nock('https://api.contentful.com:443', {"encodedQueryParams":true}) 'Connection', 'Close', 'Set-Cookie', - 'visid_incap_673446=pxFdDwwDTKSuJQ4TMW324w32tVsAAAAAQUIPAAAAAADDqc+PlRfiIke3VD2UoWvd; expires=Fri, 04 Oct 2019 11:03:22 GMT; path=/; Domain=.contentful.com', + 'visid_incap_673446=aX1hEHnJREu8NySuUTat+Qpe/VsAAAAAQUIPAAAAAAAi42pAJaiMDG88KhCC+pO8; expires=Wed, 27 Nov 2019 10:00:32 GMT; path=/; Domain=.contentful.com', 'Set-Cookie', - 'nlbi_673446=TsSOSmwjO0Sp3fEK6lKYhQAAAADSVZeXlzXSTnF0pypt5E0Q; path=/; Domain=.contentful.com', + 'nlbi_673446=Pd+tdimHcVSLKDzy6lKYhQAAAAD3hoCtiCgPw/sSSgVQnKwa; path=/; Domain=.contentful.com', 'Set-Cookie', - 'incap_ses_876_673446=gLhjBIFgGyYgmzyj2S0oDA32tVsAAAAAbaMw6OXhVeuWTlt+gJv3uw==; path=/; Domain=.contentful.com', + 'incap_ses_451_673446=aJ1EAzADOi8kSLhNW0dCBgpe/VsAAAAAV6ovm7mtRl6ijYrnGvlsuw==; path=/; Domain=.contentful.com', 'X-Iinfo', - '10-57011508-57011511 NNNN CT(86 87 0) RT(1538651660473 21) q(0 0 2 -1) r(10 10) U5', + '9-66504921-66504931 NNNN CT(0 0 0) RT(1543331338473 72) q(0 0 0 -1) r(3 3) U5', 'X-CDN', 'Incapsula' ]); diff --git a/test/integration/migration.spec.js b/test/integration/migration.spec.js index 11395dbae..6258e55d0 100644 --- a/test/integration/migration.spec.js +++ b/test/integration/migration.spec.js @@ -209,7 +209,7 @@ describe('the migration', function () { validations: [ { assetImageDimensions: { width: { min: 1199, max: null }, - height: { min: null, max: null } } + height: { min: 1343 } } } ] }