@warp-drive/legacy 5.9.0-alpha.21 → 5.9.0-alpha.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/-private-DQ6Iap2t.js +193 -0
- package/dist/-private-DQ6Iap2t.js.map +1 -0
- package/dist/-private-DccRZQsm.js +904 -0
- package/dist/-private-DccRZQsm.js.map +1 -0
- package/dist/adapter/-private.d.ts +33 -0
- package/dist/adapter/-private.d.ts.map +1 -0
- package/dist/adapter/-private.js +3 -1
- package/dist/adapter/error.d.ts +2 -0
- package/dist/adapter/error.js +422 -453
- package/dist/adapter/error.js.map +1 -0
- package/{declarations → dist}/adapter/json-api.d.ts +30 -29
- package/dist/adapter/json-api.d.ts.map +1 -0
- package/dist/adapter/json-api.js +265 -143
- package/dist/adapter/json-api.js.map +1 -0
- package/dist/adapter/rest.d.ts +2 -0
- package/dist/adapter/rest.js +937 -1136
- package/dist/adapter/rest.js.map +1 -0
- package/dist/adapter-CARrK3-8.d.ts +784 -0
- package/dist/adapter-CARrK3-8.d.ts.map +1 -0
- package/dist/adapter-XgLAkYVs.js +1130 -0
- package/dist/adapter-XgLAkYVs.js.map +1 -0
- package/dist/adapter.d.ts +2 -0
- package/dist/adapter.js +1 -1248
- package/dist/compat/-private.d.ts +2 -0
- package/dist/compat/-private.js +3 -1
- package/dist/compat/builders.d.ts +169 -0
- package/dist/compat/builders.d.ts.map +1 -0
- package/dist/compat/builders.js +205 -245
- package/dist/compat/builders.js.map +1 -0
- package/dist/compat/extensions.d.ts +2 -0
- package/dist/compat/extensions.js +265 -304
- package/dist/compat/extensions.js.map +1 -0
- package/dist/compat/utils.d.ts +151 -0
- package/dist/compat/utils.d.ts.map +1 -0
- package/dist/compat/utils.js +187 -206
- package/dist/compat/utils.js.map +1 -0
- package/dist/compat-BbNNmTM-.d.ts +1386 -0
- package/dist/compat-BbNNmTM-.d.ts.map +1 -0
- package/dist/compat-g__Pfy2S.js +734 -0
- package/dist/compat-g__Pfy2S.js.map +1 -0
- package/dist/compat.d.ts +2 -0
- package/dist/compat.js +1 -1036
- package/dist/error-CzkyXr1Q.d.ts +435 -0
- package/dist/error-CzkyXr1Q.d.ts.map +1 -0
- package/dist/errors-LQhmDVdd.js +2134 -0
- package/dist/errors-LQhmDVdd.js.map +1 -0
- package/dist/extensions-DumNm4dA.d.ts +102 -0
- package/dist/extensions-DumNm4dA.d.ts.map +1 -0
- package/dist/index.d.ts +243 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +267 -339
- package/dist/index.js.map +1 -0
- package/dist/json-BXNPTlcH.js +1106 -0
- package/dist/json-BXNPTlcH.js.map +1 -0
- package/dist/model/-private.d.ts +3 -0
- package/dist/model/-private.js +3 -1
- package/dist/model/migration-support.d.ts +335 -0
- package/dist/model/migration-support.d.ts.map +1 -0
- package/dist/model/migration-support.js +504 -575
- package/dist/model/migration-support.js.map +1 -0
- package/dist/model-62hn5_PD.d.ts +3107 -0
- package/dist/model-62hn5_PD.d.ts.map +1 -0
- package/dist/model-BtIEHqYZ.js +683 -0
- package/dist/model-BtIEHqYZ.js.map +1 -0
- package/dist/model-fragments-Dpn9285r.js +334 -0
- package/dist/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/model-fragments.d.ts +294 -0
- package/dist/model-fragments.d.ts.map +1 -0
- package/dist/model-fragments.js +2 -94
- package/dist/model.d.ts +404 -0
- package/dist/model.d.ts.map +1 -0
- package/dist/model.js +3 -670
- package/{declarations/adapter/rest.d.ts → dist/rest-0NhtexIq.d.ts} +183 -173
- package/dist/rest-0NhtexIq.d.ts.map +1 -0
- package/dist/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/schema-provider-DsKuB5Wb.js +1929 -0
- package/dist/schema-provider-DsKuB5Wb.js.map +1 -0
- package/{declarations → dist}/serializer/json-api.d.ts +3 -0
- package/dist/serializer/json-api.d.ts.map +1 -0
- package/dist/serializer/json-api.js +527 -519
- package/dist/serializer/json-api.js.map +1 -0
- package/{declarations → dist}/serializer/json.d.ts +3 -0
- package/dist/serializer/json.d.ts.map +1 -0
- package/dist/serializer/json.js +3 -6
- package/{declarations/serializer/-private/embedded-records-mixin.d.ts → dist/serializer/rest.d.ts} +56 -1
- package/dist/serializer/rest.d.ts.map +1 -0
- package/dist/serializer/rest.js +958 -1199
- package/dist/serializer/rest.js.map +1 -0
- package/dist/serializer/transform.d.ts +313 -0
- package/dist/serializer/transform.d.ts.map +1 -0
- package/dist/serializer/transform.js +283 -308
- package/dist/serializer/transform.js.map +1 -0
- package/dist/serializer.d.ts +151 -0
- package/dist/serializer.d.ts.map +1 -0
- package/dist/serializer.js +205 -205
- package/dist/serializer.js.map +1 -0
- package/dist/store-C4qYzXei.js +473 -0
- package/dist/store-C4qYzXei.js.map +1 -0
- package/dist/store.d.ts +13 -0
- package/dist/store.d.ts.map +1 -0
- package/dist/store.js +1 -641
- package/dist/unpkg/dev/-private-CrEyBE-B.js +189 -0
- package/dist/unpkg/dev/-private-CrEyBE-B.js.map +1 -0
- package/dist/unpkg/dev/-private-vOhxVExH.js +896 -0
- package/dist/unpkg/dev/-private-vOhxVExH.js.map +1 -0
- package/dist/unpkg/dev/adapter/-private.js +3 -1
- package/dist/unpkg/dev/adapter/error.js +421 -452
- package/dist/unpkg/dev/adapter/error.js.map +1 -0
- package/dist/unpkg/dev/adapter/json-api.js +239 -257
- package/dist/unpkg/dev/adapter/json-api.js.map +1 -0
- package/dist/unpkg/dev/adapter/rest.js +935 -1134
- package/dist/unpkg/dev/adapter/rest.js.map +1 -0
- package/dist/unpkg/dev/adapter-Cw0uSl8d.js +1129 -0
- package/dist/unpkg/dev/adapter-Cw0uSl8d.js.map +1 -0
- package/dist/unpkg/dev/adapter.js +1 -1247
- package/dist/unpkg/dev/compat/-private.js +3 -1
- package/dist/unpkg/dev/compat/builders.js +204 -247
- package/dist/unpkg/dev/compat/builders.js.map +1 -0
- package/dist/unpkg/dev/compat/extensions.js +264 -303
- package/dist/unpkg/dev/compat/extensions.js.map +1 -0
- package/dist/unpkg/dev/compat/utils.js +186 -205
- package/dist/unpkg/dev/compat/utils.js.map +1 -0
- package/dist/unpkg/dev/compat-CeyxXB7K.js +825 -0
- package/dist/unpkg/dev/compat-CeyxXB7K.js.map +1 -0
- package/dist/unpkg/dev/compat.js +1 -1178
- package/dist/unpkg/dev/errors-1javxsPo.js +2127 -0
- package/dist/unpkg/dev/errors-1javxsPo.js.map +1 -0
- package/dist/unpkg/dev/index.js +266 -344
- package/dist/unpkg/dev/index.js.map +1 -0
- package/dist/unpkg/dev/json-DDJji3V3.js +1104 -0
- package/dist/unpkg/dev/json-DDJji3V3.js.map +1 -0
- package/dist/unpkg/dev/model/-private.js +3 -1
- package/dist/unpkg/dev/model/migration-support.js +481 -549
- package/dist/unpkg/dev/model/migration-support.js.map +1 -0
- package/dist/unpkg/dev/model-C9Xb1R1x.js +655 -0
- package/dist/unpkg/dev/model-C9Xb1R1x.js.map +1 -0
- package/dist/unpkg/dev/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/dev/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/dev/model-fragments.js +2 -94
- package/dist/unpkg/dev/model.js +3 -681
- package/dist/unpkg/dev/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/dev/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/dev/schema-provider-Dy6c1J5f.js +1834 -0
- package/dist/unpkg/dev/schema-provider-Dy6c1J5f.js.map +1 -0
- package/dist/unpkg/dev/serializer/json-api.js +514 -634
- package/dist/unpkg/dev/serializer/json-api.js.map +1 -0
- package/dist/unpkg/dev/serializer/json.js +3 -4
- package/dist/unpkg/dev/serializer/rest.js +954 -1196
- package/dist/unpkg/dev/serializer/rest.js.map +1 -0
- package/dist/unpkg/dev/serializer/transform.js +283 -308
- package/dist/unpkg/dev/serializer/transform.js.map +1 -0
- package/dist/unpkg/dev/serializer.js +205 -205
- package/dist/unpkg/dev/serializer.js.map +1 -0
- package/dist/unpkg/dev/store-D_V8-HQl.js +472 -0
- package/dist/unpkg/dev/store-D_V8-HQl.js.map +1 -0
- package/dist/unpkg/dev/store.js +1 -649
- package/dist/unpkg/dev/util-dSKEgQDp.js +12 -0
- package/dist/unpkg/dev/util-dSKEgQDp.js.map +1 -0
- package/dist/unpkg/dev/utils-DYC9utVJ.js +11 -0
- package/dist/unpkg/dev/utils-DYC9utVJ.js.map +1 -0
- package/dist/unpkg/dev-deprecated/-private-CrEyBE-B.js +189 -0
- package/dist/unpkg/dev-deprecated/-private-CrEyBE-B.js.map +1 -0
- package/dist/unpkg/dev-deprecated/-private-vOhxVExH.js +896 -0
- package/dist/unpkg/dev-deprecated/-private-vOhxVExH.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/adapter/error.js +421 -452
- package/dist/unpkg/dev-deprecated/adapter/error.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/json-api.js +239 -257
- package/dist/unpkg/dev-deprecated/adapter/json-api.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter/rest.js +935 -1134
- package/dist/unpkg/dev-deprecated/adapter/rest.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter-Cw0uSl8d.js +1129 -0
- package/dist/unpkg/dev-deprecated/adapter-Cw0uSl8d.js.map +1 -0
- package/dist/unpkg/dev-deprecated/adapter.js +1 -1247
- package/dist/unpkg/dev-deprecated/compat/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/compat/builders.js +204 -247
- package/dist/unpkg/dev-deprecated/compat/builders.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat/extensions.js +264 -303
- package/dist/unpkg/dev-deprecated/compat/extensions.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat/utils.js +186 -205
- package/dist/unpkg/dev-deprecated/compat/utils.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat-DmAgB2NS.js +825 -0
- package/dist/unpkg/dev-deprecated/compat-DmAgB2NS.js.map +1 -0
- package/dist/unpkg/dev-deprecated/compat.js +1 -1178
- package/dist/unpkg/dev-deprecated/errors-C4_aOhY5.js +2128 -0
- package/dist/unpkg/dev-deprecated/errors-C4_aOhY5.js.map +1 -0
- package/dist/unpkg/dev-deprecated/index.js +266 -343
- package/dist/unpkg/dev-deprecated/index.js.map +1 -0
- package/dist/unpkg/dev-deprecated/json-DDJji3V3.js +1104 -0
- package/dist/unpkg/dev-deprecated/json-DDJji3V3.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model/-private.js +3 -1
- package/dist/unpkg/dev-deprecated/model/migration-support.js +492 -566
- package/dist/unpkg/dev-deprecated/model/migration-support.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-CvSMYkgs.js +660 -0
- package/dist/unpkg/dev-deprecated/model-CvSMYkgs.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/dev-deprecated/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/dev-deprecated/model-fragments.js +2 -94
- package/dist/unpkg/dev-deprecated/model.js +3 -685
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/dev-deprecated/schema-provider-Cqttza94.js +1835 -0
- package/dist/unpkg/dev-deprecated/schema-provider-Cqttza94.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/json-api.js +514 -634
- package/dist/unpkg/dev-deprecated/serializer/json-api.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/json.js +3 -4
- package/dist/unpkg/dev-deprecated/serializer/rest.js +954 -1196
- package/dist/unpkg/dev-deprecated/serializer/rest.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer/transform.js +283 -308
- package/dist/unpkg/dev-deprecated/serializer/transform.js.map +1 -0
- package/dist/unpkg/dev-deprecated/serializer.js +205 -205
- package/dist/unpkg/dev-deprecated/serializer.js.map +1 -0
- package/dist/unpkg/dev-deprecated/store-BX7GvXC_.js +472 -0
- package/dist/unpkg/dev-deprecated/store-BX7GvXC_.js.map +1 -0
- package/dist/unpkg/dev-deprecated/store.js +1 -649
- package/dist/unpkg/dev-deprecated/util-9mgEBJ3W.js +18 -0
- package/dist/unpkg/dev-deprecated/util-9mgEBJ3W.js.map +1 -0
- package/dist/unpkg/dev-deprecated/utils-Cl86-e7F.js +17 -0
- package/dist/unpkg/dev-deprecated/utils-Cl86-e7F.js.map +1 -0
- package/dist/unpkg/prod/-private-B4bxoTuK.js +160 -0
- package/dist/unpkg/prod/-private-B4bxoTuK.js.map +1 -0
- package/dist/unpkg/prod/-private-SfXkkHKd.js +745 -0
- package/dist/unpkg/prod/-private-SfXkkHKd.js.map +1 -0
- package/dist/unpkg/prod/adapter/-private.js +3 -1
- package/dist/unpkg/prod/adapter/error.js +418 -447
- package/dist/unpkg/prod/adapter/error.js.map +1 -0
- package/dist/unpkg/prod/adapter/json-api.js +236 -252
- package/dist/unpkg/prod/adapter/json-api.js.map +1 -0
- package/dist/unpkg/prod/adapter/rest.js +911 -1097
- package/dist/unpkg/prod/adapter/rest.js.map +1 -0
- package/dist/unpkg/prod/adapter-Wnk7jizX.js +1111 -0
- package/dist/unpkg/prod/adapter-Wnk7jizX.js.map +1 -0
- package/dist/unpkg/prod/adapter.js +1 -1214
- package/dist/unpkg/prod/compat/-private.js +3 -1
- package/dist/unpkg/prod/compat/builders.js +165 -182
- package/dist/unpkg/prod/compat/builders.js.map +1 -0
- package/dist/unpkg/prod/compat/extensions.js +252 -283
- package/dist/unpkg/prod/compat/extensions.js.map +1 -0
- package/dist/unpkg/prod/compat/utils.js +183 -200
- package/dist/unpkg/prod/compat/utils.js.map +1 -0
- package/dist/unpkg/prod/compat-CJ87MzDn.js +547 -0
- package/dist/unpkg/prod/compat-CJ87MzDn.js.map +1 -0
- package/dist/unpkg/prod/compat.js +1 -742
- package/dist/unpkg/prod/errors-Co7YWHoA.js +1977 -0
- package/dist/unpkg/prod/errors-Co7YWHoA.js.map +1 -0
- package/dist/unpkg/prod/index.js +245 -308
- package/dist/unpkg/prod/index.js.map +1 -0
- package/dist/unpkg/prod/json-BD1kRTfB.js +1080 -0
- package/dist/unpkg/prod/json-BD1kRTfB.js.map +1 -0
- package/dist/unpkg/prod/model/-private.js +3 -1
- package/dist/unpkg/prod/model/migration-support.js +477 -542
- package/dist/unpkg/prod/model/migration-support.js.map +1 -0
- package/dist/unpkg/prod/model-BzoOmtka.js +603 -0
- package/dist/unpkg/prod/model-BzoOmtka.js.map +1 -0
- package/dist/unpkg/prod/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/prod/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/prod/model-fragments.js +2 -94
- package/dist/unpkg/prod/model.js +3 -596
- package/dist/unpkg/prod/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/prod/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/prod/schema-provider-CKZcqWyP.js +1622 -0
- package/dist/unpkg/prod/schema-provider-CKZcqWyP.js.map +1 -0
- package/dist/unpkg/prod/serializer/json-api.js +497 -592
- package/dist/unpkg/prod/serializer/json-api.js.map +1 -0
- package/dist/unpkg/prod/serializer/json.js +3 -4
- package/dist/unpkg/prod/serializer/rest.js +938 -1166
- package/dist/unpkg/prod/serializer/rest.js.map +1 -0
- package/dist/unpkg/prod/serializer/transform.js +283 -308
- package/dist/unpkg/prod/serializer/transform.js.map +1 -0
- package/dist/unpkg/prod/serializer.js +205 -205
- package/dist/unpkg/prod/serializer.js.map +1 -0
- package/dist/unpkg/prod/store-RGGc1ilN.js +392 -0
- package/dist/unpkg/prod/store-RGGc1ilN.js.map +1 -0
- package/dist/unpkg/prod/store.js +1 -517
- package/dist/unpkg/prod/util-dSKEgQDp.js +12 -0
- package/dist/unpkg/prod/util-dSKEgQDp.js.map +1 -0
- package/dist/unpkg/prod/utils-DYC9utVJ.js +11 -0
- package/dist/unpkg/prod/utils-DYC9utVJ.js.map +1 -0
- package/dist/unpkg/prod-deprecated/-private-B4bxoTuK.js +160 -0
- package/dist/unpkg/prod-deprecated/-private-B4bxoTuK.js.map +1 -0
- package/dist/unpkg/prod-deprecated/-private-SfXkkHKd.js +745 -0
- package/dist/unpkg/prod-deprecated/-private-SfXkkHKd.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/adapter/error.js +418 -447
- package/dist/unpkg/prod-deprecated/adapter/error.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/json-api.js +236 -252
- package/dist/unpkg/prod-deprecated/adapter/json-api.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter/rest.js +911 -1097
- package/dist/unpkg/prod-deprecated/adapter/rest.js.map +1 -0
- package/{declarations/adapter.d.ts → dist/unpkg/prod-deprecated/adapter-Wnk7jizX.js} +445 -110
- package/dist/unpkg/prod-deprecated/adapter-Wnk7jizX.js.map +1 -0
- package/dist/unpkg/prod-deprecated/adapter.js +1 -1214
- package/dist/unpkg/prod-deprecated/compat/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/compat/builders.js +165 -182
- package/dist/unpkg/prod-deprecated/compat/builders.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat/extensions.js +252 -283
- package/dist/unpkg/prod-deprecated/compat/extensions.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat/utils.js +183 -200
- package/dist/unpkg/prod-deprecated/compat/utils.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat-CJ87MzDn.js +547 -0
- package/dist/unpkg/prod-deprecated/compat-CJ87MzDn.js.map +1 -0
- package/dist/unpkg/prod-deprecated/compat.js +1 -742
- package/dist/unpkg/prod-deprecated/errors-C-opde61.js +1978 -0
- package/dist/unpkg/prod-deprecated/errors-C-opde61.js.map +1 -0
- package/dist/unpkg/prod-deprecated/index.js +245 -307
- package/dist/unpkg/prod-deprecated/index.js.map +1 -0
- package/dist/unpkg/prod-deprecated/json-BD1kRTfB.js +1080 -0
- package/dist/unpkg/prod-deprecated/json-BD1kRTfB.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model/-private.js +3 -1
- package/dist/unpkg/prod-deprecated/model/migration-support.js +488 -559
- package/dist/unpkg/prod-deprecated/model/migration-support.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-C0bTXzGn.js +604 -0
- package/dist/unpkg/prod-deprecated/model-C0bTXzGn.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-fragments-Dpn9285r.js +334 -0
- package/dist/unpkg/prod-deprecated/model-fragments-Dpn9285r.js.map +1 -0
- package/dist/unpkg/prod-deprecated/model-fragments.js +2 -94
- package/dist/unpkg/prod-deprecated/model.js +3 -599
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js +53 -0
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BgO3Lyjx.js.map +1 -0
- package/dist/unpkg/prod-deprecated/schema-provider-lH3qP5tw.js +1635 -0
- package/dist/unpkg/prod-deprecated/schema-provider-lH3qP5tw.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/json-api.js +497 -592
- package/dist/unpkg/prod-deprecated/serializer/json-api.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/json.js +3 -4
- package/dist/unpkg/prod-deprecated/serializer/rest.js +938 -1166
- package/dist/unpkg/prod-deprecated/serializer/rest.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer/transform.js +283 -308
- package/dist/unpkg/prod-deprecated/serializer/transform.js.map +1 -0
- package/dist/unpkg/prod-deprecated/serializer.js +205 -205
- package/dist/unpkg/prod-deprecated/serializer.js.map +1 -0
- package/dist/unpkg/prod-deprecated/store-0L2CkYzh.js +392 -0
- package/dist/unpkg/prod-deprecated/store-0L2CkYzh.js.map +1 -0
- package/dist/unpkg/prod-deprecated/store.js +1 -517
- package/dist/unpkg/prod-deprecated/util-CQQdHX3n.js +14 -0
- package/dist/unpkg/prod-deprecated/util-CQQdHX3n.js.map +1 -0
- package/dist/unpkg/prod-deprecated/utils-BMI_JwFP.js +13 -0
- package/dist/unpkg/prod-deprecated/utils-BMI_JwFP.js.map +1 -0
- package/dist/util-Bnx8nm-D.js +29 -0
- package/dist/util-Bnx8nm-D.js.map +1 -0
- package/dist/utils-ZAytYep8.js +28 -0
- package/dist/utils-ZAytYep8.js.map +1 -0
- package/package.json +13 -13
- package/declarations/adapter/-private/build-url-mixin.d.ts +0 -189
- package/declarations/adapter/-private/fastboot-interface.d.ts +0 -8
- package/declarations/adapter/-private/utils/continue-on-reject.d.ts +0 -1
- package/declarations/adapter/-private/utils/determine-body-promise.d.ts +0 -4
- package/declarations/adapter/-private/utils/fetch.d.ts +0 -8
- package/declarations/adapter/-private/utils/parse-response-headers.d.ts +0 -1
- package/declarations/adapter/-private/utils/serialize-into-hash.d.ts +0 -6
- package/declarations/adapter/-private/utils/serialize-query-params.d.ts +0 -5
- package/declarations/adapter/-private.d.ts +0 -5
- package/declarations/adapter/error.d.ts +0 -431
- package/declarations/compat/-private.d.ts +0 -13
- package/declarations/compat/builders/find-all.d.ts +0 -34
- package/declarations/compat/builders/find-record.d.ts +0 -56
- package/declarations/compat/builders/query.d.ts +0 -66
- package/declarations/compat/builders/save-record.d.ts +0 -34
- package/declarations/compat/builders/utils.d.ts +0 -3
- package/declarations/compat/builders.d.ts +0 -14
- package/declarations/compat/extensions.d.ts +0 -99
- package/declarations/compat/legacy-network-handler/fetch-manager.d.ts +0 -55
- package/declarations/compat/legacy-network-handler/identifier-has-id.d.ts +0 -2
- package/declarations/compat/legacy-network-handler/legacy-data-fetch.d.ts +0 -11
- package/declarations/compat/legacy-network-handler/legacy-data-utils.d.ts +0 -5
- package/declarations/compat/legacy-network-handler/legacy-network-handler.d.ts +0 -9
- package/declarations/compat/legacy-network-handler/minimum-adapter-interface.d.ts +0 -528
- package/declarations/compat/legacy-network-handler/minimum-serializer-interface.d.ts +0 -220
- package/declarations/compat/legacy-network-handler/serializer-response.d.ts +0 -6
- package/declarations/compat/legacy-network-handler/snapshot-record-array.d.ts +0 -110
- package/declarations/compat/legacy-network-handler/snapshot.d.ts +0 -255
- package/declarations/compat/utils.d.ts +0 -148
- package/declarations/compat.d.ts +0 -189
- package/declarations/index.d.ts +0 -244
- package/declarations/model/-private/attr.d.ts +0 -191
- package/declarations/model/-private/belongs-to.d.ts +0 -195
- package/declarations/model/-private/debug/assert-polymorphic-type.d.ts +0 -5
- package/declarations/model/-private/errors.d.ts +0 -289
- package/declarations/model/-private/has-many.d.ts +0 -162
- package/declarations/model/-private/hooks.d.ts +0 -36
- package/declarations/model/-private/legacy-relationships-support.d.ts +0 -47
- package/declarations/model/-private/model-for-mixin.d.ts +0 -3
- package/declarations/model/-private/model-methods.d.ts +0 -39
- package/declarations/model/-private/model.d.ts +0 -1279
- package/declarations/model/-private/notify-changes.d.ts +0 -4
- package/declarations/model/-private/promise-belongs-to.d.ts +0 -40
- package/declarations/model/-private/promise-many-array.d.ts +0 -130
- package/declarations/model/-private/record-state.d.ts +0 -58
- package/declarations/model/-private/references/belongs-to.d.ts +0 -488
- package/declarations/model/-private/references/has-many.d.ts +0 -498
- package/declarations/model/-private/schema-provider.d.ts +0 -66
- package/declarations/model/-private/type-utils.d.ts +0 -57
- package/declarations/model/-private/util.d.ts +0 -5
- package/declarations/model/-private.d.ts +0 -8
- package/declarations/model/migration-support.d.ts +0 -306
- package/declarations/model-fragments/extensions/fragment-array.d.ts +0 -54
- package/declarations/model-fragments/extensions/fragment.d.ts +0 -50
- package/declarations/model-fragments/hooks/model-for.d.ts +0 -27
- package/declarations/model-fragments/index.d.ts +0 -13
- package/declarations/model-fragments/instance-initializers/fragment-extensions.d.ts +0 -15
- package/declarations/model-fragments/utilities/with-array-defaults.d.ts +0 -56
- package/declarations/model-fragments/utilities/with-fragment-array-defaults.d.ts +0 -38
- package/declarations/model-fragments/utilities/with-fragment-defaults.d.ts +0 -34
- package/declarations/model-fragments/utilities/with-legacy.d.ts +0 -11
- package/declarations/model-fragments.d.ts +0 -9
- package/declarations/model.d.ts +0 -49
- package/declarations/serializer/-private/transforms/boolean.d.ts +0 -60
- package/declarations/serializer/-private/transforms/date.d.ts +0 -42
- package/declarations/serializer/-private/transforms/number.d.ts +0 -42
- package/declarations/serializer/-private/transforms/string.d.ts +0 -42
- package/declarations/serializer/-private/transforms/transform.d.ts +0 -118
- package/declarations/serializer/-private/utils.d.ts +0 -27
- package/declarations/serializer/rest.d.ts +0 -51
- package/declarations/serializer/transform.d.ts +0 -5
- package/declarations/serializer.d.ts +0 -252
- package/declarations/store/-private.d.ts +0 -223
- package/declarations/store.d.ts +0 -10
- package/dist/-private-BG3bMiKp.js +0 -1211
- package/dist/errors-DZKA206g.js +0 -2589
- package/dist/hooks-BvOqJBei.js +0 -105
- package/dist/json-DU8m1pGf.js +0 -1336
- package/dist/model-for-CXkJw59V.js +0 -297
- package/dist/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/schema-provider-DtPOp0d7.js +0 -2382
- package/dist/serialize-into-hash-DPZYoF-i.js +0 -261
- package/dist/unpkg/dev/-private-DtjBbEgy.js +0 -1206
- package/dist/unpkg/dev/errors-DngRU-If.js +0 -2585
- package/dist/unpkg/dev/hooks-UuiLxWxS.js +0 -104
- package/dist/unpkg/dev/json-K2Y9z6MN.js +0 -1333
- package/dist/unpkg/dev/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/dev/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/dev/schema-provider-0D7f-QOn.js +0 -2272
- package/dist/unpkg/dev/serialize-into-hash-B2xDbuo5.js +0 -259
- package/dist/unpkg/dev/util-DvanW33H.js +0 -20
- package/dist/unpkg/dev/utils-BhvS1iTS.js +0 -8
- package/dist/unpkg/dev-deprecated/-private-DtjBbEgy.js +0 -1206
- package/dist/unpkg/dev-deprecated/errors-Bzidntpi.js +0 -2588
- package/dist/unpkg/dev-deprecated/hooks-DVXhMW14.js +0 -104
- package/dist/unpkg/dev-deprecated/json-K2Y9z6MN.js +0 -1333
- package/dist/unpkg/dev-deprecated/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/dev-deprecated/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/dev-deprecated/schema-provider-ZwO5_fZw.js +0 -2292
- package/dist/unpkg/dev-deprecated/serialize-into-hash-B2xDbuo5.js +0 -259
- package/dist/unpkg/dev-deprecated/util-CWr5WQOT.js +0 -24
- package/dist/unpkg/dev-deprecated/utils-C9PJehtL.js +0 -12
- package/dist/unpkg/prod/-private-BdyZaGEh.js +0 -971
- package/dist/unpkg/prod/errors-B-PWeYlW.js +0 -2337
- package/dist/unpkg/prod/hooks-Bx-zBziU.js +0 -72
- package/dist/unpkg/prod/json-Qewu-UN9.js +0 -1300
- package/dist/unpkg/prod/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/prod/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/prod/schema-provider-BgRqk8i9.js +0 -1951
- package/dist/unpkg/prod/serialize-into-hash-DGlzQteF.js +0 -215
- package/dist/unpkg/prod/util-DvanW33H.js +0 -20
- package/dist/unpkg/prod/utils-BhvS1iTS.js +0 -8
- package/dist/unpkg/prod-deprecated/-private-BdyZaGEh.js +0 -971
- package/dist/unpkg/prod-deprecated/errors-Dl2J9d1D.js +0 -2340
- package/dist/unpkg/prod-deprecated/hooks-Cm60wWTf.js +0 -72
- package/dist/unpkg/prod-deprecated/json-Qewu-UN9.js +0 -1300
- package/dist/unpkg/prod-deprecated/model-for-CXkJw59V.js +0 -297
- package/dist/unpkg/prod-deprecated/runtime-BPCpkOf1-BKOwiRJp.js +0 -65
- package/dist/unpkg/prod-deprecated/schema-provider-Dh6tRqVI.js +0 -1980
- package/dist/unpkg/prod-deprecated/serialize-into-hash-DGlzQteF.js +0 -215
- package/dist/unpkg/prod-deprecated/util-B6cn-i93.js +0 -23
- package/dist/unpkg/prod-deprecated/utils-BUWwQwCh.js +0 -11
- package/dist/util-Dul6TZts.js +0 -35
- package/dist/utils-Cqw9eRj5.js +0 -23
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
type Reporter = (type: "formatted-id" | "formatted-type", actual: unknown, expected: unknown) => void;
|
|
2
|
-
/**
|
|
3
|
-
* Configure a function to be called when an id or type
|
|
4
|
-
* changes during normalization. This is useful for instrumenting
|
|
5
|
-
* to discover places where usage in the app is not consistent.
|
|
6
|
-
*
|
|
7
|
-
* @param fn - a function which takes a mismatch-type ('formatted-id' | 'formatted-type'), actual, and expected value
|
|
8
|
-
* @public
|
|
9
|
-
*/
|
|
10
|
-
export declare function configureMismatchReporter(fn: Reporter): void;
|
|
11
|
-
/**
|
|
12
|
-
* Configure a function to be called when an id or type
|
|
13
|
-
* fails validation. This is useful for instrumenting
|
|
14
|
-
* to discover places where usage in the app is not consistent.
|
|
15
|
-
*
|
|
16
|
-
* @param fn - a function which takes a message and a condition
|
|
17
|
-
* @public
|
|
18
|
-
*/
|
|
19
|
-
export declare function configureAssertFn(fn: (message: string, condition: unknown) => void): void;
|
|
20
|
-
/**
|
|
21
|
-
* Configure a function to be called to normalize
|
|
22
|
-
* a resource type string. Used by both formattedType
|
|
23
|
-
* and isEquivType to ensure consistent normalization
|
|
24
|
-
* during comparison.
|
|
25
|
-
*
|
|
26
|
-
* If validation fails or the type turns out be unnormalized
|
|
27
|
-
* the configured mismatch reporter and assert functions will
|
|
28
|
-
* be called.
|
|
29
|
-
*
|
|
30
|
-
* @param fn - a function which takes a string and returns a string
|
|
31
|
-
* @public
|
|
32
|
-
*/
|
|
33
|
-
export declare function configureTypeNormalization(fn: (type: string) => string): void;
|
|
34
|
-
/**
|
|
35
|
-
* Converts a potentially unnormalized type into the format expected
|
|
36
|
-
* by our WarpDrive Cache. Currently this is singular-dasherized.
|
|
37
|
-
*
|
|
38
|
-
* you should not rely on this function to give you an exact format
|
|
39
|
-
* for display purposes. Formatting for display should be handled
|
|
40
|
-
* differently if the exact format matters.
|
|
41
|
-
*
|
|
42
|
-
* Asserts invalid types (undefined, null, '') in dev.
|
|
43
|
-
*
|
|
44
|
-
* **Usage**
|
|
45
|
-
*
|
|
46
|
-
* ```js
|
|
47
|
-
* import formattedType from 'soxhub-client/helpers/formatted-type';
|
|
48
|
-
*
|
|
49
|
-
* formattedType('post'); // => 'post'
|
|
50
|
-
* formattedType('posts'); // => 'post'
|
|
51
|
-
* formattedType('Posts'); // => 'post'
|
|
52
|
-
* formattedType('post-comment'); // => 'post-comment'
|
|
53
|
-
* formattedType('post-comments'); // => 'post-comment'
|
|
54
|
-
* formattedType('post_comment'); // => 'post-comment'
|
|
55
|
-
* formattedType('postComment'); // => 'post-comment'
|
|
56
|
-
* formattedType('PostComment'); // => 'post-comment'
|
|
57
|
-
* ```
|
|
58
|
-
*
|
|
59
|
-
* @param type the potentially un-normalized type
|
|
60
|
-
* @return the normalized type
|
|
61
|
-
* @public
|
|
62
|
-
*/
|
|
63
|
-
export declare function formattedType<T extends string>(type: T | string): T;
|
|
64
|
-
/**
|
|
65
|
-
* Format an id to the format expected by the WarpDrive Cache.
|
|
66
|
-
* Currently this means that id should be `string | null`.
|
|
67
|
-
*
|
|
68
|
-
* Asserts invalid IDs (undefined, '', 0, '0') in dev.
|
|
69
|
-
*
|
|
70
|
-
* **Usage**
|
|
71
|
-
*
|
|
72
|
-
* ```js
|
|
73
|
-
* import formattedId from 'client/utils/formatted-id';
|
|
74
|
-
*
|
|
75
|
-
* formattedId('1'); // => '1'
|
|
76
|
-
* formattedId(1); // => '1'
|
|
77
|
-
* formattedId(null); // => null
|
|
78
|
-
* ```
|
|
79
|
-
*
|
|
80
|
-
* @param id the potentially un-normalized id
|
|
81
|
-
* @return the normalized id
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
export declare function formattedId(id: string | number): string;
|
|
85
|
-
export declare function formattedId(id: null): null;
|
|
86
|
-
export declare function formattedId(id: string | number | null): string | null;
|
|
87
|
-
/**
|
|
88
|
-
* Like {@link formattedId}, but asserts that `id` is not `null` rather
|
|
89
|
-
* than allowing and passing through `null`.
|
|
90
|
-
*
|
|
91
|
-
* @public
|
|
92
|
-
*/
|
|
93
|
-
export declare function expectId(id: string | number): string;
|
|
94
|
-
/**
|
|
95
|
-
* Throws, since `id` is `null`.
|
|
96
|
-
*
|
|
97
|
-
* @public
|
|
98
|
-
*/
|
|
99
|
-
export declare function expectId(id: null): never;
|
|
100
|
-
/**
|
|
101
|
-
* Compares two types for strict equality, converting them to
|
|
102
|
-
* the format expected by the WarpDrive Cache to ensure
|
|
103
|
-
* differences in format are accounted for in the comparison.
|
|
104
|
-
*
|
|
105
|
-
* Asserts when expected or actual are invalid types in dev.
|
|
106
|
-
* Expected may never be null.
|
|
107
|
-
*
|
|
108
|
-
* ```js
|
|
109
|
-
* isEquivType('posts', 'post'); // true
|
|
110
|
-
* isEquivType('post', 'post'); // true
|
|
111
|
-
* isEquivType('posts', 'posts'); // true
|
|
112
|
-
* isEquivType('post-comment', 'postComment'); // true
|
|
113
|
-
* isEquivType('post-comment', 'PostComment'); // true
|
|
114
|
-
* isEquivType('post-comment', 'post_comment'); // true
|
|
115
|
-
* isEquivType('post-comment', 'post-comment'); // true
|
|
116
|
-
* isEquivType('post-comment', 'post'); // false
|
|
117
|
-
* isEquivType('posts', null); // false
|
|
118
|
-
* ```
|
|
119
|
-
*
|
|
120
|
-
* @param expected a potentially unnormalized type to match against
|
|
121
|
-
* @param actual a potentially unnormalized type to match against
|
|
122
|
-
* @return true if the types are equivalent
|
|
123
|
-
* @public
|
|
124
|
-
*/
|
|
125
|
-
export declare function isEquivType(expected: string, actual: string): boolean;
|
|
126
|
-
/**
|
|
127
|
-
* Compares two IDs for strict equality, converting them to
|
|
128
|
-
* the format expected by the WarpDrive Cache to ensure
|
|
129
|
-
* differences in format are accounted for in the comparison.
|
|
130
|
-
*
|
|
131
|
-
* Asserts when expected or actual are invalid IDs in dev.
|
|
132
|
-
* Expected may never be null.
|
|
133
|
-
*
|
|
134
|
-
* ```js
|
|
135
|
-
* isEquivId('1', 1); // true
|
|
136
|
-
* isEquivId('2', '2'); // true
|
|
137
|
-
* isEquivId(3, '3'); // true
|
|
138
|
-
* isEquivId(4, '3'); // false
|
|
139
|
-
* isEquivId(1, null); // false
|
|
140
|
-
* ```
|
|
141
|
-
*
|
|
142
|
-
* @param expected a potentially un-normalized id to match against
|
|
143
|
-
* @param actual a potentially un-normalized id to match against
|
|
144
|
-
* @return true if the ids are equivalent
|
|
145
|
-
* @public
|
|
146
|
-
*/
|
|
147
|
-
export declare function isEquivId(expected: string | number, actual: string | number | null): boolean;
|
|
148
|
-
export {};
|
package/declarations/compat.d.ts
DELETED
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
import { type Store } from "@warp-drive/core";
|
|
2
|
-
import type { ObjectValue } from "@warp-drive/core/types/json/raw";
|
|
3
|
-
import type { SingleResourceDocument } from "@warp-drive/core/types/spec/json-api-raw";
|
|
4
|
-
import { FetchManager } from "./compat/-private.js";
|
|
5
|
-
import type { AdapterPayload, MinimumAdapterInterface } from "./compat/legacy-network-handler/minimum-adapter-interface.js";
|
|
6
|
-
import type { MinimumSerializerInterface, SerializerOptions } from "./compat/legacy-network-handler/minimum-serializer-interface.js";
|
|
7
|
-
export { LegacyNetworkHandler } from "./compat/legacy-network-handler/legacy-network-handler.js";
|
|
8
|
-
export type { MinimumAdapterInterface, MinimumSerializerInterface, SerializerOptions, AdapterPayload };
|
|
9
|
-
/**
|
|
10
|
-
* Extends the signature of {@link Store} with additional
|
|
11
|
-
* methods available when using the legacy network layer.
|
|
12
|
-
*
|
|
13
|
-
* @public
|
|
14
|
-
* @noInheritDoc
|
|
15
|
-
* @legacy
|
|
16
|
-
*/
|
|
17
|
-
export interface LegacyStoreCompat extends Store {
|
|
18
|
-
/**
|
|
19
|
-
* @private
|
|
20
|
-
*/
|
|
21
|
-
_fetchManager: FetchManager;
|
|
22
|
-
/**
|
|
23
|
-
* Returns the adapter instance for the given model type, instantiating
|
|
24
|
-
* it (and caching the instance) if necessary. See {@link adapterFor}.
|
|
25
|
-
*/
|
|
26
|
-
adapterFor(this: Store, modelName: string): MinimumAdapterInterface;
|
|
27
|
-
/**
|
|
28
|
-
* Same as the single-argument overload, but returns `undefined` instead
|
|
29
|
-
* of throwing/asserting when `_allowMissing` is `true` and no adapter
|
|
30
|
-
* is found.
|
|
31
|
-
*/
|
|
32
|
-
adapterFor(this: Store, modelName: string, _allowMissing: true): MinimumAdapterInterface | undefined;
|
|
33
|
-
/**
|
|
34
|
-
* Returns the serializer instance for the given model type, instantiating
|
|
35
|
-
* it (and caching the instance) if necessary. See {@link serializerFor}.
|
|
36
|
-
*/
|
|
37
|
-
serializerFor<K extends string>(modelName: K, _allowMissing?: boolean): MinimumSerializerInterface | null;
|
|
38
|
-
/**
|
|
39
|
-
* Normalizes a payload for the given model type using its serializer.
|
|
40
|
-
* See {@link normalize}.
|
|
41
|
-
*/
|
|
42
|
-
normalize(modelName: string, payload: ObjectValue): ObjectValue;
|
|
43
|
-
/**
|
|
44
|
-
* Pushes a payload into the store using the appropriate serializer to
|
|
45
|
-
* normalize it first. See {@link pushPayload}.
|
|
46
|
-
*/
|
|
47
|
-
pushPayload(modelName: string, payload: ObjectValue): void;
|
|
48
|
-
/**
|
|
49
|
-
* Serializes a record using its serializer. See {@link serializeRecord}.
|
|
50
|
-
*/
|
|
51
|
-
serializeRecord(record: unknown, options?: SerializerOptions): unknown;
|
|
52
|
-
/**
|
|
53
|
-
* @private
|
|
54
|
-
*/
|
|
55
|
-
_adapterCache: Record<string, MinimumAdapterInterface & {
|
|
56
|
-
store: Store;
|
|
57
|
-
}>;
|
|
58
|
-
/**
|
|
59
|
-
* @private
|
|
60
|
-
*/
|
|
61
|
-
_serializerCache: Record<string, MinimumSerializerInterface & {
|
|
62
|
-
store: Store;
|
|
63
|
-
}>;
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* @deprecated - use {@link LegacyStoreCompat} instead
|
|
67
|
-
*/
|
|
68
|
-
export type CompatStore = LegacyStoreCompat;
|
|
69
|
-
/**
|
|
70
|
-
Returns an instance of the adapter for a given type. For
|
|
71
|
-
example, `adapterFor('person')` will return an instance of
|
|
72
|
-
the adapter located at `app/adapters/person.js`
|
|
73
|
-
|
|
74
|
-
If no `person` adapter is found, this method will look
|
|
75
|
-
for an `application` adapter (the default adapter for
|
|
76
|
-
your entire application).
|
|
77
|
-
|
|
78
|
-
@public
|
|
79
|
-
@param modelName
|
|
80
|
-
*/
|
|
81
|
-
export declare function adapterFor(this: Store, modelName: string): MinimumAdapterInterface;
|
|
82
|
-
export declare function adapterFor(this: Store, modelName: string, _allowMissing: true): MinimumAdapterInterface | undefined;
|
|
83
|
-
/**
|
|
84
|
-
Returns an instance of the serializer for a given type. For
|
|
85
|
-
example, `serializerFor('person')` will return an instance of
|
|
86
|
-
`App.PersonSerializer`.
|
|
87
|
-
|
|
88
|
-
If no `App.PersonSerializer` is found, this method will look
|
|
89
|
-
for an `App.ApplicationSerializer` (the default serializer for
|
|
90
|
-
your entire application).
|
|
91
|
-
|
|
92
|
-
If a serializer cannot be found on the adapter, it will fall back
|
|
93
|
-
to an instance of `JSONSerializer`.
|
|
94
|
-
|
|
95
|
-
@public
|
|
96
|
-
@param modelName the record to serialize
|
|
97
|
-
*/
|
|
98
|
-
export declare function serializerFor(this: Store, modelName: string): MinimumSerializerInterface | null;
|
|
99
|
-
/**
|
|
100
|
-
`normalize` converts a json payload into the normalized form expected by
|
|
101
|
-
{@link Store.push | push} using the serializer specified by `modelName`
|
|
102
|
-
|
|
103
|
-
:::warning
|
|
104
|
-
Generally it would be better to invoke the serializer yourself directly,
|
|
105
|
-
or write a more specialized normalization utility.
|
|
106
|
-
:::
|
|
107
|
-
|
|
108
|
-
Example
|
|
109
|
-
|
|
110
|
-
```js
|
|
111
|
-
socket.on('message', function(message) {
|
|
112
|
-
let modelName = message.model;
|
|
113
|
-
let data = message.data;
|
|
114
|
-
store.push(store.normalize(modelName, data));
|
|
115
|
-
});
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
@legacy
|
|
119
|
-
@public
|
|
120
|
-
@param modelName The name of the model type for this payload
|
|
121
|
-
@return The normalized payload
|
|
122
|
-
*/
|
|
123
|
-
export declare function normalize(this: Store, modelName: string, payload: ObjectValue): SingleResourceDocument;
|
|
124
|
-
/**
|
|
125
|
-
Push some raw data into the store.
|
|
126
|
-
|
|
127
|
-
This method can be used both to push in brand new
|
|
128
|
-
records, as well as to update existing records. You
|
|
129
|
-
can push in more than one type of object at once.
|
|
130
|
-
All objects should be in the format expected by the
|
|
131
|
-
serializer.
|
|
132
|
-
|
|
133
|
-
```js [app/serializers/application.js]
|
|
134
|
-
import RESTSerializer from '@warp-drive/legacy/serializer/rest';
|
|
135
|
-
|
|
136
|
-
export default class ApplicationSerializer extends RESTSerializer;
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
```js
|
|
140
|
-
let pushData = {
|
|
141
|
-
posts: [
|
|
142
|
-
{ id: 1, postTitle: "Great post", commentIds: [2] }
|
|
143
|
-
],
|
|
144
|
-
comments: [
|
|
145
|
-
{ id: 2, commentBody: "Insightful comment" }
|
|
146
|
-
]
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
store.pushPayload(pushData);
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
By default, the data will be deserialized using a default
|
|
153
|
-
serializer (the application serializer if it exists).
|
|
154
|
-
|
|
155
|
-
Alternatively, `pushPayload` will accept a model type which
|
|
156
|
-
will determine which serializer will process the payload.
|
|
157
|
-
|
|
158
|
-
```js [app/serializers/application.js]
|
|
159
|
-
import RESTSerializer from '@warp-drive/legacy/serializer/rest';
|
|
160
|
-
|
|
161
|
-
export default class ApplicationSerializer extends RESTSerializer;
|
|
162
|
-
```
|
|
163
|
-
|
|
164
|
-
```js [app/serializers/post.js]
|
|
165
|
-
import JSONSerializer from '@warp-drive/legacy/serializer/json';
|
|
166
|
-
|
|
167
|
-
export default JSONSerializer;
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
```js
|
|
171
|
-
store.pushPayload(pushData); // Will use the application serializer
|
|
172
|
-
store.pushPayload('post', pushData); // Will use the post serializer
|
|
173
|
-
```
|
|
174
|
-
|
|
175
|
-
@public
|
|
176
|
-
@param modelName Optionally, a model type used to determine which serializer will be used
|
|
177
|
-
@param inputPayload
|
|
178
|
-
*/
|
|
179
|
-
export declare function pushPayload(this: Store, modelName: string, inputPayload: ObjectValue): void;
|
|
180
|
-
/**
|
|
181
|
-
* Serializes a record using the store's legacy network layer, as with
|
|
182
|
-
* {@link LegacyStoreCompat.serializeRecord | store.serializeRecord}.
|
|
183
|
-
*/
|
|
184
|
-
export declare function serializeRecord(this: Store, record: unknown, options?: SerializerOptions): unknown;
|
|
185
|
-
/**
|
|
186
|
-
* Destroys any adapters/serializers the legacy network layer has created
|
|
187
|
-
* for this store, invoked when the store itself is destroyed.
|
|
188
|
-
*/
|
|
189
|
-
export declare function cleanup(this: Store): void;
|
package/declarations/index.d.ts
DELETED
|
@@ -1,244 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @module
|
|
3
|
-
* @mergeModuleWith <project>
|
|
4
|
-
*/
|
|
5
|
-
import { Store, type StoreSetupOptions } from "@warp-drive/core";
|
|
6
|
-
import type { CacheCapabilitiesManager } from "@warp-drive/core/types";
|
|
7
|
-
import type { Cache } from "@warp-drive/core/types/cache";
|
|
8
|
-
import type { ObjectSchema, ResourceSchema } from "@warp-drive/core/types/schema/fields";
|
|
9
|
-
interface _LegacyStoreSetupOptions<T extends Cache> extends Omit<StoreSetupOptions<T>, "schemas"> {
|
|
10
|
-
/**
|
|
11
|
-
* The {@link ResourceSchema | ResourceSchemas} or {@link ObjectSchema | ObjectSchemas} of entities
|
|
12
|
-
* migrated to no longer use {@link Model}.
|
|
13
|
-
*
|
|
14
|
-
* :::caution
|
|
15
|
-
* {@link Model} is still able to be used directly as a source of schema when using {@link useLegacyStore},
|
|
16
|
-
* however, its reliance on EmberObject, classic computeds and resolver behaviors mean that Model
|
|
17
|
-
* will stop working when these things are deprecated in Ember.
|
|
18
|
-
* :::
|
|
19
|
-
*/
|
|
20
|
-
schemas?: Array<ResourceSchema | ObjectSchema>;
|
|
21
|
-
/**
|
|
22
|
-
* Whether to include support for ModelFragments migrations.
|
|
23
|
-
*
|
|
24
|
-
* @default false
|
|
25
|
-
*/
|
|
26
|
-
modelFragments?: boolean;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Setup options for a legacy store configured to use `Model` with `linksMode`
|
|
30
|
-
* enabled, meaning no legacy adapter/serializer request infrastructure is required.
|
|
31
|
-
*
|
|
32
|
-
* @public
|
|
33
|
-
*/
|
|
34
|
-
export interface LegacyModelStoreSetupOptions<T extends Cache> extends _LegacyStoreSetupOptions<T> {
|
|
35
|
-
/**
|
|
36
|
-
* If true, it is presumed that no requests require use of the LegacyNetworkHandler
|
|
37
|
-
* and associated adapters/serializer methods.
|
|
38
|
-
*
|
|
39
|
-
* If legacyRequests is true, {@link linksMode} must be false
|
|
40
|
-
*
|
|
41
|
-
* @default false
|
|
42
|
-
*/
|
|
43
|
-
linksMode: true;
|
|
44
|
-
/**
|
|
45
|
-
* if true, all legacy request methods and supporting infrastructure will
|
|
46
|
-
* be available on the store.
|
|
47
|
-
*
|
|
48
|
-
* If legacyRequests is true, {@link linksMode} must be false
|
|
49
|
-
*
|
|
50
|
-
* @default false
|
|
51
|
-
*/
|
|
52
|
-
legacyRequests?: false;
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Setup options for a legacy store configured to use `Model` along with the
|
|
56
|
-
* legacy adapter/serializer network layer, but without the deprecated
|
|
57
|
-
* `store.findRecord`/`findAll`/`query`/etc. request methods.
|
|
58
|
-
*
|
|
59
|
-
* @public
|
|
60
|
-
*/
|
|
61
|
-
export interface LegacyModelAndNetworkStoreSetupOptions<T extends Cache> extends _LegacyStoreSetupOptions<T> {
|
|
62
|
-
/**
|
|
63
|
-
* If true, it is presumed that no requests require use of the LegacyNetworkHandler
|
|
64
|
-
* and associated adapters/serializer methods.
|
|
65
|
-
*
|
|
66
|
-
* @default false
|
|
67
|
-
*/
|
|
68
|
-
linksMode: false;
|
|
69
|
-
/**
|
|
70
|
-
* if true, all legacy request methods and supporting infrastructure will
|
|
71
|
-
* be available on the store.
|
|
72
|
-
*
|
|
73
|
-
* If legacyRequests is true, {@link linksMode} must be false
|
|
74
|
-
*
|
|
75
|
-
* @default false
|
|
76
|
-
*/
|
|
77
|
-
legacyRequests?: false;
|
|
78
|
-
}
|
|
79
|
-
/**
|
|
80
|
-
* Setup options for a legacy store configured to use `Model` along with the
|
|
81
|
-
* legacy adapter/serializer network layer and the deprecated
|
|
82
|
-
* `store.findRecord`/`findAll`/`query`/etc. request methods.
|
|
83
|
-
*
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
export interface LegacyModelAndNetworkAndRequestStoreSetupOptions<T extends Cache> extends _LegacyStoreSetupOptions<T> {
|
|
87
|
-
/**
|
|
88
|
-
* If true, it is presumed that no requests require use of the LegacyNetworkHandler
|
|
89
|
-
* and associated adapters/serializer methods.
|
|
90
|
-
*
|
|
91
|
-
* @default false
|
|
92
|
-
*/
|
|
93
|
-
linksMode: false;
|
|
94
|
-
/**
|
|
95
|
-
* if true, all legacy request methods and supporting infrastructure will
|
|
96
|
-
* be available on the store.
|
|
97
|
-
*
|
|
98
|
-
* If legacyRequests is true, {@link linksMode} must be false
|
|
99
|
-
*
|
|
100
|
-
* @default false
|
|
101
|
-
*/
|
|
102
|
-
legacyRequests: true;
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* The available options when setting up the legacy store,
|
|
106
|
-
* one of:
|
|
107
|
-
*
|
|
108
|
-
* - {@link LegacyModelStoreSetupOptions}
|
|
109
|
-
* - {@link LegacyModelAndNetworkStoreSetupOptions}
|
|
110
|
-
* - {@link LegacyModelAndNetworkAndRequestStoreSetupOptions}
|
|
111
|
-
*/
|
|
112
|
-
export type LegacyStoreSetupOptions<T extends Cache = Cache> = LegacyModelStoreSetupOptions<T> | LegacyModelAndNetworkStoreSetupOptions<T> | LegacyModelAndNetworkAndRequestStoreSetupOptions<T>;
|
|
113
|
-
export declare class ConfiguredStore<T extends {
|
|
114
|
-
/**
|
|
115
|
-
* The {@link Cache} implementation this store was configured with.
|
|
116
|
-
*/
|
|
117
|
-
cache: Cache;
|
|
118
|
-
}> extends Store {
|
|
119
|
-
createCache(capabilities: CacheCapabilitiesManager): T["cache"];
|
|
120
|
-
}
|
|
121
|
-
/**
|
|
122
|
-
* Use the legacy store with the given options.
|
|
123
|
-
*
|
|
124
|
-
* See {@link LegacyStoreSetupOptions} for details on the available options.
|
|
125
|
-
*
|
|
126
|
-
* ```ts
|
|
127
|
-
* import { useLegacyStore } from '@warp-drive/legacy';
|
|
128
|
-
* import { JSONAPICache } from '@warp-drive/json-api';
|
|
129
|
-
*
|
|
130
|
-
* export default useLegacyStore({
|
|
131
|
-
* linksMode: false,
|
|
132
|
-
* legacyRequests: true,
|
|
133
|
-
* cache: JSONAPICache,
|
|
134
|
-
* schemas: [],
|
|
135
|
-
* });
|
|
136
|
-
* ```
|
|
137
|
-
*
|
|
138
|
-
* ### Adding Stateful Handlers
|
|
139
|
-
*
|
|
140
|
-
* A request {@link Handler} is sometimes more than a plain object or class
|
|
141
|
-
* with a `request` method — it may need access to a stateful dependency such
|
|
142
|
-
* as an Ember service (an auth token, a feature-flags service, an i18n
|
|
143
|
-
* helper, etc.).
|
|
144
|
-
*
|
|
145
|
-
* A plain class handler that only relies on Ember's `@service` decorator will
|
|
146
|
-
* not work here on its own: the handler is never instantiated *through*
|
|
147
|
-
* Ember's container (it's just `new`'d up), so it has no owner and its
|
|
148
|
-
* `@service` injections would fail to resolve.
|
|
149
|
-
*
|
|
150
|
-
* Instead, give `handlers` a function. It receives the {@link Store} instance
|
|
151
|
-
* being configured, which by the time the function runs already has an owner
|
|
152
|
-
* assigned. Use `getOwner`/`setOwner` from `@ember/owner` to transfer that
|
|
153
|
-
* owner onto your handler instance before returning it, exactly as you would
|
|
154
|
-
* when constructing any other DI-aware object outside of the container:
|
|
155
|
-
*
|
|
156
|
-
* ```ts
|
|
157
|
-
* import { getOwner, setOwner } from '@ember/owner';
|
|
158
|
-
* import { service } from '@ember/service';
|
|
159
|
-
* import { useLegacyStore } from '@warp-drive/legacy';
|
|
160
|
-
* import type { NextFn } from '@warp-drive/core/request';
|
|
161
|
-
* import type { RequestContext } from '@warp-drive/core/types/request';
|
|
162
|
-
* import { JSONAPICache } from '@warp-drive/json-api';
|
|
163
|
-
*
|
|
164
|
-
* class AuthHandler {
|
|
165
|
-
* @service session;
|
|
166
|
-
*
|
|
167
|
-
* request<T>(context: RequestContext, next: NextFn<T>) {
|
|
168
|
-
* const headers = new Headers(context.request.headers);
|
|
169
|
-
* headers.append('Authorization', `Bearer ${this.session.accessToken}`);
|
|
170
|
-
* return next(Object.assign({}, context.request, { headers }));
|
|
171
|
-
* }
|
|
172
|
-
* }
|
|
173
|
-
*
|
|
174
|
-
* export default useLegacyStore({
|
|
175
|
-
* linksMode: false,
|
|
176
|
-
* legacyRequests: true,
|
|
177
|
-
* cache: JSONAPICache,
|
|
178
|
-
* handlers: (store) => {
|
|
179
|
-
* const authHandler = new AuthHandler();
|
|
180
|
-
* setOwner(authHandler, getOwner(store)!);
|
|
181
|
-
* return [authHandler];
|
|
182
|
-
* },
|
|
183
|
-
* });
|
|
184
|
-
* ```
|
|
185
|
-
*
|
|
186
|
-
* The `handlers` function is invoked lazily and only once per store instance,
|
|
187
|
-
* the first time `store.requestManager` is accessed, so it is safe to do
|
|
188
|
-
* owner-dependent setup like this inside of it.
|
|
189
|
-
*
|
|
190
|
-
* ### Accessing the Store from a Handler's Context
|
|
191
|
-
*
|
|
192
|
-
* If a handler only needs to read something *off of the store itself*
|
|
193
|
-
* (its cache, or a property/service you've attached to a custom store
|
|
194
|
-
* subclass) rather than an unrelated Ember service, there is a second,
|
|
195
|
-
* simpler option that requires no DI/`setOwner` wiring at all.
|
|
196
|
-
*
|
|
197
|
-
* Every request issued via {@link Store.request | store.request(...)}
|
|
198
|
-
* automatically carries the originating store along as
|
|
199
|
-
* {@link RequestInfo.store | context.request.store}. Any handler — a plain
|
|
200
|
-
* object, a function-built handler, or a class — can read it directly,
|
|
201
|
-
* without needing the `handlers` callback form shown above:
|
|
202
|
-
*
|
|
203
|
-
* ```ts
|
|
204
|
-
* import { useLegacyStore } from '@warp-drive/legacy';
|
|
205
|
-
* import type { NextFn } from '@warp-drive/core/request';
|
|
206
|
-
* import type { RequestContext } from '@warp-drive/core/types/request';
|
|
207
|
-
* import { JSONAPICache } from '@warp-drive/json-api';
|
|
208
|
-
*
|
|
209
|
-
* const LoggingHandler = {
|
|
210
|
-
* request<T>(context: RequestContext, next: NextFn<T>) {
|
|
211
|
-
* // only present when the request was made via `store.request(...)`
|
|
212
|
-
* const store = context.request.store;
|
|
213
|
-
* if (store) {
|
|
214
|
-
* console.log(`[${store.constructor.name}] ${context.request.url ?? ''}`);
|
|
215
|
-
* }
|
|
216
|
-
* return next(context.request);
|
|
217
|
-
* },
|
|
218
|
-
* };
|
|
219
|
-
*
|
|
220
|
-
* export default useLegacyStore({
|
|
221
|
-
* linksMode: false,
|
|
222
|
-
* legacyRequests: true,
|
|
223
|
-
* cache: JSONAPICache,
|
|
224
|
-
* handlers: [LoggingHandler],
|
|
225
|
-
* });
|
|
226
|
-
* ```
|
|
227
|
-
*
|
|
228
|
-
* The trade-off versus the `getOwner`/`setOwner` pattern above is that
|
|
229
|
-
* `context.request.store` is only populated for requests issued via
|
|
230
|
-
* `store.request(...)`; a request made directly against a
|
|
231
|
-
* {@link RequestManager} won't have it set unless the caller supplies it
|
|
232
|
-
* explicitly, so a handler relying on it should treat it as optional (as
|
|
233
|
-
* `LoggingHandler` does above).
|
|
234
|
-
*/
|
|
235
|
-
export declare function useLegacyStore<T extends Cache>(options: LegacyModelStoreSetupOptions<T>, StoreKlass?: typeof Store): typeof ConfiguredStore<{
|
|
236
|
-
cache: T;
|
|
237
|
-
}>;
|
|
238
|
-
export declare function useLegacyStore<T extends Cache>(options: LegacyModelAndNetworkStoreSetupOptions<T>, StoreKlass?: typeof Store): typeof ConfiguredStore<{
|
|
239
|
-
cache: T;
|
|
240
|
-
}>;
|
|
241
|
-
export declare function useLegacyStore<T extends Cache>(options: LegacyModelAndNetworkAndRequestStoreSetupOptions<T>, StoreKlass?: typeof Store): typeof ConfiguredStore<{
|
|
242
|
-
cache: T;
|
|
243
|
-
}>;
|
|
244
|
-
export {};
|